body {
    color: #2a2a2a;
    background: #353535;
}

a {
    color: #2a2a2a;
    /* display: inline-block; */
    /* vertical-align: middle; */
}

a:hover {
    color: #2a2a2a;
    text-decoration: none;
}

.phonebody {
    max-width: 466px;
    margin: 0 auto;
    background: #ffffff;
}

.navbar-nav {
    flex-direction: unset;
    margin: 20px -5px;
}

gl {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 10px solid #f3f4f5;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
}

gls {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f3f4f5;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
}

.phonebody .blog-post-meta {
    color: #878787;
    font-size: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.phonebody .title-line1 {
    margin-bottom: 1rem;
}

.phonebody .title-line1 .text-gray-dark {
    font-weight: bolder;
}

.phonebody .title-line1 a {
    color: #878787;
    font-size: 0.8rem;
}

.phonebody .blog-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* height: 34px; */
}

.phonebody .row-cols-3 a{
    display: block;
}

.phonebody .row-cols-3 .blog-post-title {
    height: 33px;
}

.phonebody .col-with-pic .blog-post-title {
    -webkit-line-clamp: 3;
}

.phonebody .row {
    margin-right: -5px;
    margin-left: -5px;
}

.phonebody .col {
    padding-right: 5px;
    padding-left: 5px;
}

.phonebody .row .col:last-child hr {
    display: none;
}

.phonebody .footer {
    background-color: #353535;
    font-size: 0.8rem;
    margin-top: 1rem !important;
}

.phonebody h6, .phonebody .h6 {
    font-size: 0.9rem;
}

.phonebody .navbar {
    /* position: absolute; */
    z-index: 100;
    width: 100%;
    padding: 0;
    margin-bottom: -70px;
}

.navbar-content {
    background: rgb(0 0 0 / 0.8);
}

.phonebody .navtop {
    width: 100%;
    /* background:rgb(0 0 0 / 0.5); */
    overflow: hidden;
    height: 70px;
}

/* .phonebody .navtop::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:-30px;
	z-index:-1;
	-webkit-filter:blur(10px);
	filter:blur(10px);
} */

.phonebody .navbar-collapse {
    /* background: #ffffff; */
    padding: 0 15px;
    position: absolute;
    top: 70px;
    border-radius: 0 0 10px 10px;
}

.phonebody .navbar-brand img {
    width: 50%;
}

.navbar-toggle {
    /* position: relative; */
    /* float: right; */
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.ion-logo {
    background: url(/pcstyle/img/wap/logonew.png) no-repeat;
    background-size: 152px 29px;
    width: 152px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
}

.bg-img {
    width: 130%;
    height: 200px;
    margin: -10px -15% -120px;
    filter: blur(5px);
}

.banner-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}

.bg-cover {
    height: 63px;
    width: 100%;
    background: url(/pcstyle/img/wap/banner-cover.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: -63px;
    top: 90px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
}

.carousel-indicators {
    margin-bottom: 0.3rem;
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: none;
    margin-top: 1px;
    margin-bottom: 1px;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 2px;
}

.carousel-indicators {
    margin-right: 40%;
    margin-left: 40%;
    padding: 3px 0;
    border-radius: 7px;
    background: rgb(0 0 0 / 0.1);
}

.carousel-top {
    margin-bottom: 1rem;
}

.bg-img-content {
    width: 100%;
    height: auto;
    margin: 0 0 -25px;
}

.bg-shadow {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 0.1);
}

.content-top {
    width: 100%;
    height: 1rem;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 10;
}

.left-line {
    border-left: 3px solid #152a8c;
    padding-left: 10px;
}

.content-title{
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 0.5rem;
}

.content-article{
    width: 100%;
    /* min-height: 500px; */
}

.pagination {
    margin-top: 1rem;
    font-size: 0.5rem;
}

.xwtz{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: inherit;
}

#carouselExampleIndicators3 h5{
    color: #ffffff;
    position: absolute;
    top: 50%;
    font-size: 1rem;
    left: 16px;
    font-weight: bolder;
}

.gtzlh5{
    position: absolute;
    top: 62%;
    left: 20px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bolder;
}

.content-article img{
    max-width: 100% !important;
    max-height: 350px;
}

.nav-link{
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: .5rem 0;
    /* margin: 0 .5rem; */
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #152a8c;
    background: none;
    font-weight: bolder;
    font-size: 1.1rem;
    /* font-style: oblique; */
    border-bottom: 3px solid #152a8c;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-top{
    margin-bottom: -1rem;
}

.tag{
    background: #52c7f6;
    color: #ffffff;
    position: absolute;
    top: 0;
    font-size: 0.5rem;
    padding: 0.2rem 0.3rem;
    border-radius: .25rem 0 .25rem 0;
}

.collapse-part{
    /* display: block !important; */
    /* height: 500px; */
    /* overflow: hidden; */
}

.collapse-part.collapse:not(.show){
    display: block !important;
    height: 300px;
    overflow: hidden;
}

.zkqw{
    color: #878787;
    font-size: .8rem;
    display: none;
}

.zkqw.collapsed{
    display: block;
}

#carouselExampleIndicators2 .carousel-indicators{
    margin-right: 2%;
    margin-left: 78%;
}

#carouselExampleIndicators2 h6{
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6rem;
    padding: 0 5rem 0 .5rem;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    color: #ffffff;
    background: rgb(0 0 0 / 0.5);
    border-radius: 0 0 5px 5px;
}

.ldtwg-row a.col{
    padding: 0;
}

.nav-kpjc img{
    width: 60%;
    margin-bottom: .3rem;
}

.nav-kpjc p{
    margin:0 ;
}

.scrollspy-yzcy {
    position: relative;
    height: 485px;
    /* margin-top: .5rem; */
    overflow: auto;
}

.yzcy{
    padding-left: 0;
    padding-right: 5px;
}

.yzcy .list-group-item{
    font-size: .9rem;
    text-align: center;
    padding: 11px 10px;
    background:#f3f4f5 ;
    border-right: none;

}

.yzcy .list-group-item.active{
    background:#ffffff ;
    color: #2a2a2a;
    border: 1px solid rgba(0,0,0,.125);
    border-right: none;
    border-left: 5px solid #152a8c;
    padding-left: 6px;
}

.yzcy .list-group{
    border-radius: 0;
}

.yzcy .row .col:last-child hr{
    display: block;
}

.month_p,.month_n{
    display: none;
}

.td_d{
    display: none;
}

.td_d.jinri{
    display: block;
}

.month_c{
    display: none;
}

.calendarU_table td.jinri:hover span .show_moon_contentR i, .calendarU_table td.jinri span .show_moon_contentR i {
	display: inline-block;
	width: 55px;
	height: 61px;
	/* background: url("/pcstyle/img/wap/moon.png") no-repeat 0 0; */
	margin-top: 6%;
}

i.moonB1 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat 0 0;
}

i.moonB2 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -55px 0;
}

i.moonB3 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -110px 0;
}

i.moonB4 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -165px 0;
}

i.moonB5 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -220px 0;
}

i.moonB6 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -275px 0;
}

i.moonB7 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -330px 0;
}

i.moonB8 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -385px 0;
}

i.moonB9 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -440px 0;
}

i.moonB10 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -495px 0;
}

i.moonB11 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -550px 0;
}

i.moonB12 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -605px 0;
}

i.moonB13 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -660px 0;
}

i.moonB14 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -715px 0;
}

i.moonB15 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -770px 0;
}

i.moonB16 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -825px 0;
}

i.moonB17 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -880px 0;
}

i.moonB18 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -935px 0;
}

i.moonB19 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -990px 0;
}

i.moonB20 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1045px 0;
}

i.moonB21 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1100px 0;
}

i.moonB22 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1155px 0;
}

i.moonB23 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1210px 0;
}

i.moonB24 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1265px 0;
}

i.moonB25 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1320px 0;
}

i.moonB26 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1375px 0;
}

i.moonB27 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1430px 0;
}

i.moonB28 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1485px 0;
}

i.moonB29 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1540px 0;
}

i.moonB30 {
	background: url("/pcstyle/img/wap/moon.png") no-repeat -1595px 0;
}

.show_moon_contentL{
    position: absolute;
    top: 25%;
    left: 38%;
    color: #ffffff;
}

.show_moon_contentL p{
    margin:0 ;
}

.show_moon_contentR{
    position: absolute;
    top: -13%;
    right: 0;
    z-index: 10;
}


.tabright .nav-link{
    margin-left: 0.3rem;
}

.tabright .nav-link.active{
    color: #152a8c;
    border-bottom: 3px solid #152a8c;
    font-weight: bolder;
}

.phonebody .title-line1 a.back{
    color: #152a8c;
    margin-bottom: .5rem;
}

.phonebody .title-line1 a.back img{
    width: 30%;
    margin-top: -.5rem;
    margin-left: .2rem;
}

.row-tag h6{
    color: #152a8c;
    font-size: .8rem;
    line-height: 36px;
}

.row-tag{
}

.row-tag a div{
    background: url(/pcstyle/img/wap/tagbg.png) no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    height: 36px;
    margin-bottom: 1rem;
    display: block;
}

.row-tag a.active div{
    background: url(/pcstyle/img/wap/tagbga.png) no-repeat;
}

.row-tag a.active h6{
    color: #ffffff;
}

.row-tag-top a{
    margin-bottom: -1rem;
}

.row-tag-top a.collapsed h6{
    border-bottom: 3px solid #ffffff;
}

.row-tag-top a:not(.collapsed) h6{
    color: #152a8c;
    border-bottom: 3px solid #152a8c;
    font-weight: bolder;
    margin-bottom: 0rem;
    padding-bottom: .5rem;
}


.twwc-go {
    width: 100%;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    background: #40c2f6;
    color: #ffffff;
    margin-bottom: -1rem;
    margin-top: 1rem;
}

.twgjj .carousel-indicators{
    display: none;
}

.twgjj .carousel-control-prev,.twgjj .carousel-control-next{
    display: none;
}

.twgjj .bg-img {
    width: 100%;
    height: 200px;
    margin: -10px 0% -120px;
    filter: none;
}

.twgjj .quanjing{
    position: absolute;
    right: 25px;
    bottom: 5px;
}

.twgjj .quanjing img{
    width: 50%;
    float: right;
}

#gywm.collapse-part.collapse:not(.show){
    height: 196px;
}


.scrollspy-tabjc {
    position: relative;
    height: 557px;
    overflow: auto;
    width: 100%;
}

.djbody .left-line{
    border-left:3px solid #be180b;
}

.container .carousel .carousel-item{
    background: #000000;
    border-radius: 5px;
}

.container .carousel .carousel-item a img{
    width: auto;
    height: 256px;
}


.container #carouselExampleIndicators3.carousel .carousel-item{
    background: none;
    border-radius: 0;
}

.container #carouselExampleIndicators3.carousel .carousel-item a img{
    width: 100%;
    height: auto;
}


.phonebody section{
    max-width: 100%;
}

.phonebody video{
    max-width: 100%;
    background:#000000;
}

.phonebody .page-link{
    color: #2a2a2a;
    margin: 0 .5rem;
}

.phonebody .content-title p{
    width: 100%;
    text-align: center;
}

.phonebody .content-title p.pdate{
    font-size: .9rem;
    margin-bottom: 0;
}

.phonebody .middle_article_pn{
    /* margin-top: 2rem; */
}

.phonebody .middle_article_pn p{
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phonebody .accessory{
    font-size: .9rem;
}

.phonebody legend{
    font-size: 1rem;
    font-weight: bolder;
}

.yzcy-group{
    width: 100%;
}

.row > a{
    display: flex;
}

#collapsetag-group .nav.fade{
    transition: opacity 0s linear;
}

.row-5pic .row-cols-2 .col:first-child,.row-5pic .row-cols-2 .col:nth-child(2){
    padding-bottom: 5px;
}