/**
 * author: jzsjiale
 * qq: 836333583
 * e-mail: 836333583@qq.com
 * dismall: https://addon.dismall.com/?@32563.developer
 * createtime: 201907021510
 * updatetime: 202002261509
 * main version: 1.5.54
 */
.Jzsjiale-ISMS-Body {
    overflow: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.jzs_jiale_i_sms_register_main, .jzs_jiale_i_sms_login_main, .jzsjiale_isms_home_main, jzs_jiale_i_sms_lostpasswd_main {
    display: block;
}

.jzsjiale_i_sms_main_page {
    background-image: url("../images/bg.svg");
    background-repeat: no-repeat;
    background-color: #f0f2f5;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
    /* padding-right: 15px; */
}

.jzsjiale_i_sms_main_page2 {
    background-image: url("../images/bg.svg");
    background-repeat: no-repeat;
    background-color: #f0f2f5;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* padding-right: 15px; */
}

.jzsjiale_isms_register_content, .jzsjiale_isms_login_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    min-height: 688px;
    height: calc(100% - 80px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jzsjiale_isms_home_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    min-height: 430px;
    height: calc(100% - 42px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.jzsjiale_isms_main_content {
    width: 432px;
    margin: 0 auto;
    text-align: center;
}

.jzsjiale_isms_page_appdownloadBtn {
    margin-top: 30px;
    background: #8590a6;
    border: none;
    color: #fff;
    width: 432px;
    height: 42px;
}

.JButton {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
}

.JCard {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.JCard2 {
    margin: 20px 0px;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.jzsjiale_i_sms_main_page .JCard ,.jzsjiale_i_sms_main_page2 .JCard2 {
    overflow: visible
}

.jzsjiale_isms_main_content_header {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.jzsjiale_isms_main_content_header_top{
    text-align: center;
    margin-bottom: 20px;
    width: 432px;
    margin-left: auto;
    margin-right: auto;
}
.jzsjiale_isms_main_content_header_title {
    height: 80px;
    max-width: 432px;
    font-size: 50px;
    vertical-align: text-bottom;
    color: #0084ff;
}
.jzsjiale_isms_main_content_header_title_img{
    height:80px;
}
.jzsjiale_isms_main_content_header_desc{
    margin-top: 5px;
    color: #0084ff;
    font-size: 22px;
}
.jzsjiale_isms_main_content_inner{
    position: relative;
}
.ISMSPage_content{
    padding: 0 40px 36px;
    font-size: 14px;
}
.ISMSForm-account{
    margin-top: 16px;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.ISMSForm-accountSeperator{
    float: left;
    width: 1px;
    height: 22px;
    margin: 24px 12px 0;
    background: #ebebeb;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
}
.ISMSFormInput{
    position: relative;
}
.ISMSForm-accountInputContainer{
    overflow: hidden;
}
.Input-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 34px;
    padding: 4px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .2s,border .2s;
    transition: background .2s,border .2s;
}
.jzsjiale_isms_main_content .ISMSForm-accountInput.Input-wrapper,
.jzsjiale_isms_main_content .ISMSForm-accountInput.Input-wrapper.isfocus{
    border: none;
}
.jzsjiale_isms_main_content .Input-wrapper {
    width: 100%;
    height: 48px;
    padding: 0;
    color: #8590a6;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
input.Input {
    color: #1a1a1a;
    height: 24px;
    line-height: 24px;
}
.JInput{
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
}
.JInput:focus{
    outline: none;
}
.ISMSFormInput input.Input {
    height: 48px;
}
.ISMSFormInput-errorMask{
    position: absolute;
    right: 0;
    height: 90%;
    padding: 12px 0 0 2px;
    margin-top: -47px;
    font-size: 14px;
    color: #f1403c;
    text-align: right;
    cursor: text;
    background: #fff;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.ISMSFormInput-errorMask:before {
    position: absolute;
    top: 0;
    left: -16px;
    width: 16px;
    height: 46px;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    content: ""
}

.ISMSFormInput-errorMask-hidden {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}
.ISMSFormInput-requiredErrorMask{
    right: auto!important;
    width: 100%;
    padding-left: 0;
    text-align: left;
}
.Popover {
    position: relative;
    display: inline-block;
}
.ISMSForm-areacodeSelect, .ISMSForm-logintypeSelect, .ISMSForm-inputhead{
    display: inline-block;
    float: left;
    min-width: 72px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);

}
.ISMSForm-inputhead2{
    display: inline-block;
    float: left;
    min-width: 82px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);

}

.ISMSForm-areacode, .ISMSForm-logintype{

}
.ISMSForm-inputheight40-center{
    height: 40px;
    line-height: 38px;
    color: #8590a6;
}
.ISMSForm-account .ISMSForm-areacode .Select-button, .ISMSForm-account .ISMSForm-logintype .Select-button {
    color: #8590a6;
}


.JSelect_areacode, .JSelect_logintype {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 0;
    border: none;
    line-height: 38px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}
.JSelect_areacode .ivu-select-selection, .JSelect_logintype .ivu-select-selection{
    border: none !important;
}

.Button--link, .Button--plain {
    /*height: auto;*/
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.Select-arrow {
    margin-left: 8px;
}
.ISMSForm-common{
}
.ISMSForm-commoninput{
    overflow: hidden;
}
.ISMSForm-commonInputContainer{
    position: relative;
    margin-top: 12px;
}
.ISMSForm-seccode{

}
.ISMSForm-seccodeinput{
    overflow: hidden;
}
.ISMSForm-seccodeinputContainer{
    position: relative;
    margin-top: 12px;
}
.ISMSForm-sendseccodeButton {
    position: absolute;
    top: 24px;
    right: 0;
    padding: 4px 0;
    color: #175199;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ISMSForm-account .ivu-select-selected-value{
    font-size: 14px!important;
    padding-left:0px!important;
}
.ISMSForm-sendseccodeButton:disabled
{
    color: #bfbfbf;
}
.ISMSForm-submitButton{
    color: #ffffff;
    background-color: #0084ff;
    width: 100%;
    margin-top: 30px;
    height: 36px;
}
.ISMSPage-loginbtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #f6f6f6;
    height: 58px;
    border-top: 1px solid #ebebeb;
    font-size: 16px;
}
.ISMSPage-loginbtn span {
    color: #175199;
    cursor: pointer;
}
.ISMSPage-footer{
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    line-height: 25px;
}
.ISMSPage-declaration{
    color: #8590a6;
}
.ISMSPage-qrImage {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    -webkit-transition: opacity .3s,height .3s;
    transition: opacity .3s,height .3s;
    display: none;
}
.ISMSPage-qrImage-show {
    display: block!important;
}
.ISMSPage-qrImage:after, .ISMSPage-qrImage:before {
    content: "";
    position: absolute;
    bottom: -7px;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
}
.ISMSPage-qrImage .ISMSPage-qrImageContent {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-size: 250px 250px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 8px 0 rgba(26,26,26,.15);
    box-shadow: 0 0 8px 0 rgba(26,26,26,.15);
    border-radius: 2px;
}
.jzsjiale_isms_app_img{
    width: 50%;
    padding-top: 20px;
    pointer-events: none;
}
.jzsjiale_isms_app_title{
    font-size: 16px;
    font-weight: 500;
    pointer-events: none;
}
.jzs-jiale-isms-footer-content{
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #afafaf;
    text-shadow: 0 1px 2px #e2e2e2;
    margin-bottom: 10px;
}
.jzs-jiale-isms-footer-content a{
    color: inherit;
    text-decoration: none;
}
.jzs-jiale-isms-footer-content a:not(:last-child):after, .jzs-jiale-isms-footer-content span:not(:last-child):after {
    content: " \B7 ";
    white-space: pre;
    display: inline-block;
}
.ISMSForm-seccodeInput{
    width: auto;
    position: relative;
}
.ISMSFormInput-errorSeccodeMask{
    right: 36%!important;
}
.ISMSForm-Login-type{
    margin-top: 15px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}
.ISMSForm-Login-type .ISMSForm-Login-Type{
    color: #1257a0;
}
.ISMSForm-Login-type .ISMSForm-Forgot-Password{
    float: right;
}
.ISMSPage-footer-center{
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    line-height: 25px;
}
.ISMSPage-footer-social{
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
    line-height: 25px;
}
.ISMSPage-footer-social .ISMSPage-social-login{
    display: inline-block;
    vertical-align: middle;
}
.ISMSPage-footer-social a{
    color: #888888;
    margin-left: 15px;
}
.ISMSPage-footer-social a:hover{
    color: #707070;
}
.btn-hidden{
    display: none;
}
.div-show{
    display: block;
}
.margin-top-10{
    margin-top:10px!important;
}

.jzsjiale_isms_main_content_header .wechat{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    background: url("../images/wechat.svg") no-repeat top right;
    background-size: 100%;
}
.jzsjiale_isms_main_content_header .wechatlogin_tip, .jzsjiale_isms_main_content_header .accountlogin_tip{
    position: absolute;
    border: 1px solid #eee;
    background: #fff;
    color: #868686;
    top: 5px;
    font-size: 12px;
    right: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    padding: 1px 6px;
}
.jzsjiale_isms_main_content_header .wechatlogin_tip .icon, .jzsjiale_isms_main_content_header .accountlogin_tip .icon{
    width: 1.1em;
    height: 1.1em;
}
.ISMSPage-qrImage .ISMSPage-wechatContent {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-size: 250px 250px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 8px 0 rgba(26,26,26,.15);
    box-shadow: 0 0 8px 0 rgba(26,26,26,.15);
    border-radius: 2px;
}

.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_title{
    margin-left: auto;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    margin-right: auto;
}
.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_title .icon{
    width: 1.3em;
    height: 1.3em;
}
.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_title .jzsjiale_isms_wechat_title_font{

}
.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_scan{
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
    margin-right: auto;
}
.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_scan .icon{
    width: 1.1em;
    height: 1.1em;
}
.ISMSPage-qrImage .ISMSPage-wechatContent .jzsjiale_isms_wechat_scan .jzsjiale_isms_wechat_scan_font{
    font-size: 14px;
}
.Input-border-bottom {
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.Input-border-none {
    border: unset!important;
    border-bottom: unset!important;
    border-radius: 0!important;
}
.ISMSForm-bbclosed{
    height: 260px;
    margin-top: 16px;
    border-top: 1px solid #ebebeb;
    border-radius: 0;
}
.ISMSForm-bbclosed-title{
    text-align: center;
    margin-top: 20px;
    color: #a2a2a2;
}
.jzsjiale_isms_img_closed {
    width: 100%;
    min-height: 200px;
    border: 1px solid #FFF;
}
.ISMSForm-common-step{
    margin-top: 16px;
}
.Input-gender{
    line-height: 47px;
}
.ISMSPage_content_tabs {
    text-align: left;
    padding: 0px 40px;
}
.ISMSPage_content_tab {
    display: inline-block;
    color: #444;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    margin-right: 24px;
    cursor: pointer;
}
.ISMSPage_content_tab_active {
    position: relative;
    color: #1a1a1a;
    font-weight: 600;
    font-synthesis: style;
}
.ISMSPage_content_tab_active:after {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0084ff;
}
.ISMSPage_content_tabs .darken:after {
    background-color: #a2a2a2!important;
}
.readagreement{
    margin-right: 0px!important;
}
.verifyTitle{
    color:#757575;
    text-align:center;
}
.verifyButton{
    color: #ffffff;
    background-color: #0084ff;
    width: 100%;
    height: 36px;
}
.verifyBottom{
    width:100%!important;
    border:unset!important;
    border-bottom: 1px solid #ebebeb!important;
}
.verifySpan{
    margin-top: -5px;
}