@import url('utils.css');
@import url('sidebar.css');
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.52857143;
  color: #515253;
  background-color: #f5f7fa;
}
a:hover{
  color: #1e9fff;
  text-decoration: none;
}
.color-menu{
    border-left: 5px solid #58B4E1;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e4eaec;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c6d3d7;
}
.label-primary {
  background-color: #5d9cec;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2f80e7;
}
.label-success {
  background-color: #27c24c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1e983b;
}
.label-info {
  background-color: #23b7e5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1797be;
}
.label-warning {
  background-color: #ff902b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f77600;
}
.label-danger {
  background-color: #f05050;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ec2121;
}
.layui-nav .layui-this:after,.layui-nav-bar {
    background-color: #1e9fff!important
}
.header .layui-nav > .layui-nav-item > a:hover, .header .layui-nav > .layui-nav-item.layui-this > a {
    color: #1e9fff!important
}
.header .layui-nav > .layui-nav-item > a:after {
    background-color:#1e9fff!important
}
textarea.noresize {
    resize : none;
}
.text-right{ text-align:right; }
.text-center{ text-align:center; }
.wrapper{ max-width:1200px;margin: 0 auto; position:relative; }
@media screen and (min-width: 1200px) {
    .layui-container {
        width:1150px;
        width:1200px
    }
    .layui-hide-lg {
        display: none!important
    }
    .layui-show-lg-block {
        display: block!important
    }
    .layui-show-lg-inline {
        display: inline!important
    }
    .layui-show-lg-inline-block {
        display: inline-block!important
    }
    .layui-col-lg1,.layui-col-lg10,.layui-col-lg11,.layui-col-lg12,.layui-col-lg2,.layui-col-lg3,.layui-col-lg4,.layui-col-lg5,.layui-col-lg6,.layui-col-lg7,.layui-col-lg8,.layui-col-lg9 {
        float: left
    }
    .layui-col-lg1 {
        width: 8.33333333%
    }
    .layui-col-lg2 {
        width: 16.66666667%
    }
    .layui-col-lg3 {
        width: 25%
    }
    .layui-col-lg4 {
        width: 33.33333333%
    }
    .layui-col-lg5 {
        width: 41.66666667%
    }
    .layui-col-lg6 {
        width: 50%
    }
    .layui-col-lg7 {
        width: 58.33333333%
    }
    .layui-col-lg8 {
        width: 66.66666667%
    }
    .layui-col-lg9 {
        width: 75%
    }
    .layui-col-lg10 {
        width: 83.33333333%
    }
    .layui-col-lg11 {
        width: 91.66666667%
    }
    .layui-col-lg12 {
        width: 100%
    }
    .layui-col-lg-offset1 {
        margin-left: 8.33333333%
    }
    .layui-col-lg-offset2 {
        margin-left: 16.66666667%
    }
    .layui-col-lg-offset3 {
        margin-left: 25%
    }
    .layui-col-lg-offset4 {
        margin-left: 33.33333333%
    }
    .layui-col-lg-offset5 {
        margin-left: 41.66666667%
    }
    .layui-col-lg-offset6 {
        margin-left: 50%
    }
    .layui-col-lg-offset7 {
        margin-left: 58.33333333%
    }
    .layui-col-lg-offset8 {
        margin-left: 66.66666667%
    }
    .layui-col-lg-offset9 {
        margin-left: 75%
    }
    .layui-col-lg-offset10 {
        margin-left: 83.33333333%
    }
    .layui-col-lg-offset11 {
        margin-left: 91.66666667%
    }
    .layui-col-lg-offset12 {
        margin-left: 100%
    }
}
.header-top{
    height: 36px;
    line-height: 36px;
    background: #fff;
    /*border-bottom: 1px solid #dfdfdf;*/
    position: relative;
}
.header-top .left,
.header-top .right
{
    display: inline-block;
}
.header-top .right{
    position: absolute;
    right: 10px;
    text-align: right;
}
.header {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    padding: 0 60px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)*/
    background-color: #fff;
    position: relative;
    /*max-width: 1200px;
    margin:  0 auto;*/
    border-bottom: 1px solid #dfdfdf;
}
.header .layui-logo {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding-left: 10px;
    background-size: 32px;
    background-position: 0 19px;
    background-repeat: no-repeat
}
.header .layui-logo img{
    max-height: 55px;
}
.header .layui-nav {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 0
}
.header .layui-nav > .layui-nav-item {
    padding: 0 10px
}
.header .layui-nav > .layui-nav-item > a {
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
    cursor: pointer
}
.header .layui-nav > .layui-nav-item > a > span {
    max-width: 90px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap
}
.header .layui-nav > .layui-nav-item > a:hover, .header .layui-nav > .layui-nav-item.layui-this > a {
    color: #3EC483
}
.header .layui-nav .layui-nav-more {
    border-color: #999 transparent transparent
}
.header .layui-nav .layui-nav-mored {
    border-color: transparent transparent #999
}
.header .layui-nav > .layui-nav-item > a:hover > .layui-nav-more, .header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-more {
    border-color: #3EC483 transparent transparent
}
.header .layui-nav > .layui-nav-item > a:hover > .layui-nav-mored, .header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-mored {
    border-color: transparent transparent #3EC483
}
.header .layui-nav .layui-nav-bar, .header .layui-nav > .layui-nav-item:after {
    display: none
}
.header .layui-nav > .layui-nav-item > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #3EC483;
    transition: width .2s ease-out
}
.header .layui-nav > .layui-nav-item.layui-this > a:after, .header .layui-nav > .layui-nav-item > a:hover:after {
    width: 100%
}
.header .layui-nav > .layui-nav-item > .layui-nav-child {
    top: 75px;
    border-radius: 0;
    border-color: #dfdfdf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    min-width: unset;
    width: 120px;
    right: 0;
    margin: 0 auto
}
.header .layui-nav > .layui-nav-item.nav-btn-login {
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 15px
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .08)
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
    color: #666;
    background-color: rgba(0, 0, 0, .15)
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a:after {
    display: none
}
.header .nav-toggle {
    display: none
}
.footer { margin-top:30px; padding: 15px 10px; background: #f1f1f1;    border-top: 1px solid #dfdfdf; }
.footer-service{
    display: flex;
    justify-content: flex-end;   
}
.footer  .footer-bootom-breadcrumb .layui-breadcrumb a:hover {
    color: #1e9fff!important
}
.mobile-navigation {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1020;
    background: #FFFFFF;
}
.mobile-navigation li {
    width: 20%;
    padding: 10px 0px;
    background: #FFFFFF;
    border-top: 1px solid #f5f5f5;
    float: left;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.mobile-navigation li a {
    text-decoration: none;
    color: #666666;
}
.mobile-navigation li a>i.layui-icon  {
    display: block;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}
.mobile-navigation li.active a {
    color: #E22C08;;
}
.mobile-navigation .hot-icon {
    position: absolute;
    top: 5px;
    left: 53%;
    z-index: 2;
}
.site-breadcrumb {
    font-weight: normal;
    border-radius: 0;
    color: #909fa7;
    padding: 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    background-color: #fafafa;
}
.site-breadcrumb .layui-breadcrumb a {
    color: #1e9fff !important
}
.site-breadcrumb .layui-breadcrumb a:hover {
    color: #1b72e2!important
}
.layui-nav-img {
    margin-right: 5px;
    vertical-align: middle
}
/*banner*/
.banner{ 
    margin: 0 auto;
    padding:0;
    max-width: 1200px;
 }
.banner img{ 
    width: 100%;
    height: auto;
 }
.notice-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.notice-list li+li{
  border-top: 1px dashed #BBB;
}
.notice-list li{
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.notice-list li a{
  text-decoration: none;
}
.notice-list li a small{
  float: right;
  padding-left: 10px;
}
.notice-list .truncate-text {
    margin-right: 50.65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-label {
    margin-right: 5px;
    text-align: center;
}
.label-notice{
    position: absolute;
    left: 8px;
    top: 5px;
}
.delivery-steps{
  margin: 90px 15px 30px 15px;
  overflow: inherit;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
 .delivery-steps .layui-row > div{
  background-color: #fff;
}
.delivery-steps .step{
  text-align: center;
  padding: 5px;
}
.delivery-steps .step img{
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -68px;
}
.delivery-steps .step h4{
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  font-weight: normal;
  font-size: 18px;
}
.delivery-steps .step h4 span{
  color: #23b7e5;
  font-size: 100%;
  font-weight: bold;
}
.delivery-steps .step p{
  text-align: justify;
}
.delivery-steps .layui-row > div:hover,
.delivery-steps .layui-row > div:hover img, 
.delivery-steps .layui-row > div:hover h4 big{
  background-color: #7cd3fd;
  background-color: #1e9fff;
  color: #fff;
}
.ask-wrapper{}
.ask-wrapper .ask-item{  background:#fff; overflow:hidden; }
.ask-wrapper .ask-item img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ask-wrapper .ask-item dd {
    text-align: left;
    background: #fff;
}
.ask-wrapper .ask-item dd .image {
    width: 100%;
    overflow: hidden;
}
.ask-wrapper .ask-item dd:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.ask-wrapper .ask-item dd .item-text {
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 24px;
}
.ask-wrapper .ask-item dd .item-text h2 {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 15px;
    transition: all 0.3s;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
}
.ask-wrapper .ask-item dd .item-text p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s;
}
.ask-wrapper .ask-item dd:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.ask-wrapper .ask-item dd:hover .item-text h2 {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.ask-wrapper .ask-item dd:hover {
    background: #1e9fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    transition: all 0.3s;
}
.ask-wrapper .ask-item dd:hover .item-text p {
    color: #fff;
}
.partner-wrapper{}
.partner-wrapper img{ width:100%; height:73px;  max-height: 73px}
.article-info {}
.article-info h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-size: 24px;
    line-height: 1.1;
    color: #656565;
}
.article-info img{
    max-width: 100%;
}
.article-list{}
.article-list ul{}
.article-list ul li{
    padding: 7px 0;
    border-bottom: 1px dashed #dfdfdf;
    list-style: none;
    
}
.article-list ul li .image {
}
.article-list ul li .image img{
    width: 100%;
    height: auto;
}
.article-list ul li .item-text{
        vertical-align: top;
}




/*登陆注册*/
.login-wrap{
    max-width: 330px;
    margin: auto;
    background: #fff;
    clear: both;

    padding: 15px;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);;
    border-radius: 8px;
    margin-bottom: 20px;
}
.login-wrap .title{
        position: relative;
    padding-bottom: 8px;
        font-size: 2em;
}
.login-wrap .box-head{
    font-size: 14px;
    /*color: #777;*/
}
.login-wrap .box-head a{
    color: #999;
}
.login-wrap .title:before {
    transition: .4s;
    transform-origin: left;
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #1e9fff;
    left: 0;
    bottom: 3px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px  #1e9fff;;
}
.login-wrap .box-body{
    padding-top: 20px;
}



@media only screen and (max-width: 991px){
  .delivery-steps{
    margin-top: 0px;
  }
  .delivery-steps .step{
    position: relative;
    padding-left: 100px;
  }
  .delivery-steps .step img{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 12px;
    margin-top: 0;
    padding: 0;
  }
  .delivery-steps .step h4, .delivery-steps .step p{
    text-align: left;
  }
}
/*中等屏幕(桌面≥992px)*/
@media screen and (max-width: 935px) {
    body {
        padding-top: 55px
    }
    .header-top{ display:none }
    .header {
        padding: 0 15px
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 1000;
        padding: 0 10px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)*/
        background-color: #fff;
        max-width: 1200px;
        margin:  0 auto;
    }
    .header .layui-logo {
        height: 55px;
        line-height: 55px;
        background-position: 0 12px;
        padding-left: 0px;
    }
    .header .layui-nav {
        position: absolute;
        top: 50px;
        right: 0;
        width: 160px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        overflow: hidden;
        transform: scale(0);
        transform-origin: top right;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        max-height: 380px;
        max-height: -moz-calc(100vh - 60px);
        max-height: -webkit-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow-y: auto
    }
    .header .layui-nav .layui-nav-item {
        display: block;
        padding: 0
    }
    .header .layui-nav .layui-nav-item > a {
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 14px
    }
    .header .layui-nav .layui-nav-item > a .layui-nav-more {
        right: 15px
    }
    .header .layui-nav .layui-nav-item.layui-this > a:after, .header .layui-nav .layui-nav-item > a:hover:after {
        display: none
    }
    .header .layui-nav .layui-nav-item.layui-this > a {
        color: #fff;
        background-color: #3EC483
    }
    .header .layui-nav > .layui-nav-item.nav-btn-login {
        line-height: unset;
        height: unset;
        padding: 0
    }
    .header .layui-nav > .layui-nav-item.nav-btn-login > a {
        line-height: 40px;
        height: 40px;
        background-color: transparent;
        display: block;
        border-radius: 0
    }
    .header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
        background-color: transparent;
        color: #3EC483
    }
    .header .layui-nav > .layui-nav-item > .layui-nav-child {
        position: static;
        background-color: transparent;
        box-shadow: none;
        animation: none;
        border: 0;
        margin: 0;
        width: 100%
    }
    .header .layui-nav > .layui-nav-item > .layui-nav-child a {
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 14px
    }
    .header .layui-nav > .layui-nav-item > .layui-nav-child a:hover {
        background-color: transparent;
        color: #3EC483
    }
    .header .nav-toggle {
        line-height: 53px;
        height: 55px;
        cursor: pointer;
        display: block;
        padding: 0 3px;
        color: #666
    }
    .header .nav-toggle > i {
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
        vertical-align: middle;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 24px;
        height: 24px;
        line-height: 24px
    }
    .header .nav-group {
        position: absolute;
        right: 5px;
        top: 0
    }
    .header .nav-group:hover > .layui-nav {
        transform: scale(1);
        opacity: 1
    }
    .header .nav-group:hover .nav-toggle > i {
        transform: rotate(-90deg)
    }
    .footer-service{
        justify-content: normal ;
    }
}
@media  only screen and (min-width: 768px) {
    .con-min-height{
        min-height: 245.9px;
        max-height: 245.9px;
    }
}
/*手机版本 超小屏幕 (手机<768px)*/
@media  only screen and (max-width: 768px) {
    .ask-wrapper .ask-item dd .item-text h2{
            height: 36px;
            line-height: 36px;
            font-size: 16px;
    }
    .article-list ul li h3{
        font-size: 14px;
    }
}