
/*
* Main Style
* @docs http://turbo.sankuai.com/docs/client.md#style-
*/
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.link {
    margin: 0 8px;
    color:#8c8c8c;
}
.link:hover {
    color:#2bb8aa;
}
.copyright {
    text-align: center;
}
footer {
    margin: 0 auto 30px;
    clear:both;
    width:1190px;
    font-size:12px;
    color:#999;
}
.footer-content {
    margin-bottom:20px;
    padding:12px 0;
    border-top:1px solid #EEE;
    border-bottom:1px solid #EEE;
    text-align: center;
}
@font-face {
    font-family: "base_icon";
    src: url('../font/base14.woff') format('woff'),
    url("../font/base14.otf");
}


.passport-toast {
    position: fixed;
    width: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40%;
    padding: 10px;
    border-radius: 2px;
    background: rgba(0,0,0,.7);
    color: #fff;
    z-index: 3;
    text-align: center;
    font-size: 20px;
}
.passport-toast-mobile {
    position: fixed;
    width: 55%;
    min-height: .5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40%;
    padding: .2rem .2rem;
    background: rgba(0,0,0,.7);
    color: #fff;
    z-index: 3;
    text-align: center;
    font-size: 0.3rem;
    border-radius: .1rem;
}
.passport-toast-mobile .toast-content {
    vertical-align: middle;
}

.pc-false .loading-container {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.pc-false .loading-container .loading-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-50%,-50%);
    background: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    border-radius: 0.1rem;
}
.pc-false .loading-container .loading-item .loading-img {
    width: 35%;
}
.pc-false .loading-container .loading-item .loading-desc {
    font-size: 0.3rem;
    margin: 0 auto 0.3rem auto;
}
.pc-true .loading-container {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.pc-true .loading-container .loading-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
}
.pc-true .loading-container .loading-item .loading-img {
    width: 20%;
}
.pc-true .loading-container .loading-item .loading-desc {
    font-size: 12px;
    margin: 5px auto 2px auto;
}

.passport-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.img-wrapper {
    text-align: center;
    height: 100px;
    position: relative;
}
.img-wrapper .sm-outter-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    animation: rotate 1s linear 0s normal none infinite;
    -webkit-animation:rotate 1s linear 0s normal none infinite;
}
.img-wrapper .sm-inner-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
}
.img-wrapper .sm-inner-img.succ,.img-wrapper .sm-inner-img.fail {
    width: 100px;
}
.text-wrapper {
    text-align: center;
    padding-top: 20px;
}

.pc-false .sm-container {
    margin-top: 0.9rem;
}

.pc-false .sm-container .text-wrapper {
    text-align: center;
    padding-top: 1.0rem;
    font-size: 0.4rem;
}

.pc-false .sm-container .img-wrapper {
    height: 1.55rem;
}

.pc-false .sm-container .img-wrapper .sm-inner-img {
    width: 1.5rem;
}

.pc-false .sm-container .img-wrapper .sm-outter-img {
    width: 2.5rem;
}

@-webkit-keyframes rotate{
    from{-webkit-transform:rotate(360deg)}
    to{-webkit-transform:rotate(0deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform:rotate(360deg)}
    to{-moz-transform:rotate(0deg)}
}
@-ms-keyframes rotate{
    from{-ms-transform:rotate(360deg)}
    to{-ms-transform:rotate(0deg)}
}
@-o-keyframes rotate{
    from{-o-transform:rotate(360deg)}
    to{-o-transform:rotate(0deg)}
}
@keyframes rotation{
    from{-webkit-transform:rotate(360deg)}
    to{-webkit-transform:rotate(0deg)}
}
.pc-false .header--mini {
    display: none;
}
.pc-false .content {
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.pc-false .content .headline {
    width: 100%;
    height: 0.9rem;
    background: linear-gradient(135deg, #FFD000 0%, #FFBD00 100%);
    text-align: center;
    line-height: 0.9rem;
}
.pc-false .content .headline .headline-content {
    display: block;
    color: #222222;
    font-size: 0.4rem;
}
.pc-false .content .steps-bar {
    display: none;
}
.pc-false .content .op-wrapper {
    width: 100%;
    height: 2rem;
}
.pc-false .content .op-wrapper .step-op {
    margin: 0 0.5rem;
    display: none;
}
.pc-false .content .op-wrapper .step-op.current {
    display: block;
}
.pc-false .content .op-wrapper .step-1-title {
    font-size: 0.4rem;
    margin: 0.4rem 0 0 0;
}
.pc-false .content .op-wrapper .user-input {
    border: none;
    border-bottom: 0.01rem solid #d8d8d8;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 0.7rem;
    font-size: 0.4rem;
}
.pc-false .content .op-wrapper .step-2-op {
    text-align: center;
}
.pc-false .content .op-wrapper .step-2-op .set-newps-btn {
    font-size: 0.36rem;
    background: linear-gradient(135deg, #FFD000 0%, #FFBD00 100%);
    border-radius: 0.2rem;
    border: 0.01rem solid #FFD000;
    color: #222222;
    height: .86rem;
    line-height: .86rem;
    width: 100%;
    margin-top: 0.2rem;
}
.pc-false .content .op-wrapper .step-3-op {
    margin-top: 0.9rem;
}
.pc-false .content .op-wrapper .step-3-op .step3-title {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
}
.pc-false .content .op-wrapper .step-3-op .password-input-wrapper {
    position: relative;
    margin-bottom: 0.3rem;
}
.pc-false .content .op-wrapper .step-3-op .password-input-wrapper .clear {
    position: absolute;
    right: 0.8rem;
    bottom: 0.16rem;
    padding: 0.05rem 0;
    width: 0.3rem;
    box-sizing: border-box;
    cursor: pointer;
}
.pc-false .content .op-wrapper .step-3-op .password-input-wrapper .show-pw {
    position: absolute;
    right: 0.02rem;
    bottom: 0.16rem;
    padding: 0.07rem 0;
    width: 0.4rem;
    box-sizing: border-box;
    cursor: pointer;
}
.pc-false .content .op-wrapper .step-3-op .password-input-wrapper .password-input {
    border: none;
    border-bottom: 0.01rem solid #d8d8d8;
    padding-right: 1.2rem;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 0.7rem;
    font-size: 0.4rem;
}
.pc-false .content .op-wrapper .step-4-op {
    text-align: center;
}
.pc-false .content .op-wrapper .step-4-op .retrieve-tips {
    font-size: 0.4rem;
    margin-bottom: 0.35rem;
}
.pc-false .content .op-wrapper .next-step-btn, .pc-false .content .op-wrapper .save-newpw-btn, .pc-false .content .op-wrapper .login-btn {
    font-size: 0.36rem;
    background: linear-gradient(135deg, #FFD000 0%, #FFBD00 100%);;
    border-radius: 0.2rem;
    border: 0.01rem solid #FFBD00;
    text-align: center;
    color: #ffffff;
    height: 0.86rem;
    line-height: 0.86rem;
    width: 100%;
    display: inline-block;
}
.pc-false .content .op-wrapper button:focus {
    outline:none;
    cursor: pointer;
    box-sizing: border-box;
}
.pc-false .content .op-wrapper button:disabled,
.pc-false .content .op-wrapper button[disabled]{
    border: none;
    background-image: linear-gradient(135deg,#FFF5CA 0,#FFF2CC 100%);
    color: rgba(34,34,34,.5);
    cursor: not-allowed;
}
.pc-false .content .op-wrapper input:focus {
    outline:none;
    caret-color: #FE8C00;
}
.pc-false #yodaSliderRoot ._slider__wrapper___2-z3P {
    width: 65%;
}
.pc-false #yodaSliderRoot ._slider__imgWrapper___3o4gA {
    width: 65%;
}
.pc-false #yodaSliderRoot ._slider__imgWrapper___3o4gA ._slider__imgTitle___3g5nR {
    font-size: 0.3rem;
}
.pc-false #yodaSliderRoot ._slider__imgWrapper___3o4gA ._slider__inputWrapper___1SUCF ._slider__img___30Um2 {
    width: 80%;
    height: 20%;
}
.pc-false #yodaSliderRoot ._slider__imgWrapper___3o4gA ._slider__inputWrapper___1SUCF ._slider__codeInput___24qBg {
    line-height: 0.6rem;
    font-size: 0.3rem;
}
.pc-false #yodaSliderRoot .yoda-slider-wrapper {
    width: 65%;
    font-size: .32rem;
}
.pc-false #yodaSliderRoot .yoda-slider-wrapper .boxWrapper {
    font-size: .3rem;
}
.pc-false .footer {
    display: none;
}
.pc-true .header--mini {
    border-bottom: 2px solid #d8d8d8;
    min-width: 1190px;
    color: #666;
}
.pc-true .header--mini .wrapper {
    margin: 0 auto;
    padding: 10px 0;
    width: 1190px;
    overflow: hidden;
}
.pc-true .header--mini .site-logo,
.pc-true .header--mini .site-name {
    float: left;
}
.pc-true .header--mini .site-name {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #EEE;
    line-height: 36px;
}
.pc-true .header--mini .site-logo {
    width: 99px;
    height: 36px;
    text-indent: -1000px;
    overflow: hidden;
    background: url('http://member.scisint.com/common/image/logo.png') no-repeat 100% 100%;
    background-size: contain;
    margin-top: 10px;
}
.pc-true .header--mini .login-block {
    float: right;
    line-height: 58px;
}
.pc-true .header--mini .login-block .tip {
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
}
.pc-true .header--mini .login-block .login {
    padding: 3px 10px;
}
.pc-true .header--mini .login-block .btn {
    color: #f5f5f5;
    background: linear-gradient(135deg,#337ab7 0,#1c84c6 100%);
    border-radius: 2px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
}
.pc-true .content {
    width: 1190px;
    margin: 0 auto;
    padding-top: 50px;
}
.pc-true .content .headline {
    margin-bottom: 19px;
    border-bottom: 2px solid #DDD;
    color: #333;
    font-size: 18px;
    text-align: left;
}
.pc-true .content .headline .headline-content {
    display: inline-block;
    border-bottom: 2px solid #333;
    padding: 12px 0;
    margin-bottom: -2px;
}
.pc-true .steps-bar {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
}
.pc-true .steps-bar .step-item {
    background: #dedede;
    display: inline-block;
    width: 296px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-right: 2px;
}
.pc-true .steps-bar .step-item.current {
    color: #f5f5f5;
    background: linear-gradient(135deg,#337ab7 0,#1c84c6 100%);
}
.pc-true .op-wrapper {
    border: 1px solid #DDD;
    padding: 67px 0 58px;
    background: #FFF;
    margin-bottom: 60px;
    height: 330px;
    box-sizing: border-box;
    font-size: 16px;
}
.pc-true .op-wrapper .step-op {
    display: none;
    width: 300px;
    margin: 0 auto;
}
.pc-true .op-wrapper .step-op.current {
    display: block;
}
.pc-true .op-wrapper .step-1-op .step-1-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
}
.pc-true .op-wrapper .step-1-op .user-input {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    width: 300px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
}
.pc-true .op-wrapper .step-2-op .set-newps-btn {
    font-size: 16px;
    background: linear-gradient(135deg,#FFD000 0,#FFBD00 100%);
    border-radius: 8px;
    border: 1px solid #FFD000;
    text-align: center;
    color: #222222;
    height: 36px;
    width: 300px;
    margin-top: 20px;
}
.pc-true .op-wrapper .step-3-op .step3-title {
    margin-bottom: 50px;
}
.pc-true .op-wrapper .step-3-op .password-input-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.pc-true .op-wrapper .step-3-op .password-input-wrapper .clear {
    position: absolute;
    right: 40px;
    bottom: 0;
    padding: 5px 0;
    width: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.pc-true .op-wrapper .step-3-op .password-input-wrapper .show-pw {
    position: absolute;
    right: 2px;
    bottom: 0;
    padding: 7px 0;
    width: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.pc-true .op-wrapper .step-3-op .password-input-wrapper .password-input {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
}
.pc-true .op-wrapper .step-4-op .retrieve-tips {
    margin-bottom: 35px;
}
.pc-true .next-step-btn,.pc-true .save-newpw-btn,.pc-true .login-btn {
    font-size: 16px;
    color: #f5f5f5;
    background: linear-gradient(135deg,#337ab7 0,#1c84c6 100%);
    border-radius: 8px;
    border: 1px solid #ffffff;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 300px;
    display: inline-block;
}
.pc-true button:focus {
    outline:none;
    cursor: pointer;
    box-sizing: border-box;
}
.pc-true button:disabled,
.pc-true button[disabled]{
    border: none;
    color: #f5f5f5;
    background: linear-gradient(135deg,#337ab7 0,#1c84c6 100%);
    cursor: not-allowed;
}
.pc-true input:focus {
    outline:none;
    caret-color: #FE8C00;
}
.pc-true a.link:hover {
    color: #FE8C00;
}
.pc-true .theme--maoyan .header--mini {
    border-bottom: 2px solid #ec454a;
}
.pc-true .theme--maoyan .header--mini .site-logo {
    width: 120px;
    background: url('//p1.meituan.net/travelcube/4d1eb7fcf37cb13400630c744014d1209048.png') no-repeat 100% 100%;
    background-size: contain;
}
.pc-true .theme--maoyan .header--mini .login-block {
    display: none;
}
.pc-true .theme--maoyan .footer-content {
    display: none;
}
.pc-true .theme--mos .header--mini {
    border-bottom: 2px solid #18f;
}
.pc-true .theme--mos .header--mini .site-logo {
    width: 120px;
    background: url('//p1.meituan.net/travelcube/bc83c96bcd808dcbc6cadef75559273e12477.png') no-repeat 100% 100%;
    background-size: contain;
}
.pc-true .theme--mos .header--mini .login-block {
    display: none;
}
