.wap-hd-nav { display: none; }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; background-color: #f5a21c; }
    .wap-hd-nav-item { width: 25%; }
    .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
    .wap-hd-nav-item a.active { color: white; background-color: #f5a21c; } }

.m-mobilenav { display: none; }

@media screen and (max-width: 991px) { .m-mobilenav { position: absolute; z-index: 11; padding-top: 25px; top: 0; left: 0; display: block; -moz-box-sizing: border-box; box-sizing: border-box; }
    .m-mobilenav .mbnav-btn { position: absolute; z-index: 2; top: 10px; left: 17px; width: 26px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
    .m-mobilenav .mbnav-btn .line { width: 100%; height: 2px; background-color: #f5a21c; }
    .m-mobilenav .mbnav-btn .line2 { margin-top: 6px; margin-bottom: 6px; }
    .m-mobilenav .mbnav-btn.active { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
    .m-mobilenav .mbnav-bd { position: absolute; left: 0; top: 0; width: 300px; height: 100%; top: 0; visibility: hidden; z-index: 1; }
    .m-mobilenav .mbnav-bd.show { visibility: visible; }
    .m-mobilenav .mbnav-bd.show .mbnav-wp { height: 100%; opacity: 1; }
    .m-mobilenav .mbnav-bd.show .mbnav-item > a { opacity: 1; -webkit-transform: scale(1) translate(0, 0); -moz-transform: scale(1) translate(0, 0); -ms-transform: scale(1) translate(0, 0); -o-transform: scale(1) translate(0, 0); transform: scale(1) translate(0, 0); }
    .m-mobilenav .mbnav-wp { position: absolute; left: 0; top: 0; width: 100%; height: 0; background-color: #333; top: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; opacity: 0; }
    .m-mobilenav .mbnav-fix { position: absolute; left: 0; top: 60px; height: -webkit-calc(100% - 60px); height: -moz-calc(100% - 60px); height: calc(100% - 60px); width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }
    .m-mobilenav .mbnav-item { position: relative; padding-left: 44px; padding-right: 24px; padding-top: 10px; padding-bottom: 10px; }
    .m-mobilenav .mbnav-item i { position: absolute; left: 13px; top: 12px; width: 24px; height: 24px; line-height: 24px; text-align: center; background-color: #333; font-size: 20px; font-size: 2rem; color: #fff; cursor: pointer; }
    .m-mobilenav .mbnav-item > a { display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #fff; -webkit-transform: scale(1.1) translate(60px, -35px); -moz-transform: scale(1.1) translate(60px, -35px); -ms-transform: scale(1.1) translate(60px, -35px); -o-transform: scale(1.1) translate(60px, -35px); transform: scale(1.1) translate(60px, -35px); opacity: 0; -webkit-transition: .5s .1s; -o-transition: .5s .1s; -moz-transition: .5s .1s; transition: .5s .1s; }
    .m-mobilenav .mbnav-item > a.current:after { content: ""; margin-left: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }
    .m-mobilenav .mbnav-item > a.active { color: #f5a21c; }
    .m-mobilenav .mbnav-item > a.active:after { background-color: #f5a21c; }
    .m-mobilenav .mbnav-item:nth-child(1) > a { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
    .m-mobilenav .mbnav-item:nth-child(2) > a { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
    .m-mobilenav .mbnav-item:nth-child(3) > a { -webkit-transition-delay: 350ms; -moz-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms; }
    .m-mobilenav .mbnav-item:nth-child(4) > a { -webkit-transition-delay: 400ms; -moz-transition-delay: 400ms; -o-transition-delay: 400ms; transition-delay: 400ms; }
    .m-mobilenav .mbnav-item:nth-child(5) > a { -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; }
    .m-mobilenav .mbnav-item:nth-child(6) > a { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; }
    .m-mobilenav .mbnav-item:nth-child(7) > a { -webkit-transition-delay: 550ms; -moz-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms; }
    .m-mobilenav .mbsbnav-list { padding: 10px 0; display: none; }
    .m-mobilenav .mbsbnav-item { position: relative; padding-left: 20px; padding-right: 5px; }
    .m-mobilenav .mbsbnav-item i { left: 0; top: 6px; line-height: 24px; }
    .m-mobilenav .mbsbnav-item a { display: block; padding: 5px 5px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #fff; }
    .m-mobilenav .mbsbnav-item a.active { color: #f5a21c; } }

.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
    width:100%;
    position:absolute;
}
.slide .console{
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
    text-align: center;
    margin-top: 20px;
}
.slide .dotList ul li{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
    background-position:0px 0px;
}
.slide .carousel-control{
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
    left:0;
    background-position:-38px 0px;
    cursor:pointer;
}
.slide .carousel-control.right{
    right:0;
    background-position:-85px 0px;
    cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
    background: rgba(0, 98, 197,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    width: 100%;
    height: 100%;
    text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
    display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
    color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-999;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 999;
}
::-moz-selection { color: #fff; background: #821120!important; }

::selection { color: #fff; background: #821120!important; }

* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family: "AvenirLTStdLight", arial, helvetica, sans-serif !important; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

a { color: #333; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #821120; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1200px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; width: 1200px; max-width: 100%; overflow: visible; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1219px) { .f-box { width: 960px; } }

@media screen and (max-width: 991px) { .f-box { width: 720px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
    100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
    100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
    100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #821120; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #821120; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #821120; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc a { color: #821120; }

.m-desc a:hover { text-decoration: underline; }

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

/*.m-desc table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }*/

/*.m-desc table tr td { padding: 10px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }*/

@media screen and (max-width: 991px) { .m-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .m-desc a { color: #821120; }
    .m-desc a:hover { text-decoration: underline; }
    .m-desc p, .m-desc span, .m-desc b { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .m-desc p { min-height: 24px; } }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 10px; border: 1px solid #ccc; }

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
    .table > div { width: 991px !important; max-width: 991px; } }

@media screen and (max-width: 991px) { [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
    [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
    [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
    [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-top { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-left { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-offset-right { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) { .j-fadein { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; } }

.j-lazy { width: 100%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #821120; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; }

[class*="-item"] .item-desc a:hover { color: #821120; }

[class*="-item"] .layui-rate { padding: 0; }

[class*="-item"] .layui-rate li i.layui-icon { font-size: 14px; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { margin-top: 23px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #666; }

.m-crm a { color: #666; }

.m-crm a:hover { color: #821120; }

.m-crm a.active { color: #821120; }

.m-oths { margin-top: 18px; }

.m-oths .oths-item { padding-left: 22px; height: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

.m-oths .oths-item a { color: #666; }

.m-oths .oths-item a:hover { color: #821120; }

.m-oths .oths-item-1 { margin-bottom: 12px; background-image: url("../images/oths1.png"); }

.m-oths .oths-item-2 { background-image: url("../images/oths2.png"); }

.m-oths a { color: #666666; }

.m-page { margin-top: 84px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page > * { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 35px; height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a:hover { color: white; border-color: #821120; background-color: #821120; }

.m-page a.active { color: white; border-color: #821120; background-color: #821120; }

.m-page2 { position: relative; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; width: 48px; height: 48px; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; background-color: #821120; border-radius: 5px; display: none; }

.returntop:hover { color: #fff; background-color: #821120; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.m-orderby { margin-bottom: 48px; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #505050; }

.m-orderby a { color: #fff; }

.m-orderby a:hover, .m-orderby a.active, .m-orderby a.on { color: #821120; }

.m-orderby .box-fix1 { float: left; width: 100%; padding-right: 120px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-orderby .box-fix2 { float: left; margin-left: -110px; width: 110px; text-align: right; }

.m-orderby .order-item { margin-right: 40px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-orderby .order-item2 { position: relative; padding-right: 13px; }

.m-orderby .order-item2.sort:before { content: ""; position: absolute; right: 0; top: 9px; width: 0; height: 0; border-bottom: 5px solid #fff; border-left: 4px solid transparent; border-right: 4px solid transparent; }

.m-orderby .order-item2.sort:after { content: ""; position: absolute; right: 0; bottom: 9px; width: 0; height: 0; border-top: 5px solid #fff; border-left: 4px solid transparent; border-right: 4px solid transparent; }

.m-orderby .order-item2.sort.active.up:before { border-bottom-color: #821120; }

.m-orderby .order-item2.sort.active.down:after { border-top-color: #821120; }

.m-orderby .box-shownum { font-size: 0; letter-spacing: 0; text-align: right; }

.m-orderby .box-shownum .title, .m-orderby .box-shownum .select { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #fff; line-height: 30px; }

.m-orderby .box-shownum .title { margin-right: 5px; }

.m-orderby .box-shownum .select { width: 60px; height: 30px; font-size: 12px; font-size: 1.2rem; color: #fff; line-height: 28px; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-orderby .box-link { float: right; margin-left: 10px; }

.m-orderby .link-item, .m-orderby .link-line { font-size: 12px; font-size: 1.2rem; color: #fff; }

.m-orderby .link-item:hover, .m-orderby .link-item.actie { color: #821120; }

@media screen and (max-width: 1219px) { .m-orderby .order-item { margin-right: 20px; } }

@media screen and (max-width: 991px) { .m-orderby .box-link { float: none; margin-left: 0; margin-bottom: 5px; }
    .m-orderby .order-item { margin-right: 10px; font-size: 12px; font-size: 1.2rem; }
    .m-orderby .box-shownum .title { font-size: 12px; font-size: 1.2rem; }
    .m-orderby .box-shownum .select { font-size: 12px; font-size: 1.2rem; } }

.m-ftnavwp { margin-bottom: -30px; letter-spacing: 0; font-size: 0; word-break: break-word; display: none; }

.m-ftnavwp .m-ftb { margin-bottom: 30px; padding-right: 25px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; font-size: 1.4rem; }

.m-ftnavwp.show { display: block; }

.m-ftnavwp3 .m-ftb { width: 33.33%; }

.m-ftnavwp4 .m-ftb { width: 25%; }

.m-ftnavwp5 .m-ftb { width: 20%; }

@media screen and (max-width: 991px) { .m-ftnavwp .m-ftb { padding-right: 0; width: 100%; } }

.g-hproc { padding-top: 118px; overflow: hidden; }

.g-hproc .box-wp { float: left; width: 100%; max-width: 1560px; }

@media screen and (max-width: 991px) { .g-hproc { padding-top: 35px; } }

.m-hproc { font-size: 0; letter-spacing: 0; }

.m-hproc .box-item, .m-hproc .box-hd { float: left; }

.m-hproc .box-item1 { width: 30.76923%; }

.m-hproc .box-item2 { width: 34.61538%; }

.m-hproc .box-hd { position: relative; width: 34.61538%; overflow: hidden; }

.m-hproc .hd-pic { line-height: 0; font-size: 0; visibility: hidden; }

.m-hproc .hd-wp { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; max-width: 380px; max-height: 100%; overflow: hidden; }

.m-hproc .hd-title {line-height: 38px;font-size: 30px;font-size: 3rem;color: #821120;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.m-hproc .hd-title a { color: #821120; }

.m-hproc .hd-title a:hover { color: #333; }

.m-hproc .hd-name {margin-top: 20px;line-height: 26px;font-size: 16px;font-size: 1.6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.m-hproc .hd-link { margin-top: 51px; }

.m-hproc .hd-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 160px; line-height: 26px; padding: 10px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #333; }

@media screen and (max-width: 1440px) { .m-hproc .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
    .m-hproc .hd-name { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-hproc .hd-title { line-height: 24px; font-size: 16px; font-size: 1.6rem; }
    .m-hproc .hd-name { margin-top: 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
    .m-hproc .hd-link { margin-top: 20px; }
    .m-hproc .hd-link a { min-width: 100px; padding: 5px 10px; line-height: 22px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 640px) { .m-hproc .box-item1 { width: 47%; }
    .m-hproc .box-item2 { width: 53%; }
    .m-hproc .box-item2:nth-child(4), .m-hproc .box-item2:nth-child(5) { width: 50%; }
    .m-hproc .box-hd { width: 53%; } }

@media screen and (max-width: 480px) { .m-hproc .hd-name { display: none; }
    .m-hproc .hd-title { line-height: 24px; font-size: 16px; font-size: 1.6rem; }
    .m-hproc .hd-link { margin-top: 10px; } }

.m-hhd .hd-title {line-height: 60px;font-size: 50px;font-size: 5rem;text-transform: uppercase;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.m-hhd .hd-desc {margin-top: 13px;line-height: 26px;font-size: 16px;font-size: 1.6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.m-hhd .hd-desc:first-child { margin-top: 0; }

@media screen and (max-width: 991px) { .m-hhd .hd-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; }
    .m-hhd .hd-desc {margin-top: 10px;line-height: 22px;font-size: 14px;font-size: 1.4rem;} }

.m-proitem { position: relative; background-color: #fff; padding: 20px; border: 1px solid #fff; }

.m-proitem .item-top { position: relative; overflow: hidden; }

.m-proitem .item-text { padding-top: 25px; padding-bottom: 63px; text-align: center; }

.m-proitem .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-proitem .item-price { margin-left: 5px; margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 28px; }

.m-proitem .item-price .after { font-size: 18px; font-size: 1.8rem; color: #821120; vertical-align: middle; }

.m-proitem .item-price .before { font-size: 14px; font-size: 1.4rem; color: #999; text-decoration: line-through; vertical-align: middle; }

.m-proitem .item-fix { margin-top: 4px; text-align: center; }

.m-proitem .item-lv { position: relative; z-index: 9; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

.m-proitem .layui-rate { padding: 0; }

.m-proitem .item-rate { margin-top: 3px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }

.m-proitem .item-rate i.layui-icon { margin-right: 0; }

.m-proitem .rate-text { color: #999; vertical-align: middle; }

.m-proitem .item-bought { margin-top: 4px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #999; }

.m-proitem .item-progress { margin-top: 10px; }

.m-proitem .item-zhekou { position: absolute; right: 0; top: 0; padding: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; text-align: center; color: #fff; background-color: #333333; }

.m-proitem .item-modal { position: absolute; left: 0; bottom: 20px; width: 100%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; overflow: hidden; }

.m-proitem .modal-fix { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.m-proitem .modal-link { margin-left: 5px; margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; line-height: 34px; text-align: center; font-size: 14px; font-size: 1.4rem; color: #333; background-color: #fff; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #dcdcdc; }

.m-proitem .modal-link:hover, .m-proitem .modal-link.active, .m-proitem .modal-link.on { color: #fff; background-color: #821120; border-color: #821120; }

.m-proitem .item-time { position: absolute; left: 0; bottom: 0; width: 100%; padding: 2px 5px; line-height: 20px; font-size: 12px; font-size: 1.2rem; color: #fff; text-align: center; background-color: #333; background-color: rgba(0, 0, 0, 0.5); -moz-box-sizing: border-box; box-sizing: border-box; }

.m-proitem .item-time.zhengzai { background-color: #821120; background-color: rgba(130, 17, 32, 0.85); }

.m-proitem .item-time.jijiang { background-color: #666; background-color: rgba(0, 0, 0, 0.65); }

.m-proitem .item-time.guoqi { background-color: #b0b0b0; background-color: rgba(0, 0, 0, 0.3); }

.m-proitem .item-status { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-proitem .item-status span { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; width: 120px; line-height: 30px; padding: 5px 10px; font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; background-color: #000; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-proitem:hover { border: 1px solid #cccccc; }

.m-proitem:hover .modal-link { visibility: visible; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

@media screen and (max-width: 991px) { .m-proitem { padding: 5px; }
    .m-proitem .item-text { padding: 15px 10px; }
    .m-proitem .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap; }
    .m-proitem .item-price { line-height: 16px; }
    .m-proitem .item-price .before { font-size: 10px; font-size: 1rem; }
    .m-proitem .item-price .after { font-size: 12px; font-size: 1.2rem; }
    .m-proitem .item-time { line-height: 22px; font-size: 12px; font-size: 1.2rem; }
    .m-proitem .item-zhekou { min-width: 32px; padding: 5px; font-size: 10px; font-size: 1rem; line-height: 16px; } }

.m-progress { overflow: hidden; }

.m-progress .progress-wp { -webkit-transform: translate(0, 5px); -moz-transform: translate(0, 5px); -ms-transform: translate(0, 5px); -o-transform: translate(0, 5px); transform: translate(0, 5px); height: 4px; background-color: #dcdcdc; border-radius: 2px; overflow: hidden; }

.m-progress .progress-wp div { height: 4px; border-radius: 2px; background-color: #821120; }

.m-progress .progress-title { float: right; margin-left: 5px; line-height: 14px; font-size: 12px; font-size: 1.2rem; color: #821120; }

.m-progress.zhengzai .progress-wp div { background-color: #821120; }

.m-progress.zhengzai .progress-title { color: #821120; }

.m-progress.jijiang .progress-wp div { background-color: #666; }

.m-progress.jijiang .progress-title { color: #666; }

.m-progress.guoqi .progress-wp div { background-color: #b0b0b0; }

.m-progress.guoqi .progress-title { color: #b0b0b0; }

.m-prolv { position: relative; z-index: 9; text-align: left; }

.m-prolv .level-icon { position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-prolv .level-info { position: absolute; bottom: 100%; right: 0; display: none; width: 190px; padding: 10px; background-color: #fff; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); -moz-box-sizing: border-box; box-sizing: border-box; }

.m-prolv .level-item { position: relative; overflow: hidden; padding-left: 20px; line-height: 16px; font-size: 12px; font-size: 1.2rem; margin-top: 5px; }

.m-prolv .level-item img { position: absolute; left: 0; top: 0; width: 16px; height: 16px; }

.m-prolv .level-item:first-child { margin-top: 0; }

.m-prolv .level-off { float: right; margin-left: 10px; color: #821120; }

.m-prolv .level-text { overflow: hidden; display: block; word-break: break-all; }

@media screen and (max-width: 991px) { .m-prolv .level-info { width: 170px; }
    .m-prolv .level-item { font-size: 10px; font-size: 1rem; } }

.g-hpro { margin-top: 120px; padding-top: 103px; padding-bottom: 145px; background: url("../images/hbg1.jpg") no-repeat right top; }

.g-hpro .box-hd { margin-bottom: 35px; text-align: center; color: #fff; }

.g-hpro .box-hd a { color: #fff; }

.g-hpro .box-hd a:hover { color: #821120; }

@media screen and (max-width: 991px) { .g-hpro { background-size: cover; margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
    .g-hpro .box-hd { margin-bottom: 30px; } }

.m-hpro { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-hpro .list-item { margin-right: 2.5%; margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 23.08333%; }

@media screen and (max-width: 480px) { .m-hpro .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.g-hgroupro { margin-top: 120px; }

@media screen and (max-width: 991px) { .g-hgroupro { margin-top: 30px; } }

.m-hgroupro .box-img { float: right; margin-left: 5%; width: 47.91667%; line-height: 0; font-size: 0; }

.m-hgroupro .box-img a { display: block; }

.m-hgroupro .box-hd { position: relative; margin-bottom: 123px; }

.m-hgroupro .box-hd:before { content: ""; position: absolute; right: 100%; top: 0; width: 960px; height: 100%; background-color: #333; }

.m-hgroupro .hd-wp { position: relative; padding-right: 60px; padding-left: 10px; padding-top: 46px; padding-bottom: 48px; text-align: right; overflow: hidden; background-color: #333333; color: #fff; }

.m-hgroupro .hd-wp a { color: #fff; }

.m-hgroupro .hd-wp a:hover { color: #821120; }

.m-hgroupro .box-bd { position: relative; padding-left: 235px; }

.m-hgroupro .box-list { width: 10000%; overflow: hidden; }

.m-hgroupro .list-item { float: left; width: 1%; }

.m-hgroupro .item-text { padding-top: 15px; padding-left: 5px; padding-right: 5px; text-align: center; }

.m-hgroupro .item-title { height: 28px; line-height: 28px; font-size: 24px; font-size: 2.4rem; text-overflow: ellipsis; white-space: nowrap; }

.m-hgroupro .item-price { margin-top: 10px; margin-left: 5px; margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 28px; }

.m-hgroupro .item-price .after { font-size: 26px; font-size: 2.6rem; color: #821120; vertical-align: middle; }

.m-hgroupro .item-price .before { font-size: 14px; font-size: 1.4rem; color: #999; text-decoration: line-through; vertical-align: middle; }

.m-hgroupro .layui-rate { padding: 0; }

.m-hgroupro .item-rate { margin-top: 5px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }

.m-hgroupro .item-rate i.layui-icon { margin-right: 0; }

.m-hgroupro .rate-text { color: #999; vertical-align: middle; }

.m-hgroupro .item-bought { margin-top: 13px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #999; }

.m-hgroupro .box-btn { position: absolute; right: 0; width: 40px; line-height: 50px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #333333; }

.m-hgroupro .box-btn.next { bottom: 0; }

.m-hgroupro .box-btn.prev { bottom: 50px; }

.m-hgroupro .box-btn:hover { color: #fff; background-color: #821120; }

.m-hgroupro .box-link { position: absolute; left: 0; bottom: 0; width: 165px; }

.m-hgroupro .box-link p { position: relative; background-color: #821120; overflow: hidden; padding: 20px 0; line-height: 40px; font-size: 22px; font-size: 2.2rem; color: #fff; }

.m-hgroupro .box-link a { color: #fff; }

.m-hgroupro .box-link a:hover { color: #fff; text-decoration: underline; }

.m-hgroupro .box-link:before { content: ""; position: absolute; right: 100%; top: 0; width: 960px; height: 100%; background-color: #821120; }

.m-hgroupro .box-link:after { content: ""; position: absolute; right: 100%; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); margin-right: 30px; width: 960px; height: 1px; background-color: #fff; }

@media screen and (max-width: 991px) { .m-hgroupro .box-link { display: none; }
    .m-hgroupro .box-bd { padding-left: 0; }
    .m-hgroupro .box-img { display: none; }
    .m-hgroupro .hd-wp { padding: 20px 15px; }
    .m-hgroupro .box-hd { margin-bottom: 30px; }
    .m-hgroupro .box-fix { padding-top: 50px; position: relative; }
    .m-hgroupro .box-btn { bottom: auto; top: 0; width: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
    .m-hgroupro .box-btn.prev { right: auto; left: 0; bottom: auto; }
    .m-hgroupro .box-btn.next { bottom: auto; }
    .m-hgroupro .list-item { margin-right: .02%; width: .32%; }
    .m-hgroupro .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap; }
    .m-hgroupro .item-price { margin-top: 5px; margin-left: 5px; margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 24px; }
    .m-hgroupro .item-price .after { font-size: 14px; font-size: 1.4rem; color: #821120; vertical-align: middle; }
    .m-hgroupro .item-price .before { font-size: 12px; font-size: 1.2rem; color: #999; text-decoration: line-through; vertical-align: middle; }
    .m-hgroupro .layui-rate { padding: 0; }
    .m-hgroupro .item-rate { margin-top: 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
    .m-hgroupro .item-rate i.layui-icon { margin-right: 0; }
    .m-hgroupro .rate-text { color: #999; vertical-align: middle; }
    .m-hgroupro .item-bought { margin-top: 8px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #999; } }

@media screen and (max-width: 375px) { .m-hgroupro .list-item { width: .49%; } }

.g-hflashpro { padding-top: 120px; padding-bottom: 120px; }

.g-hflashpro > .box-wp { width: 96%; margin: 0 auto; max-width: 1400px; }

@media screen and (max-width: 991px) { .g-hflashpro { padding-top: 30px; padding-bottom: 30px; } }

.m-hflashpro { position: relative; }

.m-hflashpro .box-hd {position: absolute;left: 0;top: 0;z-index: 9;width: 48%;}

.m-hflashpro .hd-title {color: #821120;}

.m-hflashpro .hd-title a { color: #821120; }

.m-hflashpro .hd-title a:hover { text-decoration: underline; }

.m-hflashpro .box-list { width: 10000%; overflow: hidden; }

.m-hflashpro .list-item { position: relative; float: left; width: 1%; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.m-hflashpro .item-pic { float: right; margin-left: 11.16667%; width: 50%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.m-hflashpro .item-text { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.m-hflashpro .item-title { height: 40px; line-height: 40px; font-size: 30px; font-size: 3rem; text-overflow: ellipsis; white-space: nowrap; }

.m-hflashpro .item-desc { margin-top: 14px; height: 44px; line-height: 22px; font-size: 18px; font-size: 1.8rem; color: #999; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }

.m-hflashpro .item-desc a { color: #999; }

.m-hflashpro .item-desc a:hover { color: #821120; }

.m-hflashpro .item-time { margin-top: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #666; }

.m-hflashpro .item-progress { margin-top: 2px; }

.m-hflashpro .item-price { margin-top: 21px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 28px; }

.m-hflashpro .item-price .after { font-size: 26px; font-size: 2.6rem; color: #821120; vertical-align: middle; }

.m-hflashpro .item-price .before { font-size: 14px; font-size: 1.4rem; color: #999; text-decoration: line-through; vertical-align: middle; }

.m-hflashpro .btn-wp { margin-top: 50px; }

.m-hflashpro .btn-wp2 { display: none; }

.m-hflashpro .box-btn { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 30px; font-size: 3rem; color: #999; }

.m-hflashpro .box-btn:hover { color: #821120; }

@media screen and (max-width: 1219px) { .m-hflashpro .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
    .m-hflashpro .item-desc { margin-top: 5px; height: 44px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
    .m-hflashpro .item-time { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
    .m-hflashpro .item-price { margin-top: 10px; }
    .m-hflashpro .item-price .after { font-size: 16px; font-size: 1.6rem; }
    .m-hflashpro .item-price .before { font-size: 12px; font-size: 1.2rem; }
    .m-hflashpro .btn-wp { margin-top: 15px; }
    .m-hflashpro .box-btn { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .m-hflashpro .box-hd {margin-bottom: 30px;position: relative;text-align: center;width: 100%;}
    .m-hflashpro .list-item { margin-right: .02%; width: .32%; display: block; }
    .m-hflashpro .item-pic { float: none; margin-left: 0; width: 100%; }
    .m-hflashpro .item-title { margin-top: 15px; }
    .m-hflashpro .btn-wp1 { display: none; }
    .m-hflashpro .btn-wp2 { margin-bottom: 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media screen and (max-width: 375px) { .m-hflashpro .list-item { width: .49%; } }

.g-hblank { margin-top: 120px; }

@media screen and (max-width: 991px) { .g-hblank { margin-top: 30px; } }

.g-hnews { padding-top: 132px; padding-bottom: 61px; background: url("../images/hbg2.jpg") no-repeat center; background-size: cover; }

.g-hnews .box-hd { margin-bottom: 42px; text-align: center; color: #fff; }

.g-hnews .box-hd a { color: #fff; }

.g-hnews .box-hd a:hover { color: #821120; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; }
    .g-hnews .box-hd { margin-bottom: 30px; } }

.m-hnews .box-img { float: left; margin-right: 4.58333%; width: 43.5%; }

.m-hnews .list-item { position: relative; padding-top: 25px; padding-bottom: 25px; border-top: 1px solid #999; overflow: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hnews .list-item:last-child { border-bottom: 1px solid #999; }

.m-hnews .list-item:hover { -webkit-transform: translate(10px, 0); -moz-transform: translate(10px, 0); -ms-transform: translate(10px, 0); -o-transform: translate(10px, 0); transform: translate(10px, 0); border-color: #fff; color: #fff; }

.m-hnews .list-item:hover .item-title, .m-hnews .list-item:hover .item-desc, .m-hnews .list-item:hover .item-time, .m-hnews .list-item:hover .item-link { color: #fff; }

.m-hnews .list-item:hover .item-title a, .m-hnews .list-item:hover .item-desc a, .m-hnews .list-item:hover .item-time a, .m-hnews .list-item:hover .item-link a { color: #fff; }

.m-hnews .item-title { padding-right: 100px; height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #999; text-overflow: ellipsis; white-space: nowrap; }

.m-hnews .item-title a { color: #999; }

.m-hnews .item-time { position: absolute; right: 0; top: 25px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-hnews .item-desc { margin-top: 19px; padding-right: 60px; max-height: 36px; line-height: 18px; font-size: 14px; font-size: 1.4rem; color: #999; overflow: hidden; }

.m-hnews .item-desc a { color: #999; }

.m-hnews .item-link { position: absolute; right: 0; bottom: 32px; font-size: 30px; font-size: 3rem; color: #999; }

@media screen and (max-width: 991px) { .m-hnews .item-title { font-size: 14px; font-size: 1.4rem; }
    .m-hnews .item-desc { padding-right: 0; margin-top: 5px; font-size: 12px; font-size: 1.2rem; }
    .m-hnews .item-link { display: none; } }

@media screen and (max-width: 640px) { .m-hnews .box-img { float: none; margin-right: 0; margin-bottom: 30px; width: 100%; } }

.g-sendemail { padding-top: 60px; padding-bottom: 120px; border-bottom: 1px solid #fff; }

@media screen and (max-width: 991px) { .g-sendemail { padding-top: 30px; padding-bottom: 30px; } }

.m-hsendemail .box-wp { padding-left: 28px; padding-right: 28px; padding-top: 44px; padding-bottom: 46px; background-size: cover; background-color: #fff; overflow: hidden; }

.m-hsendemail .box-text { float: left; width: 100%; padding-right: 56.55594%; line-height: 30px; font-size: 20px; font-size: 2rem; color: #999; }

.m-hsendemail .box-title { font-size: 30px; font-size: 3rem; text-transform: uppercase; color: #ba096e; }

.m-hsendemail .box-form { float: right; margin-left: -52.88462%; width: 52.88462%; padding-top: 0; }

.m-hsendemail .form-fix { position: relative; margin-bottom: 5px; padding: 5px; padding-right: 105px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #dcdcdc; }

.m-hsendemail .form-btn { position: absolute; right: 5px; top: 5px; width: 124px; height: 60px; font-size: 18px; font-size: 1.8rem; color: #fff; background-color: #821120; border-radius: 4px; cursor: pointer; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #821120; }

.m-hsendemail .form-btn:hover { color: #fff; background-color: #333; }

.m-hsendemail .form-text { width: 100%; height: 60px; line-height: 60px; padding: 0 20px; font-size: 14px; font-size: 1.4rem; color: #333; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hsendemail .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-hsendemail .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-hsendemail .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-hsendemail .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

@media screen and (max-width: 991px) { .m-hsendemail .box-wp { padding: 30px 15px; }
    .m-hsendemail .box-text { float: none; padding-right: 0; line-height: 24px; }
    .m-hsendemail .box-form { float: none; margin-left: 0; width: 100%; max-width: 600px; padding-top: 15px; }
    .m-hsendemail .box-title { font-size: 18px; font-size: 1.8rem; }
    .m-hsendemail .box-desc { font-size: 12px; font-size: 1.2rem; }
    .m-hsendemail .form-fix { padding-right: 75px; }
    .m-hsendemail .form-text { padding: 0 10px; height: 36px; line-height: 36px; font-size: 12px; font-size: 1.2rem; }
    .m-hsendemail .form-btn { width: 70px; height: 36px; font-size: 12px; font-size: 1.2rem; } }

.g-ft { background: url("../images/hbg2.jpg") no-repeat center; background-size: cover; }

@media screen and (max-width: 991px) { .g-ft { padding-bottom: 30px; } }

.m-ftfix1 { padding-top: 26px; padding-bottom: 27px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #fff; }

.m-ftfix1 a { color: #fff; }

.m-ftfix1 a:hover { color: #821120; }

.m-ftlogo { text-align: center; max-width: 273px; }

.m-ftt { margin-bottom: 19px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-ftinfo .info-item { position: relative; padding-left: 22px; }

.m-ftinfo .info-item i { position: absolute; left: 0; }

.m-fbtn { display: none; }

.m-ftfix2 { padding-top: 29px; padding-bottom: 30px; border-top: 1px solid #fff; }

.m-ftshare { float: right; margin-left: 15px; font-size: 0; letter-spacing: 0; }

.m-ftshare .share-item { margin-right: 13px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; line-height: 34px; border: 1px solid #fff; border-radius: 50%; font-size: 18px; font-size: 1.8rem; color: #fff; text-align: center; }

.m-ftshare .share-item svg { width: 100%; }

.m-ftshare .share-item:hover { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }

.m-ftext { padding: 5px 0; line-height: 26px; font-size: 14px; font-size: 1.4rem; overflow: hidden; color: #fff; }

.m-ftext a { color: #fff; }

.m-ftext a:hover { color: #821120; }

.m-ftfix3 { border-top: 1px solid #fff; padding-top: 20px; padding-bottom: 20px; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; }

.m-ftfix3 a { color: #fff; }

.m-ftfix3 a:hover { color: #821120; }

.m-ftlnk .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

.m-ftlnk .list-line { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

@media screen and (max-width: 991px) { .m-ftt { display: none; }
    .m-ftlogo { margin: 0 auto; }
    .m-fbtn { position: relative; display: block; line-height: 30px; font-size: 16px; font-size: 1.6rem; padding-right: 30px; }
    .m-fbtn:after { content: "+"; position: absolute; right: 0; top: 0; font-size: 30px; font-size: 3rem; }
    .m-ftnav, .m-ftinfo { margin-top: 20px; display: none; }
    .m-ftfix3 { display: none; }
    .m-ftshare { float: none; margin-left: 0; text-align: center; }
    .m-ftshare .share-item { width: 30px; line-height: 28px; font-size: 16px; font-size: 1.6rem; }
    .m-ftext { margin-top: 10px; text-align: center; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .carousel-control { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 30px; font-size: 3rem; color: #fff; }

.banner .carousel-control.left { left: 6.77083%; }

.banner .carousel-control.right { right: 6.77083%; }

.banner .carousel-control:hover { color: #821120; }

.banner .dotList { position: absolute; bottom: 27px; left: 0; width: 100%; text-align: center; }

.banner .dotList ul { display: inline-block; position: relative; padding-left: 54px; padding-right: 54px; }

.banner .dotList ul li { margin: 0 15px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; line-height: 26px; width: auto; height: auto; font-size: 16px; font-size: 1.6rem; color: #999; }

.banner .dotList ul li.active { font-size: 18px; font-size: 1.8rem; color: #fff; }

.banner .dotList ul:before, .banner .dotList ul:after { content: ""; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); width: 24px; height: 1px; background-color: #fff; }

.banner .dotList ul:before { left: 0; }

.banner .dotList ul:after { right: 0; }

@media screen and (max-width: 991px) { .banner .carousel-control { display: none; }
    .banner .dotList { bottom: 15px; }
    .banner .dotList ul { padding-left: 0; padding-right: 0; }
    .banner .dotList ul li { margin: 0 5px; line-height: 22px; font-size: 12px; font-size: 1.2rem; }
    .banner .dotList ul li.active { font-size: 14px; font-size: 1.4rem; }
    .banner .dotList ul:before, .banner .dotList ul:after { display: none; } }

.g-hd { position: relative; left: 0; top: 0; z-index: 9; width: 100%; border-bottom: 1px solid #dcdcdc; }

.g-hd2 { position: relative; }

.m-hdfix1 { line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #222; }

.m-hdfix1 a { color: #222; }

.m-hdfix1 a:hover, .m-hdfix1 a.active { color: #821120; }

@media screen and (max-width: 991px) { .m-hdfix1 { font-size: 12px; font-size: 1.2rem; } }

.m-hdcurrency { padding: 10px 0; }

@media screen and (max-width: 991px) { .m-hdcurrency { float: right; margin-left: 10px; border: none; padding-left: 0; padding-right: 0; } }

.m-currency { background: none; border: none; }

.m-hduser { padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.m-hduser .user-title { margin-right: 10px; }

.m-hduser .user-fix { position: relative; display: inline-block; *display: inline; *zoom: 1; }

.m-hduser .user-icon { font-size: 16px; font-size: 1.6rem; }

.m-hduser .user-line { margin: 0 5px; }

.m-hduser .user-link { padding-left: 10px; padding-right: 10px; display: inline-block; *display: inline; *zoom: 1; }

.m-hduser .user-list { position: absolute; z-index: 9; right: 0; top: 100%; display: none; margin-top: 5px; width: 150px; padding: 0 5px; font-size: 12px; font-size: 1.2rem; background-color: #fff; box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4); border-radius: 10px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hduser .user-list li { padding: 5px; color: #333; line-height: 24px; border-top: 1px solid #ccc; }

.m-hduser .user-list li a { color: #333; }

.m-hduser .user-list li a:hover { color: #821120; }

.m-hduser .user-list li:first-child { border-top: none; }

@media screen and (max-width: 991px) { .m-hduser .user-icon, .m-hduser .user-title, .m-hduser .user-line { display: none; }
    .m-hduser .user-link { margin: 0 5px; border: none; padding-left: 0; padding-right: 0; } }

.m-hdloginform { position: absolute; z-index: 9; right: 0; top: 100%; margin-top: 5px; display: none; width: 214px; padding-left: 20px; padding-right: 20px; padding-top: 15px; padding-bottom: 20px; background-color: #ffffff; box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4); -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdloginform .form-item { margin-top: 12px; }

.m-hdloginform .form-item:first-child { margin-top: 0; }

.m-hdloginform .form-label { margin-bottom: 3px; line-height: 1; font-size: 12px; font-size: 1.2rem; color: #666; }

.m-hdloginform .form-input input { width: 100%; height: 26px; padding: 0 10px; line-height: 34px; font-size: 12px; font-size: 1.2rem; color: #666; background-color: #fff; border: solid 1px #d0d0d0; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdloginform .form-input input::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-hdloginform .form-input input:-moz-placeholder { color: #666; opacity: 1; }

.m-hdloginform .form-input input::-moz-placeholder { color: #666; opacity: 1; }

.m-hdloginform .form-input input:-ms-input-placeholder { color: #666; opacity: 1; }

.m-hdloginform .bot { font-size: 0; letter-spacing: 0; }

.m-hdloginform .form-btn { margin-top: 0; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 80px; height: 24px; line-height: 22px; font-size: 12px; font-size: 1.2rem; color: #666; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; border: solid 1px #821120; }

.m-hdloginform .form-btn:first-child { margin-right: 14px; }

.m-hdloginform .form-btn:hover { color: #fff; background-color: #821120; }

.m-hdloginform .form-info { margin-top: 17px; line-height: 18px; font-size: 12px; font-size: 1.2rem; color: #666; text-align: right; }

.m-hdloginform .form-info a { color: #666; }

.m-hdloginform .form-info a:hover { color: #821120; }

.m-hdloginform .form-info span { text-decoration: underline; }

@media screen and (max-width: 991px) { .m-hdloginform { right: 0; left: 0; width: 220px; padding: 20px 15px; } }

.m-hdfix2 { background-color: #fff; }

.m-hdfix2 > .box-fix { float: right; }

.m-hdlogo { float: left; line-height: 0; font-size: 0; text-align: center; }

.m-hdlogo a { display: inline-block; *display: inline; *zoom: 1; line-height: 118px; }

.m-hdlogo img { max-height: 118px; vertical-align: middle; }

@media screen and (max-width: 991px) { .m-hdlogo a { line-height: 100px; }
    .m-hdlogo img { max-width: 100px; } }

.m-hdnav { float: left; margin-left: 86px; max-width: 700px; }

.m-hdnav .nav-item { position: relative; margin-left: 50px; float: left; }

.m-hdnav .nav-item > a { position: relative; line-height: 118px; display: block; font-size: 16px; font-size: 1.6rem; color: #333; }

.m-hdnav .nav-item > a i { margin-left: 2px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 0; height: 0; border-top: 4px solid #333; border-left: 4px solid transparent; border-right: 4px solid transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current { color: #821120; }

.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before { content: ""; position: absolute; left: 0; right: 0; bottom: 40px; margin: 0 auto; width: 22px; height: 1px; background-color: #821120; }

.m-hdnav .nav-item:first-child { margin-left: 0; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-wp { -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-hdnav .sbnav-list1 { top: 100%; left: 0; width: 200px; }

.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 200px; }

.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 200px; }

.m-hdnav .sbnav-item { position: relative; }

.m-hdnav .sbnav-item a { display: block; padding-top: 6px; padding-bottom: 6px; padding-left: 14px; padding-right: 10px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #fff; background-color: #821120; }

@media screen and (max-width: 1219px) { .m-hdnav { margin-left: 30px; max-width: 590px; }
    .m-hdnav .nav-item { margin-left: 30px; }
    .m-hdnav .nav-item > a { font-size: 16px; font-size: 1.6rem; }
    .m-hdnav .sbnav-list { width: 160px; }
    .m-hdnav .sbnav-item > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-hdnav { display: none; } }

.m-hdsch { position: relative; margin-left: 30px; padding-top: 35px; padding-bottom: 35px; }

.m-hdsch .sch-btn { display: block; line-height: 48px; font-size: 18px; font-size: 1.8rem; color: #333; text-align: center; }

.m-hdsch .sch-btn.active { color: #821120; }

.m-hdsch .sch-form {position: absolute;right: 0;top: 100%;width: 516px;padding-right: 128px;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #fff;border-radius: 24px;border: solid 1px #e8e8e8;/* overflow: hidden; */display: none;}

.m-hdsch .form-text {width: 100%;height: 46px;line-height: 46px;padding-left: 18px;padding-right: 18px;font-size: 14px;font-size: 1.4rem;color: #999;border-right: none;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 24px 0 0 24px;}

.m-hdsch .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-hdsch .form-btn, .m-hdsch .form-icon {position: absolute;right: 0;top: 0;width: 128px;height: 46px;line-height: 46px;text-align: center;border-radius: 0 24px 24px 0;}

.m-hdsch .form-btn { z-index: 2; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #821120; }

.m-hdsch .form-icon { font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #821120; visibility: hidden; }

@media screen and (max-width: 1219px) { .m-hdsch { margin-left: 20px; }
    .m-hdsch .sch-form { width: 436px; } }

@media screen and (max-width: 991px) { .m-hdsch { padding-top: 26px; padding-bottom: 26px; }
    .m-hdsch .sch-btn { display: block; }
    .m-hdsch .sch-form { position: absolute; right: 0; top: 110%; width: 200px; padding-right: 36px; display: none; }
    .m-hdsch .form-text { padding: 0 10px; height: 36px; line-height: 34px; border-width: 1px; font-size: 14px; font-size: 1.4rem; }
    .m-hdsch .form-btn, .m-hdsch .form-icon { position: absolute; right: 0; width: 36px; height: 36px; }
    .m-hdsch .form-btn { background: none; font-size: 0; }
    .m-hdsch .form-btn { z-index: 2; background: none; }
    .m-hdsch .form-icon { line-height: 36px; font-size: 14px; font-size: 1.4rem; background-color: #821120; visibility: visible; } }

.m-hdcart { padding-top: 35px; padding-bottom: 35px; }

.m-hdcart .cart-link { position: relative; display: block; line-height: 48px; color: #333; font-size: 18px; font-size: 1.8rem; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdcart .cart-link .iconfont { display: block; font-size: 18px; font-size: 1.8rem; color: #333; }

.m-hdcart .cart-link .title { display: block; }

.m-hdcart .cart-link .num { position: absolute; right: -2px; top: -2px; display: block; min-width: 16px; line-height: 16px; font-size: 12px; font-size: 1.2rem; background-color: #821120; border-radius: 50%; }

.m-hdcart .cart-link .num span { display: inline-block; -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); color: #fff; }

@media screen and (max-width: 991px) { .m-hdcart { padding-top: 26px; padding-bottom: 26px; }
    .m-hdcart .cart-link .title { display: none; }
    .m-hdcart .cart-link .num { right: 5px; } }

.m-hdmnav { position: relative; float: left; margin-left: 30px; padding: 35px 0; }

.m-hdmnav .box-btn { display: block; line-height: 48px; font-size: 18px; font-size: 1.8rem; }

.m-hdmnav .box-list { position: absolute; right: 0; top: 100%; width: 180px; background-color: #fff; border: 1px solid #821120; display: none; }

.m-hdmnav .list-item a { display: block; line-height: 26px; padding: 5px 10px; font-size: 14px; font-size: 1.4rem; }

.m-hdmnav .list-item a:hover { color: #fff; background-color: #821120; }

@media screen and (max-width: 1219px) { .m-hdmnav { margin-left: 20px; } }

@media screen and (max-width: 991px) { .m-hdmnav { display: none; } }

.m-abtext .box-title { margin-bottom: 22px; line-height: 36px; font-size: 26px; font-size: 2.6rem; color: #333; text-align: center; }

.m-abtext .box-desc {  font-size: 14px; font-size: 1.4rem; color: #666; }

.m-abtext .box-desc p, .m-abtext .box-desc span, .m-abtext .box-desc b {  font-size: 14px; font-size: 1.4rem; }

.m-abtext .box-desc p { min-height: 20px; }

@media screen and (max-width: 991px) { .m-abtext .box-title { line-height: 30px; font-size: 20px; font-size: 2rem; } }

.m-ctusform { margin-top: 55px; overflow: hidden; }

.m-ctusform .box-pro { margin-bottom: 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.m-ctusform .pro-pic { float: left; margin-right: 20px; width: 80px; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; border: 1px solid #ccc; line-height: 0; font-size: 0; }

.m-ctusform .pro-title { font-size: 14px; font-size: 1.4rem; }

.m-ctusform .box-title { padding-top: 27px; padding-bottom: 14px; line-height: 34px; font-size: 24px; font-size: 2.4rem; }

.m-ctusform .form-item { position: relative; margin-bottom: 25px; padding-left: 20px; line-height: 0; font-size: 0; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-ctusform .form-item.important { background: url("../images/star1.png") no-repeat 0 20px; }

.m-ctusform .form-item-1 { padding-left: 0; width: 46.25%; }

.m-ctusform .form-item-1 .form-label { padding-left: 10px; }

.m-ctusform .form-item-1.important { background-position: 0 5px; }

.m-ctusform .form-item-2 { position: relative; width: 100%; padding-left: 0; }

.m-ctusform .form-item-2 .num { position: absolute; right: 0; left: 0; padding: 0 14px; line-height: 14px; font-size: 14px; font-size: 1.4rem; text-align: right; color: #999; top: 161px; }

.m-ctusform .form-item-2 .form-label { padding-left: 10px; }

.m-ctusform .form-item-2.important { background-position: 0 5px; }

.m-ctusform .form-item-3 { margin-right: 2.5%; width: 48.75%; }

.m-ctusform .form-item-4 { margin-right: 2.5%; width: 11.33333%; height: 46px; padding-left: 0; line-height: 46px; text-align: center; background-color: transparent; border-radius: 0; background-color: #f4fcff; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item-4 img { max-height: 46px; vertical-align: middle; }

.m-ctusform .form-item-5 { float: left; border: none; width: 34.83333%; padding-left: 0; }

.m-ctusform .form-label { margin-bottom: 10px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }

.m-ctusform .item-btn1 { width: 100%; height: 46px; padding-left: 0; line-height: 46px; color: #ffffff; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; background-color: #821120; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-ctusform .item-btn1:hover { color: #fff; background-color: #821120; }

.m-ctusform .item-text { width: 100%; height: 46px; line-height: 44px; padding-left: 15px; padding-right: 15px; font-size: 14px; font-size: 1.4rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #dcdcdc; background-color: #fff; }

.m-ctusform .item-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text:-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text::-moz-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-ctusform .item-text2 { padding-bottom: 20px; height: 160px; line-height: 44px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; }
    .m-ctusform .box-form { margin-bottom: -15px; }
    .m-ctusform .box-title { margin-bottom: 25px; font-size: 24px; font-size: 2.4rem; }
    .m-ctusform .form-item { margin-bottom: 15px; width: 100%; padding-left: 15px; }
    .m-ctusform .form-item.important { background-position: 0 15px; }
    .m-ctusform .form-item-1, .m-ctusform .form-item-2 { padding-left: 0; }
    .m-ctusform .form-item-1.important, .m-ctusform .form-item-2.important { background-position: 0 5px; }
    .m-ctusform .item-text { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
    .m-ctusform .item-text2 { padding-top: 0; height: 144px; }
    .m-ctusform .item-btn1 { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; }
    .m-ctusform .form-item-2 .num { top: 118px; }
    .m-ctusform .form-item-3 { margin-right: 10px; width: -webkit-calc(100% - 140px); width: -moz-calc(100% - 140px); width: calc(100% - 140px); }
    .m-ctusform .form-item-5 { padding-left: 0; }
    .m-ctusform .form-item-4 { float: right; margin-right: 0; padding-left: 0; width: 130px; height: 36px; line-height: 34px; }
    .m-ctusform .form-item-4 img { max-height: 34px; } }

@media screen and (max-width: 480px) { .m-ctusform .box-pro { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
    .m-ctusform .pro-pic { margin-bottom: 10px; } }

.g-wp { padding-top: 30px; padding-bottom: 120px; }

@media screen and (max-width: 991px) { .g-wp { padding-top: 35px; padding-bottom: 35px; } }

.g-mn { float: left; width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 310px; }

@media screen and (max-width: 991px) { .g-mn { float: none; padding-left: 0; } }

.g-sd { float: left; margin-left: -100%; width: 280px; }

@media screen and (max-width: 991px) { .g-sd { float: none; margin-left: 0; margin-top: 30px; width: 100%; } }

.m-sdname { position: relative; padding: 10px; display: block; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #505050; text-transform: uppercase; }

.m-sdnav1 { overflow: hidden; }

.m-sdnav1 .nav-btn { position: relative; display: none; width: 100%; padding-top: 10px; padding-left: 15px; padding-right: 40px; padding-bottom: 10px; line-height: 25px; font-size: 18px; font-size: 1.8rem; color: white; text-transform: uppercase; background-color: #821120; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdnav1 .nav-btn > p { position: absolute; bottom: 12px; right: 15px; }

.m-sdnav1 .nav-btn > p span { margin-bottom: 2px; display: block; width: 25px; height: 4px; background-color: #f2f2f2; }

.m-sdnav1 .nav-list { margin-top: 0; }

.m-sdnav1 .nav-item > a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 30px; line-height: 20px; font-size: 16px; font-size: 1.6rem; color: #333333; border-bottom: 1px solid #dcdcdc; }

.m-sdnav1 .nav-item > a .iconfont { position: absolute; right: 11px; top: 9px; }

.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active { color: #fff; background-color: #821120; }
.m-sdnav1 .sbnav-list { display: none; }

.m-sdnav1 .sbnav-list.show { display: block; }

.m-sdnav1 .sbnav-item1 > a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; border-bottom: 1px solid #dcdcdc; }

.m-sdnav1 .sbnav-item1 > a .iconfont { position: absolute; right: 11px; top: 9px; }

.m-sdnav1 .sbnav-item1 > a:hover, .m-sdnav1 .sbnav-item1 > a.active { color: #821120; }

.m-sdnav1 .sbnav-item2 a { display: block; padding-left: 40px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; line-height: 32px; font-size: 16px; font-size: 1.6rem; color: #999; border-bottom: 1px solid #dcdcdc; }

.m-sdnav1 .sbnav-item2 a:hover, .m-sdnav1 .sbnav-item2 a.active { color: #821120; }

@media screen and (max-width: 991px) { .m-sdnav1 .nav-name { display: none; }
    .m-sdnav1 .nav-btn { display: block; }
    .m-sdnav1 .nav-list { display: none; } }

.m-sdpro { margin-top: 30px; }

.m-sdpro .list-item { margin-top: 30px; overflow: hidden; }

.m-sdpro .item-pic { float: left; margin-right: 12px; width: 100px; border: 1px solid #ccc; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdpro .item-text { padding-top: 21px; overflow: hidden; }

.m-sdpro .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; text-overflow: ellipsis; white-space: nowrap; }

.m-sdpro .item-price { margin-top: 10px; line-height: 20px; font-size: 14px; font-size: 1.4rem; color: #999; }

.m-sdpro .price-before { text-decoration: line-through; }

.m-sdpro .price-after { font-size: 20px; font-size: 2rem; color: #821120; }

@media screen and (max-width: 991px) { .m-sdpro { margin-top: 30px; }
    .m-sdpro .box-list { overflow: hidden; font-size: 0; letter-spacing: 0; padding-bottom: 0; }
    .m-sdpro .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-left: 1%; margin-right: 1%; margin-top: 0; margin-bottom: 20px; width: 18%; }
    .m-sdpro .item-pic { float: none; margin-right: 0; width: 100%; }
    .m-sdpro .item-text { padding-top: 10px; }
    .m-sdpro .item-price { margin-top: 10px; }
    .m-sdpro .item-price span { display: inline; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-sdpro .list-item { width: 31.33%; } }

@media screen and (max-width: 375px) { .m-sdpro .list-item { width: 48%; } }

.m-prol { font-size: 0; letter-spacing: 0; margin-bottom: -30px; }

.m-prol .list-item { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 3.14607%; margin-bottom: 30px; width: 31.1236%; }

.m-presaletag{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    min-width: 69px;
    line-height: 26px;
    background: url(../images/presale.png) no-repeat right center;
    background-size: 100%;
    padding: 0 6px;
}

@media screen and (max-width: 640px) { .m-prol .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

@media screen and (max-width: 375px) { .m-prol .list-item { width: 98%; } }

@font-face {
    font-family: 'AvenirLTStdLight';
    src: url('../fonts/AvenirLTStdLight.eot');
    src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'),
    url('../fonts/AvenirLTStdLight.woff2') format('woff2'),
    url('../fonts/AvenirLTStdLight.woff') format('woff'),
    url('../fonts/AvenirLTStdLight.ttf') format('truetype'),
    url('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
    font-display: swap;
}

@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1611024498011'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1611024498011#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('../fonts/iconfont.woff?t=1611024498011') format('woff'),
    url('../fonts/iconfont.ttf?t=1611024498011') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg?t=1611024498011#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-shopcart:before {
    content: "\e635";
}

.icon-shopcart1:before {
    content: "\e636";
}

.icon-shopcart2:before {
    content: "\e637";
}

.icon-shopcart3:before {
    content: "\e638";
}

.icon-shopcart4:before {
    content: "\e639";
}

.icon-shopcart5:before {
    content: "\e63a";
}

.icon-collection:before {
    content: "\e7aa";
}

.icon-collection1:before {
    content: "\e7ab";
}

.icon-collection2:before {
    content: "\e7ac";
}

.icon-collection3:before {
    content: "\e7ad";
}

.icon-collection4:before {
    content: "\e7ae";
}

.icon-zuanshi:before {
    content: "\e675";
}

.icon-shuaxin:before {
    content: "\e614";
}

.icon-xing:before {
    content: "\e62d";
}

.icon-shuaxin1:before {
    content: "\e652";
}

.icon-hongxin:before {
    content: "\e63b";
}

.icon-APP:before {
    content: "\e6b0";
}

.icon-xing1:before {
    content: "\e610";
}

.icon-kefu1:before {
    content: "\e603";
}

.icon-xingzhuang:before {
    content: "\e70e";
}

.icon-APP1:before {
    content: "\e600";
}

.icon-chakan:before {
    content: "\e60b";
}

.icon-feedback2:before {
    content: "\e601";
}

.icon-right2:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e8ac";
}

.icon-left2:before {
    content: "\e8ad";
}

.icon-bottom2-copy:before {
    content: "\e8ae";
}

.icon-zhekoubeijing:before {
    content: "\e612";
}

.icon-zhekou:before {
    content: "\e656";
}

.icon-hot:before {
    content: "\e65c";
}

.icon-dianzanhongxin:before {
    content: "\e732";
}

.icon-youhuijuan:before {
    content: "\e615";
}

.icon-sort:before {
    content: "\e606";
}

.icon-sort1:before {
    content: "\e63c";
}

.icon-feedback:before {
    content: "\e69e";
}

.icon-vk:before {
    content: "\e735";
}

.icon-kefu:before {
    content: "\e628";
}

.icon-jian2:before {
    content: "\e605";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-visible:before {
    content: "\e604";
}

.icon-hidden:before {
    content: "\e609";
}

.icon-riqi:before {
    content: "\e681";
}

.icon-wrong1:before {
    content: "\e633";
}

.icon-success1:before {
    content: "\e89f";
}

.icon-caidan:before {
    content: "\e63d";
}


/* .m-provideo start */
.m-provideo .box-wp {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.m-provideo .box-btn{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 36px;
    line-height: 34px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #666;
    border-radius: 50%;
}

.m-provideo .box-btn:hover{
    color: #333;
    border-color: #333;
}

.m-provideo .prev{
    left: 0;
}

.m-provideo  .next{
    right: 0;
}

.m-provideo .box-list{
    width: 10000%;
    overflow: hidden;
}

.m-provideo .list-item{
    float: left;
    margin-right: .0133%;
    width: .24%;
    background-color: #f0f0f0;
}

.m-provideo .item-video{
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.m-provideo .item-video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-provideo .item-text{
    padding: 10px 15px;
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
}

.m-provideo .item-info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.m-provideo .info-item{
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 991px){
    .m-provideo .list-item{
        margin-right: .02%;
        width: .32%;
    }
}

@media screen and (max-width: 480px){
    .m-provideo .list-item{
        width: .49%;
    }
}

@media screen and (max-width: 375px){
    .m-provideo .list-item{
        width: 1%;
    }
}
/* .m-provideo end */
/* .m-probadge start */
.m-probadge .box-list{
    font-size: 0;
    letter-spacing: 0;
}

.m-probadge .list-item{
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
/* .m-probadge end */
/* .m-faq start */
.m-faq{
    margin-top: 30px;
}

.m-faq .box-title{
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #821120;
}

.m-faq:first-child{
    margin-top: 0;
}

.m-faq .list-item { margin-top: 30px; border: 1px solid #666;}

.m-faq .list-item:first-child { margin-top: 0; }

.m-faq .item-bd { padding-left: 12px; padding-right: 12px; display: none; }

.m-faq .item-bd.show { display: block; }

.m-faq .item-hd { position: relative; padding-left: 20px; padding-right: 50px; padding-top: 9px; padding-bottom: 9px; line-height: 30px; font-size: 16px; font-size: 1.6rem;  }

.m-faq .item-hd i { position: absolute; right: 10px; top: 9px; font-size: 18px; font-size: 1.8rem; }

.m-faq .item-hd .icon-up1 { visibility: visible; }

.m-faq .item-hd .icon-bottom1 { visibility: hidden; }

.m-faq .item-hd.active .icon-up1 { visibility: hidden; }

.m-faq .item-hd.active .icon-bottom1 { visibility: visible; }

.m-faq .item-desc { padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px; color: #666; }
/* .m-faq end */
/* .g-hvr start */
.g-hvr{
    margin-top: 85px;
}

.m-hvr .box-item{
    overflow: hidden;
}

.m-hvr .box-item2{
    margin-top: -7.9%;
}

.m-hvr .item-iframe{
    position: relative;
    width: 48.83%;
    padding-top: 28.33%;
    line-height: 0;
    overflow: hidden;
}

.m-hvr .item-iframe1{
    float: left;
    margin-right: 42px;
}

.m-hvr .item-iframe2{
    float: right;
    margin-left: 42px;
}

.m-hvr .item-iframe iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-hvr .item-iframe img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-hvr .item-wp{
    overflow: hidden;
}

.m-hvr .item-wp1{
    padding-top: 2.44%;
}

.m-hvr .item-wp2{
    padding-top: 12.9%;
}

.m-hvr .item-title{
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    font-size: 2.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-hvr .item-desc{
    margin-top: 20px;
    height: 44px;
    line-height: 22px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #999;
    overflow: hidden;
}

.m-hvr .item-info{
    margin-top: 28px;
}

.m-hvr .info-item{
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    word-break: break-word;
}

.m-hvr .info-item:last-child{
    margin-right: 0;
}

@media screen and (max-width: 991px){
    .g-hvr{
        margin-top: 30px;
    }

    .m-hvr .box-item{
        margin-top: 30px;
    }

    .m-hvr .box-item:first-child{
        margin-top: 0;
    }

    .m-hvr .item-iframe1{
        margin-right: 20px;
    }

    .m-hvr .item-iframe2{
        margin-left: 20px;
    }

    .m-hvr .item-wp{
        padding-top: 15px;
    }

    .m-hvr .item-title{
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .m-hvr .item-desc{
        margin-top: 10px;
        height: 44px;
        line-height: 22px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-hvr .item-info{
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px){
    .m-hvr .box-item{
        padding-bottom: 0;
    }

    .m-hvr .box-item .item-iframe{
        width: 100%;
        padding-top: 60%;
    }

    .m-hvr .box-item .item-wp{
        position: relative;
        width: 100%;
    }
}
/* .g-hvr end */
/* .m-hdlang start */
.m-hdlang {
    position: relative;
    margin-left: 10px;
    padding-top: 10px;
}
.m-hdlang .lang-btn {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.m-hdlang .lang-btn i {
    margin-left: 5px;
    font-size: 10px;
    font-size: 1rem;
}
.m-hdlang .lang-list {
    position: absolute;
    left: 0;
    top: 160%;
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #ccc;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
}
.m-hdlang .lang-list.active {
    visibility: visible;
    opacity: 1;
    top: 110%;
}
.m-hdlang .lang-list p {
    display: block;
    line-height: 20px;
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
}
.m-hdlang .lang-list p:hover {
    color: #821120;
}

@media screen and (max-width: 767px){
    .m-hdlang{
        margin-left: 30px;
    }
}
/* .m-hdlang end */
/*gong gong ye mian css xiu gai start*/
.layui-layer-btn .layui-layer-btn0{
    border-color: #821120 !important;
    background-color: #821120 !important;
    color: #fff;
}
.cart-style-box .style-box1 .center a ul li:hover{
    background-color: #821120 !important;
    color: #fff;
}

.vcb .collect:hover{
    color: #821120 !important;
}
.big-box-ljj .order-content .order-item .tip a:hover{
    color: #821120 !important;
}
.bot-total>p>a{
    color: #333 !important;
}
.bot-total>p>a:hover{
    color: #821120 !important;
}
.big-box-ljj .shopcart-list .delete:hover{
    color: #821120 !important;
}
.big-box-ljj .shopcart-list .favorite:hover{
    color: #821120 !important;
}
.login-box .content-box .title2 a:hover{
    color: #821120 !important;
}
.blueTextSet{color: #821120 !important;}
.btn:hover{
    border: 1px solid #821120 !important;
    color: #fff;
    background-color: #821120 !important;
}
a:hover{ color: #821120 ;  }
.btn-blue{
    background-color: #821120 !important;
    border: 1px solid #821120 !important;
}
.btn-blue:hover{ color: #fff !important; }
#chatBox .chatTop {
    background-color: #821120 !important;
}
.chaticon-file{
    color: #821120 !important;
}
.chat{
    background-color: #821120 !important;
}
.btn-blue:hover{
    background-color: #191919;
    border: 1px solid #191919;
}
.big-box-ljj .shopcart-list .index-item .title-line{
    border-bottom: 2px solid #821120;
    color: #821120;
}
.big-box-ljj .shopcart-list .cart-bot .total-price{
    color: #821120;
}
.big-box-ljj .shopcart-list .continue a{
    color: #821120;
}
.big-box-ljj .shopcart-list .cart-bot .select-num{
    color: #821120;
}
.big-box-ljj .shopcart-list .favorite.on{
    color: #821120;
}
.big-box-ljj .order-content .shipping-method li .radiobox.checked span{
    color: #821120;
}
.big-box-ljj .order-content .shipping-method .bot .why a{
    color: #821120;
}
.big-box-ljj .order-content .payment-method li .radiobox.checked span{
    color: #821120;
}
.big-box-ljj .order-content .bot-total .box{
    border: 1px solid #821120;
}
.orders-search button{
    background: #821120 !important;
}
.gg-btns{
    background-color: #821120 !important;
}
.big-box .left .list p:hover a{
    color: #821120 !important;
}
.big-box .left .list a.active{
    color: #821120 !important;
}
.pages-btn a:hover{
    background-color: #821120 !important;
    border: 1px solid #821120 !important;
}
.pages-btn a.active{
    background-color: #821120 !important;
    border: 1px solid #821120 !important;
}
.big-box.account-order .right .text .Waybill a{
    color: #821120 !important;
}
.big-box.account-order .right .text .Contact span{
    color: #821120 !important;
}
.big-box.account-order .right .top .top-left .name{
    color: #821120 !important;
}
.noList a{
    color: #821120 !important;
}
.big-box.account-coupons .right .contBox .top .navBtn a.active{
    background-color: #821120 !important;
}
.big-box.account-order.account-order-list .search .form-box button{
    background-color: #821120 !important;
}
.big-box.account-order.account-order-list .search .form-box button:hover{
    background-color: #191919 !important;
}
.big-box.manage-address .right .contBox .top .navBtn a.active{
    background-color: #821120 !important;
}
.big-box.manage-address .right .contBox .top .addbtns{
    background-color: #821120 !important;
}
.big-box.manage-address .right .contBox .top .addbtns:hover{
    background-color: #191919 !important;
}
.big-box.manage-address .right .contBox .item-top .checkbox.checked span{
    /*background-color: #821120 !important;*/
    color: #821120 !important;
}
.big-box.account-order .right .top .top-right .card:nth-child(2) .num p{
    color: #821120 !important;
}
.big-box.account-order .right .top .top-right .card:nth-child(2) .num a{
    background-color: #821120 !important;
    border: 1px solid #821120 !important;
}
.my_inbox .show_chat_box .rt>span{
    background-color: #821120 !important;
}

.my_inbox .enter_chat_con .add_send .btn_send{
    background-color: #821120 !important;
}
.my_inbox .enter_chat_con .add_send .add_file .add_btn2{
    color: #821120 !important;
}
.btn.btn_blue{
    border: 1px solid  #821120 !important;
    background-color:#821120 !important;
}
#acceptCookie .bottom a{
    background-color:#821120 !important;
}
.chat{
    background-color: unset;
}
.big-box-ljj .order-content .bot-total .return-to-product-page{

    color: #821120;
}
.big-box-ljj .order-content .top-liucheng li.active{
    background-color:#821120 ;
}
.big-box-ljj .order-content .bot-total .return-to-product-page:hover{
    color: #191919;
}
.big-box-ljj .order-content .top-liucheng li.active:before{
    border-left:18px solid #821120;
}
.m-confirm-dialog .layui-layer-btn .layui-layer-btn0{
    border-color: #821120;
    background-color: #821120;
}
.big-box.account-order .right .orderLists .item .orders .jg .gwc:hover{
    background-color: #821120 !important;
}
.big-box.account-collection .right .contBox .item .jg .gwc:hover{
    background-color: #821120 !important;
}
.big-box.my-order-detail .process .item.active .icon{
    color: #821120 !important;
    z-index: 8 !important;
}
.big-box.my-order-detail .process .item.active{
    color: #821120 !important;
}
.big-box.my-order-detail .process .line.active{
    background-color: #821120 !important;
}
.big-box.my-order-detail .processBox{
    border-top: 1px solid #821120 !important;
}
.checkbox span{color:#821120 !important;}
.big-box-ljj .no-cart-box .box .icon{
    color: #821120;
}
.wholesaleBotTable .dele{
    color: #821120 ;
}
.m-confirm-dialog .layui-layer-btn .layui-layer-btn0{
    border-color: #821120 !important;
    background-color: #821120 !important;
}
.big-box.my-order-printing .xin p a{
    color: #821120!important;
}
.big-box.my-order-printing .bott a{
    color: #821120!important;
}
.write-comment-form .submit{
    background-color: #821120!important;
    border-color: #821120!important;
}
.m-prob1 .prob-info .content .item.item-shuxing .right a.active{
    border-color: #821120!important;
}

@media screen and (max-width: 720px){
    .processBoxMobile .item.on .icon {color: #821120 !important;}
    .processBoxMobile .item.on .name{color: #821120 !important;}
    .processBoxMobile .item.on .col{background-color: #821120 !important;}
    .processBoxMobile{border-top:1px solid #821120 !important;}

}

.point-box .point2 .cont .btns{background-color: #976D26!important;}
.register-box .Third-party a{color: #fff!important;}
.register-box .yfb-f-box img{max-height: 118px}
/*gong gong ye mian css xiu gai end*/

.m-prob1 .prob-info .btns .btn-yellow {
    color: #821120!important;
    background-color: #fff!important;
    border: 1px solid #821120!important;
}
.m-prob1 .prob-info .btns .btn-yellow:hover {
    color: #fff!important;
    background-color: #821120!important;
    border: 1px solid #821120!important;
}
.m-prob1 .prob-info .btns .btn-blue,.wholesaleBot .btn-blue {
    color: #821120!important;
    background-color: #fff!important;
    border: 1px solid #821120!important;
}
.m-prob1 .prob-info .btns .btn-blue:hover,.wholesaleBot .btn-blue:hover {
    color: #fff!important;
    background-color: #821120!important;
    border: 1px solid #821120!important;
}

.vizi{}
.via{ font-size:16px; font-size:1.6rem; font-weight:bold; line-height:24px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.vip{ font-size:14px; font-size:1.4rem; line-height:24px; max-height:48px; overflow:hidden;}
.big-box.account-order .right .tableBot .btns{background-color: #821120;}
.PayNow-toast .radiobox2.checked>span{color: #821120 !important;}
.PayNow-toast .flex button{background-color: #821120 !important;}
.big-box.my-order-detail .Information .InformationCont .InformationCont-right .btns{background-color: #821120;}

/**
拼团促销
 */
.success .continue {
    background-color: #333 !important;
}
