.feat-intro, .feat-name, .guwen-name, .recommd-name, .xinwencat-item, .recommdmsg-name, .guwenmsg-name, .sect-slogan, .sect-title, .vendor-name, .vendor-slogan {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    word-wrap: normal
}

body {
    background: #f2f2f2
}

.mod-footer .mod-footer-accinfo {
    padding: .6rem 0 .3rem
}

.swipe {
    width: 100%;
    height: 5.25rem;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    background: #fff;
}

.swipe-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swipe-wrap .divpic {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.swipe-wrap .divpic a {
    width: 100%;
    height: 100%;
    display: block;
}

.swipe-wrap .divpic img {
    width: 100%;
    height: 100%;
}

#sliderpoint {
    text-align: center;
    position: absolute;;
    bottom: 0px;
    width: 100%;
}

#sliderpoint span.slideron {
    background: #087ecd;
}

#sliderpoint span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    margin-right: 10px
}

.zhuanti {
    background: #fff;
}

.zhuanti a {
    display: inline-block;
    width: 45%;
    margin-bottom: .6rem
}

.zhuanti a img {
    width: 100%;
    border: 0px;
}

.cat {
    background: #fff;
    padding: .66rem .3rem;
    font-size: 0;
}

.cat a {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 5px;
    margin-bottom: .6rem
}

.cat-row:last-child {
    margin-bottom: 0
}

.cat-item {
    color: #323232;
    font-size: .42rem;
    text-align: center;
    margin: 0 .06rem
}

.cat-item p {
    padding-top: .22rem
}

.cat-item .cat-logo {
    display: inline-block;
    vertical-align: top;
    width: 1.9rem;
    height: 1.9rem;
    background-size: contain
}

.cat-item .cat-logo img {
    display: block;

    width: 100%;
    height: 100%;

}

.hot {
    background: #fff;
    padding: .6rem .36rem;
    font-size: 0
}

.hot-title {
    margin-bottom: .6rem;
    font-size: .65rem;
    text-align: center;
}

.hot-title span {
    color: #730404;
}

.hot-container {
    width: 100%;
    overflow: hidden
}

.hot-list {
    white-space: nowrap;
    position: relative;
    left: 0;
    transition: all .5s
}

.hot-item {
    display: inline-block;
    vertical-align: top;
    width: 3.25rem;
    margin-left: .2rem
}

.hot-item:first-child {
    margin-left: 0
}

.hot-item a {
    display: block;
}

.hot-index {
    text-align: center;
    margin-top: .4rem
}

.hot-cover img {
    display: block;
    width: 100%;
    height: 100%
}

.hot-price {
    font-size: .5rem;
    color: #de373e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .2rem
}

.hot-prtitle {
    margin-top: .1rem;
    font-size: .35rem;
    line-height: .55rem;
    color: #444343;
    align-items: center;
    white-space: normal;
    width: 100%;
    max-height: 1.1rem;
    overflow: hidden;
}

.sect-header {
    text-align: center;
    padding: 1.4rem 0;
    background-size: auto 100%;
    background-image: url(/templates/m/image/banner-carry.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.sect-title {
    font-size: .42rem;
    color: #323232;
    padding: 0 .36rem;
}

.sect-title:before {
    content: "";
    display: inline-block;
    width: .45rem;
    height: .45rem;
    background: #0067ac;
    background-size: contain;
    vertical-align: middle;
    margin-top: -.1rem;
    margin-right: .16rem;
}

.sect-slogan {
    color: #878787;
    font-size: .3rem;
    padding: 0 .36rem
}

.feat {
    font-size: 0
}

.feat-item {
    width: 33.33%;
    height: 3.9rem;
    box-sizing: border-box;
    padding-top: .56rem;
    border: .03rem solid #f2f2f2;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feat-name {
    font-size: .42rem;
    color: #323232
}

.feat-intro {
    font-size: .3rem;
    color: #878787;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.feat-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1.8rem;
    flex: 1 1 1.8rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feat-icon img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-height: 2rem;
    width: 100%;
    object-fit: contain
}

.btn-goto {
    color: black;
    font-size: .3rem;
    height: .8rem;
    line-height: .8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid black;
    min-width: 2rem;
    padding: 0 .2rem;
    text-align: center;
    border-radius: .08rem
}

.recommd {
    background: #fff;
    padding: 0 .36rem
}

.recommd-title {
    padding: .5rem 0;
    font-size: .55rem;
    font-weight: bold;
    color: #323232;
    line-height: 1
}

.recommd-title:before {
    content: "";
    display: inline-block;
    vertical-align: center;
    height: .40rem;
    width: .06rem;
    margin-right: .14rem
}

.recommd-img {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    margin-right: .3rem
}

.recommd-item {
    position: relative;
    padding: .6rem 0;
    display: block;
}

.recommd-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.recommd-info {
    display: inline-block;
    vertical-align: middle;
    max-width: 58%;
}

.recommd-name {
    font-size: .42rem;
    color: #323232;
}

.recommdmsg-name {
    font-size: .3rem;
    color: #878787;
    margin-right: 1.6rem;
}

.recommd-price {
    font-size: .5rem;
    color: #dd373e;
}

.guwen {
    background: #fff;
    padding: 0 .36rem;
    margin-top: .24rem;
}

.guwen-title {
    margin-bottom: .6rem;
    font-size: .65rem;
    text-align: center;
    padding-top: .6rem;
}

.guwen-title span {
    color: #d60c0c;
    font-weight: bold;
}

.guwen-img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .3rem
}

.guwen-item {
    position: relative;
    padding: .6rem 0;
    display: block;
}

.guwen-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.guwen-info {
    display: inline-block;
    vertical-align: middle;
    max-width: 68%
}

.guwen-name {
    font-size: .42rem;
    color: #323232;
}

.guwenmsg-name {
    font-size: .3rem;
    color: #878787;
    margin-right: 1.6rem;
}

.guwenmsg-name span {
    color: #0067ac;
}

.guwen-hp {
    font-size: .42rem;
    color: #cac9c9;
}

.guwen-hp span {
    color: #dd373e;
}

.jiedan {
    color: #cac9c9;
    font-size: .42rem;
    height: .62rem;
    line-height: .6rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 1.6rem;
    padding: 0 .1rem;
    text-align: center;
    border-radius: .08rem
}

.jiedan span {
    padding-left: .1rem;
    color: #e75452;
}

.xinwen {
    background: #fff;
    padding: 0 .36rem;
    margin-top: .24rem;
}

.xinwen-title {
    margin-bottom: .6rem;
    font-size: .65rem;
    text-align: center;
    padding-top: .6rem;
    letter-spacing: 2px;
}

.xinwen-title span {
    color: #d60c0c;
    font-weight: bold;
}

.xinwen-img {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.2rem;
    margin-right: .3rem
}

.xinwen-item {
    position: relative;
    padding: .6rem 0;
    display: block;
}

.xinwen-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.xinwen-info {
    display: inline-block;
    vertical-align: middle;
}

.xinwen-name {
    font-size: .42rem;
    color: #323232;
    max-height: 20px;
    overflow: hidden;
}

.xinwenmsg-name {
    font-size: .3rem;
    color: #878787;
    margin-right: 1.6rem;
}

.xinwenmsg-name span {
    color: #0067ac;
}

.xinwencat {
    background: #fff;
    padding: .0rem .3rem;
    font-size: 0;
    padding-top: .3rem
}

.xinwencat a {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.xinwencat-item {
    color: #323232;
    font-size: .42rem;
    text-align: center;
    margin: 0 .06rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ccc;
    border-radius: .3rem
}

.xinwencat-item.cur {
    color: #fff;
    background: #2590df;
    border: 1px solid #2590df;
}

.taocan {
    background: #fff;
    padding: .36rem .24rem
}

.taocan li {
    margin-bottom: .36rem;
    min-height: 3rem;
    padding: .2rem;
    border: .01rem solid #eee;
    position: relative;
}

.taocan li .youhui {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    /*padding: .01rem .2rem;*/
    position: absolute;
    right: .5rem;
    top: 0rem;
    color: #fff;
    background: url("/templates/m/image/tag-bg.png") no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 50px;
}

.taocan li .youhuizi h2 {
    font-size: .5rem;
    color: black;
    margin: .2rem;
}

.taocan li .youhuizi h3 {
    font-size: .4rem;
    color: gray;
    margin: .2rem;
}

.taocan li .youhuizi .youmore {
    line-height: 15px;
    color: #777776;
}

.taocan li .youhuizi .youmore p {
    margin: 5px;
    padding: 0px;
}

.huiprice {
    color: #ff0000;
    font-size: .4rem;
    line-height: .8rem;
    height: .8rem;
}

.taocan li .youhuizi .youmore p del {
    margin-left: 10px;
    font-size: 13px;
}

.taocan li .youhuizi .youmore p em {
    font-size: 14px;
    margin-right: 5px;
}

.huiprice span {
    color: #868685;
    margin-left: .2rem;
}

.inputbut {
    margin-top: .24rem;
    background: black;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: .42rem;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 0px solid #f27809;
    display: block;
    border-radius: 0.2rem;
}

.inputbut:hover {
    color: #fff;
    background: #961912;
}

.zhizhih1 {
    background: #f2f2f2;
    padding: .4rem .24rem .1rem .24rem;
    text-align: center;
    font-size: .85rem;
    color: #656565;
    line-height: .65rem;
}

.zhizhih1sm {
    background: #f2f2f2;
    padding: .3rem 0;
    text-align: center;
    color: #fff;
}

.zhizhih1sm span {
    display: inline-block;
    border: .01rem solid #fff;
    margin-right: 1.5%;
    margin-left: 1.5%;
    font-size: .4rem;
    border-radius: .2rem;
    width: 20%;
    padding: .2rem 0rem;
    background-color: #961912;
}

.zhizhih1sm span.end {
    margin-right: 0rem;
}

.yixun {
    height: .9rem;
    position: relative;
    text-align: center;
}

.yixun .yixunxian {
    height: .25rem;
    border-bottom: .01rem solid #eee;
}

.yixun .yixunzi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .5rem;
}

.yixun .yixunzi span {
    height: .5rem;
    font-size: .4rem;
    padding: 0rem .2rem;
    display: inline-block;
    line-height: .5rem;
    background: #eee;
}

.yixun span em {
    color: #ff0000;
}

.lianxi {
    background: #fff;
    padding: .36rem;
    margin-bottom: .24rem;
}

.select-agent {
    background: #fff;
    margin-bottom: .24rem;
    font-size: 15px;
    height: 1.1rem;
    border: 0;
    float: left;
    display: block;
    color: gray;
    max-width: 65px;
}

.lianxi .inputtext, .lianxi select {
    background: #fff;
    margin-bottom: .24rem;
    text-indent: 10px;
    font-size: 14px;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 0.02rem solid black;
    float: left;
    display: block;
    border-radius: 0.2rem
}

.lianxi .inputbut {
    background: black;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: .42rem;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 0px solid #f27809;
    display: block;
    border-radius: 0.2rem;
}

.lianxi .inputbut:hover {
    background: #961912;
}