
@keyframes bettering {
0% {
    width: 0;
}
100% {
    width: 70%;
}
}
@keyframes loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(1turn);
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeIn {
0% {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
100% {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
}
.Authorize {
    background-image: url("https://d30w2ife1a7e8h.cloudfront.net/473cd4ce267d1be9b866ed3fa7a8aa7b.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    position: relative;
}
.Authorize .wrap {
    margin: 0 auto;
    max-width: 1200px;
}
.Authorize .confirmBtn {
    background: #00a7e1 none repeat scroll 0 0;
    color: #fff;
    margin-top: 0.5rem;
}
.Authorize .diagDiv {
    margin-top: 1.5rem;
}
.Authorize .cancelBtn {
    background: #9e9f9f none repeat scroll 0 0;
    color: #fff;
    margin-top: 0.5rem;
}
.Authorize .oldPassword {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    width: 100%;
}
.Authorize .errorTips {
    color: red;
}
.Authorize a {
    color: #3d3938;
}
.Authorize .fr {
    float: left;
    font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
.Authorize {
    background-image: none;
    margin: 0;
}
}
.Authorize.no-bg {
    background-image: none;
}
.Authorize.custom-bg .Authorize-container {
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin: 0rem auto 0;
    max-width: 800px;
    padding-top: 4rem;
    text-align: right;
}
.Authorize.custom-bg .Authorize-container.mob {
    margin: 0;
    text-align: center;
}
.Authorize.custom-bg .Forget, .Authorize.custom-bg .Login, .Authorize.custom-bg .Register {
    margin-left: 0;
    margin-right: 0;
}
.Authorize-container {
    font-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.Authorize-container .submit {
    background: #00a7e1 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    line-height: 2.4rem;
    width: 100%;
	display:block;
	text-align:center;
}
.Authorize-container .title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    margin: 12px 0;
    padding-top: 1rem;
    text-align: center;
}
.Authorize-container .input {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.Authorize-container .input > li {
    padding: 5px 0;
    text-align: left;
}
.Authorize-container .input .input-box {
    position: relative;
}
.Authorize-container .input .input-box input {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-sizing: border-box;
    height: 2.3rem;
    line-height: 2.3rem;
    padding: 0 5px;
    width: 100%;
}
.Authorize-container .input .input-box input:focus {
    border-color: #3d3938;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    outline: 0 none;
}
@media screen and (max-width: 767px) {
.Authorize .loginImg {
    display: none;
}
.Authorize .confirmBtn {
    background: #00a7e1 none repeat scroll 0 0;
    color: #fff;
    margin-top: 0.5rem;
    width: 100%;
}
.Authorize .title {
    font-size: 2.3rem;
}
.Authorize .oldPassword {
    width: 100%;
}
.Authorize .Forget, .Authorize .Register {
    display: block;
    width: auto;
}
.Authorize .Forget {
    height: auto;
    margin: 3.6rem 0 100px;
    padding: 0;
}
.Authorize .Activation h3 {
    font-size: 2.3rem;
}

.Authorize .Login .third .log-ass .googleBtn {
    width: 100%;
}

.Authorize .Login .third .log-ass .facebookBtn {
    margin-top: 1rem;
    width: 100%;
}
.Authorize .Login .third .log-ass button {
    width: 100%;
}
.Authorize .Login .third .log-ass button i {
    left: 5px;
}
.Authorize .diagDiv {
    margin-top: 1.5rem;
}
.Authorize-container {
    background-image: none;
}
.Authorize-container .title {
    font-size: 2rem;
}
}
.loginTip {
    color: #ff0;
    left: 0;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: -5rem;
    transition: all 0.2s ease 0s;
}
.loginTip span {
    padding: 12px;
}
.loginTip .iconfont {
    align-items: center;
    color: #fff;
    display: block;
    font-size: 12px;
    justify-content: center;
}
.loginTip.show {
}
.forgetTips {
    color: #9e9f9f;
    margin-bottom: 1rem;
    text-align: center;
}
.loginImg {
    width: 100%;
}
.Login {
    background-color: #fff;
    display: inline-block;
    height: 500px;
    margin-bottom: 3rem;
    vertical-align: top;
    width: 300px;
}
.Login .cell {
    color: #3d3938;
    padding: 0 1.5rem;
}
.Login p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.Login button {
    font-size: 1rem;
}
.Login .auth-act {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    padding: 12px 0;
}
.Login .auth-act > span .iconfont {
    line-height: 1;
    margin-right: 0.2rem;
    vertical-align: 1px;
}
.Login .auth-act .remember {
    display: flex;
    font-size: 0.8rem;
}
.Login .third {
    font-size: 14px;
    list-style: outside none none;
    margin: 0.4rem 0;
    padding: 0;
}
.Login .third > li {
    display: block;
    justify-content: space-between;
}
.Login .third .log-or {
    color: #9e9f9f;
    font-size: 14px;
    padding: 12px 0;
}
.Login .third .log-or > i {
    border-bottom: 1px solid #9e9f9f;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 45%;
}
.Login .third .log-or > span {
    display: inline-block;
    text-align: center;
    width: 10%;
}
.Login .third .log-ass {
    justify-content: space-between;
    padding-top: 1rem;
}
.Login .third .log-ass > div {
    justify-content: center;
}
.Login .third .log-ass > div > i {
    color: #fff;
    font-size: 12px;
}
.Login .third .log-ass .googleBtn {
    background: #eb5e4c none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.Login .third .log-ass .googleBtn button {
    background: #eb5e4c none repeat scroll 0 0;
    font-size: 1rem;
}
.Login .third .log-ass .googleBtn button .iconfont {
    margin-right: 0.5rem;
    position: relative;
    top: -0.2rem;
    vertical-align: top;
}
.Login .third .log-ass .facebookBtn {
    background: #5d82d1 none repeat scroll 0 0;
    margin-top: 1rem;
    text-align: center;
}
.Login .third .log-ass .facebookBtn button {
    background: #5d82d1 none repeat scroll 0 0;
    font-size: 1rem;
}
.Login .third .log-ass i {
    font-size: 2rem;
    vertical-align: middle;
}
.Login .third .log-ass button {
    border: 0 none;
    color: #fff;
    line-height: 32px;
    width: 100%;
}
.Login .third .log-sign > a {
    padding: 0 12px;
}
.Forget {
    background-color: #fff;
    display: inline-block;
    height: 500px;
    margin-bottom: 3rem;
    vertical-align: top;
    width: 300px;
}
.Forget form {
    padding: 0 1rem;
}
.Register {
    background-color: #fff;
    display: inline-block;
    height: 500px;
    margin-bottom: 3rem;
    vertical-align: top;
    width: 300px;
}
.Register select {
    border-radius: 0;
    height: 2rem;
    width: 100%;
}
.Register form {
    padding: 0 1rem;
}
.Register .cell {
    padding-left: 50px;
}
.Register .codeDiv {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.Register .code {
    margin-right: 5%;
}
.Register .codeImg {
    height: 3.2rem;
    width: 20%;
}
.hide {
    display: none !important;
}
.Activation {
    margin: 4.3rem 0 100px;
    padding-top: 5rem;
}
.Activation div {
    margin-top: 0.5rem;
    text-align: center;
}
.Activation h3 {
    font-size: 3.4rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
.Activation .email, .Activation a {
    color: #00a7e1;
}
.Activation .btn {
    margin-bottom: 1rem;
}
.Activation .btn button {
    background-color: #00a7e1;
    border: 0 none;
    color: #fff;
    padding: 0.6rem 3rem;
}
.bg-box {
    display: inline-block;
	float:left;
}
.bg-box img {
    max-width: 500px;
    width: 100%;
}
