.bg-gray {
    background-color: #f5f5f5;
}
.max-full {
    max-width: 100%;
}
.text-btn {
    color: #0084e9;
}
.mt30 {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}
.mb30 {
    margin-bottom: 30px;
}
.relative {
    position: relative;
}
.page-main {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

/* 新闻详情 */

.news_Deta {
    padding-bottom: 40px;
}
.news_Deta .deta_title {
    font-size: 20px;
    text-align: center;
}
.news_Deta .deta_time {
    text-align: center;
    color: #999;
    margin-top: 10px;
}
.news_Deta .deta_paper {
    margin-top: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    color: #999;
}
.news_Deta .deta_paper span {
    color: #0084e9;
}
.news_Deta .deta_Con {
    margin-top: 30px;
    line-height: 1.8;
    color: #666;
    font-size: 16px;
}
.news_Deta .deta_Con img {
    max-width: 100%;
}
.news_Deta .deta_tags {
    margin-top: 30px;
}
.news_Deta .deta_tags a {
    color: #0084e9;
    margin-left: 15px;
}
.news_Deta .deta_page {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #dedede;
}

/* 头条幻灯片 */

.news_ad {
    margin-bottom: 30px;
}
.news_ad .item {
    display: block;
    position: relative;
}
.news_ad .item img {
    max-width: 100%;
    display: block;
}
.news_ad .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 80px 8px 10px;
    background: #000;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* Opera 1100+ */
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* W3C */
}
.news_ad .owl-buttons {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.news_ad .owl-buttons div {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    color: #ccc;
    margin-right: 10px;
}
.news_ad .owl-buttons div:hover {
    background-color: #666;
}

/* 头条列表 */

.news-filter-time {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 1px;
}
.news-filter-time .item {
    display: block;
    height: 64px;
    line-height: 64px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 22px;
    background: #fff;
    text-align: center;
}
.news-filter-time .item:hover {
    color: #0084e9;
}
.news-filter-time .item.active {
    background: #0084e9;
    color: #fff;
    border-color: #0084e9;
}
.news-list .image {
    overflow: hidden;
}
.news-list .image img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.news-list .top {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.news-list .top .block {
    display: block;
    position: relative;
}
.news-list .top .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    background: #000;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* Chrome,Safari4+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* Opera 1100+ */
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /* W3C */
}
.news-list .top:nth-child(1) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}
.news-list .top:nth-child(2) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}
.news-list .item {
    clear: both;
    padding: 30px 0;
    border-top: 1px solid #dedede;
}
.news-list .item .block {
    display: block;
}
.news-list .item .image {
    width: 220px;
    float: left;
}
.news-list .item .title {
    margin-left: 250px;
    font-size: 18px;
    margin-bottom: .5em;
}
.news-list .item .attr {
    margin-left: 220px;
    margin-bottom: .5em;
}
.news-list .item .attr span {
    margin-left: 30px;
    color: #999;
}
.news-list .item .summary {
    margin-left: 250px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .top:hover .image img, .news-list .item:hover .image img {
    -webkit-transform: scale(1.1) rotate(1.5deg);
    transform: scale(1.1) rotate(1.5deg);
}
@media screen and (max-width: 767px) {
    .news-list .item .image {
        width: 170px;
    }
    .news-list .item .title {
        margin-left: 200px;
        font-size: 16px;
        max-height: 44px;
        overflow: hidden;
    }
    .news-list .item .attr {
        margin-left: 170px;
    }
    .news-list .item .summary {
        margin-left: 200px;
    }
    .news-list .top:hover .image img, .news-list .item:hover .image img {
        -webkit-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 479px) {
    .news-list .item .image {
        width: 80px;
        height: 80px;
    }
    .news-list .item .image img {
        max-width: none;
        height: 100%;
        -webkit-transform: translateX(-22%);
        transform: translateX(-22%);
    }
    .news-list .item .title {
        margin-left: 100px;
    }
    .news-list .item .attr {
        margin-left: 80px;
    }
    .news-list .item .summary {
        margin-left: 100px;
    }
    .news-list .item:hover .image img {
        -webkit-transform: translateX(-22%);
        transform: translateX(-22%);
    }
    .news-list .top {
        width: auto;
        float: none;
        padding: 0 !important;
    }
}

/* 头条搜索 */

.news-search-form .nsf-input {
    border: 1px solid #dedede;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 19px 10px;
    width: 80%;
    float: left;
}
.news-search-form .nsf-button {
    width: 20%;
    overflow: visible;
    float: left;
    height: 60px;
    border: none;
    font-size: 22px;
    background: #0084e9;
    color: #fff;
}
.news-search-form .hot-word {
    clear: both;
    border: 1px solid #dedede;
    border-top: none;
    padding: 10px;
}
.news-search-form .hot-word .caption {
    color: #999;
}
.news-search-form .hot-word a {
    display: inline-block;
    padding: .2em .6em;
    border: 1px solid #dedede;
}

/* 侧部广告 */

.widget-ad {
    margin-top: 20px;
}
.widget-ad img {
    max-width: 100%;
}

/* 热文 */

.news-hot {
    margin-top: 30px;
    background: #fafafa;
    padding: 30px 0;
}
.news-hot .caption {
    font-size: 18px;
    border-left: 3px solid #0084e9;
    padding-left: 17px;
}
.news-hot .item {
    display: block;
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.news-hot .item img {
    max-width: 100%;
}
.news-hot .item h4 {
    margin: 10px 0 0;
    font-size: 16px;
}

/* -- */

.foot_feadback {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.foot_feadback .process {
    background-color: #fff;
}
.foot_feadback .process .itemBox {
    padding: 25px 30px;
    border-right: 1px solid #f5f5f5;
}
.foot_feadback .process .number {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    float: left;
    margin-right: 18px;
    text-align: center;
    background-color: #686868;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-style: oblique;
}
.foot_feadback .process .title1 {
    font-size: 20px;
}
.foot_feadback .process .title2 {
    color: #666;
}
.foot_feadback .form_feadback {
    margin-top: 12px;
}
.foot_feadback .form_feadback li {
    margin-top: 10px;
}
.foot_feadback .form_feadback .ipt {
    background-color: #fff;
    border: 0;
    height: 18px;
    line-height: 18px;
    padding: 10px 0;
    text-indent: 8px;
    width: 98%;
    color: #666;
}
.foot_feadback .form_feadback .textarea {
    background-color: #fff;
    border: 0;
    padding: 10px 0;
    text-indent: 8px;
    width: 100%;
    color: #666;
}
.foot_feadback .form_feadback .code {
    width: 105px;
}
.foot_feadback .form_feadback .submit {
    background-color: #0084e9;
    padding: 8px 30px;
    color: #fff;
    font-size: 16px;
    border: 0;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.foot_feadback .submit:hover {
    padding: 8px 40px;
}
.foot_feadback .contact {
    background-color: #fff;
    margin-top: 22px;
    padding: 35px 0 25px 60px;
    margin-left: 20px;
}
.foot_feadback .contact .tel {
    background: url(../images/icon_tel.png) no-repeat;
    padding-left: 70px;
    margin-bottom: 5px;
}
.foot_feadback .contact .tel .text {
    color: #6b6a6a;
}
.foot_feadback .contact .tel .number {
    color: #686868;
    font-size: 30px;
}
.foot_feadback .contact .add {
    line-height: 1.8;
}

/* 成功案例 */

.case_Con {
    margin-left: -35px;
}
.case_Con .itemBox {
    text-align: center;
    margin-left: 35px;
    margin-top: 30px;
}
.case_Con .itemBox .imgBox {
    position: relative;
    overflow: hidden;
}
.case_Con .itemBox .imgBox img {
    max-width: 100%;
}
.case_Con .itemBox .btns {
    background-color: rgba(0, 132, 233, 0.76);
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.case_Con .itemBox .btns .btn {
    margin: 0 15px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.case_Con .itemBox .btns .btn:hover {
    border-color: #ffff00;
    color: #ffff00;
}
.case_Con .itemBox .title a {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    display: block;
}
.case_Con .itemBox .title:hover a {
    color: #0084e9;
}
.case_Con .itemBox .info {
    margin-top: 8px;
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.case_Con .itemBox:hover .btns {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .case_Con .itemBox .btns {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* 成功案例详情 */

.case_Deta {
    padding: 40px 0;
}
.case_Deta .data_Top {
    background-color: #f7f7f7;
    padding: 20px 0;
}
.case_Deta .titleBox {
    font-size: 20px;
    border-left: 5px solid #0084e9;
    padding-left: 15px;
    margin: 30px 0;
}
.case_Deta .info img {
    max-width: 100%;
}
.case_Deta .case_Con {
    margin-top: -30px;
}

/* 商品列表 */

.mall-list {
    margin-left: -7px;
    margin-right: -7px;
}
.mall-list .item {
    display: block;
    margin: 30px 7px 0;
    background-color: #f5f5f5;
    padding: 10px;
}
.mall-list .item .picture {
    position: relative;
    overflow: hidden;
}
.mall-list .item .picture img {
    display: block;
    max-width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.mall-list .item .picture .intro {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0084e9;
    display: block;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-100%) scaleY(.2);
    transform: translateX(-100%) scaleY(.2);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mall-list .item .btns {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.mall-list .item .btns .btn {
    margin: 0 15px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.mall-list .item .btns .btn:hover {
    border-color: #ffff00;
    color: #ffff00;
}
.mall-list .item .title {
    text-align: center;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.mall-list .item .baseprice {
    text-align: center;
    text-decoration: line-through;
    color: #999;
}
.mall-list .item .price {
    text-align: center;
    font-size: 14px;
    color: #333;
}
.mall-list .item .price span {
    color: #ff6700;
    font-size: 16px;
}
.mall-list .item:hover .picture img {
    -webkit-transform: translateX(100%) scaleY(.2);
    transform: translateX(100%) scaleY(.2);
}
.mall-list .item:hover .picture .intro {
    visibility: visible;
    -webkit-transform: translateX(0) scaleY(1);
    transform: translateX(0) scaleY(1);
}
.mall-list .item:hover .btns {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mod-pagi {
    padding: 30px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .mall-list .item .picture .intro {
        display: none;
    }
    .mall-list .item .btns {
        visibility: visible;
        background-color: rgba(0, 132, 233, 0.76);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .mall-list .item:hover .picture img {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 数量控件 */

.quantity {
    width: 110px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
}
.quantity .minus, .quantity .plus, .quantity .ipt {
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #999;
    float: left;
    font-family: Arial;
}
.quantity .minus {
    border-right: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.quantity .plus {
    border-left: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.quantity .ipt {
    height: 30px;
    width: 50px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 4px 0;
    margin: 0;
}
.quantity .disabled {
    border-color: #ccc;
    color: #999;
    background-color: #f2f2f2;
}
.quantity input[readonly] {
    border-color: #ccc;
    color: #999;
}

/* 商品详情 */

.mall-detail-buttons {
    border: 1px solid #ddd;
}
.mall-detail-buttons .mark {
    color: #0084e9;
}
.mall-detail-buttons .btn {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.mall-detail-buttons .btn:hover {
    background-color: #0084e9;
    color: #fff;
}
.mall-detail-base {
    margin: 30px 0;
    padding: 30px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}
.mall-detail-base .info {
    padding-left: 30px;
}
.mall-detail-base .info .title {
    font-size: 18px;
}
.mall-detail-base .info .number {
    color: #f60;
    margin-top: 10px;
}
.mall-detail-base .info .intro {
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mall-detail-base .info .price {
    margin-top: 10px;
    color: #666;
}
.mall-detail-base .info .yen {
    color: #ff6600;
    font-size: 22px;
    font-style: normal;
}
.mall-detail-base .info .quantitys {
    margin-top: 10px;
}
.mall-detail-base .info .note {
    color: #999;
    padding-left: 15px;
}
.mall-detail-base .info .links {
    margin-top: 10px;
}
.mall-detail-base .info .links a {
    margin-right: 15px;
}
.mall-detail-base .info .btns {
    margin-top: 20px;
}
.mall-detail-base .info .btns .btn {
    margin-right: 15px;
}
.mall-detail-base .other {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 15px;
}
@media screen and (max-width: 479px) {
    .mall-detail-base .info {
        margin-top: 10px;
        padding: 0;
    }
}
.mall-detail-tab {
    background-color: #f6f6f6;
    height: 48px;
}
.mall-detail-tab .tab-nav li {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    width: 33.3333333%;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mall-detail-tab .tab-nav li.active {
    background-color: #fff;
    height: 49px;
    border-color: #0084e9 #ccc transparent #ccc;
}
.mall-detail-content {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.mall-detail-content .panel {
    display: none;
}
.mall-detail-content .panel img {
    max-width: 100%;
}

/* 步骤条 */

.stepbar {
    background-color: #bbb;
    height: 6px;
    border-radius: 3px;
}
.stepbar li {
    width: 50%;
    float: left;
    height: inherit;
    background-color: #bbb;
}
.stepbar li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.stepbar li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stepbar li .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #bbb;
    color: #fff;
    margin: -12px auto 0;
}
.stepbar li .text {
    margin-top: 5px;
    text-align: center;
}
.stepbar .done {
    background-color: #86cbff;
}
.stepbar .done .number {
    background-color: #86cbff;
}
.stepbar .doing {
    position: relative;
    background-color: #0084e9;
    border-radius: 3px;
}
.stepbar .doing .number {
    background-color: #0084e9;
}

/* 购物车为空 */

.cartEmpty {
    background: url(../images/cart-empty.png) no-repeat left center;
    padding: 60px 0 60px 130px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* 我的购物车 */

.mycart {
    margin-top: 20px;
    background-color: #fff;
    padding: 40px 30px 30px;
}
.cartContainer {
    margin-top: 50px;
}
.table-cart {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-cart th {
    background-color: #eee;
    padding: 10px;
    color: #666;
    text-align: left;
}
.table-cart td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}
.table-cart .mall-item {
    display: block;
}
.table-cart .mall-item img {
    float: left;
}
.table-cart .mall-item .title {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 70px;
    max-width: 220px;
}
.table-cart .price-group {
    color: #666;
}
.table-cart .price-group .m {
    color: #ff6700;
}
.cartTotal {
    text-align: right;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cartTotal .rw {
    margin-top: 10px;
}
.cartTotal .yen {
    color: #ff6700;
    font-size: 24px;
}

/* 推荐商品 */

.recommend-mall {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.recommend-mall h3 {
    font-size: 16px;
}
.recommend-mall h3 i {
    color: #ff6700;
    font-size: 24px;
    vertical-align: middle;
    line-height: 80%;
}
.recommend-mall .list {
    margin: 0 -7px;
}
.recommend-mall .item {
    display: block;
}
.recommend-mall .item {
    display: block;
    margin: 0 7px;
    background-color: #fff;
    padding: 10px;
}
.recommend-mall .item .picture img {
    display: block;
    max-width: 100%;
}
.recommend-mall .item .title {
    text-align: center;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.recommend-mall .item .price {
    text-align: center;
    font-size: 12px;
    color: #333;
}
.recommend-mall .item .price span {
    color: #ff6700;
    font-size: 16px;
}
.recommend-mall .owl-pagination {
    position: absolute;
    right: 0;
    top: -30px;
}
.recommend-mall .owl-pagination .owl-page {
    width: 16px;
    height: 16px;
    background-color: #ccc;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.recommend-mall .owl-pagination .owl-page.active {
    background-color: #fbe463;
}

/* 商品详情创建站点表单 */

.form-createSite .form-group {
    margin-top: 10px;
}
.form-createSite .control-label {
    width: 85px;
    float: left;
    text-align: right;
}
.form-createSite .form-control {
    margin-left: 90px;
}
.form-createSite .control-help {
    margin-left: 90px;
}
.form-createSite .form-control .input-text {
    width: 100%;
}
.form-createSite .form-control .domain {
    width: 45%;
    float: left;
}
.form-createSite .form-control .control-text {
    width: 55%;
    float: left;
    text-indent: 10px;
}

/* 核心产品列表 */

.hexinchanpin .item {
    display: block;
    margin: 40px 5px 0;
}
.hexinchanpin .item .image {
    overflow: hidden;
}
.hexinchanpin .item .image img {
    max-width: 100%;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.hexinchanpin .item .title {
    font-size: 16px;
    height: 44px;
    margin-top: 20px;
    line-height: 22px;
    overflow: hidden;
}
.hexinchanpin .item .subtitle {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hexinchanpin .item:hover img {
    -webkit-transform: rotate(2deg) scale(1.1);
    transform: rotate(1deg) scale(1.1deg);
}

/* 核心产品详情 */

.hxcp-section-1 {
    position: relative;
}
.hxcp-section-1 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.hxcp-section-1 .wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.hxcp-section-1 .t1 {
    font-size: 24px;
    color: #fff;
    margin-top: 8%;
}
.hxcp-section-1 .t2 {
    font-size: 16px;
    color: #fff;
    margin-top: 1em;
}
.hxcp-section-2 {
    background-color: #0084e9;
    color: #fff;
    padding: 10px 0;
    font-size: 16px
}
.hxcp-section-2 .btn {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    margin-left: 15px;
}
.hxcp-section-3 {
    padding: 60px 0;
}
.hxcp-section-4 {
    padding: 60px 0;
}
.hxcp-section-4 h3 {
    margin-bottom: 1.5em;
}
.hxcp-section-4 .wrap {
    padding: 0 30px;
}
.hxcp-section-4 .item {
    background-color: #fff;
    padding: 15px 15px 5px;
    margin: 0 8px;
}
.hxcp-section-4 .item .title {
    font-size: 18px;
    margin-bottom: .5em;
}
.hxcp-section-4 .item .summary {
    color: #787878;
    margin-bottom: .5em;
}
.hxcp-section-4 .item .image {
    text-align: center;
}
.hxcp-section-4 .item .image img {
    max-width: 100%;
}
.hxcp-section-4 .owl-pagination {
    text-align: center;
    margin-top: 15px;
}
.hxcp-section-4 .owl-page {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #bcbccd;
    border-radius: 50%;
    margin: 0 7px;
}
.hxcp-section-4 .owl-page.active {
    background-color: #6a7990;
}
.hxcp-section-5 {
    padding: 60px 0;
}
.hxcp-section-6 .item {
    margin: 0 5px;
}
.hxcp-section-6 .item .image {
    text-align: center;
}
.hxcp-section-6 .item .image img {
    max-width: 100%;
}
.hxcp-section-6 .owl-pagination {
    text-align: center;
    margin-top: 15px;
}
.hxcp-section-6 .owl-page {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #bcbccd;
    border-radius: 50%;
    margin: 0 7px;
}
.hxcp-section-6 .owl-page.active {
    background-color: #6a7990;
}
.hxcp-section-7 {
    background-color: #e0e9f0;
    padding: 60px 0;
}
.hxcp-section-7 .head {
    font-size: 18px;
    margin-bottom: 1em;
}
.hxcp-section-7 .item {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 7px;
}
.hxcp-section-7 .item .title {
    font-size: 16px;
    margin-top: .5em;
    height: 44px;
    overflow: hidden;
}
.hxcp-section-7 .item .price {
    color: #f60;
    margin-top: .5em;
}
.hxcp-section-7 .item .price span {
    color: #999;
}
.hxcp-section-7 .item .image img {
    max-width: 100%;
}
.hxcp-section-7 .owl-pagination {
    position: absolute;
    right: 0;
    top: -35px;
}
.hxcp-section-7 .owl-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px;
}
.hxcp-section-7 .owl-page.active {
    background-color: #ff0;
}

/* 解决方案列表 */

.jiejuefangan {
    background-color: #eee;
    padding: 60px 0;
}
.jiejuefangan .item {
    display: block;
    background: #fff;
    margin: 0 15px;
}
.jiejuefangan .item:after {
    content: "";
    display: table;
}
.jiejuefangan .item .image img {
    max-width: 100%;
    display: block;
}
.jiejuefangan .item .title {
    text-align: center;
    font-size: 16px;
    margin: 15px 30px;
    position: relative;
}
.jiejuefangan .item .title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jiejuefangan .item .title:before {
    content: "";
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -29px;
}
.jiejuefangan .item .subtitle {
    color: #666;
    text-align: center;
    margin: 15px 30px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.jiejuefangan .item .bn {
    margin: 15px 30px 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.jiejuefangan .item:hover .bn {
    color: #fff;
    background-color: #0084e9;
    border-color: #0084e9;
}

/* 解决方案详情 */

.bannerBox {
    position: relative;
}
.bannerBox img {
    max-width: 100%;
}
.bannerBox .moreBtn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin-left: -105px;
    display: block;
    padding: 12px 35px;
    font-size: 18px;
    border-radius: 5px;
    background-color: #0084e9;
    color: #fff;
}
.solution_Deta {
    padding-bottom: 50px;
    color: #666;
    line-height: 1.8;
}
.solution_Deta img {
    max-width: 100%;
}
.solution_Deta .titleBox {
    font-size: 30px;
    text-align: center;
    color: #333;
    padding-top: 50px;
}
.solution_Deta .line {
    text-align: center;
    padding: 15px 0;
}
.solution_Deta .line hr {
    width: 50px;
    margin: 0 auto;
    height: 2px;
    background-color: #333;
    border: 0;
}
.solution_Deta .infoBox {
    padding-top: 30px;
}
.solution_Deta .box1 .item {
    line-height: 1.5;
}
.solution_Deta .box1 .item span {
    height: 46px;
    line-height: 46px;
    width: 46px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    position: relative;
    border-radius: 3px;
}
.solution_Deta .box1 .item span:before {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -3px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 1;
}
.solution_Deta .box1 .item .text1 {
    background-color: #28a093;
}
.solution_Deta .box1 .item .text1:before {
    border-left: 5px solid #28a093;
}
.solution_Deta .box1 .item .text2 {
    background-color: #32aecc;
}
.solution_Deta .box1 .item .text2:before {
    border-left: 5px solid #32aecc;
}
.solution_Deta .box1 .item .text3 {
    background-color: #4192be;
}
.solution_Deta .box1 .item .text3:before {
    border-left: 5px solid #4192be;
}
.solution_Deta .box1 .item p {
    width: 80%;
}
.solution_Deta .title_Top {
    background-color: #f7f7f7;
    margin-top: 50px;
    padding-bottom: 20px;
}
.solution_Deta .box3 .item {
    margin-top: 30px;
    position: relative;
}
.solution_Deta .box3 .img {
    float: left;
    margin-right: 50px;
}
.solution_Deta .box3 .line {
    text-align: left;
    padding-bottom: 0;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}
.solution_Deta .box3 .line hr {
    margin: 0;
    margin-bottom: -1px;
    position: absolute;
    z-index: 1;
}
.solution_Deta .box3 .text {
    margin-top: 30px;
}
.solution_Deta .box3 .rightBox .img {
    float: right;
    margin-right: 0;
    margin-left: 50px;
}
.solution_Deta .pro_Top {
    background: url(../images/15195755qte0.jpg) no-repeat;
    margin-top: 50px;
    padding-bottom: 50px;
}
.solution_Deta .box4 .iconBox {
    text-align: center;
}
.solution_Deta .box4 .iconBox .item {
    display: inline-block;
    text-align: center;
    width: 80px;
    margin: 0 10px;
}
.solution_Deta .box4 .iconBox .item img {
    max-width: 100%;
}
.solution_Deta .box5 .itemBox {
    text-align: center;
    margin-left: 35px;
}
.solution_Deta .box5 .itemBox .imgBox img {
    max-width: 100%;
}
.solution_Deta .box5 .itemBox .title a {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    display: block;
}
.solution_Deta .box5 .itemBox .title:hover a {
    color: #0084e9;
}
.solution_Deta .box5 .itemBox .info {
    margin-top: 8px;
    color: #666;
}
@media screen and (max-width: 767px) {
    .solution_Deta .box1 .item {
        margin-top: 15px;
    }
    .solution_Deta .box1 .item p {
        width: 100%;
    }
    .solution_Deta .box3 .img {
        width: 100%;
    }
    .solution_Deta .box3 .line {
        display: none;
    }
}

/* 侧菜单 */

.side-menu {
    background-color: #f5f5f5;
    margin-right: 30px;
}
.side-menu .caption {
    font-size: 18px;
    padding: 20px;
}
.side-menu ul {
    padding-bottom: 60px;
}
.side-menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5em;
    color: #666;
}
.side-menu ul li a.m3 {
    padding-left: 3em;
}
.side-menu ul li a i {
    float: right;
    line-height: 40px;
}
.side-menu ul li a:hover {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .side-menu {
        position: relative;
        margin-bottom: 30px;
        z-index: 9;
        margin-right: 0;
    }
    .side-menu .caption {
        padding: 10px 20px;
    }
    .side-menu ul {
        position: absolute;
        visibility: hidden;
        padding-bottom: 20px;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 1px 3px #999;
    }
    .side-menu:hover {
        box-shadow: 0 0 3px #999;
    }
    .side-menu:hover ul {
        visibility: visible;
    }
    .side-menu ul li a:active {
        background-color: #f5f5f5;
    }
}

/* 帮助中心 */

.help-caption {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.help-list li {
    margin-bottom: 20px;
}
.help-list li .title {
    font-size: 16px;
}
.help-list li .summary {
    color: #868686;
    margin-top: 8px;
}

/* 旧样式 */

.con_Right .conR_title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.feedback_Con {
    border: 1px solid #f2f2f2;
    margin-top: 30px;
    padding: 25px;
}
.feedback_Contact p {
    font-size: 16px;
    margin-top: 15px;
}
.feedback-page .fb-form .fieldset {
    border: none;
    padding: 10px 0;
}
.feedback-page .fb-form .frmLabel {
    width: 85px;
    text-align: right;
    float: left;
    line-height: 36px;
}
.feedback-page .fb-form .frmLabel strong {
    color: #f00;
    padding-right: 3px;
}
.feedback-page .fb-form .frmInput {
    margin-left: 85px;
}
.feedback-page .fb-form .frmInput select {
    border: 1px solid #e2e2e2;
    height: 36px;
    border-radius: 3px;
}
.feedback-page .fb-form .frmInput input[type="text"] {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    padding: 7px 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback-page .fb-form .frmInput textarea {
    border: 1px solid #e2e2e2;
    height: 120px;
    border-radius: 3px;
    width: 100%;
    padding: 5px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback-page .fb-form .submit {
    margin-left: 102px;
    height: 36px;
    background-color: rgb(255, 75, 0);
    border: none;
    color: #fff;
    width: 120px;
    cursor: pointer;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
.feedback-page .fb-form .submit:hover {
    opacity: .8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.join_Box h3 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.join_Box h4 {
    margin: 25px 0 10px 0;
    color: #0084e9;
    line-height: 1.5;
}
.join_Box .join_Item {}
.join_Box .join_Item p {
    padding: 3px 0;
}
.join_Box .join_Row {
    margin-left: -30px;
}
.join_Box .join_Row .col_Item {
    margin-top: 30px;
    margin-left: 30px;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 5px 5px;
}
.join_Box .join_Row .col_Item .imgBox {
    margin-top: 20px;
}
.join_Box .join_Row .col_Item p {
    padding: 0 10px;
    text-align: left;
}
.join_Box .join_Row .col_Item .col_Title {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.join_Box .join_Row .col_Item .col_Title2 {
    font-size: 22px;
    padding-top: 15px;
    text-align: left;
}
.join_Box .join_Row .col_Item .img_Box img {
    max-width: 100%;
}
.join_Box .join_Row .col_Item .col_info {
    height: 84px;
    overflow: hidden;
    margin-top: 15px;
    line-height: 1.6;
}

/* 宣传员 */

.advocate_Con .imgBox {
    text-align: center;
}
.advocate_Con .imgBox img {
    max-width: 100%;
}
.advocate_One {
    background-color: #0084e9;
    color: #fff;
    padding: 20px 25px;
    line-height: 180%;
}
.advocate_One .titleBox {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #fff100;
}
.advocate_One .infoBox {
    font-family: "simsun";
    font-size: 12px;
}
.advocate_Two {
    background: #b2b2b2;
    padding: 25px 0px;
}
.advocate_Two .title_1 {
    font-size: 30px;
    color: #333;
    margin-top: 45px;
}
.advocate_Two .title_2 {
    font-size: 42px;
    color: #0084e9;
}
.advocate_Two .title_3 {
    font-size: 18px;
    color: #333;
}

/* 平台操作 */

.help_Banner {
    position: relative;
    overflow: hidden;
}
.help_Banner img {}
.help_Banner .help_Title {
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 28px;
}
.help_Search {
    position: absolute;
    right: 5%;
    top: 40%;
}
.help_Search .searchBtn {
    text-align: right;
    margin-top: 20px;
}
.help_Search .searchBtn input[type="text"] {
    border: 1px solid #ddd;
    height: 34px;
    line-height: 34px;
    color: #999;
    width: 85%;
    text-indent: 10px;
    float: left;
}
.help_Search .searchBtn input[type="submit"] {
    border: 0;
    background-color: #0084e9;
    font-size: 14px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    width: 14%;
    float: left;
}
.help_Search .searchInfo {
    font-size: 16px;
    text-align: right;
    line-height: 1.8;
}
.help_Con .helpTitle {
    font-size: 24px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-top: 50px;
}
.help_Con .helpOne {
    margin: 0 0 0 -30px;
}
.help_Con .helpOne .item {
    margin: 30px 0 0 30px;
}
.help_Con .helpOne .item dl dt {
    font-size: 16px;
    padding: 10px 0;
}
.help_Con .helpOne .item dl dd {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.help_Con .helpOne .imgBox img {
    max-width: 100%;
}
.help_Con .helpTwo {
    margin: 0 0 0 -30px;
}
.help_Con .helpTwo .item {
    margin: 30px 0 0 30px;
    height: 256px;
}
.help_Con .helpTwo h4 i {
    color: #fff;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.help_Con .helpTwo h4 i.one {
    background-color: #b7b940;
}
.help_Con .helpTwo h4 i.two {
    background-color: #47bf82;
}
.help_Con .helpTwo h4 i.three {
    background-color: #6e8bd6;
}
.help_Con .helpTwo h4 i.four {
    background-color: #e05d6d;
}
.help_Con .helpTwo ul {
    padding-top: 20px;
}
.help_Con .helpTwo ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help_Con .helpTwo ul li a i {
    padding-right: 8px;
}
.help_Con .helpTwo .btnBox {
    margin-top: 15px;
}
.help_Con .helpTwo .btnBox a {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #ddd;
    display: inline-block;
    color: #999;
}
.help_Con .helpTwo .btnBox a:hover {
    background-color: #eee;
}
.help_Con .helpThree {
    background-color: #f2f2f2;
    margin-top: 50px;
    padding-bottom: 30px;
}
.help_Con .helpThree .helpTitle {
    margin-top: 0;
}
.help_Con .helpThree .item {
    margin: 30px 30px 0 0;
}
.help_Con .helpThree .item .imgBox {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 15px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 24px;
}
.help_Con .helpThree .item dl dt a {
    color: #0084e9;
    font-size: 16px;
}
.help_Con .helpThree .item dl dd {
    padding-top: 10px;
    height: 38px;
    overflow: hidden;
}

/*  */

.help-detail {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.help-detail .title {
    padding-bottom: 30px;
    text-align: center;
}
.help-detail img {
    max-width: 100%;
}

/* 商品分类 */

.mall-filter {
    margin-top: 30px;
}
.f-row {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: -1px;
    background-color: #eee;
}
.f-row .f-hd {
    width: 85px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    float: left;
}
.f-row .f-bd {
    margin-left: 85px;
    background-color: #fff;
    border-left: 1px solid #ccc;
}
.f-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.f-row ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    padding: 10px 0;
}
.f-row ul li span {
    display: block;
    line-height: 24px;
    padding: 0 15px;
    border: 1px solid transparent;
}
.row-type ul li.active span {
    background-color: #0084e9;
    color: #fff;
    border-radius: 13px;
}
.row-attr {
    display: none;
}
.row-attr ul li.active span {
    background-color: #f2f2f2;
    border-color: #ddd;
    color: #0084e9;
}

/* 全站搜索 */

.search-form {
    position: relative;
    max-width: 540px;
    margin: 30px 0 5px;
}
.search-form .ipt {
    margin-right: 63px;
}
.search-form .ipt .input-text {
    width: 100%;
}
.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
}
.search-tip {
    color: #999;
}
.search-tip span {
    color: #f60;
}
.search-lucene .item {
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.search-lucene .item .sl-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.search-lucene .item .sl-title a {
    color: #333;
}
.search-lucene .item .sl-title a:hover {
    text-decoration: underline;
}
.search-lucene .item .sl-img {
    max-width: 160px;
    max-height: 140px;
    float: left;
    margin-right: 15px;
}
.search-lucene .item .sl-img img {
    max-width: 100%;
}
.search-lucene .item .sl-intro {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}
.search-pagination {
    padding: 30px 0;
    overflow: hidden;
}
.search-pagination span {
    background: #eee;
}
.search-pagination span, .search-pagination a {
    padding: 5px 10px;
    float: left;
    border: 1px solid #ddd;
    display: block;
    margin-left: 10px;
}

/* 智慧商圈 */

.solution_banner img {
    max-width: 100%;
}
.solution1_Box {
    text-align: center;
    padding: 50px 0;
}
.solution1_Box .title1 {
    font-size: 48px;
}
.solution1_Box .title2 {
    font-size: 30px;
    color: #d94269;
    margin-top: 40px;
}
.solution1_Box .title3 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
}
.solution1_Box .imgBox {
    margin: 120px auto;
}
.solution1_Box .imgBox img {
    max-width: 100%;
}
.solution1_Box .row_list {
    text-align: left;
}
.solution1_Box .row_list .col_item {
    padding: 20px;
    border: 1px solid #dedede;
    min-height: 120px;
    margin: 15px;
}
.solution1_Box .row_list .col_item:hover {
    background-color: #f5f5f5;
}
.solution1_Box .row_list .title {
    font-size: 24px;
}
.solution1_Box .row_list .info {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

/* 代运营 */

.solution2_Box {
    text-align: center;
}
.solution2_Box .bgcolor {
    background-color: #f5f5f5;
}
.solution2_Box .row_Box {
    padding: 50px 0;
}
.solution2_Box .row_Box .title1 {
    font-size: 30px;
}
.solution2_Box .row_Box .title2 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
}
.solution2_Box .row_Box .imgBox {
    margin-top: 45px;
}
.solution2_Box .row_Box .imgBox img {
    max-width: 100%;
}

/* VR/AR虚拟技术 */

.pro_banner img {
    max-width: 100%;
}
.pro_Box {
    text-align: center;
}
.pro_Box .row_Box {
    padding: 50px 0;
}
.pro_Box .row_Box .title1 {
    font-size: 30px;
}
.pro_Box .row_Box .title2 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 25px;
    color: #666;
}
.pro_Box .item_Box {
    margin-top: 65px;
}
.pro_Box .item_Box .item {
    position: relative;
}
.pro_Box .item_Box .item img {
    max-width: 100%;
}
.pro_Box .item_Box .title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.pro_Box .case_Box {
    margin-top: 50px;
    margin-left: -30px;
}
.pro_Box .case_Box .item {
    position: relative;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 30px;
}
.pro_Box .case_Box .item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
    background: url(../images/v2_pro_13.png) no-repeat;
}
.pro_Box .case_Box .item img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pro_Box .case_Box .item:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pro_Box .case_Box .item .title {
    font-size: 18px;
    margin-top: 15px;
}
.pro_Box .bgcolor {
    background-color: #f5f5f5;
}

/* 全渠道电商系统 */

.pro_Box2 {
    text-align: center;
}
.pro_Box2 .row_Box {
    padding: 50px 0;
}
.pro_Box2 .row_Box .title1 {
    font-size: 36px;
    color: #666;
}
.pro_Box2 .row_Box .title2 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 18px;
    color: #999;
}
.pro_Box2 .row_Box .imgBox {
    margin-top: 45px;
}
.pro_Box2 .row_Box .imgBox img {
    max-width: 100%;
}
.pro_Box2 .bgcolor {
    background-color: #f5f5f5;
}
#myShopCart.notnull {
    position: relative;
    padding-right: 15px;
}
#myShopCart.notnull:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f00;
    position: absolute;
    right: 8px;
    top: 0;
}

.mall-detail-prevnext .text{
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}


