html {background: #eee;}
body {background: #fff;}
body,
a,
a:hover {
    color: #2d160a;
}
img.lazyload,
img.lazyloading {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.swiper-banner img{
    width: 100%;
    display: block;
}

.price {
    color: #3d4245;
    font-size: .32rem
}

.price-primary {
    color: #ff5000;
    font-weight: 800
}

.price-del {
    color: #999;
    text-decoration: line-through
}

.btn {
    display: inline-block;
    padding: .25rem .4rem;
    font-size: .7rem;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent
}

a.btn:hover {
    text-decoration: none
}

.btn:active,
.btn:focus {
    outline: 0
}

.btn-primary {
    color: #fff;
    background-color: #ff5000
}

.btn-warning {
    color: #fff;
    background-color: #ff9400
}

.btn-info {
    color: #fff;
    background-color: #5f646e
}

.btn-default {
    color: #000;
    background-color: #fff
}

.btn-default:active,
.btn-info:active,
.btn-primary:active,
.btn-warning:active {
    color: rgba(255, 255, 255, .7)
}

.btn-primary:active {
    background-color: #ea5310
}

.btn-warning:active {
    background-color: #f18202
}

.btn-info:active {
    background-color: #555a63
}

.btn-default:active {
    background-color: #f5f5f5
}

.btn-border-primary {
    color: #ff5000;
    background-color: #fff;
    border: 2px solid #ff5000
}

.btn-border-primary:active {
    background-color: rgba(255, 80, 0, .7)
}

.btn-border-warning {
    color: #ff9400;
    background-color: #fff;
    border: 2px solid #ff9400
}

.btn-border-warning:active {
    background-color: rgba(255, 148, 0, .7)
}

.btn-border-info {
    color: #5f646e;
    background-color: #fff;
    border: 2px solid #5f646e
}

.btn-border-info:active {
    background-color: rgba(95, 100, 110, .7)
}

.btn-border-default {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.btn-border-default:active {
    background-color: rgba(255, 255, 255, .7)
}

.btn-border-disabled,
.btn-disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-disabled {
    color: rgba(255, 255, 255, .7);
    background-color: #ddd
}

.btn-border-disabled {
    color: #ddd;
    border: 2px solid #ddd
}
/*页面布局所有*/
.wrapper {
    padding: 0 .32rem;
}

.section .img {
    width: 100%;
    height: auto;
    display: block;
}

.body {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.body .items {
    position: absolute;
}

.top_title {
    font-size: .64rem;
    line-height: .96rem;
    text-align: center;
    color: #444;
    width: 100%;
    display: block;
    padding-bottom: .32rem;
}

.top_desc {
    font-size: .32rem;
    line-height: .64rem;
    color: #999;
}

.divider_line {
    margin: 0 auto!important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0.16rem;
}



/*表单项*/

.line-row {
    width: 87.5%;
    margin: 0 auto;
}

.select-row .line-tit {
    background: #f1f1f1;
    height: 44px;
    line-height: 44px;
    width: 100%;
}

.select-row .line-tit p {
    color: #000;
    font-size: 14px;
}

.select-row .select-tip {
    color: #f60;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.select-row .select-box {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.select-row .select-box select {
    border-radius: 0;
}

.select-row .select-box select {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    -webkit-appearance: listbox;
    text-decoration: none;
    padding-left: 10px;
    outline: 0;
}


/*弹幕*/
.barrage {
    position: fixed;
    bottom: 70px;
    right: -500px;
    display: inline-block;
    width: 500px;
    z-index: 397
}

.barrage_box {
    background-color: rgba(0, 0, 0, .5);
    padding-right: 8px;
    height: 40px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s;
}

.barrage_box .portrait {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.barrage_box .portrait img {
    width: 100%;
    height: 100%;
}

.barrage_box div.p a {
    margin-right: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 18px;
}

.barrage_box div.p a:hover {
    text-decoration: underline;
}

.barrage .z {
    float: left !important;
}

.barrage a {
    text-decoration: none;
}


.view-3d {
    position:fixed;
    display:none;
    z-index:1000000;
    width:6rem;
    height: 6rem;
    z-index: 1000000;
    animation: bomaction .65s linear forwards;
    -webkit-animation:bomaction .65s linear forwards;
    -moz-animation:bomaction .65s linear forwards;
}
@-moz-keyframes  bomaction{
    0%{
        bottom:1.4rem;
        opacity:0.1;
        right:-2rem;
        transform: scale(0.1);
        margin-right:0px;
        margin-bottom:0px;
    }
    15%{
        bottom:0rem;
        opacity:0.1;
        right:0rem;
        transform: scale(0.3);
        margin-right:0px;
        margin-bottom:0px;
    }
    36%{
        bottom:25%;
        right:25%;
        transform: scale(0.4);
        opacity:0.5;
    }
    48%{
        bottom:30%;
        right:30%;
        transform: scale(0.5);
        opacity:0.6;
    }
    60%{
        bottom:35%;
        transform: scale(0.6);
        right:35%;
        opacity: 1;
    }
    70%{
        bottom:40%;
        transform: scale(0.7);
        right:40%;
    }
    80%{
        bottom:45%;
        transform: scale(0.8);
        right:45%;
    }
    90%{
        bottom:48%;
        transform: scale(0.9);
        right:48%;
    }
    100%{
        transform: scale(1);
        opacity: 1;
        bottom:50%;
        right:50%;
        margin-right:-3rem;
        margin-bottom:-3rem;
    }
}
@keyframes  bomaction{
    0%{
        bottom:1.4rem;
        opacity:0.1;
        right:-2rem;
        transform: scale(0.1);
        margin-right:0px;
        margin-bottom:0px;
    }
    15%{
        bottom:0rem;
        opacity:0.1;
        right:0rem;
        transform: scale(0.3);
        margin-right:0px;
        margin-bottom:0px;
    }
    36%{
        bottom:25%;
        right:25%;
        transform: scale(0.4);
        opacity:0.5;
    }
    48%{
        bottom:30%;
        right:30%;
        transform: scale(0.5);
        opacity:0.6;
    }
    60%{
        bottom:35%;
        transform: scale(0.6);
        right:35%;
        opacity: 1;
    }
    70%{
        bottom:40%;
        transform: scale(0.7);
        right:40%;
    }
    80%{
        bottom:45%;
        transform: scale(0.8);
        right:45%;
    }
    90%{
        bottom:48%;
        transform: scale(0.9);
        right:48%;
    }
    100%{
        transform: scale(1);
        opacity: 1;
        bottom:50%;
        right:50%;
        margin-right:-3rem;
        margin-bottom:-3rem
    }
}
@-webkit-keyframes bomaction{
    0%{
        bottom:1.4rem;
        opacity:0.1;
        right:-2rem;
        transform: scale(0.1);
        margin-right:0px;
        margin-bottom:0px;
    }
    15%{
        bottom:0rem;
        opacity:0.1;
        right:0rem;
        transform: scale(0.3);
        margin-right:0px;
        margin-bottom:0px;
    }
    36%{
        bottom:25%;
        right:25%;
        transform: scale(0.4);
        opacity:0.5;
    }
    48%{
        bottom:30%;
        right:30%;
        transform: scale(0.5);
        opacity:0.6;
    }
    60%{
        bottom:35%;
        transform: scale(0.6);
        right:35%;
        opacity: 1;
    }
    70%{
        bottom:40%;
        transform: scale(0.7);
        right:40%;
    }
    80%{
        bottom:45%;
        transform: scale(0.8);
        right:45%;
    }
    90%{
        bottom:48%;
        transform: scale(0.9);
        right:48%;
    }
    100%{
        transform: scale(1);
        opacity: 1;
        bottom:50%;
        right:50%;
        margin-right:-3rem;
        margin-bottom:-3rem;
    }
}

.view-3dbk {
    position:fixed;
    display:block;
    z-index:1000000;
    width:6rem;
    height: 6rem;
    z-index: 1000000;
    animation: bomactionbk .65s linear;
    -webkit-animation:bomactionbk .65s linear;
}
@keyframes  bomactionbk{
    0%{
        transform: scale(1);
        opacity: 1;
        bottom:50%;
        right:50%;
        margin-right:-3rem;
        margin-bottom:-3rem;
    }
    15%{
        bottom:48%;
        transform: scale(0.9);
        right:48%;
    }
    36%{
        bottom:45%;
        transform: scale(0.8);
        right:45%;

    }
    48%{
        bottom:40%;
        transform: scale(0.7);
        right:40%;
    }
    60%{
        bottom:35%;
        transform: scale(0.6);
        right:35%;
        opacity: 1;
    }
    70%{
        bottom:30%;
        right:30%;
        transform: scale(0.5);
        opacity:0.6;
    }
    80%{
        bottom:25%;
        right:25%;
        transform: scale(0.4);
        opacity:0.5;
    }
    90%{
        bottom:1rem;
        opacity:0;
        right:-1rem;
        transform: scale(0.3);
        margin-right:0px;
        margin-bottom:0px;
    }
    100%{
        bottom:1rem;
        opacity:0.1;
        right:-2rem;
        transform: scale(0.2);
        margin-right:0px;
        margin-bottom:0px;
        display: none;
    }
}
@-webkit-keyframes bomactionbk{
    0%{
        transform: scale(1);
        opacity: 1;
        bottom:50%;
        right:50%;
        margin-right:-3rem;
        margin-bottom:-3rem;
    }
    15%{
        bottom:48%;
        transform: scale(0.9);
        right:48%;
    }
    36%{
        bottom:45%;
        transform: scale(0.8);
        right:45%;

    }
    48%{
        bottom:40%;
        transform: scale(0.7);
        right:40%;
    }
    60%{
        bottom:35%;
        transform: scale(0.6);
        right:35%;
        opacity: 1;
    }
    70%{
        bottom:30%;
        right:30%;
        transform: scale(0.5);
        opacity:0.6;
    }
    80%{
        bottom:25%;
        right:25%;
        transform: scale(0.4);
        opacity:0.5;
    }
    90%{
        bottom:1rem;
        opacity:0;
        right:-1rem;
        transform: scale(0.3);
        margin-right:0px;
        margin-bottom:0px;
    }

    100%{
        bottom:1rem;
        opacity:0;
        right:-2rem;
        transform: scale(0.2);
        margin-right:0px;
        margin-bottom:0px;
        display: none;
    }
}

#scrollTop {
    display: block;
    position: fixed;
    bottom: 68px;
    right: 10px;
    width: 26px;
    height: 26px;
    display: none;
    z-index: 99999999
}

.lxjxcenterbox {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 50px rgba(10, 2, 4, .75);
    border-radius: 0.1rem;
}


@keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes cshow {
    0% {
        transform: rotateX(80deg);
        -webkit-transform: rotateX(80deg);
        -moz-transform: rotateX(80deg)
    }
    20% {
        opacity: 1
    }
    70% {
        transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        -moz-transform: rotateX(-30deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        opacity: 1
    }
}

/*离线宝弹窗*/
.lxjxcenterbox-close {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    cursor: pointer;
    width: 0.8rem;
}

.lxjxcenterbox-close span {
    display: block;
    font-size: 0.6rem;
    color: white !important;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 1rem;
}
.lxjxcenterbox-close span img{
    width: 100%;
}

.lxjxcenterbox-close i {
    color: #fff;
}

.lxjxcenterbox .xdfcenter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    margin-top: 28px;
}

.lxjxcenterbox .xdfcenter-title a {
    color: #f00;
}

.lxjxcenterbox .xdfcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
}



.lxjxcenterbox .lxjxcenter-telval {
    width: 4.96rem;
    height: 0.65rem;
    border: 1px solid #c5956e;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    margin: 0.1rem auto 0 auto;
}

.lxjxcenterbox .lxjx-dhts {
    display: block;
    font-size: 0.3rem;
    text-align: center;
    border: 0.03rem solid #f1f1f1;
    border-top: none;
    padding: 0.1rem 0;
    width: 4.95rem;
    margin: 0 auto 0.1rem auto;
    color: #333;
}

.lxjxcenterbox .lxjx-dhts span {
    color: #ff0000
}
.lxjxcenterbox .lxjx-mobileval {
    width: 4.8rem;
    height: 0.65rem;
    line-height: 0.65rem;
    background-color: #fff;
    font-size: 0.3rem;
    color: #333;
    padding-left: 0.165rem;
    float: left;
    outline: 0;
    border: 0;
}

.lxjxcenterbox .lxjx-mobilebtn {
    width: 1.64rem;
    height: 0.65rem;
    line-height: 0.68rem;
    color: #fff;
    background-color: #c5956e;
    font-size: 0.3rem;
    text-align: center;
    text-decoration: none;
    float: left;
    border: 0;
}

.lxjxcenterbox .lxjx-innerc {
    width: 100%;
    margin: 0 auto;
    font-size: 0.3rem;
    line-height: 0.55rem;
    height: 0.5rem;
    text-align: center;
    display: block;
}

.lxjxcenterbox .lxjx-img-box img {
    width: 100%;
    height: auto;
    border-radius: 0.1rem 0.1rem 0 0;
}

.lxjxcenterbox .lxjx-bt-box {
    height: 1.1rem;
}

.lxjxcenterbox .lxjx-bt-box ul {
    padding: 0.2rem 0.5rem;
}

.lxjxcenterbox .lxjx-bt-box ul li {
    display: block;
    height: auto;
    float: left;
    width: 50%;
    text-align: left;
}

.lxjxcenterbox .lxjx-bt-box ul li a span {
    display: inline-block;
    padding: 0.2rem 0.2rem;
    vertical-align: middle;
    font-size: 0.35rem;
    font-weight: normal;
    line-height: 0.27rem;
    height: 0.3rem;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #b37b32;
    border-color: #b37b32;
    border-radius: 0.1rem;
}

.lxjxcenterbox .lxjx-bt-box ul li a span i {
    padding-right: 0.1rem;
    font-size: 0.45rem;
}

/*回顶部*/
.gotop {
    position: fixed;
    right: 0.58rem;
    width: 1.6rem;
    z-index: 5;
    height: 1.6rem;
    overflow: hidden;
    bottom: -10rem;
    transition: bottom ease .3s;
}
.gotop img {
    width: 100%;
    height: auto;
}

/*----底部弹框----*/
.mext-slip-wrapper .mext-mask {
    background-color: rgba(0, 0, 0, .5);
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.mext-animate {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mext-slip-bottom {
    top: auto;
}

.mext-mask {
    z-index: 1000;
    background-color: rgba(0, 0, 0, .32);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 100ms ease;
}

.mext-slip {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .32);
    z-index: 399;
}

.mext-slip-content {
    position: relative;
    padding: .32rem .32rem 0.6rem;
}

.mext-slip-content .close {
    position: absolute;
    top: .16rem;
    right: .16rem;
    text-align: right;
    vertical-align: top;
    width: .9rem;
    height: .9rem;
    z-index: 10;
}

.mext-slip-content .close i {
    font-size: 0.9rem;
}

.mext-slip-content .mext-slip-ct-hd {
    min-height: 2rem;
}

.mext-slip-content .mext-slip-ct-cd {
    max-height: 5rem;
    padding: .5rem 0 0 0;
}


/*--底部微信二维码弹框--*/
.wx-pop-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 81;
}

.footer-common .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}

.footer-common .hide {
    opacity: 0;
    display: none;
}

.wx-pop-wrapper .wx-pop {
    width: 300px;
    height: 300px;
    position: relative;
    background-color: #fff;
    z-index: 82;
}

.wx-pop-wrapper .wx-pop img {
    display: block;
    width: 100%;
}


/*--------底部footer--------------*/
.page-footer .module-wrap {
    padding-bottom: 1.7rem;
}

.page-footer .footer-common-line {
    margin: 0 .21333333rem;
    height: 1px;
    background-color: #5b5b5b;
    transform: scaleY(.5);
}

.page-footer .footer-common-tel {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .38rem;
    text-align: center;
    color: #666;
    margin: 0 .50666667rem .5rem;
    background: #eee;
    border-radius: 2rem;
}

.page-footer .footer-common-pd24 {
    padding: .12rem .48rem;
}

.page-footer .footer-common-f24 {
    color: #666666;
    font-size: .37rem;
}
.zsdaima {
    position: absolute;
    top: .52rem;
    right: 14%;
    color: #fff;
    font-size: .32rem;
}
.nav-box .nav-right {
    position: absolute;
    right: 2%;
    top: 0;
    height: 1.33333333rem;
}
.menu_nav {
    color: #fff;
    font-size: .8rem;
    line-height: 1.8;
}
/*---关注我们----*/
.page-footer .footer-gzwm-box ul {
    margin: 0 auto;
    width: 9rem;
    height: 1.2rem;
}
.page-footer .footer-gzwm-box ul li {
    float: left;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #666;
}
.page-footer .footer-gzwm-box ul li a,
.page-footer .footer-gzwm-box ul li a:hover {
    color: #666;
}
.page-footer .footer-gzwm-box ul li.gztag {
    padding-right: 0.5rem;
}
.page-footer .footer-gzwm-box ul li.gztag i {
    font-size: 0.5rem;
    padding-left: 0.14rem;
}

/*--------底部工具栏--负页--------------*/
.submit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 80;
    height: 1.3rem;
    background-color: #fff;
}

.submit-box .sm-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.submit-box .sm-button:last-child {
    border-right: none
}

.submit-box .sm-button .button-icon {
    font-size: .48rem;
    display: block;
    margin: .13333333rem auto 0;
    color: #fff;
    text-align: center;
}

.submit-box .sm-button .button-text {
    text-align: center;
    line-height: .50666667rem;
    color: #fff;
    font-size: .35rem;
    width: 100%;
    display: block;
}
.submit-box .phone-button{
    background: #5b5d6d;
}
.submit-box .store-button{
    background: #003d7c;
}
.submit-box .tel-button{
    background: #f0d29e;
    color: #2d160a;
}
.submit-box .tel-button,
.submit-box .zxzx-button{
    text-align: center;
    line-height: 1.3rem;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.submit-box .tel-button{
    background: #343a6b;
    color: #fff;
    width: 2rem;
}
.submit-box .zxzx-button{
    background: #1c266e;
    color: #fff;
}

.gzxdf-badge {
    font-size: 0.25rem;
    line-height: 0.35rem;
    position: absolute;
    top: -0.2rem;
    right: 0.25rem;
    padding: 0.01rem 0.1rem;
    color: #fff;
    border-radius: 100px;
    background: red;
    border: 1px solid red;
    display: block;
}

.submit-box .zxbm-button {
    background-color: #fde9d6;
    color: #FF6537
}


/*-在线表单部分--*/
.f_zxbm_title_name {
    position: relative;
    display: inline-block;
    font-size: .58rem;
    color: #1c266e;
}

.f_zxbm_desc {
    font-size: .38rem;
    color: #bbb8b7;
    line-height: .6rem;
}
.f_zxbm_proDesc {
    position: relative;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -.32rem;
}
.f_zxbm_submitNow {
    width: 100%;
    background-color: #003d7c;
    color: #ffffff;
    font-size: 0.45rem;
}
.bb {
    border-bottom: 1px solid #f4f4f4;
}
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    box-pack: center;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    align-items: center;
}

.flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
}

.ui-box-flex {
    -webkit-box-flex: 1;
    box-flex: 1;
}

.ui-input {
    border: 1px solid #c0c0c0;
    border-radius: .1rem;
    overflow: hidden;
    font-size: .45rem;
    margin: .2rem 0 !important;
    box-sizing: border-box;
}

.ui-input input,
.ui-input select {
    height: 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    line-height: 1rem;
    text-indent: 0.2rem;
}

.ui-input select {
    height: 1rem;
    background: #fff;
    color: #666;
    text-indent: 0.2rem;
}



/*头部*/
.f-page-header .nav-box {
    background-color: #f2f2f2;
    height: 1.33333333rem;
}

.zt-page-header .nav-box {
    height: 1.2rem;
}
.bgnewyearjg {
    -webkit-box-flex: 4;
    flex: 4;
}
.nav-box {
    width: 100%;
    position: relative;
    background-color: #125dd9;
}

.nav-box .nav-zt-hd {
    height: 1.2rem;
}

.nav-box .nav-top {
    position: relative;
}

.nav-box .nav-top .hd-icon {
    color: #999;
    font-size: 0.5rem;
}

.nav-box .nav-top .icon-a {
    line-height: 1.33333333rem;
    text-align: center;
    width: 1.33333333rem;
    height: 1.33333333rem;
    display: inline-block;
}
.nav-box .nav-top .nav-center {
    position: absolute;
    background-size: 3.5rem;
    background-image: url(../images/logo1.jpg);
    background-repeat: no-repeat;
    left: 3.8rem;
    top: 0.6rem;
    display: block;
    height: 1.1rem;
    width: 3.6rem;
}

.nav-box .nav-top .nav-left {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
.nav-box .nav-top .nav-left .zt-logo {
    display: block;
    width: 5.3rem;
    height: 1.2rem;
    margin-top: 0.01rem;
    margin-left: 0.2rem;
}

.nav-box .nav-top .nav-mid {
    padding-left: 2.66666667rem;
    padding-right: 2.66666667rem;
}

.nav-box .nav-top .nav-mid .nav-title {
    line-height: 1.33333333rem;
    text-align: center;
    color: #666;
    font-size: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-box .nav-top .nav-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.33333333rem;
}

.nav-box .nav-top .nav-right .tel-icon {
    display: block;
    width: 3.2rem;
    height: 1.2rem;
    position: relative;
    margin-top: 0.75rem;
    overflow: hidden;
    background-size: 3rem;
    background-image: url(../images/flogo.jpg);
    background-repeat: no-repeat;
}

.nav-box .nav-top .nav-right .am-icon-more {
    line-height: 1.33333333rem;
    text-align: center;
    width: 1.33333333rem;
    height: 1.33333333rem;
    display: inline-block;
}



/**
 * 顶部右侧导航
 */

.nav-rightside-menu,
.nav-rightside-menu .dropdown-wrap .dropdown {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button:hover,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button:link,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item:hover,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item:link {
    text-decoration: none
}

.nav-rightside-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 399;
    display: none;
    background-color: rgba(55, 61, 65, .4)
}

.nav-rightside-menu.show {
    -webkit-animation: showFade .5s;
    -moz-animation: showFade .5s;
    -o-animation: showFade .5s;
    animation: showFade .5s;
    opacity: 1
}

.nav-rightside-menu.show .dropdown-wrap {
    -webkit-animation: showMove .5s;
    -moz-animation: showMove .5s;
    -o-animation: showMove .5s;
    animation: showMove .5s;
    left: 0
}

.nav-rightside-menu.hide {
    -webkit-animation: hideFade .5s;
    -moz-animation: hideFade .5s;
    -o-animation: hideFade .5s;
    animation: hideFade .5s;
    opacity: 0
}

.nav-rightside-menu.hide .dropdown-wrap {
    -webkit-animation: hideMove .5s;
    -moz-animation: hideMove .5s;
    -o-animation: hideMove .5s;
    animation: hideMove .5s;
    left: 100%
}

.nav-rightside-menu .dropdown-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 399;
    opacity: 1
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-close-box {
    width: 100%;
    height: 100%;
    position: absolute
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content {
    margin-left: 1.6rem;
    padding-bottom: .93333333rem;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    background-color: #2E2E2E;
    display: block;
    position: relative
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list {
    width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-title {
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    padding: 0 .48rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.nav-rightside-menu .small-text {
    color: #125dd9;
}
.channel-item-title .icon_size {
    font-size: .52rem;
    color: #fff;
    padding-right: .2rem;
}
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-title .channel-title {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    margin-right: 40px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box {
    background-color: #3B3B3B;
    display: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box.show {
    display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list {
    overflow: hidden
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list.channel-grid {
    padding: .15333333rem
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table {
    width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td {
    width: 50%;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td.right-side {
    border-right: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td.bottom-side {
    border-bottom: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item {
    padding: 6px 20px;
    line-height: 30px;
    height: 72px;
    border: none!important;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    color: #9B9EA0;
    display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .sub-channel-title {
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 .90666667rem;
    box-sizing: border-box;
    color: #9B9EA0;
    display: block;
    border-bottom: 1px solid #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .sub-channel-title.selected {
    color: #fff;
    background-color: #303030
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list {
    display: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list.show {
    display: block;
    border-bottom: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list .sub-channel-item-item {
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 1.33333333rem;
    display: block;
    color: #9B9EA0;
    font-size: 14px;
    border-bottom: 1px solid #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list .sub-channel-item-item.selected {
    color: #fff;
    background-color: #303030
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-more-button {
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #9B9EA0;
    font-size: 14px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .dbl-icon-base-arrow {
    font-size: 14px;
    position: absolute;
    line-height: 40px;
    top: 0;
    right: .53333333rem;
    color: #fff
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:after,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:before {
    content: "";
    display: table
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:after {
    clear: both
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .13333333rem .42666667rem .13333333rem .37333333rem
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button {
    text-align: center;
    margin: .13333333rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    width: 100%;
    background-color: #00C1DE;
    border: none;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 14px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box {
    background-color: transparent;
    border: 1px solid #cacaca;
    position: relative
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .label {
    color: #cacaca;
    position: absolute;
    left: .26666667rem;
    top: 0
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .am-icon-search {
    color: #cacaca;
    position: absolute;
    right: .26666667rem;
    top: 0;
    line-height: 36px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .cover {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .selected a,
.nav-rightside-menu .dropdown-wrap .dropdown .selected span {
    color: #00a2c9!important
}

@keyframes showFade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes hideFade {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes showMove {
    0% {
        left: 100%;
        opacity: 1
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes hideMove {
    0% {
        left: 0;
        opacity: 1
    }
    100% {
        left: 100%;
        opacity: 0
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}



/*为你推荐*/

.list-recommend {
    background: #fff
}

.list-recommend .recommend-loading {
    position: relative
}

.list-recommend .recommend-loading .recommend-loading-anim {
    height: 1.5rem
}

.list-recommend .recommend-title {
    height: .8rem;
    line-height: .8rem;
    background: #fff;
    font-size: .3rem;
    padding: 0 .32rem
}

.list-recommend .recommend-list::after,
.list-recommend .recommend-list::before {
    content: "";
    height: 0;
    clear: both;
    display: table;
    overflow: hidden
}

.list-recommend .recommend-list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: .02rem
}

.list-recommend .recommend-list li:nth-child(2n) {
    float: right;
    padding-left: .02rem;
    padding-right: 0
}

.list-recommend .recommend-list li .img {
    position: relative;
    margin-bottom: -0.1rem;
}

.list-recommend .recommend-list li .tag_span {
    display: block;
    position: absolute;
    bottom: .1rem;
    right: 0;
    color: #fff;
    padding: 0 0.08rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.list-recommend .recommend-list li .tag_span .huobao-ic {
    color: #ff0c26;
    font-size: 0.4rem;
}

.tag_span{
    display: block;
    position: absolute;
    bottom: 0rem;
    right: 0;
    color: #fff;
    padding: 0 0.08rem;
    background-color: rgba(0, 0, 0, 0.2);
}

/*专业状态*/
.zy_tag_span {
    position: absolute;
    top: 0rem;
    right: 0;
    display: block;
    padding: 0.05rem 0.2rem 0.1rem 0.2rem;
    font-size: 0.3rem;
}


.list-recommend .recommend-list li .img>img {
    width: 100%;
    height: auto;
    border: 0
}

.list-recommend .recommend-list li .img .tag {
    position: absolute;
    top: 0;
    left: 0
}

.list-recommend .recommend-list li .img .tag img {
    height: .32rem;
    width: auto;
    min-height: auto
}

.list-recommend .recommend-list li .recommend-info {
    padding: .16rem .27rem 0.18rem 0.27rem;
}

.list-recommend .recommend-list li .recommend-info .recommend-name {
    font-size: .4rem;
    color: rgba(0, 0, 0, .87);
    white-space: nowrap;
    overflow: hidden
}

.list-recommend .recommend-list li .recommend-info .recommend-brief {
    margin-top: .16rem;
    font-size: .35rem;
    color: rgba(0, 0, 0, .54);
    line-height: .4rem;
    height: .5rem;
    overflow: hidden
}

.list-recommend .recommend-list li .recommend-info .recommend-price {
    font-size: .32rem;
    color: #ff6000;
    margin-top: .1rem
}

.list-recommend .recommend-list li .recommend-info .recommend-price::before {
    content: "￥";
    font-size: .2rem;
    vertical-align: top;
    margin-right: .05rem;
    font-weight: 400;
    display: inline-block;
    transform: translateY(0.01rem);
    -webkit-transform: translateY(0.01rem)
}

.list-recommend .recommend-list li .recommend-info .recommend-price .old {
    font-size: .22rem;
    color: rgba(0, 0, 0, .6)
}

.list-recommend .recommend-list li .recommend-info .recommend-price span {
    font-size: .3rem
}


/**
 *  列表分页
 */

.ol-list li {
    padding: 0 0 .06rem;
    position: relative;
}

.ol-list li::after {
    content: "";
    position: absolute;
    bottom: .03rem;
    left: 4.1rem;
    right: 0;
    border-bottom: 1px solid #e4e4e4;
}

.ol-list .version-item {
    display: box;
    display: -webkit-box;
}

.ol-list .version-item .version-item-img {
    width: 4rem;
    height: 2.45rem;
    position: relative;
}

.ol-list .version-item .version-item-img img {
    height: 2.43rem;
}

.ol-list .version-item .version-item-intro {
    -webkit-box-flex: 1;
    box-flex: 1;
    display: block;
    padding: 0 .32rem .08rem;
}

.ol-list .version-item .version-item-intro .version-item-name {
    font-size: .4rem;
    line-height: 0.7rem;
    color: rgba(0, 0, 0, .87);
    margin-bottom: .16rem;
    height: 1.6rem;
}

.ol-list .version-item .version-item-intro .version-item-desc {
    font-size: .23rem;
    color: rgba(0, 0, 0, .54);
    margin-bottom: .16rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
}

.ol-list .version-item .version-item-intro .version-item-tag {
    position: relative;
}

.ol-list .version-item .version-item-intro .version-item-tag .list-tag-icon {
    color: #d2d2d2;
    font-size: 0.5rem;
    padding-right: 0.1rem;
}

.ol-list .version-item .version-item-intro .version-item-tag span {
    color: #666;
    font-size: 0.4rem;
}

.ol-list .version-item .version-item-intro .version-item-tag span.left-time {
    position: absolute;
    left: 0;
}

.ol-list .version-item .version-item-intro .version-item-tag span.right-click {
    position: absolute;
    right: 0;
}

.comm-page-ul {
    border-top: .02rem solid #f1f1f1;
    padding: 0.3rem;
}

.comm-page-ul li {
    float: left;
    padding: 0 .3rem 0.3rem 0;
}

.comm-page-ul li a {
    color: #666666;
}


/**
 * toast 样式
 */

.xdf-toast-container {
    line-height: 17px;

    position: fixed;
    z-index: 9999;
    bottom: 50px;
    left: 50%;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    opacity: 0;
}

.xdf-toast-container.mui-active {
    opacity: .9;
}

.xdf-toast-message {
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: #000;
    opacity: .6;
}


/**
 * 导航
 */

.home-top-nav {
    height: 1.6rem;
    border-top: 0.03rem solid #f1f1f1;
}

.home-top-nav ul li {
    float: left;
    padding: 0.2rem 0 0 0.45rem;
    font-size: 0.37rem;
    color: #666666;
}

.home-top-nav ul li.on a {
    color: #1c266e;
    font-weight: bold;
}

.home-top-nav ul li .top-nav-icon {
    font-size: 0.37rem;
    padding-right: 0.05rem;
}

.home-pxxm-box {
    height: 2rem;
}


/**
 * 文章详情
 */

.art-detail-box {
    padding: .33333333rem;
}

.art-detail-box .art-title {
    color: #333;
    font-size: .53333333rem;
    line-height: .8rem;
}

.art-detail-box .art-info-box {
    padding-bottom: 0.3rem;
}

.art-detail-box .b-time {
    color: #999ba4;
    font-size: .4rem;
    line-height: .82666667rem;
}

.art-detail-box .b-time i {
    font-size: .4rem;
    margin-right: .1rem;
}

.art-detail-box .att-info {
    float: right;
}

.art-detail-box .att-info i {
    float: left;
    vertical-align: center;
    margin-top: .2rem;
    display: inline-block;
    height: .29333333rem;
    width: .42666667rem;
    font-size: .45rem;
    color: #999;
}

.art-detail-box .att-info span {
    float: left;
    padding-left: .13333333rem;
    font-size: .4rem;
    color: #999;
    line-height: .82666667rem;
}

.art-detail-box .art-content {
    font-size: .4rem;
    line-height: .7rem;
    color: #333;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
}

.art-detail-box .art-content img {
    width: 100%;
    height: auto;
}

.art-detail-box .art-content p {
    margin-bottom: 0.3rem
}

.art-detail-box .art-content a {
    color: #1c266e;
}

.art-detail-box .art-usr-box {
    padding: 0.5rem 0 0.3rem 0;
    text-align: right;
}

.art-detail-box .art-usr-box span {
    font-weight: bold;
}

.b-author-info {
    padding: 0 .53333333rem;
    height: 1.2rem;
    font-size: .4rem;
    color: #333;
    line-height: 1.2rem;
}


/*文章列表bg*/

.comm-mod-title {
    position: relative;
    height: 0.7rem;
    font-size: 0.37rem;
    line-height: 1rem;
}

.comm-mod-title .left-icon {
    position: absolute;
    display: block;
    width: 0.1rem;
    height: 0.5rem;
    left: 0;
    top: 0.25rem;
    border-left: solid #1c266e 0.1rem;
}

.comm-mod-title .left-title-text {
    position: absolute;
    display: block;
    left: 0.2rem;
}

.comm-mod-title .right-more {
    position: absolute;
    display: block;
    right: 0.08rem;
}

.comm-mod-title .right-more a {
    color: #1c266e;
}

.comm-mod-art-box {
    border-top: solid 0.02rem #f1f1f1;
    padding: 0.1rem 0 0.1rem 0.3rem;
}

.comm-mod-art-box ul li {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: -0.2rem;
}

.comm-mod-art-box ul li i {
    color: #795548;
}

.comm-mod-art-box .art-imgtit-box {
    position: relative;
    height: 2.9rem;
    margin-left: 0;
}

.comm-mod-art-box .art-imgtit-box .art-img-box {
    position: absolute;
    left: 0;
    top: 0.18rem;
    height: 2.8rem;
    width: 4rem;
}

.comm-mod-art-box .art-imgtit-box .art-img-box img {}

.comm-mod-art-box .art-imgtit-box .art-tit-box {
    position: absolute;
    right: 0;
    width: 5.5rem;
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p {
    line-height: 0.6rem;
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p.ptitle {
    font-size: 0.45rem;
    line-height: 0.75rem;
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p.pdesc {
    color: #999;
}


/*文章列表ed*/


/**
 * 文章详情
 */

.artd-sx-box {
    border-top: solid 0.02rem #f1f1f1;
    padding: 0.3rem;
}

.artd-sx-box li {
    line-height: 0.6rem;
    font-size: 0.37rem;
}


/*更多导航处理*/

.fj_nav_box {
    position: relative;
    height: 1.6rem;
}

.fj_nav_box .nav-more-open-bt {
    position: absolute;
    right: 0;
    width: 2.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    z-index: 3;
    font-size: 0.2rem;
    background: #fff;
    bottom: 0.07rem;
    display: none;
}

.fj_nav_box .nav_ul_box {
    position: absolute;
    z-index: 2;
    height: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}


/*电话框*/

.tel-main {
    height: 1.5rem;
    padding-top: 0.3rem;
}

.tel-box {
    position: relative;
    border: 0.03rem solid #FF6537;
    border-radius: 0.1rem;
    height: 1.1rem;
    width: 7.5rem;
    margin: 0 auto;
}

.tel-box .tel-img,
.tel-box .tel-code,
.tel-box .tel-bnt {
    position: absolute;
}

.tel-box .tel-img {
    left: 0;
    background: #FF6537;
    height: 1.12rem;
    width: 1.1rem;
    text-align: center;
}

.tel-box .tel-img i {
    font-size: 0.8rem;
    color: #fff;
    padding-top: 0.1rem;
    display: block;
}

.tel-box .tel-code {
    left: 1.35rem;
    line-height: 1.1rem;
    font-size: 0.4rem;
    color: #1c266e
}

.tel-box .tel-bnt {
    right: 0.06rem;
    width: 0.9rem;
    height: 0.3rem;
    font-size: 0.35rem;
    padding-top: 0.062rem;
}

.tel-box .tel-bnt span {
    border: solid 0.03rem #1c266e;
    display: block;
    text-align: center;
    color: #1c266e;
    border-radius: 0.1rem;
}

/*分类*/
.pxxm-fl-box ul{
    list-style-type: none;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem;
    margin: 0 0 0.1rem 0;
    overflow: hidden;
}
.pxxm-fl-box ul li {
    float: left;
    margin: 0.1rem 0.06rem;
    padding: 0.12rem 0.3rem;
    text-align: center;
    border: 1px solid #1c266e;
    border-radius: 1rem;
    color: #1c266e;
}

/*按钮*/
.bnt-box {
    text-align: center;
    padding: 0.3rem 0 0.5rem 0;
}
.bnt-box a {
    text-align: center;
    background: #1c266e;
    border-radius: 0.4rem;
    padding: 0.2rem 0.6rem;
    margin: 0 0.8rem;
    color: #eed491;
}

/*用swiper改造的tab选项卡*/
.swiperTabBox {}

.swiperTabBox .swiperTab {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.swiperTabBox .swiperTab li {
    display: flex;
    height: 1rem;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.swiperTabBox .swiperTab li:first-child {
    border-left: 1px solid transparent
}

.swiperTabBox .swiperTab li.active {
    color: #1c266e;
    font-weight: bold;
    border-bottom: 3px solid #1c266e;
}

.swiperTabBox .swiperTab li:nth-child(1).active {
    
}

.swiperTabBox .swiperTab li:nth-child(2).active {
    
}

.swiperTabBox .swiperTab li:nth-child(3).active {
    
}

.swiperTabBox .swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 0 0.3rem;
}

.swiperTabBox .swiper-slide:nth-child(1) {
    
}

.swiperTabBox .swiper-slide:nth-child(2) {
    
}

.swiperTabBox .swiper-slide:nth-child(3) {
    
}

/*模拟迷你聊天弹窗*/
.xdf-liaotian-min-container{
    position: fixed;
    bottom: -20rem;
    min-height: 3.75rem;
    width: 100%;
    z-index: 9000;
    background: #f4f4f4;
    border-top: 1px solid #fbe4d2;
}

.xdf-liaotian-min-container .xdf-liaotian-min-hdtel{
    position: relative;
    top: 0;
    height: 0.6rem;
    width: 100%;
    text-align: center;
    font-size: 0.37rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #f1f1f1;
    background: #c5956e;
}
.xdf-liaotian-min-container .xdf-liaotian-min-hdtel a{
    color: #fff0f0;
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox{
    position: relative;
    min-height: 1.6rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-nc{
    color: #a2a2a2;
    position: absolute;
    left: 2.6rem;
    top: 0.08rem;
    font-size: 0.35rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-head{
    background: url(../images/lt.jpg);
    background-size: 2rem;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    height: 2rem;
    width: 2rem;
    z-index: 9001;
    border-radius: 9rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-message{
    padding: 0.15rem 0.3rem;
    position: absolute;
    left: 2.6rem;
    top: 0.68rem;
    width: 6.6rem;
    line-height: 0.47rem;
    background: #ffd59d;
    border-radius: 5px;
    font-size: 0.35rem;
    color: #1c266e;
}
.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-message .xdf-liaotian-min-arrow {
    position: absolute;
    top: 8px;
    left: -16px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 8px;
    border-color: #f4f4f4 #ffd59d #f4f4f4 #f4f4f4;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox{
    display:flex;
    padding: 0 0.13rem 0 0.2rem;
    position: absolute;
    bottom: -0.2rem;
    width: 100%;
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-tel .tel-btn,
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox button{
    border-radius: 4px;
    padding: 0.1rem 0.2rem;
    border: solid 1px #c5956e;
    background: #c5956e;
    color: #fff;
    font-size: 0.36rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-div{
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin: .3rem 0 .1rem 0;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-div input{
    padding: .12rem 0.3rem;
    font-size: 0.4rem;
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-fs{
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    padding-left: 0.2rem;
    line-height: 1.44rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-fs .fs-btn{
    border: solid 1px #1c266e;
    background: #1c266e;
    color: #eed491;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-tel{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.44rem;
    padding-right: 0.3rem;
}
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-tel .tel-btn{

}

.animation_UP{
    animation:slideUP 1s linear;
    -moz-animation:slideUP 1s linear; /* Firefox */
    -webkit-animation:slideUP 1s linear; /* Safari and Chrome */
    -o-animation:slideUP 1s linear; /* Opera */
    transition: bottom 0.55s;
}
@keyframes slideUP
{
    0%{
        bottom:-200px;
    }
    20%{
        bottom:0px
    }
    25%{
        bottom:-8px
    }
    40%{
        bottom:0px
    }
    100%{
        bottom:0px;
    }
}
/*面包屑*/
.breadcrumb {
    font-size: 18px;
}
.breadcrumb, .breadcrumb:before {
    color: #2a090b !important;
}

.breadcrumb:before {
    content: '>';
    color: #ccc;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    padding: 0.2rem 0.15rem;
    -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}


/*左右滑动 轮播*/
.dw-position {
    width: 100%;
    height: 8rem;
    position: relative;
    background: white;
}
.dw-position .adver-bg {
    width: 100%;
}
.dw-position .adver-bg a {
    display: block;
    height: auto;
}
.dw-position .adver-bg img {
    display: inline-block;
    width: 100%;
}

/*左右滑动 轮播*/
.lunbo-lists {
    width: 100%;
    overflow: hidden;
    background: 0;
    position: absolute;
    z-index: 2;
}
.lunbo-lists .swiper-slide .listbox {
    width: 100%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.lunbo-lists .swiper-slide:first-child .listbox {
    border-left: 1px solid #eee;
    border-bottom-left-radius: .1rem;
}
.lunbo-lists .swiper-slide .listbox .picNameText {
    text-align: center;
    font-size: .35rem;
    font-weight: normal;
    padding-bottom: 0.1rem;
}
.lunbo-lists .swiper-slide .more{
    background: #fff;
}

/*顶部模拟微信咨询弹窗*/
#weixinpop {

        width: 100%;

        max-width: 640px;

        position: fixed;

        z-index: 99999999;

        left: 0;

        right: 0;

        top: 0;

        height: 0px;

        margin: auto;

        overflow: hidden;

        display: flex;

        display: -webkit-flex;

        align-items: center;

        justify-content: flex-start;

        background: rgba(0,0,0,.8);

        color: #fff;

        transition: height .3s ease;

        -webkit-transition: height .3s ease;

        font-size: 12px;

    }

    #weixinpop div:first-child {

        text-align: center;

        padding: 5px;
    }

    #weixinpop div:nth-child(2) {
        width: 58%;
        border-left: 1px solid #909090;
    }

    #weixinpop div:last-child {
        background: #fff;
        color: #000;
        padding: 5px 10px;
        -webkit-animation: textColor infinite 1s;
    }

    #weixinpop div:nth-child(2) p {
        padding: 3px 0;
        text-indent: 10px;
    }

    @-webkit-keyframes textColor {
        form{
            color: black;
        }
        to{
            color: red;
        }
    }

    @-o-keyframes textColor {
        form{
            color: black;
        }
        to{
            color: red;
        }
    }

    @-moz-keyframes textColor {
        form{
            color: black;
        }
        to{
            color: red;
        }
    }

    @keyframes textColor {
        form{
            color: black;
        }
        to{
            color: red;
        }
    }


/*专业状态*/
.xdf-flag {
    position: absolute;
    bottom: 1.57rem;
    right: 0.2rem;
    z-index: 2;
    height: .4rem;
    padding: 0 0.1rem;
    font-size: .3rem;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    background: #8bc34a;
}
.white-text {
    color: #FFF!important;
}
.orange{
    background-color: #ff9800!important;
}
.bgred {
    background-color: #F44336!important;
}
.light-green {
    background-color: #8bc34a!important;
}
.darken-4 {
    background-color: #827717 !important;
}
.positionabs{
    background: rgba(0,0,0,0.3);
    padding: 0.1rem 0rem;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    color: white;
}

/*视频播放*/
.video-box{
    position: relative;
}
.video-box .video-bt{
    position: absolute;
    font-size: 1.5rem;
    left: 50%;
    top: 50%;
    margin-top: -.75rem;
    margin-left: -0.75rem;
    border-radius: 1rem;
    padding: 0.1rem 0.1rem 0.01rem 0.1rem;
    background: rgba(34,34,34,0.6);
    color: #9fa4ca;
}

/*公共选项卡样式*/
.comm_tab_hd{
    width: 100%;
}
.comm_tab_hd li{
    float: left;
    width: 50%;
    border-bottom: #f1f1f1 3px solid;
}
.comm_tab_hd li span {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #333;
}
.comm_tab_hd li.on {
    color: #f73;
    border-bottom: #f73 3px solid;
}
.comm_tab_hd li.on a {
    color: #f73;
}

/*公共小模板标题*/
.hsec-hd {
    padding-bottom: 0.3rem;
    text-align: center;
    padding-top: 0.5rem;
}

.hsec-hd strong {
    font-family: "didot";
    display: block;
    width: 100%;
    font-size: 0.9rem;
    color: #e6e2e0;
    line-height: 0.6rem;
    text-transform: uppercase;
    font-style: italic;
    opacity: 0.2;
}

.hsec-hd h2 {
    font-size: 0.6rem;
    color: #1c266e;
    line-height: 0.4rem;
    font-weight: normal;
    margin-top: -0.24rem;
}

.hsec-hd p {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.25rem;
    font-weight: lighter;
    padding-top: 0.37rem;
    letter-spacing: 0.06rem;
}

/*底部领红包*/
.bottom-hb {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    position: fixed;

    left: 0;

    bottom: 0;

    z-index: 81;

    display: none;

    height: 1.49rem;

    background: #343a6b;

}

.bottom-hb.active {

    -webkit-animation: showBottom .25s ease-in 1 forwards;

    -moz-animation: showBottom .25s ease-in 1 forwards;

    -o-animation: showBottom .25s ease-in 1 forwards;

    -ms-animation: showBottom .25s ease-in 1 forwards;

    animation: showBottom .25s ease-in 1 forwards;

    display: block;

}

.bottom-hb .liutao {

    position: absolute;

    left: .25rem;

    bottom: 0;

    width: 2.8rem;

}

.bottom-hb .content {

    padding-left: 3.4rem;

}

.bottom-hb .content .text {

    float: left;

    padding-top: .12rem;

    width: 4rem;

    color: #fff;

}

.bottom-hb .content .text .free {

    font-size: .4rem;

}

.bottom-hb .content .text .price {

    padding-top: .1rem;

    font-size: .45rem;

    color: #fff;

}

.bottom-hb .content .text .price span {

    padding: 0 2px;

    color: #ff0000;

    font-weight: bold;

}

.bottom-hb .content .obtain-btn {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 2.3rem;

    height: 1.5rem;

    line-height: 1.5rem;

    text-align: center;

    font-size: .4rem;

    color: #fff;

    background-color: #1c266e;

}

/*公共两个按钮*/
.comm-btn-box .btn-danger {
    padding: .1rem 0rem;
    width: 100%;
    margin-bottom: .2rem;
    background: #fff;
    color: #1c266e;
    border: 1px solid #1c266e;
    border-radius: 0;
}
.comm-btn-box .btn-danger:nth-child(2n) {
    background: #1c266e;
    color: #fff;
    padding: .1rem 0rem;
    width: 100%;
    margin-bottom: .2rem;
}
/*仿咨询底部样式*/

.btnitem {
    font-size: 0.34rem;
    text-align: center;
    color: #ff3000;
    background-color: #eee;
    box-shadow: 1px 2px 4px -4px #999;
    width: 100%;
    line-height: 1.6;
    padding: 0.1rem 0rem;
}

.btnitem:nth-child(2) {
    margin: 0rem 0.2rem;
}

/***/
.boxzxz {
    box-shadow: 0 0 10px 2px #eee;
}

.submit-box {
    margin-top: 1.3rem;
}

.boxzxz a {
    width: 90%;
    padding: 0.1rem 0rem;
    text-align: center;
    font-size: 0.38rem;
    border-radius: 0.1rem;
}

.iconSize .iconfont {
    width: 1.2rem;
    height: 1.2rem;
    border: solid #f5d3c1 2px;
    box-sizing: border-box;
    border-radius: 100%;

    color: #fc7b26;

    display: block;

    text-align: center;

    line-height: 1.2rem;

    font-size: 0.62rem;

    font-weight: bold;

}

.boxzxul a {

    font-size: 0.38rem;

    text-decoration: underline;

    color: #f98a4f;

}

.dh {

    margin: 0 0 0 55px;

    padding: 10px;

    background: #eee;

    color: #323232;

    border-radius: 6px;

    letter-spacing: 1px;

    position: relative;

    z-index: 2;

}

.dh::before {

    position: absolute;

    left: -4px;

    top: 4px;

    content: '';

    width: 0.5rem;

    height: 0.5rem;

    border-style: solid;

    border-width: 2px;

    border-color: #eee;

    border-radius: 0.02rem;

    background-color: #eee;

    transform: rotate(45deg);

    z-index: -1;

}

.duihua {
    opacity: 0;
}

.duihua.one {
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 2s;
    transition-delay: 1s;
    -moz-transition-delay: 1s; /* Firefox 4 */
    -webkit-transition-delay: 1s; /* Safari 和 Chrome */
    -o-transition-delay: 1s;
}

.duihua.one:nth-child(2) {
    transition-delay: 2s;
    -moz-transition-delay: 2s; /* Firefox 4 */
    -webkit-transition-delay: 2s; /* Safari 和 Chrome */
    -o-transition-delay: 2s;
}

.duihua.one:nth-child(3) {
    transition-delay: 3.5s;
    -moz-transition-delay: 3.5s; /* Firefox 4 */
    -webkit-transition-delay: 3.5s; /* Safari 和 Chrome */
    -o-transition-delay: 3.2s;
}

.ly-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    height: 55px;
    background: #FFF;
    border-top: 1px solid #bfbfbf;
}
.inputfocus{
    border-bottom-color:#f69b9b;
}

input.inputstyle {
    width: 80%;
    height: 36px;
    margin: 7px 0 0 0px;
    color: #000;
    font-size: 18px;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: 0.3s;
    resize: none;
    overflow-y: auto;
}
.ly-footer .a2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 35px;
    margin: 7px 5px 0 0;
    background: #ff8e20;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
/*仿咨询*/