*{
    margin: 0;
}
.ad{
    width: 100%;
    height: 120px;
    background: #CCCCCC;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    /*display: none;*/
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.flex_between{
    display: flex;
    justify-content: space-between;
}
.buyDetailContent{
    margin-top: 25px;
}
.buyDetailInfoBox{
    width: 900px;
    background: #FFFFFF;
    padding-bottom: 71px;
}
.buyDetailName{
    padding-top: 40px;
    margin-left: 50px;
    width: 794px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.buyDetailInfos{
    margin-top: 36px;
    margin-left: 50px;
    width: 591px;
    flex-wrap: wrap;
}


.info_item{
    width: 259px;
    line-height: 12px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
.info_item div:first-child{
    width: 56px;
}
.info_item div:last-child{
    margin-left: 24px;
    width: 177px;
}
.buy_info_time{
    margin-right: 32px;
}
.buy_info_time div:last-child{
    color: #f79131;
}
.buy_info_text div:last-child{
    color: #666666;
}
.buyDetailButton{
    width: 190px;
    height: 40px;
    background: #F79131;
    border-radius: 4px;
    border: none;
    margin: 37px 0 0 50px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}
.buyDetail{
    width: 100%;
    border-top: 1px solid #F2F2F2;
    margin-top: 50px;
    padding:38px 0 0;
}
.buyDetail_name{
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    margin-left: 50px;
}
.buyDetail_text{
    width: 787px;
    font-size: 14px;
    color: #666666;
    margin-top: 23px;
    line-height: 20px;
    margin-left: 50px;
}
.buyDetail_company_info{

}
.buyDetail_company_info_box{
    width: 280px;
    /*height: 320px;*/
    background: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 20px;
}
.tip_result{
    display: none;
    width: 280px;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    flex-direction: column;
    align-items: center;
    border-top: 1px dashed #F79131;
    padding-bottom: 20px;
}
.buyDetail_company_info_titlte{
    width: 220px;
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0 15px;
    font-size: 16px;
    color: #108391;
    line-height: 15px;
    margin-left: 30px;
}
.com_name{
    width: 209px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-left: 30px;
    margin-top: 19px;
}
.com_info{
   margin-top: 30px;
    margin-left: 30px;
}
.com_info_item{

}

.com_info_item{
    width: 221px;
    line-height: 12px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
.com_info_item div:first-child{
    width: 42px;
    line-height: 20px;
}
.com_info_item div:last-child{
    margin-left: 29px;
    width: 150px;
    color: #666666;
    word-wrap: break-word;
    line-height: 20px;
}
.com_tips{
    margin: 36px 0 16px 30px;
    width: 210px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.com_tips a{
    color: #108391;
    cursor: pointer;
    text-decoration: none;
}
.can_look{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.type{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.can_look label,.already_look a{
    color: #F79131;
}
.already_look{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 3px;
}
.already_look label{
    color: #F79131;
}
.already_look a{
    text-decoration: underline;
}
.moreBuy{
    margin: 40px 0 50px;
}
.moreBuy_title{
    display: flex;
    align-items: center;
}
.moreBuy_title_type{
    width: 6px;
    height: 20px;
    background: #108391;
    margin-right: 10px;
}
.moreBuy_title_text{
    font-size: 18px;
    color: #333333;
}
.moreBuy_content{
    margin-top: 20px;
    display: flex;
}
.moreBuy_content a{
    width: 285px;
    height: 180px;
    background: #FFFFFF;
    cursor: pointer;
    margin-right: 20px;
}
.moreBuy_content a:last-of-type{
    margin-right: 0;
}
.moreBuy_item_title{
    padding:22px 0 17px;
    margin-left: 20px;
    width: 245px;
    border-bottom: 1px solid #CCCCCC;
    align-items: center;
}
.moreBuy_item_title_text{
    width: 145px;
    line-height: 17px;
    font-size: 16px;
    color: #333333;
}
.moreBuy_item_title i{
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    color: #e8a1;
}
.moreBuy_infos_box{
    margin: 23px 0 0 20px;
}
.moreBuy_infos{
    width: 245px;
    margin-bottom: 20px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
}
.moreBuy_infos label{
    color: #666666;
}
.tip_unlogin{
    width: 160px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 10px 0 20px 30px;
    display: none;
    border: none;
    cursor: pointer;
}
#maijia{
    display: none;
    flex-direction: column;
    align-items: center;
}


.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.login_register{
    position: fixed;
    width: 360px;
    height: 440px;
    background: #28BEBF;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -180px;
    z-index: 99999;
}
.login_register_title{
    padding-top: 12px;
    margin: 0 19px 10px 18px;
}
.login_register_title label{
    line-height: 18px;
    font-size: 18px;
    color: #FFFFFF;
}
.login_register_title i{
    margin-top: 2px;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}
.login_register_box{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}

.login_content_items{
    width: 360px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
}
.itemTop{
    display: flex;
    justify-content: right;
}
.textTips{
    width: 106px;
    height: 24px;
    background-image: url(../imgs/auth/logintext_bg.png);
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: bold;
    color: #108391;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-right: -6px;
    z-index: 2;
    display: none;
}
.itemTop img{
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.itemInfo{
    margin-left: 40px;
    margin-top: -20px;
}
.itemInfoTop{
    display: flex;
}
.itemInfoTop div{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.itemInfoTop div:last-child{
    margin-left: 29px;
}
.itemInfoTopItemActive{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #108391;;
}


.test_itemInfoTop{
    display: flex;
}
.test_itemInfoTop div{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.test_itemInfoTop div:last-child{
    margin-left: 29px;
}
.test_itemInfoTopActive{
    height: 21px;
    line-height: 18px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold !important;
    color: #333333 !important;
    border-bottom: 2px solid #108391;;
}
.pwdContent,.phoneContent,.test_phoneContent{
    margin-top: 26px;
}
.input_ID,.input_KEY{
    width: 280px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.input_KEY button{
    width: 100px;
    height: 34px;
    background: #F79131;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 52px;
    cursor: pointer;
}
.idErr{
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #F79131;
}
.keyErr{
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #F79131;
}
.tryErr{
    width: 200px;
    height: 13px;
    line-height: 13px;
    padding-top: 3px;
    font-size: 12px;
    color: #F79131;
    visibility: hidden;
}
.slideErr{
    width: 280px;
    height: 10px;
    padding-top: 3px;
    line-height: 10px;
    font-size: 12px;
    color: #F79131;
    text-align: center;
    padding-bottom: 4px;
}
.input_ID img,.input_KEY img{
    width: 24px;
    height: 24px;
    margin: 0 11px 0 6px ;
}
.input_ID input,.input_KEY input{
    outline: none;
    border: none;
    font-size: 14px;
    color: #999999;
    flex: 1;
}
.slide{
    width: 280px;
    height: 30px;
    background: #EEEEEE;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    transition: left .2s ease-in-out;
}
/*.slide{*/
/*    width: 280px;*/
/*    height: 30px;*/
/*    background: #4FC2B8;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    font-size: 14px;*/
/*    color: #999999;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*}*/
.slide div{
    width: 36px;
    height: 30px;
    position: absolute;
    left: 0;
}
.slide div img{
    width: 36px;
    height: 30px;
    /*position: absolute;*/
    /*left: 0;*/
}
.remember_forgot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
}
.remember{
    height: 14px;
    display: flex;
    align-content: center;
}
.remember img{
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.remember span{
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-left: 5px;
}
.forgot{
    font-size: 14px;
    text-decoration: underline;
    color: #4FC2B8;
}
.btns{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.btns button:first-child{
    width: 130px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.btns button:last-child{
    width: 130px;
    height: 36px;
    font-size: 18px;
    background: #4FC2B8;
    color: #FFFFFF;
    border: none;
    margin-left: 20px;
    cursor: pointer;
}
.login_tips{
    height: 15px;
    font-size: 14px;
    color: #333333;
    margin-top: 16px;
    margin-left: 29px;
}
.login_tips span{
    color: rgba(16, 131, 145, 1);
}
.login_tips a{
    font-size: 14px;
    text-decoration: underline;
    color:rgba(16, 131, 145, 1);
}
.allbtns{
    width: 280px;
    height: 36px;
    background: #108391;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 24px;
    cursor: pointer;
}

.saomaTitle{
    width: 112px;
    height: 22px ;
    line-height: 18px;
    border-bottom: 2px solid rgba(16, 131, 145, 1);
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 84px;
}
.saotips{
    width: 254px;
    height: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 26px;
    margin-left: 13px;
}
.mabox{
    width: 162px;
    height: 162px;
    border: 1px solid #CCCCCC;
    margin: 27px 0 0 60px;
    padding:10px;
    box-sizing: border-box;
}
.mabox img{
    width: 140px;
    height: 140px;
    background-color: rgba(153, 153, 153, 1);
}
.clickChange{
    margin-left: 112px;
    height: 14px;
    font-size: 14px;
    color: #28BEBF;
    margin-top: 9px;
    cursor: pointer;
}


/*滑块*/
#drag2 {
    position: relative;
    background-color: #e8e8e8;
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}
#drag2 .drag_bg_login_pup {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0;
    border-radius: 4px;
}
#drag2 .drag_text {
    position: absolute;
    top: 0;
    width: 400px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag2 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}
.handler_bg {
    background: #fff url(../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}


#drag3{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 16px;
}
#drag3 .drag_bg_login_pup {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0;
    border-radius: 4px;
}
#drag3 .drag_text {
    position: absolute;
    top: 0;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag3 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}



#drag4{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
#drag4 .drag_bg_login_pup, #drag4 .drag_bg {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag4 .drag_text {
    position: absolute;
    top: 0px;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag4 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}


#drag11{
    position: relative;
    background-color: #e8e8e8;
    width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
}
#drag11 .drag_bg_login_pup{
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag11 .drag_text {
    position: absolute;
    top: 0px;
    width: 280px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag11 .handler {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    cursor: move;
}

.red-alarm{
    border: 1px solid #F79131 !important;
}
.red-alarm:after{
    content: attr(data-content-after);
    font-size: 12px;
    color: #F79131;
    position: absolute;
    bottom: -20px;
}
.shake{
    animation: shake 0.1s ease infinite;
}
.shake:after{
    content: '请完成滑块验证';
    font-size: 12px;
    color: #F79131;
    position: absolute;
    bottom: -24px;
    left: 0;
}
@keyframes shake {
    0%{
        transform: translate(-10px, 0px);
    }
    50%{
        transform: translate(10px, 0px);
    }
    100%{
        transform: translate(0px, 0px);
    }
}

.toBeVIP{
    position: fixed;
    width: 300px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toBeVIP img{
    width: 150px;
    margin-top: 30px;
}
.toBeVIP div:first-child{
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 42px;
}
.toBeVIP div:nth-child(2){
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.toBeLevelVIP{
    position: fixed;
    width: 300px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toBeLevelVIP img{
    width: 150px;
    margin-top: 30px;
}
.toBeLevelVIP div:first-child{
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 42px;
}
.toBeLevelVIP div:nth-child(2){
    line-height: 10px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.buyDetail_btns a:first-child{
    width: 120px;
    height: 30px;
    background: #F79131;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.buyDetail_btns input:last-child{
    width: 80px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 15px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
}
.toCheck{
    position: fixed;
    width: 300px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 1px rgba(102,102,102,0.18);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -150px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.toCheck .buyDetail_btns{
    margin-top: 17px;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.toCheck div:first-child{
    margin-top: 31px;
}
.toSupplier{
    position: fixed;
    width: 360px;
    /*height: 490px;*/
    background: #FFFFFF;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -180px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toSupplier_title{
    margin-top: 31px;
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.formList{
    margin-top: 40px;
}
.formItem{
    width: 280px;
    height: 40px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.formItem:last-of-type{
    margin-bottom: 0;
}
.formItem_name{
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #CCCCCC;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.formItem input{
    margin-left: 9px;
    border: none;
    outline: none;
    width: 200px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}
.toSupplier .buyDetail_btns{
    margin-top: 25px;
    padding-bottom: 20px;
}
.go_product{
    text-decoration: underline;
    font-size: 12px;
    color: #0043f4;
    margin-left: 62%;
}
.toSupplier p{
    line-height: 15px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
.toSupplier label{
    line-height: 35px;
    font-size: 13px;
    color: #8a8989;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    margin-top: 10px;
    display: none;
    position: absolute;
    min-width: 218px;
    height: 190px; /* 设置你想要的高度 */
    overflow-y: auto; /* 启用垂直滚动条 */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #4FC2B8;
    background: white;
}
.dropdown-menu::-webkit-scrollbar{
    display: none;
}

.dropdown-menu li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 12px;
}

.dropdown-menu li:hover {
    background-color: rgba(79, 194, 184, 0.3);
    color: #4FC2B8;
}
.dropdown-arrow:after{
    content: '\25BC';
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 15px;
    color: #666;
    transition: all .2s;
}
.dropdown-arrow.down:after{
    transform: rotate(180deg);
}
.show {
    display: block;
}

