@charset "gb2312";
body {
    font-family: "-apple-system-font", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 0.26rem;
    background-color: #f5f5f5;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

body,
dl,
dd,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

em,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

input,
select,
button,
textarea {
    font-size: inherit;
    color: inherit;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
textarea,
select {
    font-family: "Microsoft YaHei", Helvetica;
}

input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

select {
    border-width: 1px;
    color: #999;
    margin-right: 0.1rem;
}

.flex,
.layer .layer-btns,
.section-cs .section-bd .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-item,
.layer .layer-btns .layer-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-wrap,
.section-cs .section-bd .list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-justify {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.btn {
    display: inline-block;
    min-width: 1.26rem;
    padding: 0.08rem 0;
    margin-bottom: 0;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    background-color: #FFF;
    color: #333;
    border: 1px solid #E9E9E9;
    border-radius: 0.06rem;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: background-color .2s, color .2s, border-color .2s;
    -o-transition: background-color .2s, color .2s, border-color .2s;
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
    transition: background-color .2s, color .2s, border-color .2s;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.mescroll.fixed {
    position: fixed;
}

.mescroll-upwarp {
    line-height: 0.5rem;
    text-align: center;
    visibility: hidden;
}

html {
    font-size: 50px;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media only screen and (min-width: 384px) {
    html {
        font-size: 51.2px;
    }
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 53.3333px;
    }
}

@media only screen and (min-width: 412px) {
    html {
        font-size: 54.9333px;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 55.2px;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 64px;
    }
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

html,
body {
    height: 100%;
}

.page {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

/* header */

.fn-clear {
    zoom: 1;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.page-header {
    width: 100%;
    height: 1rem;
	text-align: center;
    line-height: 1rem;
    background: #ef4c4d;
    color: #fff;
    font-size: 0.36rem;
}

.page-header .logo {
    width: 2.6rem;
    height: 0.8rem;
    float: left;
    margin: 0.1rem 0 0 0.1rem;
}

.page-header .logo-img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.page-header i {
    padding: 0 0.08rem;
    float: left;
}

.lo_tit {
    font-weight: bold;
    margin-top: 0.01rem;
    float: left;
    height: 0.8rem;
    padding: 0 0.04rem;
}

.nav {
    float: right;
    height: 1rem;
    max-width: 5.5rem;
    overflow-y: hidden;
}

.nav .item {
    height: 1rem;
    float: left;
    font-size: 0.28rem;
    padding: 0 0.05rem;
    color: #FFF;
    position: relative;
    font-weight: bold;
}

.nav .item.on:after {
    content: '';
    width: 0.52rem;
    height: 0.03rem;
    background: #FFF;
    position: absolute;
    left: 50%;
    bottom: 0.15rem;
    margin-left: -0.26rem;
    border-radius: 0.02rem;
}

.nav .item-search,
.nav .item-menu {
    float: left;
    width: 0.68rem;
    height: 1rem;
    font-size: 0;
}

.nav .item-search {
    background: url(nav_yh.jpg) no-repeat center center;
    background-size: 0.35rem 0.35rem;
}

.nav .item-menu {
    background: url(nav_img.png) no-repeat center center;
    background-size: 0.35rem 0.35rem;
}

/* header end */

/*标题部分*/

.indwkuang {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0.2rem;
}

.intitle {
    width: 92%;
    float: left;
    height: .72rem;
    padding: 0 4%;
    border-bottom: solid 1px #ddd;
}

.intitle em {
    width: auto;
    float: left;
    padding: 0 .2rem;
    line-height: .72rem;
    font-size: .33rem;
    position: relative;
    font-weight: bold;
}

.intitle em::after {
    content: '';
    height: .35rem;
    width: .1rem;
    display: inline-block;
    position: absolute;
    background: #ef4c4d;
    left: 0;
    top: .17rem;
}

.intitle a {
    float: right;
    color: #666;
    line-height: .76rem;
}

/*标题部分 end*/

/*分类导航*/

.FenLei_nav {
    padding: 3% 0 0 0;
    background: #FFF;
    overflow: hidden;
}

.FenLei_nav .list,
.section-cs .link {
    overflow: hidden;
}

.FenLei_nav .item {
    width: 25%;
    text-align: center;
    margin-bottom: 0.2rem;
    display: block;
    float: left;
}

.FenLei_nav .pic {
    vertical-align: top;
    width: 0.8rem;
    height: 0.8rem;
}

.FenLei_nav .tit {
    font-size: 0.26rem;
    font-weight: bold;
    margin-top: 0.1rem;
}

.FenLei_nav .btn {
    width: 1.4rem;
    float: left;
    margin-left: 0.3rem;
    margin-right: 0.02rem;
    margin-bottom: 0.25rem;
    font-size: 0.26rem
}

.FenLei_nav .btn:nth-child(1),
.FenLei_nav .btn:nth-child(8) {
    color: #e6601f;
}

.FenLei_nav .btn:nth-child(3),
.FenLei_nav .btn:nth-child(6) {
    color: #dc2a65;
}

/*分类导航 end*/

/*分类*/

.aui-navBar {
    height: 44px;
    position: relative;
    display: flex;
    z-index: 1002;
    background: #fff;
}

.tab-nav-over {
    width: 100%;
    overflow: hidden;
    height: 44px;
    border-bottom: 1px solid #f5f3f3;
}

.tab-nav {
    position: relative;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 15px;
    height: 60px;
    color: #333;
    white-space: nowrap;
    padding-right: 10px;
    line-height: 50px;
}

.tab-nav-item.tab-active {
    border-bottom: 5px solid #ffb650;
    font-weight: bold;
    border: none;
}

.tab-nav-item {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 60%;
    position: absolute;
    left: 50%;
    bottom: -30%;
    margin-left: -30%;
    z-index: 4;
    border-bottom: 5px solid #ffb650;
    font-weight: bold;
}

.tab-nav-item a {
    display: inherit;
    font-size: 0.4rem;
    color: #000;
}

.x12 {
    margin: 0 1%;
}

.nav-list {
    background: #FFF;
}

/*分类 end*/

/* 跑马灯-banner */

.m-slider {
    overflow-x: hidden;
    width: 92%;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination>.slider-pagination-item {
    margin: 0 .1rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}

/* 跑马灯-banner end */

/* 亲算问问商城 */

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.aui-image-text {
    position: relative;
    padding: 3%;
    overflow: hidden;
    background: #FFF;
}

.aui-image-text .aui-flex {
    width: 28%;
    float: left;
    margin: 0 1%;
    padding: 1px 5px;
    background: #f9f9f9;
}

.aui-image-text .aui-flex-box h2 {
    font-weight: 500;
    font-size: 0.33rem;
    color: #3d4457;
    margin-top: 0.1rem;
}

.aui-image-text .aui-flex-box p {
    font-weight: normal;
    font-size: 0.24rem;
    color: #a9a9a9;
    margin: 0.1rem auto;
}

.aui-shrink-img {
    width: 32px;
    height: 32px;
    margin-right: 0.1rem;
}

.aui-shrink-img img {
    width: 32px;
    height: 32px;
    border: none;
    display: block;
    border-radius: 3px;
}

/* 亲算问问商城 end*/

/*页面内容*/

.part_title {
    width: 70%;
    display: block;
    padding: 0.28rem;
    background: #FFF;
    margin: 0 auto;
}

.cs_item {
    overflow: hidden;
    clear: both;
    padding: 2%;
    border-bottom: 1px solid #f5f3f3;
    width: 96%;
}

.cs_item .left {
    width: 1.4rem;
    float: left;
    margin-right: 0.15rem;
}

.cs_item .left .cs_img {
    width: 1.4rem;
}

.cs_item .right {
    float: right;
    font-size: 0.27rem;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(#ffbf5a, #ff8d24);
    box-shadow: 0px 4px 0.42667rem 0px #ddcba5;
    border-radius: 0.08rem;
    margin-right: 0.05rem;
    margin-top: 0.5rem;
    margin-left: 0.05rem;
    padding: 0.2%;
}

.middle {
    overflow: hidden;
}

.middle .div_one {
    font-size: 0.3rem;
    font-weight: bold;
}

.middle .div_two {
    overflow: hidden;
    font-size: 0.28rem;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: .5rem;
}

.middle .div_three {
    font-size: 0.24rem;
    color: #a6681a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.middle img {
    width: 0.36rem;
    float: left;
}

.middle .div_three span {
    float: left;
    margin: 2px 4px 0 4px;
}

.middle .div_three b {
    width: 1%;
    float: left;
}

.item-bottom,
.item-mores {
    padding: 0.28rem;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
}

.item-mores {
    background: #f9f9f9;
}

/*页面内容 end*/

/**** 尾部 ****/

.nav_footer {
    background: #ef4c4d none repeat scroll 0 0;
    display: table;
    height: 70px;
    margin-bottom: 12px;
    width: 100%;
}

.nav_footer li {
    float: left;
    font-size: 0.36rem;
    line-height: 0.72rem;
    text-align: center;
    width: 25%;
}

.nav_footer li a {
    color: #fff;
}

.footer {
    background: #f5f6f8 none repeat scroll 0 0;
    border-bottom: 1px solid #d8d9de;
    border-top: 1px solid #d8d9de;
    box-shadow: 0 1px 0 #fff inset;
    font-size: 0.32rem;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}

.footer .linkico {
    display: inline-block;
    font-size: 0.32rem;
    margin: 0 8px;
}

.footer A:hover {
    text-decoration: underline;
}

.slk_box {
    padding: 0px 10px;
}

.slk_box td {
    border-bottom: 1px dashed #833b00;
}

.conbg {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 180%;
    clear: both;
    font-size: 14px;
    white-space: normal;
}

.xifeng {
    background: #999900;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    height: 3px;
}

/**** 尾部 ****/