body {
    background: #000;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: visible !important;
}

.replyCommStyle:hover {
    cursor: pointer
}

.header .subscribe {
    display: block;
    height: 145px;
    float: right;
    width: 250px;
    text-indent: -9999px;
}

.header .search {
    padding-top: 10px;
    clear: both;
    text-align: right;
}

.header .search input {
    height: 30px;
    padding: 0 5px;
    border: 1px solid #CCC;
    width: 300px;
    border-radius: 5px;
}

.header .search button {
    height: 31px;
    width: 100px;
    border: none;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
    background-color: #DD4343;
    color: #FFF;
}

.header .nav {
    height: 40px;
}

.header .nav ul li {
    float: left;
    width: 14.28%;
}

.header .nav ul li a {
    color: #FFF;
    display: block;
    height: 80px;
    line-height: 65px;
    font-size: 17.5px;
    text-align: center;
    font-weight: bold;
}

.showbox .imgbox img {
    width: 385px;
    height: 580px;
}

.showbox .about {
    float: right;
    position: relative;
    width: 710px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
    margin-right: 20px;
}

.showbox .about p {
    margin-bottom: 8px;
}

.showbox .about p big {
    color: black;
    font-size: 180%;
}

.showbox .about p.weixin {
    height: 55px;
    line-height: 55px;
    background: black;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    border-radius: 5px;
}

.showbox .about p.tips {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.showbox .about p.weixin a {
    color: #FFF;
}

.showbox .about p.lanse {
    color: #0000FF;
}

.showbox .about p.hongse {
    color: #FF0000;
}

.pswp img {
    object-fit: contain !important;
    max-height: auto !important;
    max-width: auto !important;
}

.i-title h1,
.i-title h2 {
    border-bottom: 3px solid black;
    color: black;
    line-height: 1.5em;
    font-size: 2em;
    font-weight: 500
}