@charset "utf-8";

.slideup {
    height: 0 !important;
    overflow: hidden !important;
}

/* ----- style ----- */
div.wrapper {
    width: 100%;
    height: 100%;
}

div.main {
    width: 1000px;
    height: 100%;
    min-height: 900px;
    margin: 0 auto;
}

.i-efun {
    display: block;
    width: 234px;
    height: 112px;
    top: 96px;
    left: 368px;
    background: url(../images/login_i_efun.png) no-repeat center;
}

.ad-wrap1 {
    width: 215px;
    height: 219px;
    top: 27px;
    left: 608px;
}

.ad-wrap1 .ad-box {
    width: 189px;
    height: 189px;
    top: 0;
    left: 26px;
}

.ad-wrap1 .i-ad-cover {
    width: 215px;
    height: 219px;
    top: 0;
    left: 0;
    background: url(../images/login_i_ad_cover1.png) center no-repeat;
    z-index: 1;
}

.ad-wrap1 .ad-text {
    width: 100px;
    height: 18px;
    top: 132px;
    left: 70px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}

.ad-wrap2 {
    display: none;
    width: 231px;
    height: 347px;
    top: 0;
    left: 769px;
}

.ad-wrap2 .ad-box {
    width: 108px;
    height: 108px;
    top: 127px;
    left: 52px;
}

.ad-wrap2 .i-ad-cover {
    width: 231px;
    height: 347px;
    top: 0;
    left: 0;
    background: url(../images/login_i_ad_cover2.png) center no-repeat;
    z-index: 1;
}

.ad-wrap2 .ad-text {
    width: 100px;
    height: 18px;
    top: 258px;
    left: 56px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}

.ad-wrap3 {
    display: none;
    width: 170px;
    height: 188px;
    top: 54px;
    left: 662px;
}

.ad-wrap3 .ad-box {
    width: 149px;
    height: 149px;
    top: 39px;
    left: 11px;
}

.ad-wrap3 .i-ad-cover {
    width: 170px;
    height: 188px;
    top: 0;
    left: 0;
    background: url(../images/login_i_ad_cover3.png) center no-repeat;
    z-index: 1;
}

.ad-wrap3 .ad-text {
    width: 100px;
    height: 18px;
    top: 156px;
    left: 36px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}

.content {
    width: 686px;
    top: 305px;
    left: 156px;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #073c54;
}

.login-wrap {
    margin-top: 80px;
}

.input-wrap {
    width: 450px;
}

.input-wrap input {
    box-sizing: border-box;
    width: 100%;
    height: 76px;
    margin-bottom: 22px;
    padding: 20px 24px;
    border: 1px solid #737373;
    line-height: 34px;
    background-color: #f7f7f7;
    font-size: 25px; 
    color: #959595;
    -webkit-appearance: none;
    border-radius: 0;   
}

.verification-wrap {
    display: none;
}

.captcha-wrap {
    width: 162px;
    height: 74px;
    top: 0;
    right: 0;
    border: 1px solid #737373;
    text-align: center;
}

.captcha {
    display: block;
    width: 100%;
    height: 100%;
}

.captcha >img {
    width: auto;
    height: 100%;
}

.input-wrap input.verification-code {
    margin-bottom: 36px;
}

.accountrecord-wrap {
    display: none;
    box-sizing: border-box;
    width: 100%;
    top: 75px;
    left: 0;
    padding: 10px 24px;
    border: 1px solid #737373;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.20);
    z-index: 1;    
    -moz-transition: height 1s;	    /* Firefox 4 */
    -webkit-transition: height 1s;	/* Safari 和 Chrome */
    transition: height 1s;
}

.accountrecord {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #7c7c7c;
    border-bottom: 1px solid #e8e9eb;
    -moz-transition: height 0.3s ease-in;	/* Firefox 4 */
    -webkit-transition: height 0.3s ease-in;	/* Safari 和 Chrome */
    transition: height 0.3s ease-in;
}

.accountrecord >p {
    cursor: pointer;
}

.accountrecord >a {
    display: block;
    width: 26px;
    height: 26px;
    top: 0;
    right: 0;
    padding: 9px 0;
    background: url(../images/login_btn_accountrecord_del.png) no-repeat center;
    z-index: 1;
}

.accountrecord:hover {
    color: #03a9f5;
}

.checkbox-agreement {
    line-height: 24px;
    font-size: 24px;
    color: #666666;
    cursor: pointer;
}

.checkbox-agreement:before {
    display: block;
    content: "";
    float: left;
    width: 25px;
    height: 24px;
    margin-left: 12px;
    margin-right: 10px;
    border: 1px solid #727272;
    background-color: #fff;
    vertical-align: middle;
}

.checkbox-agreement.active:before {
    border-color: #03a9f5;
    background-color: #03a9f5; 
}

.btn-submit {
    display: block;
    width: 202px;
    height: 174px;
    top: 0;
    right: 0;
    background-color: #03a9f5;
    border-radius: 10px;
    line-height: 174px;
    font-size: 34px;
    text-align: center;
    color: #fff;
}

.otherlogin-wrap {
    margin-top: 42px;
}

.otherlogin-wrap a {
    display: block;
    float: left;
    width: 276px;
    height: 52px;
    border: 2px solid #dc4e41;
    border-radius: 5px;
    line-height: 52px;
    font-size: 22px;
    text-align: left;
    letter-spacing: -1px;
    color: #dc4e41;
}

a.btn-fb {
    margin-left: 20px;
    border-color: #3b5998;
    color: #3b5998;
}

.otherlogin-wrap a:before {
    display: block;
    content: "";
    float: left;
    width: 54px;
    height: 52px;
    margin-right: 12px;
    border-radius: 0 5px 5px 0;
    background: #dc4e41 url(../images/login_i_google.png) no-repeat center ;    
}

a.btn-fb:before {
    background: #3b5998 url(../images/login_i_fb.png) no-repeat center;
}

.signinpassword-wrap {
    width: 344px;
    height: 26px;
    bottom: 98px;
    left: 342px;
}

.signinpassword-wrap a {
    line-height: 26px;
    font-size: 24px;
    letter-spacing: -1px;
    color: #666666; 
}

a.btn-signin {
    margin-right: 46px;
}

.animation {
    animation: rotate 3.2s infinite;
    -moz-animation: rotate 3.2s infinite;
    -webkit-animation: rotate 3.2s infinite;
}

@keyframes rotate
{
    0% {
        transform: rotate(10deg);
        transform-origin: 50% 0;
    }
    50% {
        transform: rotate(-10deg);
        transform-origin: 50% 0;
    }  
    100% {
        transform: rotate(10deg);
        transform-origin: 50% 0;
    }
}

@-moz-keyframes scale
{
    0% {
        -moz-transform: rotate(10deg);
        -moz-transform-origin: 50% 0;
    }
    50% {
        -moz-transform: rotate(-10deg);
        -moz-transform-origin: 50% 0;
    } 
    100% {
        -moz-transform: rotate(10deg);
        -moz-transform-origin: 50% 0;
    }
}
@-webkit-keyframes scale
{
    0% {
        -webkit-transform: rotate(10deg);
        -webkit-transform-origin: 50% 0;
    } 
    50% {
        -webkit-transform: rotate(10deg);
        -webkit-transform-origin: 50% 0;
    } 
    100% {
        -webkit-transform: rotate(10deg);
        -webkit-transform-origin: 50% 0;
    }
}

@media only screen and (max-width:739px) {  

div.main {
    width: 100%;
    min-height: 0;
    overflow: visible !important;
}

.i-efun {
    width: 174px;
    height: 83px;
    top: 56px;
    left: 50%;
    margin-left: -87px;
    background: url(../images/login_i_efun-m.png) no-repeat center;
    background-size: contain;
    z-index: 3;
}

.ad-wrap1 {
    width: 108px;
    height: 110px;
    top: 8px;
    left: 50%;
    margin-left: 57px;
}

.ad-wrap1 .ad-box {
    width: 95px;
    height: 95px;
    top: 0;
    left: 12px;
}

.ad-wrap1 .i-ad-cover {
    width: 108px;
    height: 110px;
    background-size: contain;
}

.ad-wrap1 .ad-text {
    width: 80px;
    height: 12px;
    top: 66px;
    left: 18px;
    font-size: 12px;
    line-height: 12px;
}

.ad-wrap2 {
    width: 117px;
    height: 171px;
    top: 0;
    left: auto;
    right: 0;
    margin-right: -4%;
}

.ad-wrap2 .ad-box {
    width: 54px;
    height: 54px;
    top: 62px;
    left: 27px;
}

.ad-wrap2 .i-ad-cover {
    width: 117px;
    height: 171px;
    background-size: contain;
}

.ad-wrap2 .ad-text {
    width: 70px;
    height: 18px;
    top: 122px;
    left: 20px;
    font-size: 12px;
}

.ad-wrap3 {
    width: 85px;
    height: 95px;
    top: 21px;
    left: 50%;
    margin-left: 90px;
}

.ad-wrap3 .ad-box {
    width: 75px;
    height: 75px;
    top: 19px;
    left: 5px;
}

.ad-wrap3 .i-ad-cover {
    width: 85px;
    height: 95px;
    background-size: contain;
}

.ad-wrap3 .ad-text {
    width: 70px;
    height: 18px;
    top: 74px;
    left: 8px;
    font-size: 12px;
    line-height: 18px;
}

.content {
    width: 94%;
    top: 186px;
    left: 3%;
}

.line {
    display: none;
    width: 0;
    height: 0;
}

.login-wrap {
    margin-top: 0;
}

.input-wrap {
    width: 100%;
}

.input-wrap input {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    margin-bottom: 13px;
    padding: 10px 16px;
    line-height: 32px;
    font-size: 22px;    
}

.captcha-wrap {
    width: 108px;
    height: 50px;
}

.input-wrap input.verification-code {
    margin-bottom: 13px;
}

.accountrecord-wrap {
    top: 51px;
    left: 0;
    padding: 10px 24px;
}

.accountrecord {
    font-size: 22px;
}

.checkbox-agreement {
    line-height: 18px;
    font-size: 18px;
}

.checkbox-agreement:before {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-right: 10px;
}

.btn-submit {
    position: relative;
    width: 100%;
    height: 50px;
    top: auto;
    right: auto;
    margin-top: 20px;
    border-radius: 3px;
    line-height: 50px;
    font-size: 22px;
}

.otherlogin-wrap {
    margin-top: 25px;
}

.otherlogin-wrap a {
    box-sizing: border-box;
    width: 48%;
    height: 34px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
}

a.btn-fb {
    margin-left: 4%;
}

.otherlogin-wrap a:before {
    width: 30px;
    height: 30px;
    margin-right: 4%;
    border-radius: 0 3px 3px 0;
    background-size: 50% 50%; 
}

.signinpassword-wrap {
    position: relative !important;
    width: 100%;
    height: 26px;
    bottom: auto;
    left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: right;
}

.signinpassword-wrap a {
    line-height: 26px;
    font-size: 18px;
    text-align: right;
}

a.btn-signin {
    margin-right: 4%;
}
}


@media only screen and (min-width:740px) and (max-width:1024px) { 

div.main {
    width: 100%;
    min-height: 0;
    overflow: visible !important;
}

.i-efun {
    width: 174px;
    height: 83px;
    top: 56px;
    left: 50%;
    margin-left: -87px;
    background: url(../images/login_i_efun-m.png) no-repeat center;
    background-size: contain;
    z-index: 3;
}

.ad-wrap1 {
    width: 108px;
    height: 110px;
    top: 8px;
    left: 50%;
    margin-left: 57px;
}

.ad-wrap1 .ad-box {
    width: 95px;
    height: 95px;
    top: 0;
    left: 12px;
}

.ad-wrap1 .i-ad-cover {
    width: 108px;
    height: 110px;
    background-size: contain;
}

.ad-wrap1 .ad-text {
    width: 80px;
    height: 12px;
    top: 66px;
    left: 18px;
    font-size: 12px;
    line-height: 12px;
}

.ad-wrap2 {
    width: 117px;
    height: 171px;
    top: 0;
    left: auto;
    right: 0;
    margin-right: -4%;
}

.ad-wrap2 .ad-box {
    width: 54px;
    height: 54px;
    top: 62px;
    left: 27px;
}

.ad-wrap2 .i-ad-cover {
    width: 117px;
    height: 171px;
    background-size: contain;
}

.ad-wrap2 .ad-text {
    width: 70px;
    height: 18px;
    top: 122px;
    left: 20px;
    font-size: 12px;
}

.ad-wrap3 {
    width: 85px;
    height: 95px;
    top: 21px;
    left: 50%;
    margin-left: 90px;
}

.ad-wrap3 .ad-box {
    width: 75px;
    height: 75px;
    top: 19px;
    left: 5px;
}


.ad-wrap3 .i-ad-cover {
    width: 85px;
    height: 95px;
    background-size: contain;
}

.ad-wrap3 .ad-text {
    width: 70px;
    height: 18px;
    top: 74px;
    left: 8px;
    font-size: 12px;
    line-height: 18px;
}

.content {
    width: 60%;
    top: 200px;
    left: 20%;
}

.line {
    display: none;
    width: 0;
    height: 0;
}

.login-wrap {
    margin-top: 0;
}

.input-wrap {
    width: 100%;
}

.input-wrap input {
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    margin-bottom: 13px;
    padding: 10px 16px;
    line-height: 32px;
    font-size: 18px;    
}

.captcha-wrap {
    width: 108px;
    height: 50px;
}

.input-wrap input.verification-code {
    margin-bottom: 13px;
}

.accountrecord-wrap {
    top: 51px;
    padding: 5px 16px;
}

.accountrecord {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.checkbox-agreement {
    line-height: 18px;
    font-size: 18px;
}

.checkbox-agreement:before {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-right: 10px;
}

.btn-submit {
    position: relative;
    width: 100%;
    height: 50px;
    top: auto;
    right: auto;
    margin-top: 20px;
    border-radius: 3px;
    line-height: 50px;
    font-size: 22px;
}

.otherlogin-wrap {
    margin-top: 25px;
}

.otherlogin-wrap a {
    box-sizing: border-box;
    width: 48%;
    height: 34px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    background-size: contain;
}

a.btn-fb {
    margin-left: 4%;
}

.otherlogin-wrap a:before {
    width: 30px;
    height: 30px;
    margin-right: 4%;
    border-radius: 0 3px 3px 0;  
}

.signinpassword-wrap {
    width: 100%;
    height: 26px;
    bottom: auto;
    left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: right;
}

.signinpassword-wrap a {
    line-height: 26px;
    font-size: 18px;
    text-align: right;
}

a.btn-signin {
    margin-right: 4%;
}
}
