/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/*html, body{
	min-width: 1280px;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
   
}
html,body{
    overflow-x: hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
a{
    cursor: pointer;
}
body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}
a:hover {
    text-decoration: none !important;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
    font-family: "黑体" !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


#page{position: relative;}
/* .banner{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
} */
.header{
    position: absolute;
    width: 100%;
    /* padding: 0 40px; */
   
}
.header-center{
    max-width: 1280px;
    margin: 0 auto;
    display: table;
    width: 100%;
    height: 73px;
    min-height: 73px;
}
.logo{
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.logo img{
    height: 50px;
}
.logo_img{
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    background-image: url(../img/index/logo.png);
    background-repeat: no-repeat;
    /* background-size: 100% 50px; */
    background-size: auto 50px;
    /* display: block;
    width: 12em; */
    text-indent: -9999em;
    margin: 13px;
    height: 50px;
    background-position-y: 11px;
}
.nav{
    display: table-cell;
    vertical-align: middle;
}
.nav ul li{
    display: inline-block;
    /* position: relative; */
    z-index: auto;
    vertical-align: middle;
    color: #fff;
    padding: 12px 0;
    min-width: 50px;
    text-align: center;
    padding: 0 20px;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;

}
.banner{
    position: relative;
}
.xhove{
    background-color: #0171E3;
    transform: skewX(-30deg);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
}
.xhove a{
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
}
.nav ul li a{
    color: #fff;
    display: block;
    /* padding: 12px 0;
    min-width: 50px;
    text-align: center;
    padding: 0 20px;
    letter-spacing: 2px;
    
    font-size: 16px; */

}
.bagimg img{
    width: 100%;
    display: block;
}
#app{
    position: absolute;
    color: #fff;
    bottom: 25%;
    /* width: 100%; */
    left: 19%;
}

.app-text{
    /* width: 50%;
    float: left;
    margin-top: 130px;
    margin-left: 300px; */
}
.app-text-one{
    font-size: 40px;
    letter-spacing: 4px;
}
.app-text-two{
    font-size: 30px;
    /* margin: 29px 0; */
    line-height: 92px;
    letter-spacing: 4px;
    color: #1ECDF2;
}
.app-text-three{
    line-height: 24px;
    letter-spacing: 2px;
}




  .tim_he{
    padding: 60px 40px;
}
.tim_he h2{
    text-align: center;
    font-size: 30px;
}
.tim_he  img{
    display: block;
    margin: 30px auto;
}

.shiY p{
    text-align: center;
    font-size: 25px;
    color: #fff;
    letter-spacing: 4px;
}
.shiY a{
    width: 145px;
    height: 40px;
    background: #007CFE;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 15px auto;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid ;
}
.shiY a:hover{
    border: 1px solid #007CFE;
}
.bootom{
    background:#131B33;
    padding: 60px 40px;
    color: #fff;
    
    
}
.bootom_cont{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
/* .bootom div{
    margin: 20px 84px;
} */
.gy h3{
    color: #999A9D !important;
    font-size: 16px !important;
    margin: 0 !important;
    margin-left: 34px !important;
}
.gy img{
    margin-right: 10px;
    vertical-align: middle;
}
.lx img{
    vertical-align: middle;
}
.bootom div p{
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}
.shiY{
    background-image: url(../img/index/试用背景.png);
    background-repeat: no-repeat;
    background-size:  100% 100%;
    padding: 30px 40px;

}
.lx p{
    margin-bottom: 5px !important;
}
.lx ul li{
    font-size: 20px;
    margin: 12px 0;
}
.lx ul .tw_li>div{
    display: flex;
    justify-content: space-between;
}
.lx ul .tw_li>div b{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #A7A8AD;
}
.rj ul li,.cp ul li,.gy ul li{
    color: #999A9D;
    
    font-size: 16px;

    line-height: 46px;
}
.rj ul .li-litt{
    font-size: 14px;
}
.rj ul .li-litt a{
    color: #999A9D !important;
}


.info, .info2 {
    overflow: hidden auto;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    outline: none;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.info_show, .info_show2 {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    pointer-events: auto;
    top: 45%;
    transform: translate(-50%, -40%);
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgb(102 102 102 / 8%) 0px 0px 24px 0px;
}

.info_content, .info_content2 {
    position: relative;
    padding: 10px 40px;
    width: 510px;
}
.top_h, .top_h2 {
    margin-bottom: 24px;
    font-size: 32px;
    color: rgb(56, 60, 66);
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.X_yi {
    height: 500px;
    overflow-y: auto;
    line-height: 20px;
    font-size: 14px;
}
.X_yi p {
    text-align: left;
}
.btnn {
    user-select: none;
    height: 48px;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(
90deg
, rgb(51, 173, 255) 0%, rgb(26, 122, 248) 100%);
    cursor: pointer;
    border-color: rgb(51, 139, 255);
    border-width: 0px;
    outline: none;
}
.close_a, .close_tit, .close_a2 {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.top_p {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 44px;
    font-size: 16px;
    color: rgb(101, 108, 117);
    line-height: 16px;
}
.btnn {
    user-select: none;
    height: 48px;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(51, 173, 255) 0%, rgb(26, 122, 248) 100%);
    cursor: pointer;
    border-color: rgb(51, 139, 255);
    border-width: 0px;
    outline: none;
}
.btnn:hover {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(96, 191, 255) 0%, rgb(88, 158, 250) 100%);
    border-color: rgb(51, 139, 255);
}
.dkJzkY {
    vertical-align: top;
}
.dkJzkY .box_in {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.dkJzkY .label_o {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    color: rgb(102, 102, 102);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-self: flex-start;
    width: 80px;
    min-height: 32px;
}
.dkJzkY .xin {
    display: inline-flex;
    position: relative;
    align-items: flex-start;
}
.nav {
    osition: absolute;
    left: -10px;
    top: 2px;
    vertical-align: middle;
    margin-right: 4px;
    color: rgb(255, 43, 0);
    font-size: 14px;
    line-height: 20px;
}
.div_inp {
    width: 100%;
    height: 32px;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    /*border: 1px solid rgb(221, 221, 221);*/
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
}
.input-group {
    display: inline-block;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    flex: 1 1 0%;
    min-width: 0px;
    background: none;
    font-size: 12px;
    line-height: 16px;
    caret-color: rgb(26, 122, 248);
    color: rgb(51, 51, 51);
}

.muya-formitem-error {
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 28px;
    margin-left: 104px;
}
.jvJeaB {
    margin-left: 12px;
    line-height: 0;
    flex-shrink: 0;
    outline: none;
    user-select: none;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(204, 204, 204);
    cursor: pointer;
}
.onError {
    color: red;
}
.footer-case-number {
    background-color: #2a2b2d;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.href_msg {
    width: 145px;
    height: 39px;
    background-color: #0171E3;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    outline: none;
    display: block;
    margin-top: 68px;
}
.jm{
    height: 73px !important;
    line-height: 73px !important;
    background-color: #3A78F2;
}