html,body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	  overflow-y: hidden;
}
a{
	font-size: 18px;
	color: #666666 !important;
}
a:hover{
	text-decoration: none !important;
	outline-style: none;
	color: #666666 !important;
}
/* 头部 */
header{
	width: 100%;
	height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}
.top{
	width: 70%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	
}
.top_left{
	display: flex;
    align-items: center;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.title{
	padding-left: 1%;
	color: #0070c0;
	white-space: nowrap;
}
.title h1{
	font-weight: 700;
}
.title h5{
	font-size: 15.5px;
	font-weight: 700;
}
.top_right{
	position: absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    text-align: right;
}
.backHome{
	border-right: 1px solid #999;
    padding-right: 15px;
}
.contactUs{
	padding-left: 15px;
}

/* 底部 */
footer{
	width: 100%;
    position: relative;
    bottom: -104px;
}
.footer_txt{
	width: 1344px;
 	height: 100%; 
	margin: 20px auto;
}
.footer_txt_left{
	text-align: left;
    position: absolute;
    left: 0;
}
.footer_txt_right{
	float: right;
	text-align: right;
}



.content {
    width: 100%;
    height: 84%;
    position: relative;
    top: 110px;
    background-size: 100% 100%;
    min-width: 1280px;
}
.bg{
	width: 100%;
	height: 100%;
	position: absolute;
}
.con{
	position: relative;
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
}
.txt{
	position: absolute;
	color: #fff;
    margin-top: -55px;
}
.txt_1{
	padding-bottom: 10%;
	font-size: 30px;
}
.txt_2{
	font-size: 40px;
	font-weight: 700;
    white-space: nowrap;
}
.login_box{
	position: absolute;
	width: 380px;
	background-color: #fff;
	margin-left: calc(100% - 380px);
	padding-bottom: 30px;
}
.login_box_layout{
	width: 88%;
	height: 100%;
	margin: 0 auto;
}
.login_form{
	color: #666;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 15px;
}
.headtit{
	width: 70%;
	margin: 0 35%;
    display: inline-block;
}

.zhanghao_login{
	float: left;
}
.phone_login{
	float: right;
}
.loginFormTitleStyle{
	color: #0070c0;
	font-weight: 700;
    font-size: 20px;
}
.line_left{
	border-bottom: 3px solid #0070c0;
    width: 42%;
    position: absolute;
    left: 6%;
    top: 18.5%;
}
.line_right{
	border-bottom: 3px solid #0070c0;
    width: 45%;
    position: absolute;
    left: 50%;
    top: 13.5%;
    display: none;
}
.inputStyle{
	width: 100% !important;
	margin-top: 24px;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 2px !important;
}
.inputStyle_1{
	width: 58% !important;
	margin-top: 24px;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 2px !important;
}
.inputStyle_2{
	margin-top: 24px;
    float: right;
}
.forget{
	float: right;
    margin-top: 20px;
    color: #666;
}
.btnStyle{
	width: 100%;
    height: 40px;
    background-color: #0070c0 !important;
    margin-top: 15px;
    font-size: 18px !important;
    border-radius: 2px !important;
}
.fot_txt{
	margin-top: 20px;
}
.zuche{
	float: left;
	font-size: 14px;
    cursor: pointer;
}
.jihuo{
	float: right;
	font-size: 14px;
}
.accountLogin{
	display: block;
}
.phoneLogin{
	display: none;
}

@media (min-width: 400px) {
    .content {
        width: 100%;
        height: 79%;
        position: relative;
        top: 110px;
    }
    .bg{
	    width: 1280px;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 140px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 140px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1280px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 40px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 40px;
    }
}
@media (min-width: 1024px) {
    .content {
        width: 100%;
        height: 79%;
        position: relative;
        top: 110px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 150px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 120px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1280px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 40px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 40px;
    }
}
@media (min-width: 1280px) {
     html,body{
        overflow-x: hidden;
    }
    .content {
        width: 100%;
        height: 79%;
        position: relative;
        top: 110px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 200px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 100px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1280px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1280px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 40px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 40px;
    }
}

@media (min-width: 1360px) {
    html,body{
        overflow-x: hidden;
    }
     .content {
        width: 100%;
        height: 76%;
        position: fixed;
        top: 110px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1360px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 40px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 40px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1360px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1360px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 40px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 40px;
    }
    
   
   
}
@media (min-width: 1440px) {
      .content {
        width: 100%;
        height: 75%;
       /* position: relative;*/
        top: 110px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1440px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 125px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 140px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1440px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1440px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 40px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 40px;
    }
}
/*@media (min-width: 1600px) {
    .content {
        width: 100%;
        height: 76%;
        position: relative;
        top: 110px;
        min-width: 1800px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1800px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 240px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 240px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1800px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1800px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 240px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 240px;
    }
}*/
@media (min-width: 1920px) {
    .content {
        width: 100%;
        height: 80%;
        position: relative;
        top: 110px;
    }
    .bg{
	    width: 100%;
	    height: 100%;
	    position: absolute;
    }
    .con{
	    position: relative;
	    width: 1920px;
	    height: 100%;
	    margin: 0 auto;
	    display: flex;
        align-items: center;
    }
    .txt{
	    position: absolute;
	    color: #fff;
        margin-top: -55px;
        left: 280px;
    }
    .login_box{
	    position: absolute;
	    width: 380px;
	    background-color: #fff;
	    right: 280px;
	    padding-bottom: 30px;
    }

    footer{
        position: relative;
        bottom: -125px;
        width: 1920px;
	    margin: 0 auto;
    }
    .footer_txt{
	    width: 1920px;
	    height: 100%;
	    margin: 0 auto;
    }
    .footer_txt_left{
	    text-align: left;
        position: absolute;
        left: 280px;
    }
    .footer_txt_right{
	    text-align: right;
        position: absolute;
        right: 280px;
    }
}