* {
    margin: 0;
    padding: 0
}
input:focus { outline: none; }
img {
    border: none
}

html, body {
    height: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: none
}

html *, html :after, html :before {
    box-sizing: border-box;
}

body {
    font-family: "Playfair Display", serif !important;
    font-size: 22px;
    color: #000;
    min-width: 320px;
}

.qpid-overlay {
    position: absolute !important;
}

.alpha-bg {
    display: none;
}

@keyframes animatedBackground {
    from {
        background-position: -14000px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: -14000px 0;
    }
    to {
        background-position: 0 0;
    }
}

ol, ul {
    list-style: none
}

a {
    color: #e62250;
    text-decoration: none !important;
}

.wrap {
    max-width: 700px;
    margin: 0 auto;
    top: 10%;
    padding: 20px 10px;
    position: relative;
}

label.check {
    background-color: #c5ffda !important;
}

.wrap-container {
    height: 100vh;
    min-height: 690px;
    background-image: url('../img/5d1dd769b60d2877732293c7d57f6d9d.rng.jpeg') !important;
    animation: animatedBackground 500s linear infinite;
    -webkit-animation: animatedBackground 500s linear infinite;
}
.b-head .logo img{max-height: 32px;}
.register_area{padding-top:40px; width: 80%; margin: 0 auto;}
.reg_word{font-size: 48px; color: #ffffff;text-align: center; }
.reg_word2{font-size: 24px; color: #ffffff; padding-top: 10px;text-align: center;}
.steps-title {
    padding: 5px 0;
    text-align: center;
    background: rgb(182, 1, 1);
    background: -webkit-linear-gradient(top, rgb(182, 1, 1) 0%, rgb(204, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(182, 1, 1) 0%, rgb(204, 0, 0) 100%)
}
.ct{ background: rgba(30,30,30,0.90); }
.steps-title h2 {
    font-size: 35px;
    color: #fff
}

.steps-title h3 {
    font-size: 23px;
    color: #fff;
    padding: 10px 0
}

.steps-content {
    background: #fff;
    padding: 30px
}

.steps > ul > li {
    display: none
}

.steps > ul > li:first-child {
    display: block
}

.warning {
    text-align: center
}

.warning p {
    margin: 20px 0 0
}

.warning p span {
    color: #cc0000;
    font-weight: bold
}

.pic-box {
    width: 100%;
    max-width: 354px;
    height: 280px;
    background: url('../img/c53e059abb3381b8291e81f86a210a71.rng.gif') no-repeat center center;
    background-size: 103%;
    margin: auto
}

.questions ul li {
    line-height: 44px;
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0
}

.questions ul li span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background: #555;
    color: #000;
    text-shadow: 0 1px #666
}

.questions ul li.active span {
    background: #fff
}

.check-list h5 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px
}

.check-list ul {
    max-width: 350px;
    margin: 0 auto
}

.check-list ul li label span {
    padding-left: 10px
}

.submit {
    padding-top: 30px;
    text-align: center;
    font-size: 0px
}

.btn {
    display: inline-block;
    width: 48%;
    padding: 15px 20px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-shadow: 0 1px #ffe500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(255, 229, 0);
    background: -webkit-linear-gradient(top, rgb(255, 229, 0) 0%, rgb(254, 188, 0) 100%);
    background: linear-gradient(to bottom, rgb(255, 229, 0) 0%, rgb(254, 188, 0) 100%);
    font-family: "Playfair Display", serif !important;
}

.btn:hover {
    background: #FFD300
}

.yes {
    display: inline-block;
    padding: 7px 20px;
    width: 40%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px #006600;
    background: rgb(0, 204, 0);
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
    background: -webkit-linear-gradient(top, rgb(0, 204, 0) 0%, rgb(0, 153, 0) 100%);
    background: linear-gradient(to bottom, rgb(0, 204, 0) 0%, rgb(0, 153, 0) 100%)
}

.no {
    display: inline-block;
    padding: 7px 20px;
    width: 40%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px #330000;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    background: rgb(204, 0, 0);
    background: -webkit-linear-gradient(top, rgb(204, 0, 0) 0%, rgb(153, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(204, 0, 0) 0%, rgb(153, 0, 0) 100%)
}
.copyright{display: block;margin:4px auto;float: right;margin-right:30px;min-height:30px;line-height: 30px;color:#999;}
@media (max-width: 600px) {
    body {
        font-size: 15px
    }
    .b-head .logo img{max-height: 32px;}
    .steps-title {
        padding: 15px 0
    }

    .steps-title h2, .steps-title h3 {
        font-size: 20px;
        padding: 0
    }

    .b-head .logo {
        display: inline-block !important;
        min-width: 100px !important;
        margin-top: 20px;
    }

    .steps-content {
        padding: 15px
    }

    .check-list h5 {
        font-size: 14px
    }

    .btn {
        width: 70%
    }

    .yes, .no {
        width: 35%
    }
    .pic-box{max-height: 240px;}
}

@media (max-width: 400px) {
    .warning img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto
    }

    .questions ul li {
        font-size: 20px
    }

    .questions ul li span {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .steps-title {
        padding: 10px
    }

    .btn {
        padding: 10px 15px;
        font-size: 26px
    }

}


@keyframes move {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.b-head {
  background-color: #151515;
    border-bottom: 1px solid #151515;

}

.b-head .logo {
    display: inline-block;
    min-width: 128px;
    min-height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
}

.b-head .in {
    position: relative;
    width: 990px;
    height: 38px;
    margin: 0 auto;
}

.b-head .in a {
    color: #fff;
    font-weight: 600;
    transition: all .15s ease;
    font-size: 12px;
    margin-right: 20px;
}

.popup-container-signin {
    display: inline-block;
    float: right;
    width: auto;
    margin: 2px 0 0 0;
}

.grey.sign-btn {
    padding: 3px 20px;
    font-size: 11px;
    z-index: 100000;
}

.b-btn {
    display: inline-block;
    padding: 15px 35px 12px;
    font-size: 18px;
    border: 0;
    font-weight: 700;
    font-family: PT Sans, sans-serif;
    line-height: 1em;
    border-top: 3px solid #31ae27;
    border-bottom: 3px solid #1b8a12;
    background: #31ae27;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.b-btn.grey {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 19px;
    border-radius: 20px
}

.b-btn.grey:hover {
background-color: #565656;
}

.b-btn.grey:active {
background-color: #565656;
}

@media screen and (max-width: 765px) {
    .b-head .in a {
        font-size: 11px !important;
        margin:0 auto;
        padding:0;
    }
}


@media (max-width: 1024px) {
    .b-head .in {
        width: 100%;
        padding: 0 8px;
    }

    .wrap {
        max-width: 560px;
    }

}

.check-list ul li label {
    display: inline-block;
    background: #fbfbfb;
    padding: 10px;
    margin: 5px 0 !important;
    width: 93% !important;
}

#footer.footer-small {
    background: #4c5057;
    height: 40px;
    padding: 0 0;
    z-index: 5;
    color: #fff;
    vertical-align: middle;
}

#footer {
    background: #e9eaed;
    padding: 35px 0;
    overflow: hidden
}

#footer.footer-small {
    font-size: 11px;
    line-height: 14px;
}

#footer.footer-small .footer-nav {
    /*margin-top: 19px;*/
    padding: 0;
    list-style: none;
    float: left;
    /* max-width: 70%; */
    min-height: 30px;
    margin-left: 30px;
}

#footer.footer-small .footer-nav li {
    float: left;
    padding: 8px 15px 0 0;
}

#footer.footer-small .footer-nav li:last-child {
    padding-right: 0
}

#footer.footer-small .footer-lang {
    float: right;
    max-width: 30%
}

#footer.footer-small .footer-lang .lang {
    margin: -8px 0 0
}

#footer.footer-small .container {
    max-width: 1170px;
    margin: 0 auto;
}

#footer.footer-small .footer-nav a {
    color: #fff
}
@media screen and (max-width: 640px) {
    .contactus-link{display: none;}
    .popup-container-signin {margin: 10px 0 0 0;}
    #footer.footer-small{text-align: center;height: auto!important;}
    #footer.footer-small .footer-nav{float: none;min-height: unset;margin:10px auto 4px;display: block;width: 100%;line-height: 1;}
    .copyright{float: none;margin:4px auto 10px;display: block;width: 100%;line-height: 1;
    min-height: unset;}
    #footer.footer-small .footer-nav li {
           float: none;
        padding: 2px 20px 0 0;
        display: inline-block;
    }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
    #footer.footer-small {
        margin: -38px 0 0;
    }

    

    .popup-container-signin {
        margin: 10px 0 0 0;
    }

}


@media screen and (min-width: 600px) {
    #footer.footer-small .footer-nav {
        margin-top: 8px;
    }

}

@media screen and (max-width: 1024px) {

    .wrap {
        top: initial !important;
    }
}

@media screen and (max-height: 700px) {
    .wrap {
        top: initial !important;
    }

}


@media screen and (max-width: 374px) {
    .popup-trigger {
        margin-top: -9px;
    }

    .popup-container-signin {
        margin: 18px 0 !important;
    }
    .b-head .logo img {max-height: 32px;margin-top: 2px;}
    #footer.footer-small {
        margin: 0;
    }

    .popup-container-signin {
        margin: 4px 0 0 0;
    }

    .footer-nav {
        margin-left: 2px;
    }

    #footer.footer-small .footer-nav {
        margin-left: 10px;
    }

    #footer.footer-small .footer-nav li {
        float: left;
    }

    #footer.footer-small {
        font-size: 9px;
        line-height: 16px;
    }

}

.b-head {
    z-index: 1000
}

.footer-small {
    z-index: 1000
}


/* TabbedPanels */
.TabbedPanels { margin: 0px; padding: 0; }
.TabbedPanelsTabGroup { margin: 0px; padding: 0; text-align: center; position: relative; z-index: 3; *padding-left: 60px; *display: block; *width: 100%; *height: auto; }
.TabbedPanelsTab { font-family: Arial, Verdana, Geneva, sans-serif; display: inline-block; width: 42px; height: 42px; line-height: 42px; text-align: center; -moz-user-select: none; -khtml-user-select: none; cursor: default; margin: 0px 5px; border-radius: 30px; -moz-border-radius: 30px; font-size: 24px; color: #666666; background-color: #c4c4c4; *float: left; }
.TabbedPanelsTabSelected { background-color: #ce1c1c; color: #fff; }
.TabbedContent { color: #333; font-size: 14px; background-position: center top; background-repeat: no-repeat; margin-top: 40px; }
.TabbedPanelsContent { position: relative; z-index: 2; padding: 60px 30px 40px; }

.reg_area { position: relative; margin-top: -30px; }
.reg_mask { }

#terms .popup-content, #privacy .popup-content{font-size:14px!important;}
/* form */
input{font-family: "Playfair Display", serif !important;}
#login .form-con .img-code .code{z-index: 3;}
#regForm .form-label{display: none;}
#regForm { width: 100%; margin: 0 auto; }
.form-item { margin: 10px 0; }
.form-label { font-size: 14px; font-size: 1rem; float: left; width: 22%; padding-top: 12px; text-align: left; color: #ffffff; }
.form-con { float: left; width: 100%;  position: relative;  position: relative; border-radius: 4px; }
.input-group { width: 100%; height: 36px; line-height: 42px; box-sizing: border-box; border: 1px solid #aaa; border-radius: 4px; height: 100%; font-size: 1rem; background: none; position: relative; height: 100%; overflow: hidden; z-index: 2; background-color: #ffffff;height: 40px; height: 2.8rem;}
.input-group .input_test { font-size: 14px; font-size: 1rem; height: 2.125rem; height: 100%; height: 40px; width: 100%; background: none; *height: 20px; *margin-top: 10px; }
.input_test { padding-left: 5px; border: 0; position: relative; z-index: 2;}
#passwd1{z-index: 3;position: relative;}
.select-wrapper { width: 100%; position: relative; overflow: hidden; z-index: 0; height: 100%; height: 2.8rem; box-sizing: border-box; background-color: #fff; border: 1px solid #aaa; border-radius: 4px; line-height: 1; }
.select-wrapper:after { display: block; content: ""; position: absolute; width: 10px; height: 5px; right: 4px; top: 40%; }
.select-wrapper select {font-family: "Playfair Display", serif !important; font-size: 14px; font-size: 1rem; float: left; width: 100%; margin-top: 0px; text-indent: 4px; height: 40px; height: 2.6rem; line-height: 40px; padding-left: 5px; border: none; background: url(../img/icon_arrow.png) no-repeat 96% center; *background: url(../img/icon_arrow.png) no-repeat 100% center; }
.select-wrapper select option { font-size: 13px; }
.input-group .input_test, .input-group .select-wrapper { float: left; border: none; line-height: 42px; }
.input-group .select-wrapper { width: 33%; height: 34px; height: 2.125rem; height: 100%; }
.input-group .select-wrapper select { width: 100%; }
.input_desc { font-size: 12px; line-height: 1.8em; text-align: right; color: #888; display: none; }
.button_box { padding-top:20px; }
.submit-button { display: block; width: 100%; text-decoration: none; cursor: pointer; border: none; 
 }

.password-bg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; line-height: 2.8rem; padding-left: 5px; z-index: 1; font-weight: normal; font-size: 1rem; color: #999999; text-align: left; *line-height: 40px;z-index:1 }
.terms_privacy {     color: #aaa; display: none; margin-top: 12px;  text-align: center;    font-size: 14px;}

/* intsva */
.intsva { position: absolute; z-index: 98; line-height: 1em; height: auto; font-size: 11px; /*font-size:0.7rem;*/ margin-top: -29px; padding: 4px 6px; padding: 0.25rem 6px; color: #fff; background-color: #f25c5c; border: 1px solid #f25c5c; border-radius: 0.2rem; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);/*white-space: nowrap;*/ }
.intsva .arrow { display: block; content: ""; position: absolute; margin-left: 10px; bottom: -6px; width: 0px; height: 0px; border-color: transparent; border-style: solid; border-width: 6px 6px 0 6px; border-top-color: #f25c5c; left: 0; /* use for arrow bgColor */ }
.intsva .arrow:after { display: block; content: ""; position: absolute; margin-top: -5px; margin-left: -6px; width: 0px; height: 0px; z-index: -1; border-color: transparent; border-style: solid; border-width: 6px 6px 0 6px; border-top-color: #f25c5c;/* use for arrow border */ }
.error-tips { line-height: 2em; color: #CE4844; }
.error-tips.block { margin: 6px 0 10px; padding: 5px 10px; margin: 0.375rem 0 0.625rem; padding: 0.375rem 0.625rem; border: 1px solid #f3c6cc; background: #ffedef; border-radius: 0.2rem; }
.error-tips.block h1 { font-size: 14px; margin-bottom: 0.2em; }
.error-tips.block p { line-height: 1.2em; margin-bottom: 0.4em; }

/*for ie*/
.ie9 .select-wrapper select { margin-top: 10px; height: 1.5rem; width: 98%; }
.ie8 .select-wrapper select { margin-top: 10px; height: 20px; width: 98%; border: none; background: url(../img/icon_arrow.png) no-repeat 100% center; }

/* 如果没有定义这个，有可能在加载时一瞬间显示弹层 */
.popup-container { display: none; }

@media only screen  and (max-height:380px) {
    #login { height: 94% !important; overflow-y: scroll; }
}
@media only screen  and (max-width:450px) {
    .form-label {display: none;}
    .form-con { width: 100%; float: none;}
}

@media only screen  and (max-width:750px){
html,body{height: 100%; box-sizing:border-box; min-width: 0px;}
.login_pop{display: none;}
.login_go{display: inline-block;}

.attention_con{width: 90%;}
.attention_con a.attention_btn{width: 100%;}
.c_button a{width: 38%;}
.attention_title{font-size: 32px;}
.intsva{text-align: left;}

    .form-label { font-size: 0.8rem; }
    /* 隐藏找回密码链接*/
    .find_your_pw { display: none; }
    /*  登陆框高度调整*/
    #login { top: 3%; overflow: hidden; height: auto !important; overflow-y: scroll; }
    #login.popup-container .popup-content { position: relative !important; top: 0px !important; }
    .signin {padding-top: 14px;font-size: 12px;text-align: right;}
}

@media only screen  and (max-width:640px){
.attention_title{font-size: 26px;}
.attention_desc p{font-size: 20px;}
.c_button a{width: 30%;}
.check_list label{width: 100%;box-sizing: border-box;}
.reg_title{padding: 10px;}
.register_area{width: 100%;}
.reg_word{font-size: 48px;}
.reg_word2{font-size: 18px;}

}
@media only screen  and (max-width:480px){
.attention_con{width: 96%;}
.attention_title{font-size: 18px;}
.attention_pd{ padding:0px 20px 20px }
.reg_word{font-size: 32px;}
.reg_word2{font-size: 16px;}
.TabbedPanelsContent{padding:60px 20px 40px }
.attention_desc p{font-size: 16px;}
}
@media only screen  and (max-width:320px){
.attention_title{font-size: 16px;}
.reg_word{font-size: 28px;}
.reg_word2{font-size: 14px;}
.TabbedContent{margin-top: 18px;}
.pic-box { max-height: 180px;}
}
@media only screen  and (max-height:380px) {
    #login { height: 94% !important; overflow-y: scroll; }
}
@media only screen  and (max-width:450px) {
    .form-label {display: none;}
    .form-con { width: 100%; float: none;}
}

/*Login css*/
#login .submit-button{
    display: inline-block;
    width: 80%;
/*    padding: 15px 20px!important;*/
    font-size: 24px!important;
    color: #000!important;
    font-weight: bold;
    text-shadow: 0 1px #ffe500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background: rgb(255, 229, 0);
    background: -webkit-linear-gradient(top, rgb(255, 229, 0) 0%, rgb(254, 188, 0) 100%);
    background: linear-gradient(to bottom, rgb(255, 229, 0) 0%, rgb(254, 188, 0) 100%);
    height: 3.5rem!important;;
    line-height: 3.25rem!important;;
}
@media only screen and (max-width: 400px){
#login .form-item {
    margin: 20px 0!important;
}
}