/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	=login
    +width: 1304↓
    +width: 950↓
    +width: 655↓
    +width: 540↓
    +width: 445↓
-----------------------------------------------------------------------------*/

#content-main .btn {
    width: 48%;
    height: 60px;
    line-height: 60px;
    margin: 68px 0 0;
    border: none;
    border-radius: 50px;
    background-color: #228ea7;
    box-shadow: 3px 3px 5px 6px #ccc;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

/**
*
* =func
*
**/

#content-main .func {
    margin: -15px 0 30px;
    text-align: center;
}

#content-main .func a {
    display: inline-block;
    width: 235px;
    height: 87px;
    line-height: 87px;
    background: url(../../i/bg-login-func01.png) no-repeat 0 0;
    color: #000;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

#content-main .func a:hover,
#content-main .func a.active {
    background: url(../../i/bg-login-func02.png) no-repeat 0 0;
    color: #fff;
}

/**
*
* =login
*
**/

#login {
    position: relative;
    overflow: hidden;
    width: 1303px;
    margin: 50px auto 0;
    border: 1px solid #228ea7;
    box-sizing: border-box;
}

#login .main {
    float: left;
    width: 650px;
    padding: 0 0 100px 0;
    border-right: 1px solid #228ea7;
}

#login .other {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 650px;
}

#login form {
    padding: 0 65px;

}
#login p {
    min-height: 33px;
    padding: 7px 0 0;
    border-bottom: 1px solid #228ea7;
}

#login p.mobile {
    margin-top: 60px;
    margin-bottom: 10px;
}

#login p.mobile:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: -8px;
    background: url(../../i/icon-mobile.png) no-repeat center center;
}

#login p.space {
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    color: #178ea7;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

#login p.email {
    margin-bottom: 10px;
}

#login p.email:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: -8px;
    background: url(../../i/icon-email.png) no-repeat center center;
}

#login p.pwd {
    margin-top: 40px;
}

#login p.pwd:before {
    content: "";
    display: inline-block;
    width: 78px;
    height: 34px;
    margin-bottom: -8px;
    background: url(../../i/icon-lock.png) no-repeat 7px top;
}

#login p .text {
    width: 75%;
    margin-bottom: 10px;
    padding-left: 15px;
    border: none;
    box-sizing: border-box;
    color: #178ea7;
    font-size: 20px;
}

input[type=text]::-webkit-input-placeholder {
    color: #b9d0da;
    font-size: 20px;
}

input[type=text]:-moz-placeholder {
    color: #b9d0da;
    font-size: 20px;
}

input[type=text]::-moz-placeholder {
    color: #b9d0da;
    font-size: 20px;
}

input[type=text]:-ms-input-placeholder {
    color: #b9d0da;
    font-size: 20px;
}

input.place::-webkit-input-placeholder {
    color: #178ea7;
}

input.place:-moz-placeholder {
    color: #178ea7;
}

input.place::-moz-placeholder {
    color: #178ea7;
}

input.place:-ms-input-placeholder {
    color: #178ea7;
}

#login p.remember {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 0 0 15px;
    border: none;
    font-weight: bold;
    font-size: 18px;
}

#login p.remember label {
    margin-left: 5px;
    color: #178ea7;
}

#login p.remember a {
    float: right;
    color: #666464;
}

#login .btn-login {
    display: block;
    margin: 20px auto 0;
}

#login .other:before {
    display: inline-block;
    content: '';
    height: 40%;
    vertical-align: middle ;
}

#login .other .btns {
    text-align: center;
}

#login .other .btns p {
    display: inline-block;
    margin: 0 10px 10px;
    padding: 0;
    border: none;
    color: #7d7d7d;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
}

#login .other .btns p a.fb-login {
    display: block;
    width: 243px;
    height: 85px;
    margin: 0 auto 5px;
    background: url(../../i/icon-fb02.png) no-repeat top center;
    text-indent: -100000px;
}

#login .other .btns p a {
    font-weight: 900;
}

/**
*
* =register
*
**/

#register {
    width: 650px;
    margin: 50px auto 0;
    padding: 0 0 50px 0;
    border: 1px solid #178ea7;
}

#register form {
    padding: 0 65px;
}

#register h3,
#register h4 {
    margin-bottom: 40px;
    color: #178ea7;
    font-size: 34px;
    text-align: center;
}

#register .desc,
#register .notice {
    margin-bottom: 20px;
    border: none;
    color: #666464;
    font-size: 30px;
    text-align: center;
}

#register .notice {
    color: #666464;
    font-size: 22px;
}

#register .step {
    overflow: hidden;
    list-style: none;
    width: 310px;
    margin: 0 auto 50px;
    background: url(../../i/line01.png) no-repeat center center;
}

#register .step li {
    float: left;
    width: 50px;
    height: 63px;
    line-height: 63px;
    margin-right: 80px;
    background: url(../../i/icon-step02.png) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

#register .step li.active {
    background: url(../../i/icon-step01.png) no-repeat 0 0;
}


#register .step li:last-child {
    margin-right: 0;
}

#register .login-way {
    margin-bottom: 30px;
    color: #178ea7;
    font-size: 24px;
}

#register .login-way label {
    vertical-align: top;
}

#register p {
    min-height: 33px;
    padding: 7px 0;
    border-bottom: 1px solid #178ea7;
}

#register p.mobile,
#register p.email {
    margin-bottom: 40px;
    padding-left: 50px;
    background: url(../../i/icon-mobile.png) no-repeat 10px 5px;
}

#register p.email {
    background: url(../../i/icon-email.png) no-repeat 10px 12px;
}

#register p.pwd {
    margin-bottom: 40px;
    padding-left: 50px;
    background: url(../../i/icon-lock.png) no-repeat 10px 10px;
}

#register p.phone-num {
    padding: 0 0 0 15px;
    border: none;
    color: #178ea7;
    font-size: 24px;
}

#register p .text {
    width: 98%;
    padding-left: 15px;
    border: none;
    box-sizing: border-box;
    color: #228ea7;
    font-size: 24px;
}

#register .btn-next,
#register .btn-finish {
    display: block;
    margin: 0 auto 20px;
}

#register p.note {
    margin-bottom: 50px;
    border: none;
    box-sizing: border-box;
    color: #666464;
    font-size: 16px;
    text-align: center;
}

#register .has-account {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

#register .has-account img {
    display: block;
    margin: 0 auto;
}

#register .has-account span {
    font-weight: bold;
    font-size: 22px;
}

#register .captchas {
    overflow: hidden;
}

#register .captchas a {
    display: block;
    width: 50%;
    min-height: 50px;
    line-height: 50px;
    margin: 20px auto 10px;
    background-color: #888889;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
}

#register .captchas a:nth-child(2n) {
    margin-right: 0;
}

#register .captchas a.dial {
    background-color: #a4a3a5;
}

#register .captchas p {
    border: none;
    color: #a4a4a4;
    font-size: 22px;
    text-align: center;
}

/* +width: 1304↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1304px) {
	
#login {
    width: 99%;
    margin: 0 auto;
}
}

/* +width: 950↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 950px) {
	
#login {
    padding: 0 0 30px;
}

#login .main {
    float: none;
    width: 100%;
    padding-bottom: 20px; 
    border: none;
}

#login .other {
    position: static;
}
}

/* +width: 655↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 655px) {
	
#login,
#register {
    width: 96%;
}
}

/* +width: 540↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 540px) {

#content-main .btn {
    width: 80%;
}

#content-main .func {
    margin-top: -12px;
}

#content-main .func a:hover,
#content-main .func a.active,
#content-main .func a {
    width: 150px;
    height: 56px;
    line-height: 56px;
    background-size: 100% 100%;
    font-size: 18px;
}

#login form,
#register form {
    padding: 0 20px;
}

#register .captchas a {
    padding: 10px 0;
    line-height: 25px;
}

#register .captchas a span {
    display: block;
}
}

/* +width: 445↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 445px) {

#register .step {
    width: 210px;
}

#register .step li {
    margin-right: 30px;
}
}