
/*------------------遮罩弹出框--------------------------*/
.pro_mask{
    width:100%;
    height:100%;
    background:#fff;
    position: fixed;
    top:120px;
    left:0;
    z-index:30;
    opacity: .70;
    display: none;
    /*display:none;
    */
}

.hidden-inplace {
    visibility: hidden;
}
.error-tip{ color: #ff0000;
    font-weight: normal;
}

.pro_login {
    /*display: none;*/
    /*width: 934px;*/
    /*height: 550px;*/
    width: 320px;
    height: 255px;
    position: fixed;
    /*top: 27%;*/
    /*left: 25.5%;*/
    margin: auto;
    z-index: 65;
    border-radius: 4px;
    background-color: #fbf8fb;
    box-shadow: 0 3px 18px rgba(33, 24, 24, .5);
    font-weight: bold;
    display: none;
    left: 50%;
    top: 460px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: move;
    touch-action: none;
}
.pro_login_ft{
    width: 100%;
    height: 149px;
    float: left;
    margin-bottom: 8px;
    /*background: url("../images/web/foot_bg.png") no-repeat;*/
    position: absolute;
    bottom: 8px;
    z-index: -12;
    top:400px;
}

.divlogoverflow {
    overflow: auto;
}

.pro_login_tit{
    width: 100%;
    margin-bottom: 5px;
    /*padding:0 45px;*/
    /*padding:0 87px;*/
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #3e3e3e;
    margin-top: 5px;
    font-weight: normal;
    box-sizing: border-box;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pro_login_tip{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
    font-weight: normal;
}
.tipcolor{
     color: #cf4232;
    font-weight: bold;
    font-size: 16px;
}
.tipfont16{
    font-size: 16px;
}
.tipfont18{
    font-size: 18px;
}
.tipfont20{
    font-size: 20px;
}
.tipfont22{
    font-size: 22px;
}
.tipfont24{
    font-size: 24px;
}
.tipcolor_userlogin{
    font-weight: bold;
    font-size: 18px;
}
.pro-logintext a
{
    color: #6a4b92;
    font-weight: bold;
}


.pro_login_t2{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #3e3e3e;
    margin-top: 25px;
    line-height: 24px;
}
.pro_login_jifen{
    width:80%;
    /*height: 235px;*/
    /*height: 170px;*/
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pro_login_bottom{
    width: 320px;
    height: 114px;
    padding-top: 15px;
    position: relative;
}
.pro_login_bottom img{
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    object-fit: contain;
}
/*.pro_login_jifen img:last-child{*/
/*    margin-top: 20px;*/
/*}*/
.pro_position{
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -26%);
}
.pro_login_jifen-sub1{
    width: 260px;
    float: left;
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}
.pro_login_jifen-sub2{
    width: 654px;
    float: right;
}
.pro_user_login{
    margin: 0;
    padding-top: 68px;
    justify-content: space-between;
    font-size: 14px;
}
.apply{
    color: #6a4b92;
}
.pro_login_con{
    width: 320px;
    margin: 0 auto;
}
.pro_login_con_tit{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.pro_login_con_tit ul{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.pro_login_con_tit ul li{
    width: 100px;
    text-align: center;
    font-size: 18px;
    float: left;
    color: #331515;
}
.pro_login_con_tit ul li:nth-child(2){
    margin-left: 54px;
}
.pro_login_con_tit ul li a{
    color: #331515;
}
.pro_login_con_tit ul li a.active{
    color: #6a4b92;
    padding-bottom: 7px;
    border-bottom: 2px solid #6a4b92;
}

.pro_login_con_main{
    width: 100%;
    float: left;
    padding: 0 21px;
    box-sizing: border-box;
}
.pro_login_con_main label{
    display: block;
    font-weight: bold;
    color: #331515;
    margin: 18px 0 8px 0;
    padding-left: 1px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pro_login_con input[type=text],.pro_login_con input[type=password],.pro_login_con input {
    width: 278px;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing:border-box;
}
.forgotPswbtn {
    float: right;
    height: auto;
    font-size: 12px;
    text-align: right;
    margin: 4px 0 1px 0;
    padding: 0;
}
.forgotlink{
    background-color: #fbf8fb;
    border: none;
    color: #6a4b92;
    font-weight: bold;
    cursor: pointer;
}
.login_btn{
    /*float: left;*/
    text-align: center;
    width: 107px;
    /*margin-top: 8px;*/
    margin:0 auto;
    padding: 4px 0;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: #8468ad;
}
.login_btn a{
    /*font-size: 16px;*/
    font-weight: bold;
    color: white;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: #8468ad;
    /*padding: 11px 35px;*/
}

.login_btn p{
    /*font-size: 16px;*/
    font-weight: bold;
    color: white;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: #8468ad;
    /*padding: 8px 35px;*/
    width: 107px;
    margin:0 auto;
    box-sizing: border-box;
}
.zhuce{
    padding-top: 5px;
    text-align:center;
    font-size: 12px;
    width: 100%;
    float: left;
    padding-bottom: 6px;
}
.zhuce img{
    padding-top: 15px;
   margin: 0 auto;
}
.zhuce a{
    color: #6a4b92;
    text-decoration:none;
}
.send-code {
    background-color: #8972ac !important;
    padding: 0 49px 0 18px;
    border: 1px solid #8972ac !important;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    /*left: 1px;*/
    display: inline-block;
    line-height: 26px;
    height: 26px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.send-code span {
    color: #ffffff;
    font-weight: bold
}

.invalid-code {
    background-color: #f3f3f3 !important;
    padding: 0 18px 0 18px;
    /*border: 1px solid #bdbdbd !important;*/
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    /*left: 1px;*/
    display: inline-block;
    line-height: 26px;
    height: 26px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.invalid-code span {
    color: #9f9f9f;
    font-weight: bold
}


.m-password{
    margin: 0 0 0 0 !important;
    position: relative;
    left: 0px;
}
.m-password label{
    display: block;
    font-weight: bold;
    color: #331515;
    margin: 24px 0 8px 0;
    padding-left: 1px;
    font-size: 12px;
}

.m-password input[type=text], .m-password input[type=password],.m-password input{
    padding-left: 146px
}

.gray-text .detail_price{
    position: relative;
}
.gray-text *{
    color: transparent !important;text-shadow: 0 0 0 #969696;
}

.gray-text select option {
    color: #ccc !important;
}

.is-disabled .cart-quSel,
.is-disabled .cart-quSel option {
    color: #331515 !important;
}
.is-disabled .btn_QQ,
.is-disabled .price_btn input {
    color: #ffffff !important;
}
.is-disabled .btn_bulk_inquiry,
.is-disabled .price_btn span {
    color: #6a4b92 !important;
}
.opacity-mask{
    opacity: .4;
}

.detail_price.is-disabled .price_tbl th:nth-child(-n+3),
.detail_price.is-disabled .price_tbl td:nth-child(-n+3){
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*@media screen and (max-width:220px){*/
/*    .pro_login{*/
/*        position: fixed;*/
/*        top: 14%;*/
/*        left: 4%;*/

/*    }*/
/*    .pro_login_tit{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*@media screen and (max-width:374px){*/
/*    .pro_login{*/
/*        position: fixed;*/
/*        top: 14%;*/
/*        left: 4%;*/

/*    }*/
/*    .pro_login_tit{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 375px) and (max-width: 413px) {*/
/*    .pro_login{*/
/*        position: fixed;*/
/*        top: 14%;*/
/*        left: 4%;*/

/*    }*/
/*    .pro_login_tit{*/
/*        font-size: 16px;*/
/*    }*/

/*}*/

/*@media screen and (min-width: 414px) and (max-width: 767px) {*/
/*    .pro_login{*/
/*        position: fixed;*/
/*        top: 14%;*/
/*        left: 4%;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 768px) and (max-width: 1024px) {*/
/*    .pro_login{*/
/*        position: fixed;*/
/*        top: 14%;*/
/*        left: 4.3%;*/
/*    }*/
/*    .pro_login_tit{*/
/*        font-size: 16px;*/
/*    }*/

/*}*/

