html,
body {
    font-family: "Microsoft YaHei";
}

.content {
    width: 83.333%;
    margin: 0 auto;
}

.videoContainer {
    width: 100%;
    height: 6.68rem;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 6.68rem;
    overflow: hidden;
}

.video-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.video-div video {
    width: 100%;
    height: 100%;
}

.searchDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 2rem 0;
    background: rgba(0, 0, 0, .2);
}

.searchDiv h1 {
    font-size: 0.44rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2.35px;
    font-family: "Microsoft YaHei";
    margin: 0;
}

.searchBox {
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}

.searchBox input {
    width: 77%;
    height: 46px;
    border: none;
    border-radius: 2px 0 0 2px;
    background: rgba(256, 256, 256, .5);
    padding-left: 20px;
    outline: none;
    font-size: 14px;
    color: #fff;
}

.searchBtn {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #e25c52;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}

.searchBtn img {
    width: 21px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.search-ul {
    width: 160px;
    height: 46px;
    background: rgba(256, 256, 256, .5);
    margin-left: 77%;
    position: relative;
    border-radius: 0 2px 2px 0;
}

.hotSearch {
    width: 50%;
    margin: 10px auto;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
}

.hotSearch li {
    /* margin: 0 8px;        */
}

.hotSearch li a {
    color: #fff;
}

.hotSearch li a:hover {
    color: #b8b8b8;
    text-decoration: none;
}

.search-ul::before {
    content: "";
    display: inline-block;
    float: left;
    width: 1px;
    height: 17px;
    background: #fff;
    margin-top: 14px;
}

.searchText {
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    margin: 0;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
}

#searchSelect {
    position: absolute;
    width: 114px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(256, 256, 256, .5);
    left: 0;
    top: 46px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    display: none;
}

#searchSelect li {
    border-bottom: 1px solid #e5e5e5;
    height: 46px;
    line-height: 46px;
}

#searchSelect li a {
    color: #fff;
}

#searchSelect li a:hover {
    color: #b8b8b8;
    text-decoration: none;
}

.searchText img {
    width: 13px;
    height: 8px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.searchText .searchIcon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.searchText span {
    padding-right: 8px;
}

.searchText span:hover {
    /* color: #b8b8b8; */
}

.pt0 {
    padding-top: 0 !important;
}

.sectionBox {
    padding-top: 0.9rem;
}

.sectionBox>h2 {
    margin: 0;
    font-weight: normal;
    font-size: 0.24rem;
    color: #202020;
    font-weight: 600;
}

.subheading {
    color: #bcbcbc;
    font-size: 0.14rem;
    letter-spacing: 0.6px;
    padding-top: 5px;
    margin-bottom: 0.56rem;
    font-family: Tahoma;
}

.subheading img {
    height: 0.45rem;
}

#myServiceBanner {
    position: relative;
}

.swipe-prev,
.swipe-next {
    width: 7.78rem;
    height: 4.38rem;
    top: 0;
    position: absolute;
}

.swipe-prev {
    left: 0;
    transform: translateX(160px) scale(0.7);
}

.swipe-next {
    right: 0;
}

#myServiceBanner .swiper-container {
    width: 100%;
    margin-top: -0.59rem;
}

#myServiceBanner .swiper-slide {
    width: 7.78rem;
    height: 4.38rem;
}

.slide-div {
    width: 6.6rem;
    height: 3.2rem;
    /* padding-top: 0.8rem; */
    background: #fafafa;
    margin: 0.59rem auto 0 auto;
}

.swiper-slide-active .slide-div {
    background: transparent;
}

#myServiceBanner .swiper-slide-active {
    background: url(../images/newhome/slideBg.png) no-repeat center center;
    width: 7.78rem;
    height: 4.38rem;
    background-size: 7.78rem 4.38rem;
}

.slide-div img {
    /* width: 0.47rem; */
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -2px;
}

.slide-div p {
    padding: 20px 0 0 0;
    color: #202020;
    font-size: 0.14rem;
    margin: 0;
}

.slide-div h3 {
    color: #202020;
    letter-spacing: 1.07px;
    line-height: 27px;
    font-size: 0.2rem;
    margin: 0;
    /* font-weight: normal; */
}

.zxRow {
    margin: 0 -0.25rem;
}

.zxRow .box {
    padding: 0 0.25rem 0.36rem 0.25rem;
}

.box a:hover {
    text-decoration: none !important;
}

.zxImgBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mfj-zx-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.zxImgBox:hover .mfj-zx-mask {
    display: block;
}

.zxImgBox img {
    width: 100%;
    height: 3.75rem;
    border-radius: 2px;
}

.divInfo {
    padding-top: 16px;
    height: 37px;
}

.infoL {
    font-size: 0.18rem;
    font-weight: 600;
    color: #2b2b2b;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoR {
    font-size: 0.12rem;
    color: #2b2b2b;
    padding-top: 4px;
}

.playNumIcon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/newhome/playNum@2x.png) no-repeat;
    background-size: 14px;
    margin-right: 4px;
    vertical-align: top;
}

.videoTag {
    margin: 0;
    font-size: 0.12rem;
    color: #bcbcbc;
    padding-top: 4px;
}

.videoTag span {
    margin-right: 4px;
}

.videoTypeDiv {
    font-size: 0;
    margin-top: 0.12rem;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.vt-item {
    display: inline-block;
    width: 1.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 0.05rem;
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    vertical-align: middle;
}

.vt-item span {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.vt-item:hover span {
    font-size: 0.21rem;
    /* width: 100px; */
}

.vpmask,
.vt-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
    border-radius: 2px;
}

.vt-item img {
    border-radius: 2px;
}

.moreContent {
    padding-top: 0.6rem;
}

.moreBtn {
    display: inline-block;
    width: 1.2rem;
    height: 0.4rem;
    border: 1px solid #e87b73;
    line-height: 0.4rem;
    text-align: center;
    color: #e25c52;
    font-size: 0.16rem;
    border-radius: 2px;
}

.moreBtn:hover {
    color: #DF3E32 !important;
    border: 1px solid #DF3E32;
    text-decoration: none;
}

.btnOffsetR {
    margin-right: 2.4rem;
}

.fs0 {
    font-size: 0;
}

.videoPlusItem {
    width: 12.5%;
    position: relative;
    height: 2rem;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.videoPlusItem:hover .plusInfo {
    display: block;
}

.videoPlusItem>img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.plusInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 10;
}

.vp-name {
    font-size: 0.24rem;
    color: #fff;
    margin: 0;
    padding-top: 0.6rem;
    font-weight: normal;
    padding-bottom: 5px;
}

.vp-title {
    color: #bcbcbc;
    font-size: 0.14rem;
    margin-bottom: 0.12rem;
    margin-top: 0.03rem;
}

.videoPlusNumIcon {
    display: inline-block;
    width: 0.168rem;
    height: 0.156rem;
    background: url(../images/newhome/videoPlusNumIcon@2x.png) no-repeat center center;
    background-size: 0.168rem 0.156rem;
    margin-right: 0.1rem;
}

.vp-playNum {
    font-size: 0.12rem;
    color: #bcbcbc;
}

.hq-video {
    margin: 0 -0.27rem -0.54rem -0.27rem;
    font-size: 0;
}

.hq-video-item {
    padding: 0 0.27rem;
    margin-bottom: 0.54rem;
    cursor: pointer;
}

.hq-video-item:hover .hq-video-info {
    display: block;
}

.hq-video-item .jx-div {
    position: relative;
    width: 100%;
}

.hq-video-poster {
    width: 100%;
    height: 5.05rem;
    border-radius: 2px;
}

.hq-poster-mask,
.video-plus-mask,
.zx-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 2px;
}

.hq-video-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 10;
}

.hq-video-info h3 {
    color: #fff;
    font-size: 0.28rem;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.2rem;
    margin-top: 3.6rem;
}

.hq-video-info h3:hover {
    color: #b8b8b8
}

.hq-video-info>p {
    color: #fff;
    font-size: 0.16rem;
    padding-left: 0.2rem;
    margin-top: 0.1rem;
}

.hq-play-num {
    /* margin-right: 0.15rem; */
}

.hq-like::before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 0.15rem;
    border-left: 1px solid #fff;
}

.hq-like {
    /* margin-left: 0.15rem; */
}

.hq-author-info {
    padding: 0.16rem 0.2rem 0 0.2rem;
    font-size: 0.16rem;
    color: #fff;
}

.hq-author-info span:hover {
    color: #b8b8b8;
}

.hq-author-headimg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 0.1rem;
    border-radius: 50%;
}

.mb80 {
    margin-bottom: 0.8rem;
}

.footer-border {
    border-top: 1px solid #f1f1f1;
    padding-top: 0.55rem;
    padding-bottom: 0.5rem;
    width: 83.333%;
    margin: 0 auto;
}

.footer-row {
    padding: 0 1.7rem;
}

.footer-left,
.footer-right {
    width: 50%;
}

.footer-left {
    padding-right: 1.7rem;
}

.foot-logo-p {
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.22rem;
    font-weight: 600;
}

.foot-logo-p img {
    width: 1.19rem;
    height: 0.29rem;
    margin-right: 0.2rem;
    vertical-align: bottom;
}

.mfj-info {
    font-size: 0.12rem;
    color: #a4a4a2;
    line-height: 0.26rem;
}

.mfj-about {
    padding: 0;
}

.mfj-about h4 {
    font-size: 0.14rem;
    color: #333;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.mfj-about ul li {
    font-size: 0.12rem;
    color: #99999c;
    margin-bottom: 10px;
}

.mfj-about ul li a {
    color: #99999c;
}

.mfj-about ul li a:hover {
    color: #777;
}

.foot-bottom {
    width: 100%;
    float: left;
    height: 0.5rem;
    background: #f1f1f1;
    font-size: 0.12px;
    color: #999;
    line-height: 0.5rem;
    position: relative;
}

.footer-icon-div {
    position: absolute;
    height: 0.5rem;
    line-height: 0.5rem;
    top: 0;
    right: 5rem;
}

.footer-icon-div .wxcode {
    width: 1.9rem;
    height: auto;
    position: absolute;
    top: -2.15rem;
    left: -0.3rem;
    z-index: 500;
    display: none;
}

.wx-icon:hover+.wxcode {
    display: block;
}

.footer-icon-div img {
    width: 0.2rem;
    height: 0.17rem;
}

.wb-icon {
    margin-right: 0.3rem;
}

::-webkit-scrollbar {
    /* width: 0px; */
}

@media (min-width:1601px) {
    #myServiceBanner .swiper-slide {
        width: 7rem;
        height: 3.94rem;
    }
    #myServiceBanner .swiper-slide-active {
        background-size: 7rem 3.94rem;
    }
    .slide-div {
        margin: 0.37rem auto 0 auto;
    }
}

.next,
.prev {
    width: 33%;
    height: 60%;
    top: 19%;
    position: absolute;
    z-index: 989;
}

.next {
    right: 0;
}

.toTopBtn {
    position: fixed;
    width: 82px;
    height: 82px;
    cursor: pointer;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.toTopBtn img {
    width: 100%;
    height: 100%;
}

.hq-video-l {
    position: relative;
}

.del-img {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    z-index: 100;
}

.del-img-cover {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 101;
}

.del-img-cover img {
    top: 50%;
    left: 50%;
    margin-left: -5rem;
    margin-top: -3.5rem;
    width: 10rem;
    height: 7rem;
    position: absolute;
}