html,body {
    /*line-height: 1.15;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5% !important;
    background-color: #FFF;
}
* {box-sizing: border-box;padding:0;margin:0;}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
a {text-decoration: none;color:#333;}
a:visited,a:focus,a:hover {text-decoration: none;color:#333;}
.h1, .h2, .h3, h1, h2, h3 {
    margin: 1.5rem auto;
}
.app {
    margin:0;
    padding:0;
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}
.container {
    padding: 4.5rem 0 5rem 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.header {
    position: relative;
}

/*search*/
.search {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    z-index: 100;
}
.search .search_wrapper {
    z-index: 10;
    max-width: 750px;
    margin: 0 auto;
    padding:0 5rem;
    height:4.5rem;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.search .search_wrapper .form {
    display: block;
    height:4.5rem;
}
.search .search_wrapper .search_logo {
    float:left;
    margin-left:-5rem;
    width: 5rem;
    height: 4.5rem;
    background-image: url("../H5/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem;
    cursor: pointer;
}
.search .search_wrapper .search_input {
    float: left;
    width: 100%;
    height:4.5rem;
}
.search .search_wrapper .search_input input {
    display: inline-block;
    height:3.5rem;
    margin-top:0.5rem;
    border-radius: 1.8rem;
    border:1px solid #eee;
    outline: none;
    width: 100%;
    text-indent: 3.3rem;
    background-color: #fff;
    background-image: url("../H5/s.png");
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1.7rem;
    font-size: 1.4rem;
}
.search .search_wrapper .search_button {
    float:right;
    margin-right: -5rem;
    width: 5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
}
.search .search_wrapper .search_button button {
    display: block;
    width: 5rem;
    height:4.5rem;
    border: none;
    background: none;
    font-size:1.5rem;
    color: #000;
}

/*navigation*/
.nav {
    background: #fff;
    z-index: 200;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
}
.nav_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    height:4.9rem;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
}
.nav .nav_wrapper .nav_item {
    width: 20%;
    float:left;
    text-align: center;
}
.nav .nav_wrapper .nav_item a {
    display: block;
    position: relative;
}
.nav .nav_wrapper .nav_item .nav_item_icon {
    height:2.5rem;
    margin-top:0.5rem;
    background-repeat: no-repeat;
    background-position: top center;
}
.nav .nav_wrapper .home .nav_item_icon {background-image: url("../H5/h1.png");background-size: 1.85rem;}
.nav .nav_wrapper .data .nav_item_icon {background-image: url("../H5/h2.png");background-size: 2.35rem;}
.nav .nav_wrapper .sample .nav_item_icon {background-image: url("../H5/h3.png");background-size: 1.6rem;}
.nav .nav_wrapper .ask_price .nav_item_icon {background-image: url("../H5/h4.png");background-size: 1.65rem;}
.nav .nav_wrapper .mine .nav_item_icon {background-image: url("../H5/h5.png");background-size: 1.95rem;}
/*hover&active*/
.nav .nav_wrapper .home .active,.nav .nav_wrapper .home .nav_item_icon:hover {background-image: url("../H5/h1_hover.png");background-size: 1.85rem;}
.nav .nav_wrapper .data .active,.nav .nav_wrapper .data .nav_item_icon:hover {background-image: url("../H5/h2_hover.png");background-size: 2.35rem;}
.nav .nav_wrapper .sample .active,.nav .nav_wrapper .sample .nav_item_icon:hover {background-image: url("../H5/h3_hover.png");background-size: 1.6rem;}
.nav .nav_wrapper .ask_price .active,.nav .nav_wrapper .ask_price .nav_item_icon:hover {background-image: url("../H5/h4_hover.png");background-size: 1.65rem;}
.nav .nav_wrapper .mine .active,.nav .nav_wrapper .mine .nav_item_icon:hover {background-image: url("../H5/h5_hover.png");background-size: 1.95rem;}

.nav .nav_wrapper .nav_item .nav_item_text {
    font-size: 1.4rem;
}
.nav .nav_wrapper .nav_item .nav_item_text a {
    text-decoration: none;
}
.nav .nav_wrapper .nav_item .badge_node {
    display: none;
    position: absolute;
    top: -13px;
    right: 15px;
    margin-right: -11px;
    background-color: #4b5cc4;
}

/*index*/

/*player*/
.index {}
.index .index_player {
    max-height:14rem;
    margin:1.3rem 1rem;
    position: relative;
    z-index: 2;
}
.player {
    width: 100%;
    overflow: hidden;
}
.player .item {
    position: relative;
    height:140px;
    overflow: hidden;
}
.player .item a {
    display: block;
}
.player .item a img {
    max-width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    box-sizing: border-box;
    border-radius: 7px;
    height: 3px;
    width: 8px;
    background: hsla(0,0%,92.9%,.4);
    margin: 0 2px;
    display: inline-block;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ededed;
    width: 12px;
}
/*nav*/
.index .index_nav {
    clear: both;
    height: 14.3rem;
}
.index .index_nav_item {
    width: 25%;
    float:left;
    height:7.3rem;
    padding-top:0.5rem;
}
.index .index_nav .index_nav_item a {
    display: block;
    height:7.5rem;
    text-align: center;
    margin:0 auto;
    text-decoration: none;
    font-size:1.5rem;
}
.index .index_nav .index_nav_icon {
    background-repeat: no-repeat;
    background-position: top center;
    height:4rem;
}
.index .index_nav .index_nav_icon1 {background-image: url("../H5/i1.png");background-size: 3.0rem;}
.index .index_nav .index_nav_icon2 {background-image: url("../H5/i2.png");background-size: 2.6rem;}
.index .index_nav .index_nav_icon3 {background-image: url("../H5/i3.png");background-size: 2.9rem;}
.index .index_nav .index_nav_icon4 {background-image: url("../H5/i4.png");background-size: 2.9rem;}
.index .index_nav .index_nav_icon5 {background-image: url("../H5/i5.png");background-size: 4.0rem;}
.index .index_nav .index_nav_icon6 {background-image: url("../H5/i6.png");background-size: 3.1rem;}
.index .index_nav .index_nav_icon7 {background-image: url("../H5/i7.png");background-size: 3.3rem;}
.index .index_nav .index_nav_icon8 {background-image: url("../H5/i8.png");background-size: 3.1rem;}

.index .index_nav .index_nav_text {
    height:2.5rem;
}

/*product*/
.index .index_node {
    padding: 1rem 1rem 0 1rem;
}
.index .index_node h3.title {
    font-size: 1.7rem;
    padding: 1rem 0;
    margin: 0;
}
.index .index_node h3.title a {
    display: block;
    position: relative;
}
.index .index_node h3.title a span {
    position: absolute;
    display: inline-block;
    right: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

/*index_promotion 促销*/
.index_promotion {}
.index_promotion .goods_wrapper {
    overflow-x: scroll;
    width: 100%;
}
.index_promotion .goods_wrapper::-webkit-scrollbar {
    display: none;
}
.index_promotion .goods_wrapper .goods_scroller {
    width: 150rem;
    height:13.5rem;
    transition: all 0.3s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
    position: relative;
}
.index_promotion .goods_wrapper .goods_item {
    width: 14rem;
    height:13.5rem;
    float:left;
    list-style: none;
    margin-left:1rem;
}
.index_promotion .goods_wrapper .goods_item:first-child {
    margin-left: 0;
}
.index_promotion .goods_wrapper .goods_item a {
    display: block;
    height:13.5rem;
    overflow: hidden;
}
.index_promotion .goods_wrapper .goods_item .img {
    display: block;
    height: 9.5rem;
    width: 14rem;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid rgba(238, 238, 238, 0.28)
}
.index_promotion .goods_wrapper .goods_item .img img {
    max-width: 14rem;
}

/*商品名商品价格统一样式*/
.text .name {
    height:2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    font-size:1.4rem;
    margin:0;
}
.text .price {
    height:1.5rem;
    line-height: 1.5rem;
    color:#0287CC;
    font-size:1.2rem;
    overflow: hidden;
    margin:0;
}

/*首页产品列表*/
.index_list {
    margin: 1.5rem auto;
}
.goods_list .goods_ul {
    list-style: none;
}
.goods_list li {
    width: 50%;
    float:left;
    height:20rem;
    list-style: none;
}
.goods_list li:nth-child(odd) {
    padding-right: 0.5rem;
}
.goods_list li:nth-child(2n) {
    padding-left: 0.5rem;
}
.goods_list li a {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
}
.goods_list li .img {
    width: 100%;
    height: 13.5rem;
    overflow: hidden;
}
.goods_list li a img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
}
.goods_list li .text {
    padding:5px;
}
.goods_list li .text .name {
    font-size:1.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}
.goods_list li .text .price {
    font-size:1.3rem;
    height: 1.9rem;
    overflow: hidden;
    line-height: 1.6rem;
}


/*loading*/
.index_load {
    margin-top: .8rem;
}
.load {
    height: 2.8rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
    color: #ccc;
}
.load .load_process, .load .load_error, .load .load_pause {
    margin: 0 auto;
    text-align: center;
}
.load .load_process .loading {
    display: inline-block;
    padding-right: .5rem;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    background-image: url("../H5/loading.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    -webkit-animation:loading 1s linear infinite;
    animation:loading 1s linear infinite;
}
.load .load_process span {
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: -1.5px;
}
.load .load_error, .load .load_pause {
    display: none;
}
.load .load_error a, .load .load_pause a {
    color: #0287CC;
    font-size: 1.4rem;
}
@-webkit-keyframes loading {
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes loading {
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}


/*cat index*/
.cat {
    margin: 1.5rem 1rem 1rem;
}
.cat .title {
    font-size:1.6rem;
    margin: 1.5rem auto;
}
.cat_nav {
    clear: both;
    padding-top: 1rem;
    height: 7.7rem;
}
.cat_nav .cat_nav_item {
    width: 20%;
    float:left;
    height:7.7rem;
    position: relative;
}
.cat_nav .cat_nav_item a {
    display: block;
    height:7.5rem;
    text-align: center;
    margin:0 auto;
    text-decoration: none;
    font-size:1.5rem;
}
.cat_nav .focus .cat_nav_text {
    color:#0287CC;
    font-weight: bold;
}
.cat_nav .cat_nav_icon {
    background-repeat: no-repeat;
    background-position: top center;
    height:4rem;
}
.cat_nav .cat_nav_item .cat_nav_icon1 {background-image: url("../H5/i1.png");background-size: 3.0rem;}
.cat_nav .cat_nav_item .cat_nav_icon2 {background-image: url("../H5/i2.png");background-size: 2.6rem;}
.cat_nav .cat_nav_item .cat_nav_icon3 {background-image: url("../H5/i3.png");background-size: 2.9rem;}
.cat_nav .cat_nav_item .cat_nav_icon4 {background-image: url("../H5/i4.png");background-size: 2.9rem;}
.cat_nav .cat_nav_item .cat_nav_icon5 {background-image: url("../H5/i5.png");background-size: 3.9rem;}

/*二/三级导航*/
.cat_nav_level {
    border-top:1px solid #69c8f9;
    border-left:1px solid #69c8f9;
    margin-bottom: 1rem;
    overflow: hidden;
}
.cat_nav_level ul {list-style: none;margin:0;padding:0}
.cat_nav_level ul li {float:left; width: 25%;}
.cat_nav_level ul li a {
    display: block;
    margin: 0 auto;
    height: 3.2rem;
    padding: 0.5rem 0;
    line-height: 2.5rem;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-size:1.35rem;
    border-right:1px solid #69c8f9;
    border-bottom:1px solid #69c8f9;
    background-color: #eaf8ff;
}
.cat_nav_level ul li a.focus {
    color: #0287CC;
    font-weight: bold;
}

/*brand */
.cat_brand {
    border-top:1px solid #f1d9d9;
    border-left:1px solid #f1d9d9;
    margin-bottom: 1rem;
    overflow: hidden;
}
.cat_brand ul {list-style: none;margin:0;}
.cat_brand ul li {
    float:left;
    width: 33.33333%;
}
.cat_brand ul li a {
    display: block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 5rem;
    line-height: 2.5rem;
    overflow: hidden;
    border-right:1px solid #f1d9d9;
    border-bottom:1px solid #f1d9d9;
    background-color: #fafafa;
    font-size: 1.4rem;
}
.cat_brand ul li a.focus {
    border: 1px solid #a9b2ec;
}
.cat_brand ul li.all a,.cat_brand ul li.show a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    position: relative;
}
.cat_brand ul li a img {
    max-height: 100%;
}
.has_line {
    border-bottom: 1px solid #f1d9d9 !important;
}
.no_line {
    border-bottom: none !important;
}

.brand_hide {display: none;}
.arrow_up {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../H5/a_up.png");
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: center center;
}
.arrow_down {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../H5/a_down.png");
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: center center;
}
.goods_empty {
    color:#ccc;
    text-align: center;
    padding: 5rem 0;
}
.load_none {
    text-align: center;
}
.load_page {
    text-align: center;
}
.load_page a {
    display: inline-block;
    background-color: #a9b2ec;
    border: 1px solid #a9b2ec;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size:1.4rem;
}

/*商品详情*/
.cart_to_manage {
    position: fixed;
    bottom: 5.5rem;
    z-index: 100;
    width: 100%;
}
.cart_to_manage .cart_manage {
    height: 4rem;
    position: relative;
    text-align: center;
    margin:0 auto;
}
.cart_to_manage .cart_manage button {
    display: inline-block;
    width: 45%;
}
.cart_to_manage .cart_manage button.add_askprice {
    background-color: rgba(2, 135, 204, .8);
    padding: 8px 24px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.cart_to_manage .cart_manage button.add_cart {
    background-color: rgba(7, 193, 96, 0.8);
    padding: 8px 24px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.goods_section {
    padding: 1rem;
    margin-bottom: 2.5rem;
}
.goods_section .goods_title {
    position: relative;
}
.goods_section .goods_title .goods_image {
    min-height: 14rem;
    overflow: hidden;
}
.goods_section .goods_title .goods_image img {
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px;
}
.goods_section .goods_title .can_tryout {
    position: absolute;
    right: 1rem;
    top:1rem;
    padding: 0.2rem .5rem;
    border-radius: 3px;
    background-color: #a9b2ec;
    border: 1px solid #7f8cda;
    color: #fafafa;
    font-size: 1.3rem;
}
.goods_section  .goods_detail_price {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #e22767;
}
.goods_section .goods_title h1 {
    font-size: 1.7rem;
    margin:0;
    text-align: left;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    line-height: 2.3rem;
}
.goods_section .goods_title h1 span {
    display: inline-block;
    padding:2px 5px;
    background-color: #e22767;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-radius: 5px;
    color:#fff;
}
.goods_section .goods_prop_item {}
.goods_section .goods_prop_item .images img {
    max-width: 100%;
}
.goods_section .goods_prop_item .video_title {
    padding: 1rem 0 0 0;
    text-align: center;
    font-size: 1.4rem;
    margin:0;
}
.goods_section .goods_prop_item h3 {
    font-size: 1.5rem;
    position: relative;
}
.goods_section .goods_prop_item .goods_des {
    padding-bottom: 2rem;
    font-size: 1.3rem;
}
.goods_section .goods_prop_item .goods_des img {
    max-width: 100%;
}
.goods_section .goods_prop_item h3 a {
    position: absolute;
    right: 0.1rem;
    top: 0;
    padding: 0.2rem .5rem;
    border-radius: 3px;
    background-color: #a9b2ec;
    border: 1px solid #7f8cda;
    color: #fafafa;
    font-size: 1.3rem;
}
.goods_section .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eff9e2;
}
.goods_section .table>tbody>tr>td,
.goods_section .table>tbody>tr>th,
.goods_section .table>tfoot>tr>td,
.goods_section .table>tfoot>tr>th,
.goods_section .table>thead>tr>td,
.goods_section .table>thead>tr>th {
    border: none;
}
.goods_section .report_link {
    font-size:1.4rem;
}
.goods_section .title {
    font-size:1.2rem;
    width: 25%;
    text-align: right;
    border-right: 1px solid #eee !important;
}
.goods_section .value {
    font-size:1.4rem;
    width: 75%;
}

/*代理品牌*/
.brand_list {}
.brand_list .brand_ul {list-style: none;}
.brand_list .brand_ul .brand_li {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1rem;
    height: 13.2rem;
}
.brand_list .brand_ul .brand_li a {
    display: block;
    margin:0;
    padding: 0 0 0 16rem;
    height: 13rem;
    width: 100%;
}
.brand_list .brand_ul .brand_li .img {
    float:left;
    margin:0 0 0 -16rem;
    width: 15rem;
    height: 13rem;
    overflow: hidden;
    background-color: #fafafa;
    position: relative;
}
.brand_list .brand_ul .brand_li .img img {
    max-width: 14.8rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top:2.5rem;
    left: 0;
}
.brand_list .brand_ul .brand_li .text h3 {
    margin:0 0.5rem 0 0;
    padding: 0.8rem 0;
    font-size:1.6rem;
    overflow: hidden;
}
.brand_list .brand_ul .brand_li .text p {
    margin:0;
    max-height: 8.8rem;
    overflow: hidden;
    line-height: 1.5rem;
    font-size:1.3rem;
}

.brand_section {
    padding: 1rem;
}
.brand_section .brand_title {
    background-color: #fafafa;
    text-align: center;
}
.brand_section .brand_title img {
    max-width: 100%;
}
.brand_section .brand_title h1 {
    font-size: 1.9rem;
    margin: 0;
    padding: 2rem 0;
    background-color: #fff;
}
.brand_section .brand_description {
    padding: 2rem 1rem 1rem;
    border:1px solid #eee;
    border-radius: 5px;
    font-size: 1.3rem;
    line-height: 2rem;
    color:#666;
    position: relative;
}
.brand_section .brand_description span {
    display: inline-block;
    position: absolute;
    width: 7rem;
    height: 2.2rem;
    line-height: 2.2rem;
    left: 1rem;
    top: -1rem;
    background-color: #fff;
    text-align: center;
    border:1px solid #eee;
    border-radius: 5px;
}
.brand_section .brand_goods {}
.brand_section .brand_goods h3 {
    font-size: 1.5rem;
}
.brand_section .brand_content {
    max-width: 100%;
}
.brand_section .brand_content h1,.brand_section .brand_content h2,.brand_section .brand_content h3 {
    padding: 1rem 0;
    font-size: 1.6rem;
}
.brand_section .brand_content p {
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    font-size: 1.5rem;
}
.brand_section .brand_content img {
    max-width: 100%;
    text-align: center;
}

/*资料*/
.research {
    padding: 1rem;
}
.research .research_image {
    max-width: 100%;
    height: 12rem;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.research .research_image img {
    max-width: 100%;
}
.research .research_image span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size:1.7rem;
    color:#0287CC;
}
.research .research_nav {
    list-style: none;
    margin: .5rem auto 1rem auto;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}
.research .research_nav li {
    float: left;
    width: 25%;
    height: 2.2rem;
    font-size:1.5rem;
    position: relative;
}
.research .research_nav li.active a {
    color:#0287CC;
    font-weight: bold;
}
.research .research_nav li .line {
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -1.1rem;
    width: 1px;
    height: 18px;
    background-color: #ccc;
}
.research .research_item {
    padding: 1rem 0 1rem 13rem;
    border:1px solid #eee;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 1rem;
    height: 11.2rem;
    overflow: hidden;
}
.research .research_item .research_img {
    display: block;
    float:left;
    margin-left: -12.5rem;
    width: 12rem;
    height: 9rem;
    overflow: hidden;
}
.research .research_item .research_img img {
    max-height: 9rem;
}
.research .research_item .research_info {}
.research .research_item .research_info .title_name {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-height: 3.2rem;
    overflow: hidden;
}
.research .research_item .research_info .title_mute {
    font-size: 1.1rem;
    color: #999;
    padding: 0.7rem 0;
}
.research .research_item .research_info .research_des {
    line-height: 1.7rem;
    height: 3.5rem;
    font-size: 1.3rem;
    padding: 0 0.5rem 0 0;
    overflow: hidden;
}
.research .s_article_title {
    font-size: 1.7rem;
    margin: 0;
    padding: 3rem 0;
    background-color: #fff;
}
.research .article_description {
    padding: 2rem 1rem 1rem;
    border:1px solid #eee;
    border-radius: 5px;
    font-size: 1.3rem;
    line-height: 2rem;
    color:#666;
    position: relative;
}
.research .article_description span {
    display: inline-block;
    position: absolute;
    width: 7rem;
    height: 2.2rem;
    line-height: 2.2rem;
    left: 1rem;
    top: -1rem;
    background-color: #fff;
    text-align: center;
    border:1px solid #eee;
    border-radius: 5px;
}
.research .article_content {
    padding: 2rem 0;
}
.research .article_content h1,.research .article_content h2,.research .article_content h3 {
    padding: 1rem 0;
    font-size: 1.6rem;
}
.research .article_content p {
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    font-size: 1.5rem;
}
.research .article_content img {
    max-width: 100%;
    text-align: center;
}

/*样品申请*/
.tryout {
    padding: 1rem;
}
.tryout .sample_image {
    max-width: 100%;
    height: 12rem;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.tryout .sample_image img {
    max-width: 100%;
}
.tryout .sample_image span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size:1.7rem;
    color:#0287CC;
}
.tryout .sample_title {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}
.tryout .sample_des {
    border: 1px dashed #4385e8;
    border-radius: 8px;
}
.tryout .sample_des p {
    line-height: 23px;
    padding: 15px;
    color: #999;
    margin: 0;
    font-size: 1.4rem;
}
.tryout .try_content {
    font-size: 1.45rem;
}
.tryout .tryout-form {
    padding: 2rem 0.5rem 1rem 0.5rem;
}
.tryout .tryout-form .tryout_des {
    padding-top: 7px;
    font-size: 1.3rem;
    color: #bbb;
}
.tryout .tryout-form .try_mute {
    padding: 0 1rem;
    color: #777;
    font-size: 1.3rem;
}
.tryout .tryout_goods th, .tryout .tryout_goods td {
    text-align: center;
}
.corp_attr_other {border:none;border-bottom: 1px solid #999;outline: none;border-radius: 0;}

/*sign*/
.sign {}
.ucenter_sign {}
.sing_in {}
.sing_in  h1 {
    font-size: 1.6rem;
    padding: 0 1rem;
}
.sing_in .sign_item {
    padding: 0 0 0 1rem;
}
.sing_in .sign_item .sign_node {
    border-bottom: 1px solid #eee;
    padding: 0 0 0 7rem;
    height: 4.6rem;
    line-height: 4.5rem;
    position: relative;
}
.sing_in .sign_verify_code .sign_node {
    padding: 0 11rem 0 7rem;
}
.sing_in .sign_item .sign_code {
    position: absolute;
    right: 1rem;
    top: 0;
}
.sing_in .sign_item .sign_label {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.sing_in .sign_item .sign_label span {
    display: block;
    position: relative;
    width: 7rem;
    margin-left: -7rem;
    float: left;
    font-weight: bold;
    text-align: right;
}
.sing_in .sign_item .sign_label span i {
    font-style: normal;
}
.sing_in .sign_item .sign_label span i.required {
    color: red;
}
.sing_in .sign_item .sign_label span i.no-required {
    color: #fff;
}
.sing_in .sign_item .sign_label input {
    height: 4.5rem;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    text-indent: 1rem;
}
.sing_in .sign_btn_node {
    padding: 2rem 1rem;
}
.sing_in .sign_item .sign-btn {
    display: inline-block;
    width: 100%;
    background-color: #07c160;
    padding: 7px 24px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
.sing_in .sign_to {
    padding: 1rem;
}
.sing_in .sign_to .item {
    font-size: 1.3rem;
    padding: .5rem 0;
}
.sing_in .sign_to .item a {
    color: #f60;
}
.sing_in #phone_code {
    display: inline-block;
    width: 100%;
    background-color: #4385e8;
    padding: 0 8px;
    height: 3.3rem;
    line-height: 3.3rem;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}
.sing_in .sign_item .sign_chk {
    display: inline-block;
    max-width: none;
    margin: 0;
    height: 4rem;
    font-weight: normal;
    padding-left: 1rem;
}
.sing_in .sign_item .sign_chk input {
    line-height: normal;
    width: auto;
    height: auto;
    display: inline;
}
.sing_in .sign_item .dis_sec {}
.sing_in .sign_item .dis_sec .prov_ {
    width: 30%;
    float: left;
}
.sing_in .sign_item .dis_sec .city_ {
    width: 35%;
    float: left;
}
.sing_in .sign_item .dis_sec .dis_ {
    width: 35%;
    float: left;
    overflow: hidden;
}
.sing_in .sign_item .dis_sec select {
    max-height: 4rem;
}


    /*询价*/
.mine_ask_price {}
.order_step {height: 90px;position: relative;}
.order_step_line .step_line {height:8px;background-color: #00c0c0;overflow: hidden;margin:30px auto;}
.order_step_line .active {height:8px;background-color: #ff9900;overflow: hidden;margin:30px auto;}
.order_step_line .start {border-radius: 3px 0 0 3px;}
.order_step_line .last {border-radius: 0 3px 3px 0;}
.order_step_text {position: absolute;top:0;right:0;bottom:0;left:0;width: 100%;}
.order_step_text .step_text {text-align: center;}
.order_step_text .step_text span {display: block;width: 36px;height:36px;margin:15px auto 0;background: url(../Images/circle.png) no-repeat center center;color:#fff;line-height: 35px;font-size:20px;text-align: center;}
.order_step_text .step_text em {font-style: normal;color:#aaa;font-size: 1.3rem;}
.order_step_text .active span {background: url(../Images/circle-active.png) no-repeat center center;}
.order_step_text .active em {color: #ff9900;font-weight: bold;}

.cart_list {padding: 1rem;}
.cart {
    padding: 0 0 0 14.5rem;
    margin-bottom: 1rem;
    min-height: 10.5rem;
    overflow: hidden;
}
.cart_section_title {
    font-size: 1.5rem;
    margin: 0;
    padding: 1rem;
}
.cart .cart_img {
    float:left;
    width: 14rem;
    margin-left: -14.5rem;
    height: 10.5rem;
    overflow: hidden;
}
.cart .cart_img img {
    max-width: 100%;
}
.cart_mute {
    padding: 0.5rem;
}
.cart_mute .cart_title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
}
.cart_mute .cart_price {
    color: #0287CC;
    font-size: 1.3rem;
    padding: 0.5rem 0;
}
.cart_mute .cart_manage {
    padding: 0.5rem 0;
    position: relative;
}
.cart_manage .addition {width:64px;height: 27px;border: 1px solid #cfcfcf;}
.cart_manage .addition .num_less {display:inline-block;float:left;width: 18px;height: 25px;cursor: pointer;background:url(../Images/less.jpg) no-repeat;}
.cart_manage .addition .num_plus {display:inline-block;float:right;width: 18px;height: 25px;cursor: pointer;background:url(../Images/plus.jpg) no-repeat;}
.cart_manage .addition .num_input {display: inline-block;font-size: 12px;width: 25px;line-height: 25px;height:25px;border-left: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;border-top: none;border-bottom: none;text-align: center;outline: none;color:#e40808;}
.cart_manage .cart_del {
    position: absolute;
    right: 0;
    top: 0.8rem;
}
.cart_mute .cart_goods_miss {
    color: #ff9727;
    font-size: 1rem;
}
.btn-delete {
    color: #fff;
    background-color: #ec6865;
    border-color: #de726f;
}
.cart_deleted {
    background-color: #fafafa;
    color: #ccc !important;
}
.cart_deleted .cart_mute .cart_price, .cart_deleted .cart_manage .addition .num_input {
    color: #ccc !important;
}
.cart_remark {
    height: 9rem;
}
.cart_submit {
    margin:2rem auto;
    height: 5rem;
}
.cart_total_info {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 1.5rem 2rem 1.5rem;
    text-align: right;
}
.price_total,.goods_total {
    color: #e40808;
}
.cart_tips {
    padding: 0 1.5rem;
    margin: 1rem auto;
    color: #FF5722;
    font-size: 1.3rem;
}
.no_cart {
    padding: 5rem 0;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #777;
    text-align: center;
}
.cart_address {}
.cart_address .address_item {
    padding: 0.5rem 1rem 0.5rem 3.2rem;
}
.cart_address .address_item label {
    display: block;
    margin:0;
    position: relative;
}
.cart_address .address_item input {
    position: absolute;
    left: -2.1rem;
    top: 0.9rem;
}
.cart_address .address_item h2 {
    font-size: 1.5rem;
    margin: 0.5rem auto;
}
.cart_address .address_item p {
    margin: 1rem auto;
    font-size: 1.3rem;
    font-weight: normal;
}
.cart_address .address_item p span {
    border: 1px solid #f95876;
    color: #f95876;
    font-size: 1.1rem;
    padding: 2px 3px;
    border-radius: 5px;
}


/*ucenter*/
.ucenter_index {padding: 1rem 0; }
.ucenter_bg {
    height: 1rem;
    background-color: #f2f2f2;
}
.ucenter_index .ucenter_figure {
    padding:1rem 1rem 0 7rem;
    height: 5rem;
    margin-bottom: 2.5rem;
}
.ucenter_index .ucenter_figure .figure {
    margin-left: -6rem;
    width: 5rem;
    height: 5rem;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.ucenter_index .ucenter_figure .figure img {
    max-width: 5rem;
}
.ucenter_index .ucenter_figure .name {
    padding-top: .5rem;
    font-size: 1.4rem;
}
.ucenter_index .ucenter_figure .name p {
    margin: 0;
    color:#777;
}
.ucenter_index .ucenter_figure .name .name_bold {
    font-weight: bold;
    color: #000;
}
.ucenter_index .ucenter_item {
    list-style: none;
    font-size: 1.7rem;
    background-color: #fff;
    margin:0;
    padding:0;
}
.ucenter_index .ucenter_item li {
    padding-left: 3rem;
    margin-left: 1rem;
    height: 4.8rem;
    line-height: 4.8rem;
    background-repeat: no-repeat;
    background-position: left center;
}
.ucenter_index .ucenter_item li.u1 {background-image: url("../H5/u1.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u2 {background-image: url("../H5/u2.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u3 {background-image: url("../H5/u3.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u4 {background-image: url("../H5/u4.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u5 {background-image: url("../H5/u5.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u6 {background-image: url("../H5/u6.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u_cart {background-image: url("../H5/h5_hover.png"); background-size: 2rem;}
.ucenter_index .ucenter_item li.u_ask {background-image: url("../H5/h4_hover.png");background-size: 1.8rem;}
.ucenter_index .ucenter_item li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}
.ucenter_index .ucenter_item li:last-child a {
    border-bottom:none;
}
.ucenter_index .ucenter_item .arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgxMnYxMkgweiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzU4NTg1OCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik00IDJsNC4wMDEgNC4wMDFMNC4wMDIgMTAiLz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center center;
    background-size: 1.3rem;
    height: 4.8rem;
    width: 3.8rem;
    display: inline-block;
    position: absolute;
    right:0;
    font-size: 1.3rem;
}
.ucenter_index .ucenter_item .badge_uc_node {
    display: none;
    background-color: #f95876;
    right: 4rem;
    top: 1.5rem;
    position: absolute;
}
.ucenter_out {
    margin: 2rem auto 1rem;
    text-align: center;
}
.ucenter_out a {
    border:1px solid #f95876;
    color:#f95876;
    border-radius: 1.5rem;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 1.4rem;
}

/*ucenter*/
.ucenter {
    padding: 1rem;
}
.ucenter_address ul {
    padding: 0;
    margin: 0;
}
.ucenter_address ul li {
    padding: 1rem 3rem 1rem 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    position: relative;
}
.ucenter_address ul li .t1 {}
.ucenter_address ul li .t2 {
    width: 3rem;
    position: absolute;
    right:0;
    top: 3rem;
    color:#f60;
    cursor: pointer;
    font-size: 1.3rem;
}
.ucenter_address ul li h2 {
    font-size: 1.5rem;
    margin: 0.5rem auto;
}
.ucenter_address ul li p {
    margin: 1rem auto;
    font-size: 1.3rem;
}
.ucenter_address .address_default {
    border:1px solid #f95876;
    color: #f95876;
    font-size: 1.1rem;
    padding: 2px 3px;
    border-radius: 5px;
}
.add_address_wrap {
    padding: 2rem 0;
    margin: 0 auto;
    text-align: center;
}
.add_address_wrap .add_address {
    display: inline-block;
    background-color: #f95876;
    color:#fff;
    padding: 1rem 5rem;
    border-radius: 2rem;
    font-size: 1.4rem;
}

.create_address {}
.address_form {
    display: block;
}
.address_form .address_wrap {
    padding-left: 1rem;
    font-size: 1.4rem
}
.address_form .address_wrap .address_input {
    border-bottom: 1px solid #eee;
    padding:0 0 0 7rem;
    height: 4.6rem;
    line-height: 4.5rem;
}
.address_form .address_wrap:last-child .address_input {border: none;}
.address_form .address_wrap .address_input span {
    display: block;
    width: 7rem;
    margin-left: -7rem;
    float:left;
    text-align: left;
    font-weight: bold;
}
.address_form .address_wrap .address_input input {
    height: 4.5rem;
    display: block;
    width: 100%;
    outline: none;
    border:none;
    text-indent: 0.5rem;
}
.address_form .address_wrap .address_input select {
    display: inline-block;
    height: 4.5rem;
    outline: none;
    border:none;
    background: none;
}
.address_form .address_wrap .address_input .prov_ {
    width: 30%;
    float:left;
}
.address_form .address_wrap .address_input .city_ {
    width: 35%;
    float:left;
}
.address_form .address_wrap .address_input .dist_ {
    width: 35%;
    float:left;
    overflow: hidden;
}
.address_form .required {color:red;}
.address_form .no-required {color:#fff;}

.address_form .address_sub {
    clear: both;
    text-align: center;
    padding: 2rem 1rem 0 1rem;
    margin-bottom: 2rem;
}
.address_form .address_sub_btn {
    display: inline-block;
    width: 48%;
    background-color: #07c160;
    padding: 8px 24px;
    border-radius: 4px;
    overflow: hidden;
    border:none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color:#fff;
}
.address_form .address_cancel_btn {
    display: inline-block;
    width: 48%;
    background-color: #cecece;
    padding: 8px 24px;
    border-radius: 4px;
    overflow: hidden;
    border:none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color:#fff;
}
.address_check {
    margin: .3rem 0 0 .7rem;
    text-align: right;
    display: inline-block;
    position: relative;
    width: 52px;
    height: 32px;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.1s,border 0.1s;
    transition: background-color 0.1s,border 0.1s;
}
.address_check input {
    position: relative;
    width: 52px !important;
    height: 32px !important;
    border: 2px solid rgba(0,0,0,0.1) !important;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.1s,border 0.1s;
    transition: background-color 0.1s,border 0.1s;
    -webkit-appearance: none;
    appearance: none;
}
.address_check input:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background-color: #f7f7f7;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45,1,0.4,1);
    transition: -webkit-transform 0.35s cubic-bezier(0.45,1,0.4,1);
    transition: transform 0.35s cubic-bezier(0.45,1,0.4,1);
    transition: transform 0.35s cubic-bezier(0.45,1,0.4,1),-webkit-transform 0.35s cubic-bezier(0.45,1,0.4,1);
}
.address_check input:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4,0.4,0.25,1.35);
    transition: -webkit-transform 0.35s cubic-bezier(0.4,0.4,0.25,1.35);
    transition: transform 0.35s cubic-bezier(0.4,0.4,0.25,1.35);
    transition: transform 0.35s cubic-bezier(0.4,0.4,0.25,1.35),-webkit-transform 0.35s cubic-bezier(0.4,0.4,0.25,1.35);
}
.address_check input:checked {
    border-color: #07c160 !important;
    background-color: #07c160;
    border-radius: 16px;
}
.address_check input:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.address_check input:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.create_address {
    display: none;
}

/*ucenter_order*/
.ucenter_order {}
.ucenter_order ul {
    list-style: none;
}
.ucenter_order ul li {
    padding: 1rem;
}
.ucenter_order ul li h2 {
    font-size: 1.5rem;
    margin:0;
    padding: .5rem 0;
    position: relative;
}
.ucenter_order ul li h2 .order_status {
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 1.3rem;
    color: #888;
}
.ucenter_order ul li h2 .order_status0 {color:#000;}
.ucenter_order ul li h2 .order_status1 {color:#009688;}
.ucenter_order ul li h2 .order_status2 {color:#01AAED;}
.ucenter_order ul li h2 .order_status3 {color:#5FB878;}

.ucenter_order .order_mute {padding-top:1rem;margin-top:1rem;border-top: 1px solid #f2f2f2;}
.ucenter_order .order_mute p {
    font-size: 1.4rem;
}
.ucenter_order .order_mute p span {
    color: #e40808;
}
.ucenter_order .order_mute p i {
    font-style: normal;
    display: inline-block;
    border:1px solid #eee;
    padding: 0.1rem 0.5rem;
    border-radius: .5rem;
    background-color: #fafafa;
}
.order_none {
    padding: 10rem 0 !important;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
    color: #999;
}
/*order_detail*/
.order_detail {
    padding: 1rem;
}
.order_detail h1 {
    font-size: 1.8rem;
    margin:0;
    padding: 1rem 0 1.5rem;
}
.order_detail h2 {
    font-size: 1.5rem;
    margin:0;
    padding: .5rem 0;
    position: relative;
}
.order_detail .order_status {
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 1.3rem;
    color: #888;
}
.order_detail .order_status0 {color:#000;}
.order_detail .order_status1 {color:#009688;}
.order_detail .order_status2 {color:#01AAED;}
.order_detail .order_status3 {color:#5FB878;}
.order_detail .order_mute {padding-top:1rem;margin-top:1rem;border-top: 1px solid #f2f2f2;}
.order_detail .order_mute p {
    font-size: 1.4rem;
}
.order_detail .order_mute p span {
    color: #e40808;
}
.order_detail .order_mute p i {
    font-style: normal;
    display: inline-block;
    border:1px solid #eee;
    padding: 0.1rem 0.5rem;
    border-radius: .5rem;
    background-color: #fafafa;
}
.order_detail_ul {
    list-style: none;
    margin: 0;
}
.order_detail_ul li {
    height:13rem;
}
.order_detail_ul li a {
    display: block;
    padding: 0 0 0 15.5rem;
}
.order_detail_ul li a .detail_img {
    width: 15rem;
    height: 12rem;
    margin-left: -15.5rem;
    overflow: hidden;
    float: left;
}
.order_detail_ul li a .detail_img img {
    max-width: 15rem;
}
.order_detail_ul li a .order_detail_mute {}
.order_detail_ul li a .order_detail_mute h2 {
    font-size: 1.4rem;
}
.order_detail_ul li a .order_detail_mute p {
    margin:0;
    line-height:2rem;
    font-size: 1.3rem;
}
.order_detail_ul li a .order_detail_mute p span.red {
    color: #e40808;
}

/*score*/
.score h1 {
    padding: 2rem 1rem;
    margin: 0;
    font-size: 1.6rem;
}
.score_ul {
    list-style: none;
}
.score_ul li {
    padding: 1rem;
}
.score_ul li h2 {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin:0;
    position: relative;
    color: #e40808;
}
.score_ul li h2.add_score {
    color: green;
}
.score_ul li h2 span {
    position: absolute;
    right: 0;
    font-size: 1.3rem;
    color:#888;
}
.score_ul li p {
    margin:0;
    padding: 1rem 0;
    font-size: 1.4rem;
}

/*profile*/
.profile_form {}
.profile_section {
    padding: 1rem 0 1rem 1rem;
}
.profile_section h2 {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
}
.profile_form .profile_item {
    padding: 0 1rem 0 7rem;
    height: 4.6rem;
    line-height: 4.5rem;
    border-bottom: 1px solid #eee;
    font-size: 1.3rem;
}
.profile_form .profile_item span {
    display: block;
    width: 7rem;
    margin-left: -7rem;
    float: left;
    text-align: left;
    font-weight: bold;
}
.profile_form .profile_item input[type="text"],.profile_form .profile_item input[type="password"] {
    height: 4.5rem;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    text-indent: 0.5rem;
}
.profile_form .profile_item .ck-inline {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 1rem;
}
.profile_form .profile_item input[type="radio"] {
    padding-top: 7px;
}
.profile_form .sub {
    padding-right: 1rem;
    padding-top:2rem;
    padding-bottom:1rem;
}
.profile_form .sub_btn {
    display: block;
    width: 100%;
    background-color: #07c160;
    padding: 5px 24px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

/*技术服务*/
.services_list {}
.services_title {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}
.services_list .services_item {
    margin-bottom: 2rem;
    padding: 0 5px;
}
.services_list .services_item img {
    max-width: 100%;
}
/**content style**/
.services_content {
    margin:5px auto 25px;
    font-size:1.6rem;
    padding: 10px 15px;
}
.content {color:#333;}
.services_content .image_content {margin-bottom:15px;text-align:center;}
.services_content .image_content img {max-width:100%;height:auto;text-align:center;display:inline-block;}
.services_content p {text-indent:2em;line-height:25px;font-size:15px;margin-bottom:18px}
.services_content h3,.services_content h4,.services_content h5{border-bottom:#eee 1px solid;padding-bottom:5px;margin-bottom:20px;color:#000;}
.services_content h1{font-size:18px;font-weight:normal;margin:20px -20px 20px -25px;padding:10px 20px 9px 20px;line-height:18px;border-left:3px solid #4b5cc4;background-color:#fbfbfb;color:#333;}
.services_content h2{font-size:18px;font-weight:normal;margin:20px -20px 20px -25px;padding:10px 20px 9px 20px;line-height:18px;border-left:3px solid #4b5cc4;background-color:#fbfbfb;color:#333;}
.services_content h3{font-size:16px}
.services_content h4{font-size:14px}
.services_content h5{font-size:12px}
.services_content ul{margin:0 0 16px 26px;font-size:15px;list-style: none;}
.services_content ol{margin:16px;font-size:15px;}
.services_content ul li{background:url(../Images/li.gif) no-repeat 0 10px;padding-left:20px;margin-bottom:10px;*list-style:disc;*padding-left:0;line-height:25px}
.services_content ol li{list-style:decimal;margin:0 0 10px 28px;line-height:25px}
.services_content pre{word-break:break-all;word-wrap:break-word}
.services_content table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:16px}
.services_content table tr:hover {background-color:#f9f9f9;}
.services_content table th{background-color:#f7f7f7;text-align:center;font-weight:bold;}
.services_content table td,.services_content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.services_content .alignleft{float:left;text-align:left;margin-right:10px}
.services_content .aligncenter{margin: 0 auto;text-align: center;display: block;}
.services_content .alignright{float:right;text-align:right;margin-left:10px}
.services_content a{color:#00a2ca;}
.services_content a:hover{color:#000;text-decoration:underline}
.services_content code {padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;margin:0 3px;}

.back {
    position: fixed;
    top: 5.5rem;
    left: 1rem;
    width: 6rem;
    height: 2.2rem;
    z-index: 101;
    font-size: 1.3rem;
}
.back .back_to {
    display: block;
    width: 6rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.23);
}
.back_hide {
    display: none;
}
