
/* 成功 失败 */
body>.success,body>.error{background: #F2F9EC;line-height: 48px;border-radius: 4px;border: 1px solid #D7EDC5;position: fixed;z-index: 1000;top: 81px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);text-align: center;font-size: 16px;color: #7DBD4C;padding-left: 20px;padding-right: 20px;}
body>.success img,body>.error img{display: inline-block;margin-right: 12px;vertical-align:-2px;}
body>.error{background: #FDDEDE;border-color: #FCC2C2;color: #FC3636;}

/* login导航条 */
.header_box>ul>li{vertical-align: middle;}
.header .login_btn{display: -webkit-box;display: -webkit-flex;display: flex;align-items: center; -webkit-align-items: center;margin-left: 0;}
.header .login_btn>a{box-sizing: border-box;border: 1px solid #3fada2;display: inline-block;border-radius: 5px;text-align: center;color: #3fada2;line-height: 22px;height: 30px;font-size: 16px;display: none;cursor: pointer;padding:3px 13px;}
.header .login_btn>a:hover{box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header .login_box{position: relative;display: none;line-height: 0px;}
.header .login_box ul li:nth-child(1)::after{clear: both;content: "";width: 100%;height: 30px;background: transparent;position: absolute;top: -30px;left: 0px;}
.header .login_box ul li span{padding:0px;}
.header .login_box ul li div,.login_box>div{width: 32px;height: 32px;border-radius: 50%;overflow: hidden;display: inline-block;border: 1px solid transparent;}
.header .login_box ul li div img,.login_box>div img{width: 100%;height: 100%;object-fit: cover;display: block;margin: 0px;}
.header .login_box ul li div.active,.login_box>div.active{border: 1px solid #e9b1ff;}
.header .login_box ul li div{vertical-align: -2px;margin-right: 6px;}
.header_box>ul>li:last-child:hover::after{display: none;}
.header .login_box ul li:first-child{padding-bottom: 6px;-webkit-align-items: center;align-items: center;display: flex !important;}
.header .login_box ul li:first-child>p{font-size: 14px;color: #222;line-height: 24px;width: 174px;display: inline-block;line-height: 20px;}
.header .login_box ul li:first-child>p *{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.header .login_box ul li:first-child>p>span{display: block;}
.header .login_box ul li:first-child>p .verification{font-size: 14px;color: #3E6AF9;text-decoration: underline;line-height: 14px;cursor: pointer;}
.header .login_box ul{display: none;width: 240px;background: #FFFFFF;border: 1px solid #E4E4E4;border-radius: 8px;padding: 12px;box-sizing: border-box;position: absolute !important;right: -40px;top: 40px;}
.header .login_box ul li:first-child>p .verification img{vertical-align: -2px;margin-left: 2px;width: 14px;height: 14px;-webkit-animation: rotate 1.5s infinite linear;-moz-animation: rotate 1.5s infinite linear;-o-animation: rotate 1.5s infinite linear;animation: rotate 1.5s infinite linear;opacity: 0;}
.header .login_box ul li:first-child>p .verification.unbind img{opacity: 1;}
.header .login_box ul::before{clear:both;content:"";width:0px;height:0px;border:8px solid #fff;border-color:transparent transparent #e6e6e6;position:absolute;right:48px;top:-16px;}
.header .login_box ul::after{clear:both;content:"";width:0px;height:0px;border:8px solid #fff;border-color:transparent transparent #fff;position:absolute;right:48px;top:-14px;}
.header .login_box ul li{border-top: 1px solid #e6e6e6;padding-top: 12px;padding-bottom: 12px;box-sizing: border-box;margin-right: 0px !important;display: block !important;text-align: left;line-height: 24px;}
.header .login_box ul li:first-child{padding-top: 0px;border-top: none;}
.header .login_box ul li:last-child{padding-bottom: 0px;cursor: pointer;display: -webkit-box;display: -webkit-flex;display: flex !important;}
.header .login_box ul li a,.login_box ul li,.login_box ul li:last-child>span{font-size: 16px;color: #222;line-height: 24px;}
.header .login_box ul li a img,.login_box ul li img{margin-left: 12px;margin-right: 9px;display: inline-block;}
.header .login_box ul li a,.login_box ul li{-webkit-justify-content: flex-start !important;justify-content: flex-start !important;-webkit-align-items: center;align-items: center;}
.header .login_box ul li a span{width: 168px;}
.header .login_box ul li a:hover{text-decoration: none;color: #3E6AF9;}

@media(max-width:1200px){
    .header .center{display: block;}
    .header .center>a{display: inline-block;vertical-align: middle;float: left;margin:5px 0 0;}
    .header_box .toggle{display: inline-block;vertical-align: middle;float:right;margin: 17px 10px 0;}
    .header .login_btn{margin: 20px 10px 0;display: inline-block;vertical-align: middle;float:right;}
    .header .login_box{width: 100%;position: initial;margin-top: -6px;}
    .header .login_box div{margin-top: 0px;}
    .header .login_bg .login_bg_box{padding: 0 20px;}
    .header .login_box ul{background: #fff;width: 100%;top: 60px;left: 0px;border-radius: 0 0 3px;width: 100% !important;box-sizing: border-box;}
    .header .login_box ul::before,.login_box ul::after{display: none;}
    .header .login_box ul li a span{width: auto;}
    .header .login_box ul li:first-child>span{width: calc(100% - 50px);box-sizing: border-box;}

    .header .login_box ul li div.active,.login_box>div.active{border: 1px solid #fff;}
}
@media(max-width:900px){

}
@media(max-width:630px){
    body>.success,body>.error{width: 90%;box-sizing: border-box;line-height: 24px;padding-top: 10px;padding-bottom:10px;}
}