* {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    transition: 0ms;
}

*, .tongyongziti {
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    color: #353535;
    font-weight: 400;
}

li {
    list-style-type: none;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

input {
    border-radius: 0;
}

input:focus, textarea:focus {
    outline: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear {
    display: none;
}

textarea {
    resize: none;
}

html,body{
    height:100%;
}
body {
    min-width: 1600px;
}


.header{
    display: flex;
    align-items: center;
    height:100px;
    background-image: linear-gradient(#fff, #fff);
}
.header .logo{
    display: flex;
    width: 205px;
    padding: 0 0 0 33px;
}
.header .logo img{
    width:auto;
    max-height:56px;
}

.footer{
    display: flex;
    align-items:center;
    flex-wrap:wrap;
    border-top: 1px solid #fff;
    padding: 16px 0;
    height: 40px;
}
.footer .hh{
    width:100%;
    text-align: center;
    line-height: 22px;
    color: #505050;
    font-size: 12px;
}
.footer .hh a{
    font-size: 12px;
    color: #505050;
    text-decoration:underline;
}


.main {
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(100% - 100px - 74px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box{
    display: flex;
    width:1300px;
    justify-content: center;
    
    
    justify-content: space-between;
    justify-content: flex-end;
}
.ad{
    display: none;
    width: 380px;
    height:450px;
    
    background-image: url("/static/wyc/login/banner2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.body{
    width: 500px;

    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    vertical-align: middle;
    padding-bottom: 45px;
    background-color: #fff;
}

.body .title{
    display: flex;
    justify-content: space-between;
    padding: 30px 40px 30px 40px;
}
.body .title h1 {
    line-height: 30px;
    font-size: 18px;
    color: #555555;
    font-weight: 400;
}
.body .title .link{
    display: flex;
    align-items: center;
}
.body .title .link span{
    display: flex;
    align-items: center;
}
.body .title .link a{
    display: flex;
    align-items: center;
}
.body .title .link a b{
    color: #a1d864;
}
.body .title .link a i{
    font-size: 13px;
}
.body .title .link a:hover{}
.body .wbk{
    width:420px;
    margin:0 0 30px 40px;
}
.body .wbk i{
    display: block;
    position: absolute;
    z-index: 1;
    width:46px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.body .wbk input{
    display: flex;
    border: 1px solid #999;
    line-height: 20px;
    padding:10px 15px 10px 40px;
    width:calc(100% - 15px - 40px - 2px);
    border-radius: 3px;
    font-size: 14px;
}
.body .yzm{
    display: flex;
    justify-content: space-between;
}
.body .yzm input{
    width:calc(100% - 15px - 40px - 2px - 170px);
}
.body .yzm .change-image-code{
    width:150px;
    height:42px;
    background: #fff;
    cursor: pointer;
}
.body .yzm .send-mobile-code{
    width:150px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    color:#aaa;
    border-radius: 3px;
    cursor: not-allowed;
}
.body .yzm .send-mobile-code.on{
    border: 1px solid #D3D7DE;
    color: #3D485D;
    cursor: pointer;
}
.body .submit{
    margin: 0 0 0 40px;
    width:420px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #0052D9;
    background-image: linear-gradient(to bottom,#0052D9, #0052D9);
    /*box-shadow: 0px 0px 12px #0052D9;*/
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.body .more-login-type{
    margin:0 0 0 40px;
    padding:20px 0 0 0;
    display: flex;
}
.body .more-login-type .t-title{
    line-height: 30px;
}
.body .more-login-type .t-ul{
    display: flex;
    height: 30px;
    align-items: center;
    padding:0 0 0 8px;
}
.body .more-login-type .t-ul a{
    display: block;
    margin:0 8px 0 0;
}
.body .more-login-type .t-ul a i{
    font-size: 20px;
    font-weight: bolder;
    background-image: linear-gradient(to bottom,#0052D9, #2670E8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.body .more-login-type .t-ul a:hover{}

.main_erweima {
    padding-top: 15px;
    text-align: center;
}

.main_erweima .code {
    margin: 15px auto 10px auto;
    width: 200px;
    height: 200px;
}

.main_erweima img {
    width: 200px;
    height: 200px;
}

.main_erweima span {
    display: block;
    text-align: center;
    color: #bbb;
    font-size: 14px;
}

#think_page_trace_open{
    display: none !important;
}