.fixed-btn {
    position: fixed;
    bottom: 56px;
    right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#549bff),to(#38f));
    background-image: -webkit-linear-gradient(top,#549bff,#38f);
    background-image: -moz-linear-gradient(top,#549bff 0,#38f 100%);
    background-image: linear-gradient(-180deg,#549bff,#38f);
    z-index: 20;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.fixed-btn:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#67a6ff),to(#207dff));
    background-image: -webkit-linear-gradient(bottom,#67a6ff,#207dff);
    background-image: -moz-linear-gradient(bottom,#67a6ff 0,#207dff 100%);
    background-image: linear-gradient(0deg,#67a6ff,#207dff)
}

.fixed-btn P {
    padding: 14px 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px
}

.btn-show {
    opacity: 0
}

.fixed-sideBox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -290px;
    width: 290px;
    opacity: .95;
    background: #fff;
    border: 0 solid #e5e5e5;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.07);
    z-index: 20;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.sideBox-show {
    right: 0
}

.sideBox-content {
    padding-top: 70px
}

.consult-type {
    padding: 70px 30px 30px
}

.consult-type .closeBox-btn {
    height: 30px;
    text-align: right
}

.consult-type .closeBox-btn span {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 100% auto;
    background-image: url("../images/closeBox-btn.png")
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .consult-type .closeBox-btn span {
        background-image:url("../images/closeBox-btn@2x.png")
    }
}

.consult-type .closeBox-btn span:hover {
    cursor: pointer
}

.consult-type .consult-text {
    padding-top: 10px;
    line-height: 27px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0
}

.consult-type .consult-tel {
    padding-top: 14px;
    line-height: 37px;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333;
    letter-spacing: 0
}

.consult-type .consult-service {
    padding-top: 10px;
    line-height: 27px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0
}

.contact-box {
    border-top: .5px solid #e5e5e5
}

.contact-box form {
    padding: 10px 30px
}

.contact-box form .contact-titl {
    padding-bottom: 20px;
    line-height: 27px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0
}

.contact-box form input {
    margin-top: 10px;
    padding: 10px;
    height: 18px;
    width: 208px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999
}

.contact-box form input::-webkit-credentials-auto-fill-button {
    visibility: hidden
}

.contact-box form button {
    margin-top: 20px;
    height: 40px;
    width: 100%;
    background: #38f;
    border: none;
    outline: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer
}

.contact-box form button,.submit-success {
    font-family: PingFangSC-Regular;
    font-size: 14px
}

.submit-success {
    padding: 30px
}

.submit-success span {
    height: 44px;
    width: 44px;
    display: inline-block;
    background-size: 100% auto;
    background-image: url("../images/submit-success.png")
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .submit-success span {
        background-image:url("../images/submit-success@2x.png")
    }
}

.submit-success .success-thank {
    padding-top: 20px;
    color: #478f3b;
    letter-spacing: 0
}

.submit-success .success-mess {
    padding-top: 10px;
    color: #666;
    letter-spacing: 0;
    line-height: 27px
}

.submit-success a {
    margin-top: 30px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    color: #666;
    cursor: pointer
}

.phptpl-header,.second-js-top {
    position: relative
}

.second-js-top {
    z-index: 21
}

.hide {
    display: none
}


.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
}
.mask .dialog-win{
    position: absolute;
    width: 400px;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    background-color: #fff;
    padding: 25px;
    z-index: 201;
}
.mask .dialog-win .dialog-head{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold
}
.form-view .form-view-cell{
    margin: 0 0 20px 0
}
.form-view .form-view-cell input,.form-view .form-view-cell textarea{
    display: inline-block;
    padding: 10px;
    height: 40px;
    width: 100%;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    box-sizing: border-box
}
.form-view .form-view-cell textarea{
    height: 120px;
    resize: none
}
.dialog-foot input{
    height: 40px;
    width: 100%;
    background: #38f;
    border: none;
    outline: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box
}