@charset "UTF-8";

/* form公用start */
.memInput {
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 0 18px;
}

.memInput input {
    height: 38px;
    line-height: 38px;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    color: #333333;
}

.memInput input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

.memTextarea {
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 0 18px;
}

.memTextarea textarea {
    height: 58px;
    line-height: 38px;
    width: 100%;
    border: none;
    background: none;
    font-size: 14px;
    color: #333333;
    resize: none;
}

.memTextarea textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

.memForm-innerBox {
    font-size: 0;
    margin-right: -12px;
    margin-bottom: 12px;
}

.memForm-inner {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
}

.memForm-inner .innerCon {
    margin-right: 12px;
}

.memForm-inner.inner1 {
    width: 13.2743%;
}

.memForm-inner.inner2 {
    width: 60.1771%;
}

.memCodeImage img {
    width: 93px;
    height: 42px;
}

.memCodetext {
    font-size: 15px;
    color: #036eb8;
    height: 42px;
    line-height: 42px;
}

.memSubmit {
    width: 140px;
    height: 50px;
    background: #036eb8;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 68px;
}

.memSelect {
    border: 1px solid #eeeeee;
    background: #fff;
}

.memSelect .aykj_cssSelect {
    float: none;
}

.memSelect .aykj_cssSelect .aykj_selectBox {
    border: none;
}

.memSelect .aykj_cssSelect .aykj_selectLt {
    height: 38px;
    line-height: 38px;
    background: none;
}

.memSelect .aykj_cssSelect .selected {
    background: #378038 !important;
    color: #FFF !important;
}

.memSelect .aykj_cssSelect .aykj_optionBox:hover {
    background: #d2e7d3;
    color: #378038;
}

a.memBtn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    border: 1px solid #378038;
    color: #378038;
    font-size: 14px;
}

a.memBtn:hover {
    background: #378038;
    color: #FFF;
}

.memUpload {
    font-size: 0;
}
.memUpload .webuploader-pick{
    background: transparent;
    color: #378038;
    padding: 0;
}
.memUpload  .webuploader-pick-hover{
    color: #ffffff;
}

.memFormTip {
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
}

.memFormText {
    padding: 5px 0;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.memFormText.green {
    color: #2e702f;
}

.memFjDown .item a.text {
    color: #2e702f;
    font-size: 14px;
    margin-right: 20px;
}

.memFjDown .item a.text:hover {
    text-decoration: underline;
}

/* form公用end */

.memberPage {
    display: table;
    width: 100%;
}

.memberPageL {
    display: table-cell;
    width: 240px;
    vertical-align: top;
}

.memberPageLBg {
    position: absolute;
    left: 220px;
    width: 20px;
    height: 100%;
    background: #F7F7F7;
    top: 0;
    display: none;
}

.memberPageLC {
    margin-right: 20px;
    background: #FFF;
}

.memberPageLT {
    padding: 14px 20px;
    border-bottom: 1px solid #378038;
    min-height: 28px;
    line-height: 28px;
    color: #333333;
    font-size: 18px;
}

.memberPageLList dd {
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
}

.memberPageLList dd .yj a {
    display: block;
    min-height: 26px;
    padding: 5px 0;
    line-height: 26px;
    color: #333333;
    font-size: 16px;
}

.memberPageLList dd .ejItem {
    position: relative;
}

.memberPageLList dd .ejItem a {
    display: block;
    min-height: 26px;
    padding: 5px 30px 5px 0;
    line-height: 26px;
    color: #777777;
    font-size: 14px;
}

.memberPageLList dd .ejItem i {
    display: block;
    min-width: 6px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background: #fdedea;
    color: #ee502f;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-style: normal;
    padding: 0 6px;
    display: none;
}

.memberPageLList dd .ejItem i.show {
    display: block;
}

.memberPageLList dd .yj a:hover {
    color: #378038;
}

.memberPageLList dd.hover .yj a {
    color: #378038;
}

.memberPageLList dd .ejItem:hover a {
    color: #378038;
}

.memberPageLList dd .ejItem.hover a {
    color: #378038;
}

.memberPageLList dd:last-child {
    border-bottom: none;
}

.memberPageR {
    display: table-cell;
    vertical-align: top;
}

.memberR {
    padding: 0 30px;
}

.memberRBody {
    min-height: 450px;
}

.memberRBody.noMin {
    min-height: unset;
}

.memberRHead {
    padding-top: 17px;
    border-bottom: 1px solid #eeeeee;
}

.memberRHead .headL {
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    color: #333333;
    font-size: 16px;
    position: relative;
}

.memberRHead .headL.line:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid #378038;
}

.memberRHead .headList {
    float: left;
    display: inline;
    position: relative;
    margin: 0 -24px;
}
.memberRHead .headList:after{
    display: block;
    content: "";
    clear: both;
}
.memberRHead .headList a {
    float: left;
    display: inline;
    line-height: 40px;
    height: 40px;
    padding-left: 25px;
    margin-left: 24px;
    position: relative;
    color: #777777;
    font-size: 16px;
}
.memberRHead .headList a.hover:after{
    display: block;
    content: '';
    position: absolute;
    left: 24px;
    right: 0px;
    bottom: -1px;
    border-bottom: 2px solid #378038;
}
.memberRHead .headList a:nth-child(1){
   padding-left: 0;
}
.memberRHead .headList a.hover:nth-child(1):after{
    left: 0px;
}
.memberRHead .headList a:hover {
    color: #378038;
}

.memberRHead .headList a.hover {
    color: #378038;
}

.memberRHead .headList a::before {
    display: block;
    content: '';
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 1px solid #b5b5b5;
}
.memberRHead .headList a:first-child{
    padding-left: 0;
}
.memberRHead .headList a:first-child:before{
    display: none;
}
.memberRHead .headR {
    float: right;
    display: inline;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.memberRHead .headR a {
    float: left;
    display: inline;
    margin-left: 15px;
    color: #378038;
    font-size: 14px;
}

/* 左右等高处理start */
.memberPage.sameHeight {
    position: relative;
    background: #FFF;
}

.memberPage.sameHeight .memberPageLBg {
    display: block;
}

/* 左右等高处理end */

/* memberIndex start */
.memberColumnTitle {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 30px;
}

.memberColumnTitle::after {
    display: block;
    content: '';
    visibility: hidden;
    clear: both;
}

.memberColumnTitle .titleL {
    float: left;
    display: inline;
    color: #333333;
    font-size: 16px;
}

.memberTipNum {
    display: block;
    min-width: 6px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background: #ee502f;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-style: normal;
    padding: 0 6px;
    display: none;
}

.memberTipNum.show {
    display: block;
}

.memberFileList .item {
    overflow: hidden;
    padding: 20px;
    background: #f9f9f9;
}

.memberFileList .item .icon {
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 38px;
}

.memberFileList .item .icon.file {
    background-image: url(../images/member/file.svg);
}

.memberFileList .item .btn {
    float: right;
    display: inline;
    margin-left: 100px;
    margin-top: 3px;
}

.memberFileList .item .btn a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 32px;
    border: 1px solid #378038;
    background: #378038;
    color: #FFF;
    font-size: 14px;
}

.memberFileList .item .btn a:hover {
    opacity: 0.9;
}

.memberFileList .item .btn a.normal {
    background: #fff;
    color: #378038;
}

.memberFileList .item .btn a.normal:hover {
    background: #378038;
    color: #FFF;
}

.memberFileList .item .text {
    overflow: hidden;
}

.memberFileList .item .text .title {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.memberFileList .item .text .title a {
    color: #333333;
    font-size: 16px;
}

.memberFileList .item .text .title a:hover {
    color: #378038;
}

.memberFileList .item .text .time {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
}

.memberIndexColumn1 {
    position: relative;
    padding-left: 240px;
    background: #FFF;
}

.memberIndexLtd {
    position: absolute;
    left: 0;
    top: -10px;
    width: 240px;
    height: 220px;
    background: #FFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}

.memLogo {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.memLogo img {
    width: 100%;
    height: 100%;
    display: block;
}

.memLogoText {
    line-height: 30px;
    min-height: 30px;
    font-size: 18px;
    color: #333333;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
}

.memLtdTags {
    line-height: 36px;
    font-size: 0;
    text-align: center;
}

.memLtdTags span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 14px;
    background: #378038;
    color: #ffffff;
    position: relative;
    border-radius: 5px;
    left: 13px;
}

.memLtdTags span i {
    position: absolute;
    width: 36px;
    height: 36px;
    left: -26px;
    top: -4px;
    background-repeat: no-repeat;
    background-position: center center;
}

.memLtdTags span.tag1 i {
    background-image: url(../images/member/mem0-icn1.png);
}

.memberIndexColumn1RC {
    height: 145px;
    padding: 0 30px;
}

.memberIndexColumn1RCList {
    overflow: hidden;
    margin-right: -75px;
    padding-top: 20px;
}

.memberIndexColumn1RCList .item {
    float: left;
    width: 25%;
}

.memberIndexColumn1RCList .item .con {
    margin-right: 75px;
}

.memberIndexColumn1RCList .item .num {
    height: 35px;
    line-height: 35px;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}

.memberIndexColumn1RCList .item .info {
    height: 30px;
    line-height: 30px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 15px;
}

.memberIndexColumn1RCList .item .link {
    height: 25px;
    line-height: 25px;
}

.memberIndexColumn1RCList .item .link a {
    color: #378038;
    font-size: 14px;
}

.memberIndexColumn1RCList .item .link a:hover {
    text-decoration: underline;
}

.memberIndexColumn2 {
    overflow: hidden;
    background: #FFF;
}

.memberIndexColumn2List {
    margin-right: -1px;
}

.memberIndexColumn2List .item {
    float: left;
    display: inline;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.memberIndexColumn2List .item .title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding: 0 10px;
}

.memberIndexColumn2List .item .list {
    overflow: hidden;
    margin-right: -1px;
}

.memberIndexColumn2List .item .list .listItem {
    width: 33.3333%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    height: 160px;
    float: left;
    display: inline;
}

.memberIndexColumn2List .item .list .listItem .listItemIcon {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background-color: #e9f6ef;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 40px;
}

.memberIndexColumn2List .item .list .listItem .listItemIcon i {
    margin-top: -35px;
}

.memberIndexColumn2List .item .list .listItem .listItemText {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.memberIndexColumn2List .item .list .listItem:hover .listItemText {
    color: #378038;
}

.memberIndexColumn2List .item .list .listItem .listItemIcon.state0 {
    background-color: #e9f6ef;
    background-image: url(../images/member/paimai1.svg);
}

.memberIndexColumn2List .item .list .listItem .listItemIcon.state1 {
    background-color: #fdeeeb;
    background-image: url(../images/member/paimai2.svg);
}

.memberIndexColumn2List .item .list .listItem .listItemIcon.state2 {
    background-color: #e9f4ff;
    background-image: url(../images/member/paimai3.svg);
}

.memberIndexColumn3 {
    background: #FFF;
}

.memberIndexColumn3C {
    padding: 20px;
}

/* memberIndex end */
/* memberEntryMark start */
.memberMarkStep dd {
    padding: 10px 0;
    overflow: hidden;
}

.memberMarkStep dd .icn {
    float: left;
    display: inline;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e3f4e3;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
}

.memberMarkStep dd .text {
    overflow: hidden;
    padding-bottom: 13px;
}

.memberMarkStep dd .text .title {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
}

.memberMarkStep dd .text .info {
    overflow: hidden;
    min-height: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
}

.memberMarkStep dd.step1 .icn {
    background-image: url(../images/member/step1.svg);
}

.memberMarkStep dd.step2 .icn {
    background-image: url(../images/member/step2.svg);
}

.memberMarkStep dd.step3 .icn {
    background-image: url(../images/member/step3.svg);
}

.memForm {
    margin-right: -50px;
    margin-bottom: 18px;
}

.memForm::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.memForm .item {
    float: left;
    display: inline;
    width: 100%;
}

.memForm .item .itemC {
    margin-right: 50px;
    margin-bottom: 12px;
}

.memForm .item .itemC::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.memForm .item .label {
    float: left;
    display: inline;
    width: 140px;
    line-height: 40px;
    min-height: 40px;
    color: #555555;
    font-size: 14px;
    text-align: right;
}

.memForm .item .formC {
    margin-left: 170px;
}

.memFormBtn {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
}

.memFormBtn a {
    padding: 0;
    width: 240px;
    background: #378038;
    color: #FFF;
    text-align: center;
}

.memFormBtn a:hover {
    opacity: .9;
}

.memFormBtn a.edit {
    background: #FFF;
    color: #378038;
}

.memFormBtn a.edit:hover {
    background: #378038;
    color: #FFF;
}

.memberEntryMarkArt {
    color: #333333;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
}

.memberEntryMarkArt img {
    max-width: 100%;
    height: auto !important;
}

.memberEntryMarkArtForm {
    line-height: 24px;
    height: 24px;
    color: #808080;
    font-size: 14px;
}

.memberEntryMarkArtForm .aykj_cssCheckBoxBox {
    margin: 0;
}

.memberEntryMarkArtForm .aykj_cssCheckBox_icn {
    width: 22px;
    height: 22px;
    border: 1px solid #378038;
}

.memberEntryMarkArtForm .aykj_cssCheckBoxBox.checked .aykj_cssCheckBox_icn {
    background: #378038;
}

.memberEntryMarkArtForm .aykj_cssCheckBoxBox.checked .aykj_cssCheckBox_icn i {
    width: 10px;
    height: 6px;
    left: 5px;
}

.memberEntryMarkArtForm a {
    color: #378038;
}

.memberEntryMarkArtForm a:hover {
    text-decoration: underline;
}

/* memberEntryMark end */
/* memberLtdEdit start */
.memberLtdTx {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    overflow: hidden;
    display: inline-block;
}

.memberLtdTx img {
    width: 100%;
    height: 100%;
    display: block;
}

.memberLtdTxUpload {
    padding-top: 22px;
}

/* memberLtdEdit end */




/*现货交易 订单拒绝签收弹框 start*/
.turnDown  .payTitle{
    background: #378038;
}
.turnDown  .payTitle span{
    margin-left: 20px;
    display: block;
    text-align: center;
}
.turnDown .turnDownC{
    padding: 50px 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.turnDown .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 24px;
    height: 24px;
    margin-left: 0;
    background-position: unset !important;
}
.turnDown .layui-layer-ico {
    background: url(../images/close.svg) no-repeat center center;
    background-size: contain;
}
.turnDown.layui-layer-page .layui-layer-btn{
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 30px 0 !important;
    border-top: 1px solid #EEEEEE;
}
.turnDown.layui-layer-page .layui-layer-btn a{
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}
/*现货交易 订单拒绝签收弹框 end*/


/*会员中心首页 start*/
.memberLevel{
    text-align: center;
    height: 36px;
}
.memberLevelC{
    display: inline-block;
}
.memberLevelC .starLevel{
    width: 28px;
    height: 28px;
    position: relative;
    margin-left: 26px;
    cursor: pointer;
}
.memberLevelC .starIcon{
    width: 28px;
    height: 28px;
    display: block;
    background: #f9ad00 url("../images/hydj.png") center center no-repeat;
    border-radius: 28px;
}
.memberLevelC .starLevelC{
    position: absolute;
    left: 38px;
    top: 0;
    padding: 15px 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    border-radius: 5px;
    width: 170px;
    background: #ffffff;
    text-align: left;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}
.starLevel:hover .starLevelC{
    z-index:1;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.memberLevelC .title{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}
.memberLevelC .levelDd{
    height: 28px;
    line-height: 28px;
}
.memberLevelC .levelDd span{
    font-size: 14px;
    color: #666;
}
.memberLevelC .levelDd em{
    font-style: normal;
    font-size: 14px;
    color: #333;
}
/*会员中心首页 end*/

