body{
    min-width: 1024px;
}
html{
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
h1,h2,h3,h4,h5,h6,p,figure,form{
    margin: 0;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
a{
    text-decoration: none;
    /* color: #29B4F0; */
    color: #333;
    outline: none;
}
*{
    font-family: "微软雅黑";
}
/* hn */
h1{
    font-size: 16px;
    line-height: 36px;
}
h2{
    font-size: 14px;
    line-height: 30px;
}
h3{
    line-height: 24px;
}
h3,h4,h5,h6{
    font-size: 12px;
}
/* ul ol dl */
ul,li,ol{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
ul.has-style li,ol li{
    margin-left: 25px;
}
ul.has-style li{
    list-style: disc;
}
ol li{
    list-style: decimal;  
}
ul.inline-style{
    float: left;
    display: inline;
}
dl{
    margin-bottom: 18px;
}
dt{
    font-weight: bold;
}
dd{
    margin: 0 0 0 9px;
    padding: 0;
}
svg:not(:root){
    overflow: hidden;
}
/* clearfix */
.clearfix:before, .clearfix:after{
    content: "";
    display: table;
}
.clearfix::after{
    clear: both;
    overflow: hidden;
}
.clearfix{
    zoom: 1;
}

.menu{
    width: 1024px;
    margin: auto;
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.menu .menuList{
    display: flex;
    flex-direction: row;
    position: relative;
}
.menu .menuList li{
    text-align: center;
    margin: 0 10px;
    display: block;
    position: relative;
}
.menu .menuList li:first-child{
    text-align: left;
    width: 120px;
}
.menu .menuList li:hover{
    cursor: pointer;
}
.menu .menuList li img{
    line-height: 0;
}
.menu .menuList li a{
    color: #333;
    font-weight: normal;
    line-height: 50px;
}
.menu .menuList .listHover{
    overflow: hidden;
}
.menu .menuList .listHover:hover{
    overflow: visible;
}
.menu ul.target{
    position: absolute;
    top: 40px;
    left: -20px;
    width: 110px;
    z-index: 999;
    background: #fff;
}
.menu ul.target li:first-child{
    width: auto;
}
.menu ul.target li:last-child a{
    border: 0;
}
.menu ul.target li a{
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid red;
}
.menu ul.target li a:hover{
    color: red;
}
.menu .menuList .c-red{
    color: red;
}

.menu ul.btnInfo {
    position: absolute;
    top: 15px;
    right: 0;
}
.menu ul.btnInfo li.loginNo a{
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: normal;
    padding: 2px 20px;
    color: #333;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.loginNo{
    display: block;
}
.loginType{
    display: none;
}
.menu ul.btnInfo li.loginNo a:hover{
    border: 1px solid red;
    background-color: red;
    color: #fff;
}
/* 登录状态 */
.btnInfo li{
    position: relative;
    line-height: 50px;
    overflow: hidden;
}
.btnInfo p{
    font-weight: normal;
}
.loginType:hover{
    overflow: visible;
    cursor: pointer;
}
.loginType:hover .imgsj{
    transform: rotateZ(180deg);
}
.loginType a:hover{
    color: red;
}
.ex-order{
    position: absolute;
    width: 120px;
    left: 50%;
    top: 50px;
    margin-left: -60px;
    text-align: center;
    z-index: 999;
}
.ex-order a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 20px;
    color: #333;
    line-height: normal;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
}

.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
}
.ui-input{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #dfe6e5;
    font-size: 0;
}
.ui-input input{
    width: 100%;
    height: 30px;
    border: 0;
    font-size: 14px;
    outline: none;
}
.ui-button{
    height: 40px;
    border: 0;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.ui-button-primary{
    color: #fff;
    background-color: #c5465d;
    border-radius: 5px;
}
.ui-button-success{
    color: #fff;
    background-color: #22d18e;
}

.form{
    width: 460px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -251px 0 0 -230px;
    background-color: #fff;
    z-index: 999;
}
.form .captcha{
    height: 30px;
    vertical-align: top;
    cursor: pointer;
}
.form a{
    color: #7b7f81;
}
.form a:hover{
    color: #666;
}
.form-head{
    padding: 20px 0;
    text-align: center;
}
.form-head h2{
    font-size: 24px;
    font-weight: 400;
}
.form-head p{
    margin-top: 12px;
    color: #7b7f81;
}
.form-head p a{
    text-decoration: underline;
}
.form-body{
    padding: 0px 40px 20px;
    color: #222;
}
.form-body .err-msg{
    text-align: center;
    color: #fc5c5c;
}
.forget-password{
    margin-top: 10px;
    text-align: right;
}
.form .narrow-input input{
    width: 290px;
    margin-right: 10px;
}
.form .warn-msg{
    margin-bottom: 20px;
}
.form .err-msg+.warn-msg{
    margin-top: 12px;
}
.form .sms-button{
    display: inline-block;
    width: 80px;
    font-size: 14px;
    text-align: right;
    color: #22d18e;
}
.form .sms-button:hover{
    color: #56e9b2;
}
.form .form-notice{
    color: #22d18e;
}
.form .ui-input.focus{
    border-bottom-color: #22d18e;
}
.form .ui-button{
    width: 100%;
    margin: 20px 0;
}

/* 页脚 */
footer{
    background: #42454b;
    padding: 60px;
    font-size: 14px;
    color: white;
    text-align: center;
}
footer .footer-content{
    width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
footer .footer-content span{
    display: inline-block;
}
footer .footer-content span:nth-child(2){
    flex: 1;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 14px;
    color: #ccc;
}
footer .footer-content span:nth-child(odd){
    width: 100px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    text-align: center;
}
footer .footer-content span a{
    color: #29B4F0;
}
/* 加载动画 */
.spinner-bg{
    padding-bottom: 80px;
}
.spinner-bg p{
    text-align: center;
}
.spinner{
    width: 60px;
    height: 60px;
    background-color: #FE9901;
    margin: 100px auto 50px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane{
    0%{
        -webkit-transform: perspective(120px);
    }
    50%{
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100%{
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes rotateplane{
    0%{
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50%{
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100%{
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.heightMin{
    min-height: 480px;
    padding-bottom: 20px;
}
.login-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.loginName{
    display: inline-block;
    line-height: 30px;
}
.imgsj{
    width: 30px;
    height: 30px;
    margin-top: -5px;
    transition: -webkit-transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
}
