
.service-content {
    /*overflow: hidden;*/
}
.register-wrap {
    float: right;
}
#freeFormOther {
    display: none;
}
#freeFormOther h4{
    color: #1390FF;
    margin-bottom: 5px;
}
#OtherTitle {
    display: none;
}
/* .prompt {
  border-color: #ff7878!important;
} */
.redcolor {
    color: #ff7878;
}
.icon-success {
    display: none;
    margin-left: 20px;
    content: url('../images/zwybuy-images/icon-success.png');
}
.icon-inputwarn {
    display: none;
    content: url('../images/zwybuy-images/icon-inputwarn.png');
    margin-left: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.icon-refresh {
    display: inline-block;
    content: url('../images/zwybuy-images/icon-refresh.png');
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.prompt-input {
    border-color: #ff7878;
    border-style: solid;
    border-width: 1px;
}
.input_prompttxt {
    display: none;
    margin-top: 3px;
    margin-bottom: 0px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ff7878;
    text-align: center;
}
.input_prompttxt:before{
    content: '';
    background: url('../images/zwybuy-images/icon-inputwarn.png') no-repeat;
    background-size: contain;
    margin-right: 3px;
    margin-top: 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}

/**登录注册弹框样式*/
.login-wrap, .register-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    padding: 30px 20px;
    width: 300px;
    height: 420px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 8px;
}
.register-wrap {
    padding: 16px 32px;
    box-sizing: content-box;
    margin: 200px 0 0 0;
}
.log-contentwrap, .reg-contentwrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.close, .goback {
    display: block;
    position: absolute;
    top: 27px;
    font-size: 20px;
    cursor: pointer;
    content: '';
}
.close {
    background: url('../images/zwybuy-images/icon-close.png') no-repeat center;
    width: 18px;
    height: 18px;
    right: 20px;
}
.goback {
    left: 32px;
    background: url('../images/zwybuy-images/icon-return.png') no-repeat center;
    width: 11px;
    height: 19px;
}
.register-wrap .title{
    text-align: center;
    font-size: 20px;
    color: #28323C;
    font-weight: bold;
    padding: 8px 0 16px 0;
}
.wrap-item {
    padding-bottom: 16px;
    position: relative;
}
.wrap-item .input_prompttxt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 30px;
    text-align: left;
    padding-left: 24px;
}
.code-wrap .input_prompttxt {
    padding-left: 24px;
}
.input-wrap {
    position: relative;
    height: 36px;
    line-height: 36px;
    border: 1px solid #BFD2DC;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.input-wrap:hover{
    border: 1px solid #1fadf6;
}
.input-wrap:focus{
    border: 1px solid #1fadf6;
}
.input-wrap:active{
    border: 1px solid #1fadf6;
}
.input-wrap span {
    display: inline-block;
    margin-right: 0px;
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
}
.icon-success {
    position: absolute;
    right: 8px;
    top: 8px;
    content: url(../images/zwybuy-images/icon-success.png);
    background-size: cover;
    width: 18px;
    display: none;
}
.icon-account {
    background-image: url('../images/zwybuy-images/icon-account.png');
}
.icon-phone {
    background-image: url('../images/zwybuy-images/icon-phone.png');
}
.input-wrap .icon-phone:before{
    display: none;
}
.icon-pwd {
    background-image: url('../images/zwybuy-images/icon-pwd.png');
}
.input-wrap input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 13px;
    color: #282828;
    padding: 0 0 0 4px;
    height: 100%;
    border-radius: 22px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.err-div {
    border-color: #fd7777!important;
}

.icon-inputwarn {
    display: none;
    content: url('../images/zwybuy-images/icon-inputwarn.png');
    margin-left: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.reg-contentwrap span.btn-getcode,.reg-contentwrap span.code-second, .reg-contentwrap img.verfiycode{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: -1px;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border-radius: 0 8px 8px 0;
}
.verfiycode_Item {
    position: relative;
}
.verfiycode {
    position: absolute;
    right: 2px;
    top: 50%;
    width: 100px;
    height: 25px;
    line-height: 25px;
    transform: translate(0%, -50%);
}
.forgetpwd_item {
    position: relative;
}
.forgetpwd {
    position: absolute;
    right: 0;
    top: 0;
}
.serviceSubmit {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.serviceSubmit button {
    width: 100%;
}
span.btn-getcode {
    display: inline-block;
    background-color: #FF6C55;
    color: white;
    cursor: pointer;
    text-align: center;
}
span.code-second {
    display: none;
    background-color: gray;
    color: white;
    text-align: center;
}
.btn-wrap {
    margin-top: 24px;
    text-align: center;
    position: relative;
}
#reg-submit-prompt {
    position: absolute;
    top: -33px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
}
div.btn-login, div.btn-register {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: white;
    background-color: #1390FF;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:0px 4px 8px 0px rgba(31,173,246,0.34);
}
div.btn-login:hover, div.btn-register:hover{
    background-color: #0E88F4;
}
.bottomcenter {
    text-align: center;
    position: absolute!important;
    bottom: 32px;
    width: 100%;
    left: 0px;
    font-size: 12px;
    border: 0!important;
}
.register-wrap a {
    cursor: pointer;
    color: #34b2f3;
}
.agreement-wrap {
    padding-bottom: 30px;
    position: relative;
}
.agree-chbx {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.agree-prompttxt {
    color: #ff7878;
    display: none;
    position: absolute;
    bottom: 10px;
}
.login-wrap .iconfont, .register-wrap .iconfont{
    margin: 0 6px;
    color: #BFD2DC;
}
#reg-error-code-img{
    width: 72px;
    height: 32px;
    margin-right: 6px;
}
.bborder{
    border: 1px solid #1fadf6;
}


/*详情咨询验证框*/
.reset-code {display: none}
.layui-form-label {width: 110px!important;line-height: 14px!important;}
.layui-form-mid {padding: 0!important;}
.layui-input-block {margin-left: 110px!important;}
.comments input {
    height: 32px!important;
}
.comments input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #92979E!important;
}
.comments input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #92979E!important;
}
.comments input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #92979E!important;
}
.comments input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #92979E!important;
}
.comments .title {
    /*margin-bottom: 20px;*/
    text-align: center;
    color: #293541;
}
.comments #forgetpwd-getcode, #forgetpwd-codesecond {
    height: 32px!important;
    line-height: 32px!important;
}
.comments {
    overflow: visible!important;
}
.comments .title p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    color: #5A646E;
    /*font-weight: 500;*/
}
.serviceSubmit {
    text-align: center;
}
.layui-form-item label>span {
    color: #FF5722
}
.submitSuccess {
    display: none;
}
.submitSuccess dl dt {
    text-align: center;
    /*width: 506px;*/
}
.submitSuccess dl dt img {
    width: 70%;
}
.submitSuccess dl dd:nth-child(2) {
    text-align: center;
    color: #23CAAC;
    font-size: 30px;
}
.submitSuccess dl dd:nth-child(3) {
    text-align: center;
    color: #494949;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    /*text-align: justify;*/
}
.submitSuccess dl dd:nth-child(4) {
    text-align: center;
    margin: 20px;
}
.verfiycode img{
    width: 100%;
    height: 25px;
    cursor: pointer;
}

.verfiycode i {
    vertical-align: middle;
    margin-left: 0px!important;
}

.verfiycode span {
    vertical-align: middle;
}

.future1,.future2,.future3 {
    padding: 20px 10px 50px 10px;
}
.future1 .col-xs-12, .future2 .col-xs-12, .future3 .col-xs-12{
    float: none;
}
.future2 .col-xs-6{
    float: right;
}
.future2{
    background: #F1F7FE;
    padding: 0;
}
.future3{
    padding: 0;
}

.img-responsive {
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@media screen and (max-width: 1024px) {
    .layui-layer {
        width: 80%!important;
        height: 80%!important;
        overflow: auto;
    }
}
