*{
    margin: 0;
    padding: 0;
}
.login-container.show .mask{
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.mask{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: .3s;
}
.m-bottom-30{
    margin-bottom: 30px !important;
}
.m-bottom-20{
    margin-bottom: 20px !important;
}
.login-box{
    /* padding: 10px; */
    position: fixed;
    z-index: 99999;
    width: 370px;
    padding: 40px;
    height: 300px;
    /* height: 500px; */
    border-radius: 4px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    box-shadow: 0px 0px 5px #888888;
}
.login-container.show .login-box{
    display: block;
}
.login-header{
    position: relative;
}

.login-header h3{
    padding: 10px;
    font-size: 16px;
    color: #333
}

.login-header .top{
    height: 30px;
    position: absolute;
    right: 0;
    width: 35px;
    z-index: 3;
}
.login-header .top .close{
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 10px;
    right: 0;
    top: 0;
    transition: 0.2s
}

.login-header .top .close:hover{
    color: #FF5C6A
}
.login-body{
    overflow: hidden;
}
.login-body .tabs{
    margin: 10px 50px;
}
.login-body .tabs .tab-item{
    border-bottom: solid 2px #ffffff;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    cursor: pointer;
    margin: 0 30px;
    width: 90px;
}
.login-body .tabs .tab-item.active{
    border-bottom: solid 2px #FF5C6A;
}
.login-card{
    width: 865px;
    transition: .3s;
}
.login-form{
    padding: 10px;
    margin: auto;
    font-size: 14px;
    display: inline-block;
}
.login-form .label{
    display: inline-block;
    width: 80px;
    font-size: 15px;
}
.login-form .form-item{
    margin-bottom: 10px;
    margin-left: 35px;
    margin-right: 35px;
}
.login-form input{
    height: 25px;
    width: 240px;
    padding: 3px 5px;
    outline:none;
    border-radius: 4px;
    border: 1px solid #dedede;
    transition: 0.3s;
}
.login-form input:focus{
    border-color: #FF5C6A
}
input[type=checkbox]{
    width: 15px;
    height: 15px;
}
/* input[type=checkbox]:active{
    border-color: #FF5C6A
} */
.checkbox-text{
    font-size: 13px;
}
.login-btn{
    border: 0;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
    /* width: 255px; */
    /* margin-left: 85px; */
    border-radius: 4px;
    outline:none;
    cursor: pointer;
    background-color: #FF5C6A;
    color: #fff;
    transition: .3s;
}
.login-btn:active{
    background-color: #e94c13;
    color: #f3f3f3;
}
.c-right{
    float: right;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.find-password{
    cursor: pointer;
    transition: 0.2s;
}
/* .find-password:hover{
    color: #FF5C6A;
} */
.to-reg{
    height: 35px;
    margin-right: 35px;
}
.to-reg>span{
    cursor: pointer;
    color: #666;
    transition: 0.2s;
}
.to-reg>span:hover{
    color: #FF5C6A;
}

.login-footer{
    height: 83px;
    padding: 10px;
    margin: 0 10px;
    font-size: 14px;
    border-top: 1px solid #dedede;
    color: #666;
    position: relative;
}
.login-footer .other-login{
    display: inline-block;
    width: 174px;
    height: 40px;
    margin-top: 15px;
    cursor: pointer;
}
.login-footer .wechat-btn{
    margin-right: 36px;
    background: url(../img/login_meth.png) no-repeat;
}
.login-footer .qq-btn{
    background: url(../img/login_meth.png) no-repeat 0 -48px;
}

/* .login-footer .pc-btn{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 8px;
    right: -20px;
    cursor: pointer;
} */

.pc-btn img{
    width: 100%
}
.hide{
    display: none !important;
}

.login-wechat{
    width: 100%;
    display: inline-block;
    padding: 20px 50px;
    box-sizing: border-box;
}
.login-wechat h4{
    margin-bottom:10px
}
.login-wechat .qrcode-box{
    position: relative;
    text-align: center;
    margin: 25px 0;
}
.login-wechat .qrcode-box .tip{
    position: absolute;
    display: flex;
    align-items: center;
    width: 168px;
    height: 168px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
}
.login-wechat .qrcode-box p{
    font-size: 13px;
}
.loginwrap {
    height: 530px;
}

.login-header h3::before {
    content: '';
    top: 8px;
    left: 0;
    height: 22px;
    width: 4px;
    position: absolute;
}



.login-box .tabs {
    margin: 10px 0;
    padding: 0;
}
.login-body .tabs .login-item {
    padding: 10px 0;
    margin: 0;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 20px;
}

.login_tab .tabs .login-item {
    padding: 10px 5px;
    margin: 0;
    display: inline-block;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 20px;
    cursor: pointer;
}

.login-box .tabs .login-item.active {
    color: #FF5C6A;
    font-weight: 600;
}

.login-box .tabs .login-item.active .title_line {
    background: #FF5C6A;
}

.login-body .tabs .login-item {
    padding: 10px 0;
    margin: 0;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 20px;
}

.login_tab .tabs .tab-item {
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    text-align: left;
    margin-right: 20px;
}

.login-box .tabs .tab-item.active {
    color: #FF5C6A;
    font-weight: 600;
}

.login-box .tabs .tab-item.active .title_line {
    background: #FF5C6A;
}

.login-box .tabs .title_line {
    width: 40%;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 8px;
}

.login-card {
    width: auto;

}
.loginbtn {
    border: 0;
    padding: 5px 10px;
    height: 40px;
    /* width: 255px; */
    /* margin-left: 85px; */
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    background-color: #FF5C6A;
    color: #fff;
    transition: .3s;
}
.login-form {
    padding: 10px 0;
}
.login-form.login_reset_pwd{
    padding: 10px 40px;
}
.login-form .form-item {
    margin-left: 0;
    margin-right: 0;
}

.login-header .login-header-top {
    position: relative;
    font-size: 24px;
    color: #2E3C4E;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 20px;
}

.login-form .form_ipt .label {
    width: auto;
    padding: 16px;
    line-height: 1;
    background: rgba(45, 132, 251, 0.10);
    float: left;

}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
        -webkit-transition-delay: 111111s;
        -webkit-transition: #ffffff 111111s ease-out;
    
} */
.login-form .form_ipt input {
    height: 20px;
    width: 300px;
    padding: 12px 0 12px 12px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: inset 0 0 0 1000px #ffffff !important;
}

.login-form .form_ipt input:focus {
    border-color: rgba(45, 132, 251, 0.10);
}

.login-form .form_ipt .label .iconfont {
    font-size: 12px;
    color: #FF5C6A;
}

.find-password:hover {
    color:#FF5C6A;
}

.loginbtn {
    width: 100%;
    margin-left: 0;
    margin-top: 35px;
}

.to-reg .c-right a:hover {
    color: #FF5C6A;
}

.erweima_info .erweima_info {
    color: #FF5C6A;
}

.login-footer {
    border-top: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.login-footer .pc-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -1px;
    right: -10px;
    cursor: pointer;
}
.tfy-searchbox2 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 12;
    background: #fff;
    width: 410px;
    padding: 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3);

}


.other_sites {
    float: left;
    margin-left: 20px;
}

.other_sites .other {
    position: relative;
    display: none;
    cursor: pointer;
}

.other_sites:hover .area_text {
    display: block;
}
.tfy-header .mt  .other img{
    vertical-align: -5px;
    margin-right: -5px;

}
.area_text {
    position: absolute;
    top: 36px;
    left: -240px;
    width: 510px;
    padding: 20px;
    /* border: 1px solid #b2b2b2; */
    /* box-shadow: 1px 1px 2px #b2b2b2; */
    /* box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1); */
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.15);
    background: #fff;
    display: none;
    z-index: 100;
}
.area_text .sites_names{
    max-height: 152px;
    overflow: hidden;
}

.area_text .sites_name {
    padding: 8px 10px;
    line-height: 1.5;
    width: 36px;
    text-align: center;
    display: inline-block;
}

.area_text .area_top {
    text-align: center;
}

.area_text .area_top .line {
    width: 80px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #e3e3e3;
}

.area_text .area_top .shengfen {
    color: #666666;
    font-size: 14px;
    margin: 0 10px 10px;
}
.area_text .sanjiao {
    position: absolute;
    top: -10px;
    /* margin-left: -50%; */
    width: 0;
    height: 0;
    border: 5px solid #f5f5f6;
    left: 260px;
    border-bottom: 5px solid #fff;
}



.nav_sub_box{
	display: none;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    color: #333;
    border: 1px solid #f3f3f3;
}
.tfy-mb .slide li:hover h3 {
	background: rgba(0,0,0,0.1);
}
.tfy-mb .slide li:hover .nav_sub_box{
	    display: block;
}
.tfy-mb .w.nav_box{
		overflow: unset;
		/* overflow-x: hidden; */
}
.tfy-mb .slide li {
		position: relative;
}
.tfy-mb .slide li h3 a.sub_nav{
		display: block;
		color: #333;
        font-size: 13px;
        
}
.tfy-mb .slide li h3 a.sub_nav:hover{
    background: #e3e3e3;
}
.tfy-mb .slide li:hover .sanjiao {
		position: absolute;
		left: 50px;
		top: 40px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-bottom-color: #fff ;
}