* {
    outline: none;
}
html, body {
    /*filter: grayscale(100%);!*页面置灰*!*/
}
a{text-decoration:none}
ul li {list-style:none;}
.head-home{
    padding-top: 25px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 95px;
    background-color: #fff;
}
.head-nav{
    position: absolute;
    top: 0;
    left: 20px;
}
.head-nav-toggle{
    vertical-align: middle;
    background: url("../img-subject/menu.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.top-menu {
    padding-inline-start: 15px;
    display: inline-block;
}
.top-menu li {
    display: inline-block;
    height: 16px;
    line-height: 12px;
    padding-left: 10px;
    padding-right: 5px;
}
.top-menu li:not(:first-child) {
    border-left: 1px solid #333;
}
.top-menu li a{
    font-size: 12px;
    color: #333;
}
.top-menu li a:hover{
    color: #be1d2c;
    font-weight: bold;
}
.top-menu-active{
    color: #be1d2c!important;
    font-weight: bold;
}
/*.top-menu li:not(:first-child):before {*/
/*    border-right: 1px solid #333;*/
/*    margin-right: 10px;*/
/*    content: '';*/
/*}*/
.head-logo{
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 95px;
}
.head-social{
    position: absolute;
    top: 0;
    right: 20px;
}
.head-social ul{margin-block-start: 6px;}
.head-social ul li{display: inline-block;margin: 12px 6px;}
.nav-weibo{
    background: url("../img-subject/wb.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.nav-weixin{
    background: url("../img-subject/wx.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.nav-xcx{
    background: url("../img-subject/xcx.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.nav-app{
    background: url("../img-subject/app.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
/* 微博 微信 小程序 app二维码 开始*/
.bubble_tips {
    display: none;
    margin-top: 6px;
    /*display: inline-block;*/
    vertical-align: middle;
    position: absolute;
    color: #c1c2c3;
    z-index: 2;
}
.bubble_tips_inner {
    padding: 5.5px 12px;
    border: 1px solid #e6e7ec;
    line-height: 21px;
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
}
.bubble_tips_inner p {
    margin-block-start: 0;
    margin-block-end: 0;
}
.pic_devcode {
    width: 100px;
    height: 100px;
}
.txt_enhanced {
    color: #222;
    font-size: 12px;
}
.bubble_tips_arrow {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    border-left-width: 0;
    border-right-color: #fff;
    border-right-style: solid;
}
.bubble_tips .bubble_tips_arrow {
    border-left-width: 6px;
    border-right-color: transparent;
    border-right-style: dashed;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    left: 50%;
    margin-left: -6px;
}
.bubble_tips .bubble_tips_arrow.out {
    border-bottom-color: #e6e7ec;
    top: 0;
}
.bubble_tips .bubble_tips_arrow.in {
    top: 1px;
}
/* 微博 微信 小程序 app二维码 结束*/


/*   左侧滑入导航 开始   */
.side-nav::-webkit-scrollbar {
    display: none;
}

.side-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1001;
    -webkit-overflow-scrolling: touch;
    transition: width 0.2s ease-out, opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.active{
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: inherit!important;
    opacity: 1!important;
    width: 380px;
}
.side-nav-header{
    text-align: right;
}
.side-nav-top{
    height: 48px;
    line-height: 66px;
    padding-right: 20px;

}
.head-close-side-nav{
    background: url("../img-subject/icon-close.png");
    background-position: center;
    width: 30px;
    height: 30px;
    border: 0;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*.head-close-side-nav:hover{*/
/*    background-color: #eee;*/
/*    border-radius: 30px;*/
/*}*/

.head-side-logo{
    margin: 30px auto 90px auto;
    width:100%;
    text-align: center;
}
.side-menu {
    padding-inline-start: 0;
}
.side-menu li{
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
}
.side-menu li:hover{
    background: #eeeeee;
}
.side-menu li a{
    color: #333;
    font-weight: bold;
}
.side-nav-footer{
    width: 100%;
    text-align: center;
}
.side-nav-footer ul{
    padding-inline-start: 0;
}
.side-nav-footer ul li{
    display: inline-block;
    margin: 12px;
}
.opaque-mask {  /*底部遮盖层*/
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    transition: width 0.2s ease-out, opacity 0.2s ease-in, visibility 0.2s ease-in;
}
.opaque-mask.mask-search {
    z-index: 9;
    -webkit-transition: opacity 0.5s ease,visibility 0s linear 0.5s;
    -moz-transition: opacity 0.5s ease,visibility 0s linear 0.5s;
    -o-transition: opacity 0.5s ease,visibility 0s linear 0.5s;
    transition: opacity 0.5s ease,visibility 0s linear 0.5s;
}

/*   左侧滑入导航 结束   */

/* 页面底部 开始 */
.footer {
    margin-top: 40px;
    margin-bottom: 10px;
    background: #1f1f1f;
    /* height: 200px; */
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
.footer a {
    color: #999;
}
/* 页面底部 结束 */

#mainDiv{
    min-height: 450px;
}


/*   杂志轮播页-最近/全部 开始   */
#gallery{
    width: 649px;
}
#thumbs{
    width: 650px;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-container-thumbs .swiper-slide-thumb-active img{
    opacity: 1;
}
.swiper-container-thumbs img{
    opacity: .5;
}
.appCodeBT{
    cursor: pointer;
    background: #68a9cf;
    border: 1px solid #68a9cf;
    color: #fff;
    border-radius: 20px;
    width: 100px;
    height: 26px;
    position: absolute;
    left: 468px;
    top: 298px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.circular{
    width: 16em;z-index: -1; position: absolute;left: 436px;top: -50px;font-weight: bold;
}
.img-cover {
    width: 249px!important;margin-left: 200px;
    box-shadow: 6px 6px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 6px 6px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 6px 6px 6px rgba(0,0,0,.5);
}
.magazine-itemIco{
    position: absolute;
    top: 76px;
    left: -71px;
    width: 60%!important;
}
.content-title{
    position: absolute;top: 150px;left: 468px;font-size: 22px;color: #68a9cf;
}
.content-description{
    font-family:'Adobe Garamond W01';font-size: 12px;color: #68a9cf;position: absolute;top: 210px;left: 468px;
}
.shoplogo{
    background: url("../img-subject/magazineShop.png");
    background-size:70% 70%;
    background-repeat:no-repeat;
    width: 43px;
    height: 139px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top:50%;
    margin-top: -49px;
}
.newIssuelogo{
    background: url("../img-subject/newIssue.png");
    background-size:70% 70%;
    background-repeat:no-repeat;
    width: 43px;
    height: 134px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top:50%;
    margin-top: -47px;
}
/*   杂志轮播页-最近/全部 结束   */

/*订阅指南-开始*/
.carousel-container {
    width: 100%;
    background-color: #d2e4ee;
}
/*#carousel {*/
/*    height: 470px;*/
/*    width: 720px;*/
/*    background-color: #d2e4ee;*/
/*    left: 50%;*/
/*    margin-left: -350px;*/
/*}*/
/*#carousel .carousel-feature{*/
/*    width: 207px;*/
/*    height: 291.6px;*/
/*}*/
#carousel-left {
    bottom: 180px;
    left: 280px;
}
#carousel-right {
    bottom: 180px;
    right: 260px;
}
/*订阅指南-结束*/

/*关于我们-开始*/
/*#carouselAbout {*/
/*    height: 450px;*/
/*    width: 720px;*/
/*    background-color: #d2e4ee;*/
/*    left: 50%;*/
/*    margin-left: -350px;*/
/*    position: relative;*/
/*    margin-bottom: 0.5em;*/
/*    font-size: 12px;*/
/*    font-family: Arial;*/
/*}*/
/*#carouselAbout .carousel-feature{*/
/*    width: 202px;*/
/*    height: 202px;*/
/*    !*overflow: hidden;*!*/
/*}*/
/*#carouselAbout .carousel-feature img{*/
/*    cursor: pointer;*/
/*    !*transition: all 0.6s;*!*/
/*}*/
/*#carouselAbout .carousel-feature img:hover{*/
/*    border: 1px solid #000;*/
/*    transform: scale(1.4);*/
/*}*/
/*关于我们-结束*/
/*联系我们-开始*/
.contact-content{
    width: 100%;
    text-align: center;
}
/*联系我们-结束*/

/*弹框-开始*/
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 2;
}
.cover .cover-main {
    display: inline-block;
    width: 400px;
    height: 340px;
    background: #fff;
    position: relative;
    top: 50%;
    margin-top: -200px;
    text-align: center;
    border-radius: 4px;
}
.cover .cover-main .cover-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.cover .cover-main .cover-code {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.cover .cover-main .cover-info {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.65);
    line-height: 22px;
}
/*弹框-结束*/

/*弹框弹框提示语-开始*/
.cover-tishi {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 2;
}
.cover-main-tishi {
    display: inline-block;
    width: 400px;
    background: #fff;
    position: relative;
    top: 46%;
    text-align: center;
    border-radius: 4px;
}
.cover-close-tishi {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.cover-info-tishi {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.65);
    line-height: 22px;
}


/*弹框弹框提示语-结束*/