@charset "utf-8";

* {
    box-sizing: border-box;
}
.accCon {
    background-image: url("../img/accoutback.jpg");
    background-position: center;
    text-align: center;
    padding: 84px 0px;
}

.frame {
	background-image: url("../img/accountfr.png");
	width: 667px;
	height: 147px;
	position: absolute;
	left: -11px;
	top: 200px;
}

.frame p {
	color: #fff;
	font-size: 48px;
	float: left;
}
.frame1 {
	background-image: url("../img/accountfr01.png");
	width: 667px;
	height: 181px;
	position: absolute;
	left: -11px;
	top: 140px;
}

.frame1 p {
	color: #fff;
	font-size: 48px;
	float: left;
}

.accBox {
    width: 432px;
    height: 522px;
    background-color: #fff;
    padding: 0 22px;
    background-image: url("../img/backlogo.png");
    background-size: 100% 100%;
    float: right;
}
.acchead {
    font-size: 22px;
    color: #4fb9ed;
    font-weight: normal;
    line-height: 40px;
    vertical-align: center;
    text-align: center;
    padding: 20px 0;
}
.acc-input1,
.acc-input2,
.acc-input3 {
    height: 44px;
    width: 325px;
    font-size: 18px;
    line-height: 42px;
}
.acc-input1 {
    border: 1px solid #bdbdbd;
    text-indent: 1em;
    margin: 8px 0px;
}
#verifyCode{
	width: 180px;
    float: left;
    border: 1px solid #bdbdbd;
    text-indent: 1em;
    margin: 8px 0px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
}
.validImg
{
	height: 44px;
    margin: 8px 0px;
    margin-right: -60px;
}
.accitemc {
    border-top: 1px solid #e1e1e1;
    padding: 28px 50px;
    text-align: center;
}
.accitemc2 {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
.acc-input2 {
    background: #4fb9ed;
    color:#fff;
    border: none;
    margin-top: 27px;
}
.acc-input3 {
    background: #fff;
    color:#4fb9ed;
    border: 1px solid #4fb9ed;
    margin-top: 15px;
}




.accCon2 {
    background-image: url("../img/accoutback.jpg");
    background-position: center;
    text-align: center;
    width: 100%;
    padding: 75px 0px;
}
.accprogress {
    overflow: hidden;
    zoom: 1;
    padding: 20px 0;
}
.accBox2 {
    width: 800px;
    min-height: 550px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0 22px;
}
.accstatus {
    font-size: 22px;
    line-height: 24px;
    color: #999;
    width: 756px;
    float: left;
    
}
.statuson {
    color: #4fb9ed;
    text-align: center;
}
.accstatus img {
    vertical-align: bottom;
}

.scroll {
    width: 90px;
    float: left;
}

.scroll a {
    width: 22px;
    height: 50px;
    float: left;
    padding: 50px 34px 0px 34px;
}
.picScroll-left {
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
}
.accCon3 {
    background-image: url("../img/accoutback.jpg") ;
    background-position: center;
    text-align: center;
    width: 100%;
    padding: 20px 0 50px 0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.gotologin {
    text-align: right;
    color: #4fb9ed;
    text-decoration: underline;
    width: 400px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}
.reghints {
    display: inline-block;
    width: 400px;
}

@media screen and (max-width: 768px) {
    .accCon,.accCon2 {
        padding: 40px 0;
        background-size: cover;
    }
    .frame {
        display: none;
    }
    .accBox,.accBox2 {
        width: 100%;
        background: none;
    }
    .acc-input1,.acc-input2,.acc-input3 {
        width: 100%!important;
    }
    .accstatus {
        width: 100%;
        text-align: center;
    }
    .accitemc {
        padding: 20px 0;
    }
    .yzm_btn2 {
        margin-top: 8px!important;
        margin-left: 0!important;
    }
    .gotologin {
        width: 100%;
    }
}