body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
dl,
ol {
    list-style: none;
}

img,
fieldset,
input[type="submit"] {
    border: 0 none;
}

img {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

em {
    font-style: normal;
}

strong {
    font-weight: normal;
}

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

button,
input[type="button"] {
    cursor: pointer;
    border: 0 none;
}

textarea {
    word-wrap: break-word;
    resize: none;
}


/* word-wrap for opera, resize for webkit */

menu {
    margin: 0;
    padding: 0;
}

div,
input[type="number"] {
    -webkit-user-select: none;
}

div,
a,
button,
input,
img {
    -webkit-touch-callout: none;
}


/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */

input,
select,
textarea {
    outline: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}


/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */

a,
button,
input,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */

@media all and (-webkit-transform-3d) {
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,
    button,
    input,
    select {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

html,
body {
    height: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    -webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}


/** 清浮动 **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    _overflow: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
    /* End hide from IE-mac */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #4b575d;
    font-size: .4rem;
    opacity: .5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #4b575d;
    font-size: .4rem;
    opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #4b575d;
    font-size: .4rem;
    opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #4b575d;
    font-size: .4rem;
    opacity: .5;
}

body {
    height: 100%;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none!important;
    font-family: Helvetica;
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
    background-color: #252C45; 
}

body {
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        padding: 88px 0 34px 0;
    }
}

.wrap {
    width: 10rem;
    margin: 0 auto;
}


/* 顶部导航样式 */

.top_wrap {
    position: fixed;
    top: 0;
    width: 10rem;
    background-color: #fff;
    z-index: 10;
}

.index_top {
    /* width: 9.6rem; */
    margin: .3rem auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
}

.index_logo img {
    width: 2.8rem;
}

.indextop_nav {
    margin: .3rem;
    background: url(/template/mobile/default/img/icon_tab@3x.png) no-repeat;
    width: .4rem;
    height: .4rem;
    background-size: contain;
}

.indextop_navclosed {
    background: url(/template/mobile/default/img/icon_delete@3x.png) no-repeat;
    width: .4rem;
    height: .4rem;
    background-size: contain;
}

.nav_show {
    display: none;
}

.tb_overflay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 1.6rem;
    z-index: 101;
    background-color: #000;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.nav_show_content {
    width: 10rem;
    background-color: #fff;
    position: fixed;
    top: 1.55rem;
    left: 0;
    z-index: 200;
}

.nav_show_content ul li {
    width: 10rem;
    border-top: 1px solid #eee;
    padding: .4rem 0 0;
    min-height: 1rem;
}

.navshow_title {
    padding: 0 .4rem;
    font-weight: normal;
    color: #333;
    font-size: .45rem;
}

.topnav_product {
    display: flex;
    justify-content: space-between;
    padding: 0 .4rem;
}

.topnav_product_title,
.a_style {
    color: #333;
    font-size: .45rem;
}

.a_style {
    outline: none;
    background: none;
    text-decoration: none;
}

.topnav_arrow {
    display: inline-block;
    background: url(/template/mobile/default/img/icon_open@3x.png) no-repeat;
    width: .5rem;
    height: .5rem;
    background-size: contain;
}

.topnav_arrow_top {
    display: inline-block;
    background: url(/template/mobile/default/img/icon_put@3x.png) no-repeat;
    width: .5rem;
    height: .5rem;
    background-size: contain;
}


/* 点击产品弹窗的内容样式 */

.topnav_product_show {
    background-color: #F9F9F9;
    display: none;
    padding-bottom: .5rem;
    padding-top: .4rem;
}

.topnav_product_show dl {
    border-top: 1px solid #eee;
}

.topnav_product_show dl dd {
    padding: .5rem .5rem 0;
}

.topnav_product_show dl dd a {
    color: #666;
    font-size: .45rem;
}

.topnav_product_show dl dd a:active {
    color: #295FFF;
}

.topnav_product_show dl dd a:hover {
    color: #295FFF;
}


.topnav_product_img {
    width: .6rem;
    margin-right: .3rem;
}

.topnav_product_show ul li a {
    color: #666;
    font-size: .4rem;
}

.nav_show_content ul li.product_actived {
    background-color: #F9F9F9;
}


/* 底部样式 */

.index_footer {
    width: 10rem;
    margin: 0 auto;
    background-color: #252C45;
    padding-bottom: .2rem;
}

.footernav_list {
    border-bottom: .5px solid rgba(255, 255, 255, .15);
    padding: .3rem 0;
    width: 9.2rem;
    margin: 0 auto;
}

.footernav_wrap {
    width: 9.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footernav_solve {
    display: inline-block;
    padding-top: .1rem;
    color: #fff;
    font-size: .4rem;
}

.footer_arrow {
    display: inline-block;
    background: url(/template/mobile/default/img/index/20211102/icon_more@3x.png) no-repeat;
    width: .3rem;
    height: .3rem;
    background-size: contain;
    margin: .25rem .22rem 0 0;
}

.footer_arrowtop {
    display: inline-block;
    background: url(/template/mobile/default/img/index/20211102/icon_close@3x.png) no-repeat;
    width: .3rem;
    height: .3rem;
    background-size: contain;
}

.footer_solve_list {
    display: none;
}

.footer_solve_list ul {
    margin-left: .8rem;
}

.footer_solve_list ul li {
    padding-top: .6rem;
}

.footer_solve_list ul li a {
    color: #fff;
    font-size: .4rem;
}

.footer_solve_list ul li a:active {
    color: #295FFF;
}

.footer_solve_list ul li a:hover {
    color: #295FFF;
}


.footer_telphone {
    width: 6.7rem;
    display: flex;
    /* border: 1px solid rgba(255, 255, 255, .29); */
    /* justify-content: center; */
    margin: .7rem .2rem .5rem;
}

.footer_telphone img {
    width: .6rem;
    margin-right: .2rem;
}

.footer_tel_number a {
    font-size: .5rem;
    color: #fff;
}

.footer_mail {
    display: flex;
    margin-left: .4rem;
    /* justify-content: center; */
}

.footer_mail img {
    width: .5rem;
    margin-right: .2rem;
}

.footermail_text,
.footermail_text a {
    font-size: .4rem;
    color: rgba(255, 255, 255, .6);
}

.footernav_address {
    margin-top: .5rem;
}

.footer_copyright {
    margin: .5rem auto;
    padding: .3rem .3rem 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
    font-size: .35rem;
    color: rgba(255, 255, 255, .6);
    line-height: .6rem;
}

.footer_police {
    margin-top: .3rem;
}

.footer_police img {
    width: .4rem;
    margin: .1rem .2rem 0 0;
}

.footer_police a {
    color: rgba(255, 255, 255, .6);
}


/* 回到顶部样式 */

#goTopBtn {
    background: url(/template/mobile/default/img/index/20211102/icon_btn_top@2x.png);
    width: 2.1rem;
    height: 2.1rem;
    background-size: contain;
    position: fixed;
    bottom: 0rem;
    z-index: 100;
    display: none;
}

.footerSlide {
    background-color: #1F253D;
    padding-bottom: .6rem;
}