html {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'SourceHanSansCN-Normal-Alphabetic';
    src: url('/static/font/SourceHanSansCN-Normal-Alphabetic.eot');
    src: url('/static/font/SourceHanSansCN-Normal-Alphabetic.eot?#iefix') format('embedded-opentype'),
         url('/static/font/SourceHanSansCN-Normal-Alphabetic.svg#SourceHanSansCN-Normal-Alphabetic') format('svg'),
         url('/static/font/SourceHanSansCN-Normal-Alphabetic.ttf') format('truetype'),
         url('/static/font/SourceHanSansCN-Normal-Alphabetic.woff') format('woff'),
         url('/static/font/SourceHanSansCN-Normal-Alphabetic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Daytona W01 Regular";
    src: url("/static/font/Daytona W01 Regular.woff2") format("woff2"),
         url("/static/font/Daytona W01 Regular.woff") format("woff"),
         url("/static/font/Daytona W01 Regular.ttf") format("truetype"),
         url("/static/font/Daytona W01 Regular.eot") format("embedded-opentype"),
         url("/static/font/Daytona W01 Regular.svg") format("svg");
  }
  input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
            color: rgba(84, 88, 120, 0.3);
        }

        input:-moz-placeholder,
        textarea:-moz-placeholder {
            color: rgba(84, 88, 120, 0.3);
        }

        input::-moz-placeholder,
        textarea::-moz-placeholder {
            color: rgba(84, 88, 120, 0.3);
        }

        input:-ms-input-placeholder,
        textarea:-ms-input-placeholder {
            color: rgba(84, 88, 120, 0.3);
        }
        input:focus::-webkit-contacts-auto-fill-button{
            opacity: 0;
        }
body {
    background: #ffffff;
    /* background: #f9f9f9; */
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    /* line-height: 100%; */
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

a {
    text-decoration: none;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

ul li, ol li {
    list-style: none;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

i,b, em {
    /* font-style: normal; */
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

img {
    vertical-align: top;
}

a:link, a:visited, a:active {
    text-decoration: none;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

a:hover {
    color: #333;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

a {
    cursor: pointer;
}

.fl {
    float: left;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

.fr {
    float: right;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
.cl {
    clear: both;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

ul, ul li {
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

dl, dl dt, dl dd {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

.banner-jpg {
    background-color: #183642;
    height: 500px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
}

.top {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top:0;
}

.topcon {
    height: 70px;
    position: relative;
}

.content {
    max-width: 1024px;
    margin: 0 auto;
}

.topconl {
    float: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.topconl a {

}

.table-responsive .table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: normal;
}

.topconl a img {
    width: 200px;
}

.login {
    border: 1px solid #000;
    color: #000;
    padding: 10px !important;
    line-height: 1rem !important;
    border-radius: .25rem;
}
.fs-arrow{
    pointer-events: none;
}

.login:hover:after {
    display: none !important;
}
.cannotuse:focus{
    outline: 0 !important;
    box-shadow:none;
}
.cannotuse{
    line-height: 1.8rem;
}
.price:hover{
    color: #495057;
}
.topconr {
    border-left: 15px solid #2e334e;
    background-size: auto 50px;
    padding-left: 40px;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
}

.topconr a {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 45px;
    position: relative;
}

.topconr a:hover {
    color: #576087;
}

.topconr a:hover:after {
    position: absolute;
    content: " ";
    display: block;
    height: 3px;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    background: #576087;
    width: 40px;
}

.topconr a.on {
    color: #2e334e;
}

.topconr a.on:after {
    position: absolute;
    content: " ";
    display: block;
    height: 3px;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    background: #2e334e;
    width: 40px;
}

.topconr a.dl {
    border: 1px solid #49547d;
    color: #49547d;
    font-weight: 500;
    border-radius: .25rem;
    line-height: 36px;
    height: 36px;
    margin-top: 22px;

}

.topconr a.dl:hover:after {
    display: none;
}

.topconr a.dl:hover {
    border: 1px solid #000;
    color: #000;
}

.cjwt {
    background: url(../img/bg_07.jpg) repeat-x;
    width: 100%;
    height: 366px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.cjwtx {
    position: absolute;
    width: 100%;
    height: 366px;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.cjwt1 {
    text-align: center;
    padding-top: 52px;
}

.cjwt1 h3 {
    color: #525777;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 3.5rem;
}

.cjwt1 p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 3rem;
    color: #8a8e97;
    font-family: "Daytona W01 Regular", "SourceHanSansCN-Normal-Alphabetic", sans-serif !important;
}

.fuwu {
    text-align: center;
    padding-bottom: 2rem;
}

.fuwu p {
    text-align: center;
    color: #292a2f;
    font-size: 1.2rem;
    line-height: 3rem;
}

.fuwux {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.fuwux .col-xl-4 {
    text-align: center;
    margin-top: 20px;
}

.fuwux .col-xl-4 a {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #5da35a;
    color: #5da35a;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    line-height: 44px;
}

.h100 {
    height: 80px;
    clear: both;
    display: block;
}

.h60 {
    height: 60px;
    clear: both;
    display: block;
}

.bot1 {
    text-align: center;
    padding-top: 1.5rem;
}

.bot1 image {
    margin: 0 auto;
}

.bot2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.bot1.cl img {
    width: 120px;
}

.bot2 .col-md-4 {
    line-height: 3rem;
    height: 3rem;
    text-align: left;
    color: #999999;
    font-size: 1rem;
}

.bot2 .col-md-4:first-child {
    padding-left: 2.5rem;
    background: url(../img/wt_03.png) no-repeat;
    background-position: left center;
}

.bot2 .col-md-4:nth-child(2) {
    padding-left: 2.5rem;
    background: url(../img/wt_05.png) no-repeat;
    background-position: left center;
}

.bot2 .col-md-4:nth-child(3) {
    padding-left: 2.5rem;
    background: url(../img/wt_07.png) no-repeat;
    background-position: left center;
}

.bottom {
    background: #fff;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    width: 100%;
}

.menu {
    width: 32px;
    height: 32px;
    z-index: 100;
    cursor: pointer;
    display: none;
    right: 1rem;
    position: absolute;
}

.menu img {
    width: 32px;
    height: 32px;
}

.qie {
    width: 32px;
    height: 32px;
    z-index: 100;
    cursor: pointer;
    display: none;
    right: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.qie img {
    width: 32px;
    height: 32px;
}

/*登录页面*/
.dlbg {
    background: #2e334e;
}

.tit {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tit a img {
    /* height: 39px; */
    width: 204px;
}

.denglu {
    background: #fff;
    padding: 1.5rem;
    padding-top: 50px;
    padding-bottom: 100px;
}

.denglu h3 {
    clear: both;
    display: block;
    color: #333333;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    text-align: center;
}

.denglu .dlx {
    display: flex;
    padding-top: 30px;
}

.denglu .dll {
    display: none;
    background: url(../img/dlbgx_07.png) no-repeat;
    background-position: center center;
    background-size: 300px;
    width: 50%;
}
.password{
    font-family: none !important;
}

.denglu .dlr {
    /* width: 50%; */
    /* border-left: 1px solid #eeeeee; */
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.denglu .dlr ul {
    /* padding-left: 40px; */

}

.denglu .dlr ul li {
    clear: both;
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 44px;
    height: 44px;
    width: 350px;
    position: relative;
}

.denglu .dlr ul li strong {
    color: #5da35a;
    font-size: 1.2rem;
    line-height: 44px;
    height: 44px;
}

.denglu .dlr ul li input {
    border: 1px solid #e1e1e1;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 10px;
    color: #333;
    font-size: 1.2rem;
    width: 350px;
}

.denglu .dlr ul li .dl_btn {
    background: #5da35a;
    border: 1px solid #5da35a;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3.5rem;
    text-align: center;
    display: inline-block;
    width: 351px;
}

.denglu .dlr ul li .ge_btn {
    background: #fff;
    border: 1px solid #5da35a;
    color: #5da35a;
    font-size: 1.4rem;
    line-height: 3.5rem;
    text-align: center;
    display: inline-block;
    width: 351px;
}

.denglu .dlr ul li span {
    line-height: 44px;
    height: 44px;
    color: #5da35a;
    font-size: 1.2rem;
}

.denglu .dlr ul li span a {
    color: #ff8c57;
    font-size: 1.2rem;
    text-decoration: none;
}

.denglu .dlr ul li .username {
    background: url(../img/dl2_10.png) no-repeat;
    background-position: left 5px top 10px;
    padding-left: 30px;
}

.denglu .dlr ul li .userpwd {
    background: url(../img/dl2_13.png) no-repeat;
    background-position: left 5px top 10px;
    padding-left: 30px;
}

/*支付订单*/
.zfbg {
    background: #fff;
}

.dbdh {
    background: #2e334e;
    padding: 1.6rem 0;
    text-align: center;
}

.dbdh a {
    color: #fff;
    line-height: 1.2rem;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 2rem;
}

.bot3 {
    text-align: center;
    padding-top: 2rem;
}

.bot3 a {
    color: #545878;
    font-size: 1.2rem;
    position: relative;
    padding-left: 0.5rem;
    height: 1rem;
    line-height: 1rem;
    padding-right: 0.5rem;
}

.bot3 a:after {
    content: " ";
    position: absolute;
    width: 1px;
    background: #545878;
    height: 1rem;
    right: 0px;
    top: 0.2rem;
}

.bot3 a:last-child:after {
    display: none;
}

.bot4 {
    text-align: center;
    font-size: 1rem;
    color: #ababab;
    line-height: 2rem;
}

.zfdingdan {
    background: #fff;
    margin-top:30px;
}

.zfdingdan strong {
    padding: 0px;
    margin: 0px;
    color: #525777;
    font-size: 1.5rem;
    line-height: 2rem;
    height: 2rem;
    padding-left: 1rem;
    font-weight: 500;
    position: relative;

}
.wechatcontact{
    width: 49%;
    display: inline-block;
    margin-bottom: 30px;
}
.wechatcontact img{
    width: 200px !important;
}
.zfdingdan strong:after {
    content: " ";
    position: absolute;
    left: 0px;
    background: #576087;
    top: 0rem;
    width: 3px;
    height: 2rem;
    display: block;

}

.zfdingdan strong span {
    padding-left: 0.5rem;
    font-size: 1.3rem;
    color: #797d88;
    line-height: 1.5rem;
}

.zfdingdan p {
    color: #292a2f;
    font-size: 1.3rem;
    line-height: 3.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    padding-left: 0.75rem;
}

.zfdingdan p a {
    color: #49a2fd;
    text-decoration: underline;
}

.biaodan {
    padding: 0px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.biaodan .ul1 {
    padding: 0px;
    margin: 0px;
    padding-right: 0.2rem;
    text-align: left;
}

.biaodan .ul1 .fp-s {
    clear: both;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.biaodan .ul1 li span {
    clear: both;
    display: block;
    color: #545878;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 0.2rem;
    line-height: 1.5rem;
}

.biaodan .ul1 li input {
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    height: 40px;
    line-height: 43px;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;

}

.biaodan .ul1 li p {
    clear: both;
    color: #545878;
    font-size: 1rem;
    line-height: 1rem;
}

.biaodan .ul1 li p span {
    float: left;
    clear: none;
    display: inline;
    line-height: 1rem;
    height: 1rem;
    font-size: 1.2rem;
    color: rgba(84, 88, 120, 0.3);
}

.biaodan .ul1 li p span img {
    height: 0.85rem;
    line-height: 1rem;
}

.biaodan .ul1 li span.spc {
    color: rgba(84, 88, 120, 1);
    font-size: 1.2rem;
    line-height: 1rem;
}

.biaodan .ul1 li span.spc input {
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    width: 5rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    border-radius: 0px;
}

.biaodan .ul1 li span .lab {
    padding: 0px;
    margin: 0px;
    height: 1rem;
    line-height: 1rem;
    display: inline;
    margin-left: 1rem;
}

.biaodan .ul1 li span .lab input {
    padding: 0px;
    margin: 0px;
    display: inline;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}

.biaodan .ul1 li textarea {
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    height: 10rem;
    line-height: 40px;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;
}

.biaodan .ul2 {
    border: 1px solid #e8e8e8;
    padding: 1rem;
}

.biaodan .ul2 li {
    clear: both;
    display: block;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    word-break: break-all;
}

.biaodan .ul2 li span {
    color: #545878;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 0.2rem;
}

.biaodan .ul2 li span.sp1 {
    color: rgba(84, 88, 120, 0.6);
    font-size: 1.2rem;
    min-width: 60px;
}

.biaodan .ul2 li span.sp2 {
    color: rgba(84, 88, 120, 1);
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.job-title, .invoice-select {
    height: 4rem;
    line-height: 4rem;
    text-align: left;
    margin-top: -0.7rem;
    color: #dbdbe1;
    font-size: 1.2rem;
    padding-left: 1rem;
    clear: both;
    display: block;
    /* color: rgba(84, 88, 120, 0.95); */
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    width: 100%;
    padding-left: 1rem;
    margin: 1rem 0;
    outline: none;
    border: 1px solid #eaeaea;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color:#000;
    background: #fff;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.noappearance{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.jobselect{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color:#000;
    background: #fff;
}
.biaodan .ul2 li span.fl img {
    height: 1.2rem;
}

.biaodan .ul2 li label {
    clear: both;
    display: block;
    width: 100%;
}

.biaodan .ul2 li span.fl .fl {
    line-height: 1.2rem;
    font-size: 1.2rem;
    color: #545878;
    font-weight: 500;
}

.biaodan .ul2 li span.fr {
    float: right;
}

.biaodan .ul2 li span.fr input {
    width: 1rem;
}

.biaodan .ul2 li label {
    color: #408ff0;
    font-size: 1.2rem;
}

.biaodan .ul2 li label a {
    color: #408ff0;
}

.biaodan .ul2 li a.btn {
    padding: 0px;
    margin: 0px;
    background: #84bf7c;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.cjwtx {
    position: relative;
}

.tk {
    position: absolute;
    left: 1rem;
    top: 35%;
    width: 50%;
    text-align: left;
}

.getcode {
    position: absolute;
    /* top: 40%; */
    font-size: 14px;
    right: 10px;
    color: #5da35a !important;
}

.tk strong {
    color: #428268;
    font-size: 3rem;
    line-height: 3rem;
    height: 4rem;
    font-weight: 600;
    display: block;
    position: relative;

}

.tk strong:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 4rem;
    height: 2px;
    background: #428268;
}

.tk p {
    padding-top: 1rem;
    color: #428268;
    font-size: 2rem;
    line-height: 1.6rem;
}


.fwtk {
    background: #eefcf8;
    width: 100%;
    height: 366px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.h30 {
    height: 30px;
    clear: both;
    display: block;
}

.zfdingdanx {
    background: #fff;
    padding-left: 0.5rem;
}

.zfdingdanx strong.tixa {
    color: #525777;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.5rem;
    font-weight: 500;
    border-left: 0px solid #576087;
}

.zfdingdanx strong span {
    padding-left: 0.5rem;
    font-size: 0.8rem;
    color: #797d88;
    line-height: 1.5rem;
}

.zfdingdanx p {
    width: 90%;
    color: #292a2f;
    font-size: 1rem;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
    padding-left: 0.75rem;
}

.zfdingdanx p strong {
    padding: 0px;
    margin: 0px;
    color: #525777;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    clear: both;
    display: block;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.geren {
    background: #f4f5ff;
    width: 100%;
    height: 366px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.tkx {
    position: absolute;
    left: 1rem;
    top: 20%;
    /* width: 50%; */
    text-align: left;
}

.tkx strong {
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    height: 4rem;
    font-weight: 600;
    display: block;
    position: relative;

}

.tkx strong:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 4rem;
    height: 2px;
    background: #fff;
}
.aboutc{
    margin-top:30px;
}
.tkx p {
    padding-top: 1rem;
    color: #fff;
    font-size: 2rem;
    line-height: 1.6rem;
}

.zfdingdan table {
    box-shadow: 2px 2px 6px #dee2e6;
}

.zfdingdan table tr th {
    padding: 0px;
    padding: 5px;
    line-height: 1.6rem;
}

.zfdingdan table tr td {
    padding: 0px;
    color: #888888;
    font-size: 0.8rem;
    padding: 5px;
    line-height: 1.6rem;
}

.zfdingdan table tr td.tc {
    text-align: center;
}

.zfdingdan table tr td.tc input {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
/* 
.zfdingdan table tr:nth-child(even) {
    background: #f9f9fa;
} */

.liebiao {
    display: flex;
    overflow: hidden;
}

.liebiaol {
    width: 50%;
    padding-bottom: 1rem;
    overflow: hidden;
}

.uli {
    clear: both;
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    height: 5.5rem;
    line-height: 5.5rem;
    overflow: hidden;
}

.liebiao ul li span {

    color: #545878;
    font-size: 1rem;
    line-height: 1.5rem;
}

.liebiao ul li .sp1 {
    text-align: left;
    color: #545878;
    font-size: 1.3rem;
    min-width: 60px;
}

.liebiao ul li .sp2 {
    padding-left: 0.5rem;
}

.liebiao ul li .sp2 input, .liebiao ul li .sp2 select {
    height: 3rem;
    line-height: 3rem;
    text-align: left;
    margin-top: -0.7rem;
    color: #dbdbe1;
    font-size: 1.3rem;
    padding-left: 1rem;
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;
}

.liebiao ul li .sp3 {
    padding-left: 0.5rem;
}

.liebiao ul li .sp3 {
    margin-top: -0.7rem;
    width: 30%;
    overflow: hidden;
}

.liebiao ul li .sp3 input {
    height: 3rem;
    line-height: 3rem;
    text-align: left;
    color: #dbdbe1;
    font-size: 1.3rem;
    padding-left: 1rem;
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;
}

.liebiaor ul li .sp3 {
    width: 28%;
    float: left;
}

.liebiaor ul li .sp3 span {
    float: left;
    margin-left: 0.5rem;
}

.liebiaor ul li .sp3 span input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
}
.index1.cl.fixed{
    background-color: #fff !important;
}
.zfdingdan .cztit {
    padding: 0px;
    margin: 0px;
    font-size: 1.3rem;
    color: #545878;
    text-align: left;
    border-left: 0px;
    line-height: 2rem;
    padding-left: 0.5rem;
    position: relative;
}

.zfdingdan .cztit:after {
    position: absolute;
    left: 0px;
    top: 0.25rem;
    content: " ";
    background: #545878;
    width: 3px;
    height: 1rem;
    display: block;

}

.zfdingdan .jine {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
}
.pages{
    background-size: 100% !important;
    height:550px;
    color:white;
}
.tkx{
    margin-top: 300px;
}
.tkx p{
    font-size: 36px;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0 0 0 0.3125rem;
    padding: 15px;
    color: #fff;
    display: table;
}
.jine input {
    margin: 0 1rem;
}

.zfdingdan .jine label {
    float: left;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.35rem;
    font-size: 1.3rem;
}

.zfdingdan .jine .txt {

    float: left;
    color: #333;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    height: 2rem;
    line-height: 2rem;
    text-align: left;
    padding-left: 0.5rem;

    height: 3rem;
    line-height: 3rem;
    text-align: left;
    margin-top: -0.3rem;
    color: #dbdbe1;
    font-size: 1.2rem;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    margin-bottom: 0.3rem;
    border-radius: 0.25rem;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;
}

.zfdingdan.bg {
    background: #f9f9f9;
}

.bggg {
    height: 237px;
    position: relative;
}

.future {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.bggg strong {
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    font-size: 1.7rem;
    line-height: 3.4rem;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.bggg strong:after {
    content: " ";
    position: absolute;
    display: block;
    left: 50%;
    top: 100%;
    bottom: 0px;
    background: #8a93ea;
    width: 100px;
    height: 2px;
    margin-left: -50px;
}

.bggg p {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 3.4rem;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0.5rem;
}

.huanying {
    padding: 1.5rem;
    padding-top: 50px;
    padding-bottom: 100px;
    background: #fff url(../img/hyy.png) no-repeat;
    background-position: right bottom;
    margin-bottom: 30px;
}

.huanying h3 {
    clear: both;
    display: block;
    color: #333333;
    font-size: 1.5rem;
    line-height: 4rem;
    height: 4rem;
    text-align: center;
}

.huanying p {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    color: #292a2f;
    font-size: 1.3rem;
    line-height: 2rem;
}

.welcom {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 5%;
    /*padding-right: 5%;*/
}

.welcom a {
    border: 1px solid #5da45a;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #fff;
    color: #5da45a;
    font-size: 1.3rem;
    text-align: center;
    margin-left: 5%;
    border-radius: .25rem;
    /*margin-right: 5%;*/
}

.jiage {
    background: url(../img/jj_03.png) repeat-x;
    width: 100%;
    height: 366px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.tkxjk {
    position: absolute;
    left: 1rem;
    top: 35%;
    width: 50%;
    text-align: left;
}

.pricebody {
    background: #fff;
}

.tkxjk strong {
    color: #fb775c;
    font-size: 2.5rem;
    line-height: 3rem;
    height: 4rem;
    font-weight: 600;
    display: block;
    position: relative;
}

.tkxjk strong:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 4rem;
    height: 2px;
    background: #fb775c;
}

.tkxjk p {
    padding-top: 1rem;
    color: #fb775c;
    font-size: 1.5rem;
    line-height: 1.6rem;

}

.zfdingdan h4 {
    text-align: center;
    color: #525777;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    position: relative;
    margin: 10px 0 20px 0;
}

.zfdingdan.zfdd h4:after {
    position: absolute;
    content: " ";
    width: 50px;
    height: 1px;
    background: #525777;
    left: 50%;
    margin-left: -160px;
    top: 1.5rem;
}

.zfdingdan.zfdd h4:before {
    position: absolute;
    content: " ";
    width: 50px;
    height: 1px;
    background: #525777;
    right: 50%;
    margin-right: -160px;
    top: 1.5rem;
}


.zfdingdan h4:after {
    position: absolute;
    content: " ";
    width: 50px;
    height: 1px;
    background: #525777;
    left: 50%;
    margin-left: -260px;
    top: 1.5rem;
}

.zfdingdan h4:before {
    position: absolute;
    content: " ";
    width: 50px;
    height: 1px;
    background: #525777;
    right: 50%;
    margin-right: -260px;
    top: 1.5rem;
}

.zfdingdan .table th {
    min-width: 150px;
    width: 150px;
    color: #525777;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    padding: 1.5rem;
}

.tditem {
    text-align: center;
    width: 160px;
}

.zfdingdan .table .th1 {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.zfdingdan .table .th2 {
    width: 100px;
}

.zfdingdan .table .th3 {
    width: 120px;
}

.zfdingdan.zfdd p {
    text-align: center;
}

.zfdingdan .table td {
    color: #000;
    padding: 1.5rem;
    font-size: 1.3rem;
    line-height: 2rem;
}

.table {
    margin-bottom: 2rem;
}

/*联系我们*/

.linkus {
    padding: 0px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.linkus .ux {
    padding: 0px;
    margin: 0px;
    padding-right: 0.2rem;
    padding-left: 1rem;
    text-align: left;
}

.linkus .ux li {
    clear: both;
    display: block;
    margin: 20px 0;
    overflow: hidden;
}

.linkus .ux li span {
    clear: both;
    display: block;
    color: #545878;
    font-size: 1.2rem;
    font-weight: 500;
    padding-left: 0.2rem;
    line-height: 1.5rem;
}

.linkus .ux li input {
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    height: 40px;
    line-height: 40px;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;

}

.linkus .ux li select {
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    height: 40px;
    line-height: 40px;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;

}

.linkus .ux li textarea {
    clear: both;
    display: block;
    color: rgba(84, 88, 120, 0.95);
    font-size: 0.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    height: 10rem;
    line-height: 40px;
    border-radius: 0.25rem;
    width: 100%;
    padding-left: 1rem;
    outline: none;
    border: 1px solid #eaeaea;

}

.linkus .ux li p {
    padding: 0px;
    margin: 0px;
    clear: both;
    color: #999999;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.2rem;
}

.linkus .ux li p span {
    float: left;
    clear: none;
    display: inline;
    line-height: 1rem;
    height: 1rem;
    font-size: 0.85rem;
    color: rgba(84, 88, 120, 0.3);
}

.linkus .ux li p span img {
    height: 0.85rem;
    line-height: 1rem;
}

.linkus .ux li .p0 {
    padding-left: 0px;
    position: relative;
    width: 360px;
    height: 42px;
    margin-top: 1rem;
}

.linkus .ux li .p0 .sc_btn {
    background-size: 35px;
    background-position: left 2rem top 0.3rem;
    width: 360px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #878788;
    font-size: 1.3rem;
    border: 1px solid #f0f0f0;
    border-radius: 0.25rem;
    color: #84bf7c;
    border-color: #84bf7c;
}

.linkus .ux li .p0 input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 360px;
    height: 42px;
    opacity: 0;
}

.index1 {
    background: #fdfdff;
    box-shadow: 0px 1px 6px 2px #eff2f6;
}

.form-group {
    margin-right: 20px;
}

.form-group label {
    padding-right: 5px;
}

.form-group select {
    width: 100px !important;
}

.contx {
    font-size: 1.2rem;
    display: flex;
    position: relative;
    margin:0 auto;
}

.index11 {
    position: relative;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 1px 1px #eeeeee;
    height: 300px;
}

.index11 .cl {
    padding: 10px;
}

.index11 .in1 {
    margin: 10px 0 0 0;
    display: flex;
}

.index11 .in1 span {
    margin-right: 0.4rem;
}

.index11 .in1 .flse {
    width: 150px;
    padding-right: 10px;
}

.index11 .in1 .flna {
    width: 30px;
}

.index11 .in1 span select, .index11 .in1 span input {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    color: #3e4364;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #ebebef;
    background: #fff;
    border-radius: 0rem;
    width: 100%;
}

.index11 .in1 span a {
    display: block;
    margin-top: 0.5rem;
}

.index11 .in1 span a img {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}

.index11 .in2 {
}

.index11 .in2 a {
    padding: 0px;
    font-size: 1.3rem;
    margin: 0px;
    background: #e49e28;
    text-align: center;
    height: 3.5rem;
    line-height: 3.5rem;
    color: #fff;
    width: 185px;
    display: inline-block;
    border-radius: 0px;
}

.index11 .in2 a:hover {
    background: #ff6600;
}

.index11 .in3 {
    /*margin-top: 50px;*/
    display: flex;
    position: relative;
}

.index11 .in3 .sop1 {
    width: 185px;
}

.index11 .in3 .sop1 a {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #838599;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    color: #545878;
    border-radius: 5px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
}

.index11 .in3 .sop2 {
    width: 42px;
    text-align: center;
}

.index11 .in3 .sop2 a {
    display: block;
    margin-top: 0.6rem;
}

.index11 .in3 .sop2 a img {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}

.index11 .in3 .sop3 {
    width: 120px;
    position: absolute;
    right: 10px;
}

.index11 .in3 .sop3 a {
    display: block;
    text-align: center;
    background: #f5f5f7;
    border: 1px solid #f0f0f0;
    color: #545878;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    border-radius: 0rem;
}

.banner-stitle {
    font-size: 20px !important;
    margin-top: 10px !important;
    color: white !important;
    background-color: rgba(0, 0, 0, 0.56) !important;
    border-radius: 0 0 0 0.3125rem !important;
    padding: 5px;
    color: #fff;
    display: inline-block;
}

.index11 .in3 .sop3 a:hover {
    background: #b8b8bb;
    color: #333;
    border: 1px solid #b8b8bb;
    color: #fff;
}

.index11 .in4 {
    margin-top: 10px;
}

.index11 .in4 a {
    font-size: 1.2rem;
    padding: 0px;
    margin: 0px;
    background: #2e334e;
    text-align: center;
    color: #fff;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    height: 4rem;
    line-height: 4rem;
}

.index11 .in4 a:hover {
    background: #0623a5;
}

.index12 {
    float: right;
    width: 50%;
    /*padding-top: 2rem;*/
    /*padding-bottom: 2rem;*/
    text-align: right;
    right: 0;
    position: absolute;
}

.index12 img {
    height: 350px;
    float: right;
}

.index2 {
    background: #f7f7f7;
    /*padding-bottom: 2rem;*/
    padding: 4rem;
    overflow: hidden;
    margin-top: 10px;
}

.contZ {
    text-align: center;
}

.contZ h2 {
    color: #797d88;
    font-size: 2.8rem;
    line-height: 2rem;

}

.contZ h3 {
    color: #2e334e;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
    margin-top: 20px;
}

.contY {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.contY p {
    color: #525777;
    font-size: 1rem;
    line-height: 2rem;
}

.contY:after {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/index_11.png) no-repeat;
    background-size: 30px auto;
    width: 75px;
    height: 30px;
    display: block;

}

.contY:before {
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../img/index15.png) no-repeat;
    background-size: 30px auto;
    width: 75px;
    height: 30px;
    display: block;

}

.contY p {
    color: #292a2f;
    font-size: 1.3rem;
    padding-left: 50px;
    line-height: 3rem;
    text-align: left;
}

.payb {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.625rem;
    margin-top: 0.625rem;
    transition-duration: 220ms;
    transition-timing-function: ease;
    transition-property: color, border-color, background-color;
    border: 0.0625rem solid transparent;
    border-radius: 0.3125rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 0.87rem;
    line-height: 1;
    padding: 0.59375rem 0.625rem;
    text-decoration: none;
    background-color: transparent;
    border-color: #b3b3b3;
    color: #444;
    font-size: 1rem;
    padding: 0.84375rem 1rem;
}
.indexpay{
    margin-top: 15px !important;
    margin-left: 20px;
}

.contX {
    text-align: center;
}
.contX .more {
    border: 1px solid #e49e28;
    color: #e49e28;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
    display: inline-block;
}

.index3 {
    background: #f3f7fe;
}

.contb {
    padding: 4rem 2rem;
    position: relative;
    display: flex;
}

.contb1 {
    padding: 1rem 1rem;
    width: 400px;
    margin-top: 1rem;
    /*margin-bottom: 2rem;*/
}

.contb2 {
    position: absolute;
    right: 0;
}

.contb2 img {
    height: 260px;
}

.contb1 .str1 {
    clear: both;
    display: block;
    color: #525777;
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 3.5rem;
}

.contb1 .str2 {
    clear: both;
    display: block;
    color: #525777;
    font-size: 2rem;
    font-weight: 600;
    line-height: 5.8rem;
}

.contb1 p {
    clear: both;
    display: block;
    color: #525777;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.6rem;
    text-align: left;
}

.nianfen {
    display: flex;
    background: #fff;
    padding: 2rem;
    /* border: 1px solid #eeeeee; */
}

.nianfen span {
    color: #333333;
    font-size: 1rem;
    line-height: 2rem;
}

.nianfen .nf {
    width: 7rem;
    font-size: 1.3rem;
    margin-top: 0.3rem;
}

.nianfen .shuru {
    position: relative;
    width: 17rem;
    margin-left: 20px;
}

.nianfen span input {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 0.5rem;
    width: 100%;
    border: 1px solid #5da35a;
    color: #ee9c1a;
    font-size: 1rem;
}

.nianfen .shuru span.spn {
    position: absolute;
    right: 1rem;
    top: 0.3rem;
    color: #999999;
    font-size: 1rem;
    cursor: pointer;
}

.index4 {
    background: #e7eefe;
}

.index4 .contb1 p {
    color: white;
    margin-top: 50px;
}

.index5 {
    /* padding-top: 2rem; */
    padding-bottom: 2rem;
}
.navigation{
    float: right;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    /* padding: 6px 12px; */
    /* margin-left: -1px; */
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid #ddd; */
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.index5 table tr th {
    color: #62a45f;
    /* background: #f5f6f8; */
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 0px;
    font-size: 1.3rem;
}

.index5 table tr td {
    border: 0px;
    color: #333;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
}

.index5 table tr:nth-child(odd) {
    /* background: #f5f6f8; */
}

@media only screen and (max-width: 800px) {

    .content {
        /*width: 800px;*/
    }
}

@media only screen and (min-width: 1024px) {
    .content {
        /*width: 1024px;*/
    }

    .topconr a {
        margin-left: 10px;
        margin-right: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }


}

@media only screen and (max-width: 1200px) {
    .indexform .form-group:last-child{
        left: 60px !important;
    }

}

@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 1600px) {

}

@media only screen and (min-width: 1800px) {

}

@media only screen and (min-width: 2040px) {

}

.tips {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    margin-top: -5px;
}

.banner-title {
    font-size: 36px;
    color: white;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0 0 0 0.3125rem;
    padding: 5px;
    color: #fff;
    display: inline-block;
}

.numstips {
    position: absolute;
    right: -10px;
    top: 7px;
}
.selects{
    margin-right: 22px;
}
.form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.servicetips,.pricetips {
    position: absolute;
    right: -15px;
    top: 7px;
}

.form-order {
    display: inline-block;
    position: fixed;
    height: 300px;
    top: 100px;
    /*width: 400px;*/
    background: #fff;
    z-index: 999999;
    left: 550px;
}

.mask {
    z-index: 99999;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 20000px;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    display: none;
}

.contact input, .contact select {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: .25px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px !important;
    line-height: 35px;
    outline: 0;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100% !important;
}

.footer {
    background-color: #2e334e;
    height: 320px;
    color: #f3f7fe;
}

.first-footer {
    height: 240px;
}

.contact-a {
    background-image: none;
    color: #b6b8bc;
    border-color: #b6b8bc;
    text-shadow: none;
}

.copy {
    font-size: 12px;
    line-height: 45px;
}

.about-title {
    font-size: 16px;
}

.about-title a {
    color: #b6b8bc;
}

.about-content {
    line-height: 17px;
    color: #b6b8bc;
}

.footer-content .contact {
    font-size: 16px;
}

.contact-line {
    border: 0.5px solid white;
    margin: 15px 0;
}

.footer-content {
    margin-top: 30px;
}

.footer-content .title {
    font-size: 16px;
    color: white;
}
.footer-content .title a{
    font-size: 16px;
    color: white;
}

.footer-content .content .list {
    padding: 5px 0;
}

.footer-content .content .list a {
    padding: 5px 0;
    color: #b6b8bc;
}

.footer-content .content {
    margin-top: 20px;
    color: #b6b8bc;
}

.copy-logo {
    clear: both;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 24px;
}

.footer-copy {
    height: 80px;
    border-top: 1px solid white;
}

.contact-icons,.contact-iconsm {
    background: #f3f7ff;
    height: 60px;
    margin: 0 auto;
    /* width:300px; */
    border-radius: 2px 2px 2px 10px;
}

.contact-title {
    margin: 0 auto;
    line-height: 60px;
    color: #525777;
    font-size: 1.3rem;
}
.show-tick{
    width: 90px !important;
}
.fs-label-wrap .fs-label{
    padding:0;
    height: 18px;
}
.fs-label-wrap{
    border: none;
}
.fs-wrap{
    width: 90px !important;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-toggle{
    background: none;
}
.contacts {
    /* padding: 0 50px; */
}

.contact-icon-col {
    background: #8eaec2;
    padding-left: 34px;
    border-radius: 2px 2px 2px 10px;
}
.fs-dropdown{
    width: auto;
}
.indexform .form-group{
    margin-right: 0;
}
.fs-search{
    width: 150px;
}
.contact-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.contact .submit {
    width: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #3076f6 !important;
    color: white;
}

.topconlm{
    display: none;
}
.hidden-pc{
    display: none;
}
@media screen and (max-width: 1024px) {
    .hidden-pc{
        display: block;
    }
    .footer {
        height: 460px;
    }
    .fuwux .col-xl-4 a{
        margin: 10px;
    }
    .first-footer {
        height: 380px !important;
    }

    .contact-title {
        /* display: none; */
        padding: 0 0 0 60px;
    margin: 0 auto;
    color: #525777;
    background-color: #f3f7ff;
    }

    .contact-icon-col {
        /* margin-left: 5px; */
        margin: 0;
        padding: 0;
        height: 0;
        width: 0;
        position: absolute;
        background: #8eaec2;
        padding-left: 34px;
        border-radius: 2px 2px 2px 10px;
        display: none;
    }
    .topconr{
        margin-top: 70px;
    }
    .contacts{
        margin: 5px 0;
    }

    .payb {
        margin: 0 auto;
    }

    .contx {
        display: flex;
    }

    .icons {
        /* margin-left: -30px; */
    }
    .zfdingdan strong{
        line-height: 3rem;
    }
    .zfdingdan p{
        padding-left: 0;
    }
    .contact-iconss,.contact-iconsm {
        /* width: 60px; */
        width: 100%;
        /* background: #2e334e; */
    }

    .pay {
        margin: 0 auto;
        width: 100px;
    }

    .numstips {
        right: 0px;
    }
    .form-inline{
        position: relative;
    }
    .servicetips {
        position: absolute;
        right: 20px;
        margin-left: 25px;
        margin-top: 22px;
    }
    .pricetips{
        position: absolute;
        right: 20px;
        margin-left: 25px;
        margin-top: 22px;
    }

    .form-group select {
        width: 90% !important;
    }

    .form-group input {
        width: 90% !important;
    }
    .footer-content{
        padding-left: 15px !important;
        width: 25%;
    }
    .tips {
        position: absolute;
        right: 15px;
        margin-top: -18px;
    }

    .banner-title {
        font-size: 26px;
        color: white;
    }

    .contY p {
        padding-left: 0;
    }

    .banner-stitle {
        font-size: 15px;
        margin-top: 10px;
        color: white;
    }

    .contY .col-3 {
        /* display: none; */
    /* . contb1 */
    }

    .table-responsive .table {
        /*width: 100%;*/
        overflow-x: scroll;
        overflow-y: hidden;
        /* white-space: nowrap; */
    }

    .zfdingdan .table td {
        white-space: initial;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .tditem{
        text-align: center !important;
    }

    .dbdh {
        overflow-x: auto;
        white-space: nowrap;
    }

    .topconl {
        clear: both;
        display: block;
        /* width: 100%; */
        text-align: center;
    }
    .topconlpc{
        display: none !important;
    }
    .topconlm{
        text-align: left;
    }
.topconlm a img{
    height: 80px;
    height: 40px;
    width: auto;
    margin-left: 15px;
}
    .cjwtx {
        background-size: auto 150px !important;
        height: 200px;
        top: 20%;
    }

    .index11 .in3 .sop3 {
        width: 100px;
    }

    .mnoopen{
        display: none;
    }
    .jiage, .geren {
        height: auto;
    margin-top: 60px;
        /* height: 200px; */
        min-height: 300px !important;
        background-size: auto 100% !important;
    }
    .index1 .form-group{
        display: block;
        width: 100%;
        left: 0px !important;
    }

    .hidden-m{
        display: none !important;
    }
    
    .index1 .contx{
        position: fixed;
        background: #ffffff;
        padding: 0px 0 0 0 !important;
    }
    .content {
        padding: 2%;
        width: 96%;
    }
    .index3.cl,.index1.cl{
        padding: 15px !important;
    }
    .index1.cl.fixed{
        padding: 0 !important;
        position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
    margin-top: 60px;
    }
    .contb1 .str1{
        margin-bottom: 1.5rem;
    }
    .secondp{
        margin-bottom: 20px !important;
    }
    .editors{
        padding:  0 !important;
    }
    .editors div{
        padding:  0 !important;
    }
    .indexsub{
            position: fixed;
        top: 0;
        margin: 0 !important;
        height: 60px !important;
    }
    .topconr {
        display: none;
        border-left: 0;
        padding: 0px;
        margin: 0px;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        /* height: 100%; */
        /* background: rgba(0, 0, 0, 0.63); */
        padding: 1rem;
        top: auto;
        transform: translate(0, 0%);
        margin-top: 60px;
        background-color: #fff;
        color: #183642;
        box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.1);
    }
    .topcon {
        margin: 0;
        padding:0;
        height: 60px;
    }
    .qie2{
        left: 88px;
        z-index: 99999999;
    }
    .topconr a {
        clear: both;
        display: block;
        /* color: rgba(255, 255, 255, 0.76); */
        color: #183642;

        /*font-size: 1rem;*/
    }
    .index1 .form-group{
        /* width:100% !important; */
        max-width: none;
    }
    .mnoopen .newSelect{
        width: 70% !important;
        left: 90px !important;
        top: 3px;
    }
    .mnoopen input{
        width: 70% !important;
        left: 90px !important;
        margin: 0 !important;
    }
    .mnoopen .form-control{
        width: 70% !important;
        left: 90px !important;
        margin: 0 !important;
    }
    .mnoopen label{
        width: 100px;
    }
    .mnoopen input{
        margin-left: 100px;
        top: 0;
    }
    .mnoopen .form-control{
        top: 3px;
    }
    .index1 .form-group{
        height: 40px;
        line-height: 40px;
    }
    .topconr a:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .topconr a:hover:after {
        display: none;
    }

    .topconr a.on {
        /* color: rgba(255, 255, 255, 0.9);/ */
    }

    .topconr a.on:after {
        /* position: absolute;
        content: " ";
        display: block;
        height: 3px;
        bottom: 5px;
        left: 10px;
        margin-left: 0px;
        background: #333;
        width: 40px; */
        display: none;
    }

    .topconr a.dl {
        border: 1px solid rgba(255, 255, 255, 0.86);
        color: rgba(255, 255, 255, 0.6);
        font-size: 1rem;
        border-radius: 5px;
    }

    .topconr a.dl:hover:after {
        display: none;
    }

    .topconr a.dl:hover {
        border: 1px solid rgba(255, 255, 255, 0.9);
        color: rgba(255, 255, 255, 0.96);
    }

    .qie {
        display: block;
    }

    .menu {
        display: block;
    }
    .indexsub{
        max-width: none !important;
        text-align: center;
        width: 50% !important;
    margin-left: 50% !important;
    }
    .denglu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .denglu .dlx {
        padding-top: 0rem;
        padding-bottom: 1rem;
        display: block;

    }

    .denglu .dll {
        width: 0px;
    }

    .denglu .dlr {
        width: 100%;
        border-left: 0px;
    }

    .denglu h3 {
        clear: both;
        display: block;
        font-size: 1.5rem;
    }

    .tkx {
        width: 100%;
        left: 0;
        padding: 10px;
        margin-top: 120px;
        top: 0;
    }
    .banner-stitle{
        font-size: 1.2rem !important;
    }   
    .tkx p{
        padding: 10px;
    }
    .tkx p:first-child{
        font-size: 1.3rem !important;
    }
    .index-about{
        padding: 0 25px !important;
    }
    .customer{
        margin-bottom: 20px !important;
    }
    .filenamea{
        width: 100% !important;
    }
    .zfdingdan .table th{
        min-width: 150px !important;
    }
    .liebiao {
        display: block;
    }
    .corderi{
        margin-left: 95% !important;
    }
    .liebiaol {
        clear: both;
        display: block;
        width: 100%;
    }

    .liebiaor {
        clear: both;
        display: block;
        width: 100%;
    }

    .index1 .contx {
        display: flex;
    }

    .index1 .index11 {
        width: 100%;
    }

    .index1 .index12 {
        display: none;
        width: 0px;
        overflow: hidden;
    }

    .contb {
        display: block;
    }

    .contb .contb1 {
        width: 100%;
    }

    .contb2 {
        display: none;
        width: 0px;
        overflow: hidden;
    }

    .contY:after {
        content: " ";
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../img/index_11.png) no-repeat;
        background-size: 20px auto;
        width: 25px;
        height: 27px;
        display: block;

    }
    .contY:before {
        content: " ";
        position: absolute;
        right: 0px;
        bottom: 0px;
        background: url(../img/index15.png) no-repeat;
        background-size: 20px auto;
        width: 25px;
        height: 27px;
        display: block;

    }

    .bot2 .col-md-4 {
        clear: both;
        display: block;
        text-align: left;
    }

    .huanying p {
        padding-left: 1%;
        padding-right: 1%;
        text-align: left;
        color: #292a2f;
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .welcom {
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 0%;
        padding-right: 0%;

    }

    .welcom a {
        margin-left: 1%;
        margin-right: 1%;
        padding-left: 2%;
        padding-right: 2%;
    }


    .bggg strong {
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2rem;
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.4rem;
        position: relative;
        display: block;
        text-align: center;
        font-weight: 500;
        padding-bottom: 0.5rem;
    }

    .bggg strong:after {
        content: " ";
        position: absolute;
        display: block;
        left: 50%;
        bottom: 0px;
        background: #8a93ea;
        width: 100px;
        height: 2px;
        margin-left: -50px;

    }

    .bggg p {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0.5rem;
        color: #fff;
        font-size: 1rem;
        line-height: 1.4rem;
        position: relative;
        display: block;
        text-align: center;
        font-weight: 500;
        padding-bottom: 0.5rem;
    }

    .zfdingdan h4:after {
        display: none;
    }

    .zfdingdan h4:before {
        display: none;
    }
    .jiage, .geren{
        margin-top:60px !important;
        min-height: 290px !important;
    }
    .forms {
        padding-top: 10px;
        margin-top: 10px;
        box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.1);
    }
    .fuwux .col-xl-4{
        padding: 0;
        width: 50%;
    }
    .fuwux .col-xl-4 a{
        width: 100%;
        margin: 0;
    }
    .fuwux .col-xl-4:nth-child(even){
        padding-left: 10px;
        padding-right: 20px;
    }
    .fuwux .col-xl-4:nth-child(odd){
        padding-right: 10px;
        padding-left: 20px;
    }
    .fuwux{
        padding: 0;
    margin-top: 30px;
    margin-bottom: 5rem !important;
    padding-bottom: 0 !important;
    }
    .nianfen{
        left: auto !important;
        right: 0;
    }
    .denglu .dlr ul li .dl_btn,.denglu .dlr ul li .ge_btn{
        width: 200px;
    }
    .biaodan .ul1 li input{
        height: 42px;
    }
    .zfdingdan p{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .zfdingdan{
        margin-top: 30px;
    }
    .denglu .dlr ul li input{
        box-shadow: none;
    }
    input {
        outline: none;
        -webkit-appearance: none; /*去除系统默认的样式*/
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
    }
    input[type="checkbox"]{
        appearance: checkbox;
        -webkit-appearance: checkbox;
    }
    input[type="radio"]{
        appearance: radio;
        -webkit-appearance: radio;
    }
    .liebiao ul li .sp2{
        width: 180px;
    }
    .wechatcontact{
        width: 100%;
    }
    .wechatcontact img{
        width: 100px !important;
    }
    .payorderform{
        margin-top: 70px !important;
        margin-bottom: 30px;
    }
    .footer-content .title{
        font-size: 14px;
    }
    .footer-content .title a{
        font-size: 14px !important;
    }
    .login-nav{
        margin: 10px auto !important;
    }
}
.inputpc{
    width: 230px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

}


.cannotuse {
    background: #cccccc !important;
}

.pay{
    margin: 0 auto;
    border: 1px solid #5da35a;
    color: #5da35a;
    background-color: #fff !important;
    box-shadow: none;
}
.ucenter {
    width: 100%;
    text-align: center;
    margin: 20px;
}
.ucenter button{
    padding: 15px 0;
    background-color: #fff;
}

.ucenter .sub {
    padding: 5px 20px;
    font-size: 1.3rem;
    color:#000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .25rem;
}

@media screen and (min-width:530px) and (max-width: 644px) {
    .tkx {
        margin-top: 80px !important;
    }
}
@media screen and (max-width: 991px) {
    .contY .col-3{
        display: none !important;
    }
}

@media screen and (min-width:530px) and (max-width: 1024px) {
    .fuwux .col-xl-4{
        width: 33.333333%;
    }
    .jiage, .geren{
        height: 400px;
    }
    .logom{
        display: none;
    }
    .logopc{
        display: block !important;
        padding-left: 15px;
    }
    .qie2{
        left: 230px;
    }
    .tkx{
        margin-top: 100px;
    }
    .contacts{
        width: 50%;
        flex: 0 0 50%;
    }
    .container{
        max-width: none !important;
    }
    .jiage, .geren{
        margin-top:60px !important;
        min-height: 290px !important;
        height: 290px;
        background-size: 100% !important;
    }
    .forms {
        padding-top: 10px;
        margin-top: 10px !important;
    }
    .mnoopen .newSelect{
        top: 3px;
        left: 99px !important;
    }
    .index1 .form-group{
        margin: 5px 0;
    }
    .tips{
        right: 0;
    }
    .mnoopen .form-control{
        left: 99px !important;
    }
    .corderi{
        margin-left: 97% !important;
    }
    .fuwux .col-xl-4:nth-child(even){
        padding-left: 10px;
        padding-right: 10px;
    }
    .fuwux .col-xl-4:nth-child(odd){
        padding-right: 10px;
        padding-left: 10px;
    }
    .fuwux.container.row.cl{
        padding: 0 10px;
    }
}