body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, ul, dl, dt, dd, a, i, b, em, strong, img, input {
    margin: 0;
    padding: 0;
}

b, i, em {
    font-weight: normal;
}



body, html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::selection {
    background: #D03333;
    color: white;
    text-shadow: none;
}

::-webkit-scrollbar-track-piece {
    width: .15rem;
    background-color: #f2f2f2
}

::-webkit-scrollbar {
    width: .2rem;
    height: .2rem
}

::-webkit-scrollbar-thumb {
    height: 1rem;
    background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    color: #333;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}

textarea, select {
    outline: none;
    resize: none;
}

body {
    font-size: .75rem;
    color: #333;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img, input, select {
    vertical-align: top;
}

img {
    display: block;
    border: none;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.oh {
    overflow: hidden;
}

/*新增弹窗*/
.alert-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 12;
}

.alert-hint {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.alert-ad {
    width: 13rem;
}

.alert-close {
    position: absolute;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    width: 1.5rem;
}

.u-load {
    padding-bottom: 1rem;
    text-align: center;
    color: #000;
}

html {
    max-width: 720px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
}

.Width {
    margin: 0 1rem;
}

/*footer*/
.footer {
    padding-bottom: 4.35rem;
    text-align: center;
}

.ft-nav {
    margin-bottom: .7rem;
}

.ft-nav a {
    color: #666;
}

.footer p {
    color: #999;
    font-size: .7rem;
}

/*fixed*/
.fixedBar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 720px;
    transform: translateX(-50%);
    z-index: 8;
}

.fixedBar_bg {
    width: 100%;
    height: 4.35rem;
    margin: 0 auto;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.fixedBar_bg.active {
    padding-top: .3rem;
    height: 3rem;
    background-image: none;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}

.fixedBar_bg.active a {
    margin-top: 0;
}

.fixedBar_bg a {
    float: left;
    width: 25.3333%;
    margin-top: 1.3rem;
    font-size: .7rem;
    text-align: center;
}

.fixedBar_bg a:last-child {
    margin-right: 0;
}

.fixedBar_bg img {
    width: 1rem;
    margin: 0 auto;
}

.img_wrap {
    width: 1.5rem;
    height: 1.25rem;
    padding-top: .25rem;
    margin: 0 auto .2rem auto;
    border-radius: 50%;
}

.fixedBar_bg a.active {
    color: #cc3333;
}

.fixedBar_bg a.active .img_wrap {
    background: linear-gradient(to right, #fa866a, #f87e66, #f3665a);
}

.fixedBar_bg a:first-child {
    width: 24%;
}

.fixedBar_bg a:first-child .img_wrap {
    margin-left: 1.3rem;
}

/*搜索*/
.inputWrap {
    position: relative;
    padding-top: .75rem;
    padding-bottom: 1.1rem;
    background-color: #fff;
    z-index: 2;
}

.search_slide {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: .75rem;
    height: 1.7rem;
    font-size: .75rem;
    line-height: 1.7rem;
}

.search_slide p {
    float: left;
}

.border {
    float: left;
    width: 1px;
    height: .8rem;
    margin-top: .5rem;
    background-color: #c3c1c1;
}

.inputWrap .arrow {
    float: left;
    width: .425rem;
    height: .225rem;
    margin: .75rem .5rem 0 .25rem;
    background-image: url(../images/search_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(-180deg);
    transition: transform .5s ease;
}

.arrow.active {
    transform: rotate(0);
}

.search_icon {
    float: left;
    width: .7rem;
    height: .7rem;
    margin-top: .5rem;
    margin-left: .5rem;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.inputWrap .input_search {
    float: left;
    width: 14rem;
    height: 1.7rem;
    padding-left: 5rem;
    padding-right: 1.25rem;
    border-radius: 1rem;
    background-color: #e5e3e4;
    font-size: .7rem;
}

.return {
    float: right;
    line-height: 1.7rem;
}

.search-list {
    display: none;
    position: absolute;
    top: 3.2rem;
    left: 0;
    width: 100%;
    max-height: 9rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 10;
    box-shadow: inset 0 .3rem 10px -5px rgba(137, 137, 137, 0.3);
}

.slideList {
    height: 2rem;
    border-bottom: 1px solid #e4e4e4;
    line-height: 2rem;
}

.slideList a {
    display: block;
    padding: 0 1rem;
}

.slideList.active a {
    color: #eb4039;
}

.slideList:last-child {
    border-bottom: none;
}

.search_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}

.empty img {
    width: 6.4rem;
    margin: 5rem auto .5rem auto;
}

.empty p {
    padding-bottom: 4rem;
    color: #bfbebe;
    text-align: center;
    font-size: .8rem;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: .5rem;
    height: .5rem;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.back-top {
    display: none;
    position: fixed;
    bottom: 4rem;
    right: .5rem;
    z-index: 1000;
}

.u-load .tips{
    color: #eb4039;
}

/* @media only all and (max-width:1180px) {
  body, html {
    background-color: #f5f5f5;
  }
} */



.meet {
    position: relative;
    float: left;
    margin-left: 1.8rem;
    line-height: 2.4rem;
    color: #fff;
}

.meet img {
    position: absolute;
    top: .2rem;
    right: -1.5rem;
    width: 1.6rem;
}

/*header*/
.header {
    position: relative;
    height: 2.4rem;
    padding: 0 .5rem;
    background-color: #df3636;
    color: #fff;
    font-size: .7rem;
    z-index: 2;
}

.header.active {
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 1rem);
    max-width: calc(720px - 1rem);
    padding: 0 .5rem;
    z-index: 11;
    transform: translateX(-50%);
}

.logo {
    float: left;
}

.logo img {
    width: 4.8rem;
    padding-top: .65rem;
    margin-right: .5rem;
}

.hd-fx {
    position: relative;
    float: left;
    line-height: 2.4rem;
}

.hd-fx a {
    color: #fff;
}

.hd-fx h1 {
    display: none;
}

.hd-kt {
    position: relative;
    float: right;
    height: 1.2rem;
    border: 1px solid #b80c00;
    padding: 0 1rem 0 .5rem;
    margin-top: .55rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 1rem;
}

.u-arrow, .iconfont {
    position: absolute;
    top: 1.1rem;
    right: -.675rem;
    width: .425rem;
    height: .225rem;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform .5s ease;
}

.iconfont {
    top: .5rem;
    right: .35rem;
}

.hd-kt.active i, .hd-fx.active i {
    transform: rotate(180deg);
}

.download_app {
    float: left;
    margin-left: 3rem;
    line-height: 2.4rem;
    color: #fff;
}


/*轮播*/
.carousel_wrap {
    margin-top: .8rem;
}

.carousel_wrap.active {
    margin-top: 3.2rem;
}

/*.carousel .swiper-slide {*/
/*    width: 90%;*/
/*    padding: 0 .62% 0 1.1%;*/
/*}*/

.carousel ul {
    position: relative;
}

.carousel ul li {
    height: 9.2rem;
    overflow: hidden;
    border-radius: .3rem;
}

.carousel ul li a {
    display: block;
    height: 100%;
}

.carousel ul li img {
    width: 100%;
    height: 8rem;
    border-radius: .2rem;
    box-shadow: 2px 4px 12px rgba(78, 78, 78, .36);
}

/*.swiper-pagination-bullet {*/
/*    width: .5rem;*/
/*    height: .15rem;*/
/*    border-radius: 2rem;*/
/*    background-color: #fff;*/
/*    transition: width .5s ease;*/
/*}*/

/*.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*    margin: 0 .15rem;*/
/*}*/

/*.swiper-pagination-white .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {*/
/*    width: .65rem;*/
/*}*/

/*.carousel.swiper-container-horizontal>.swiper-pagination-bullets {*/
/*    bottom: 1.7rem;*/
/*}*/

/*nav*/
.nav {
    border-bottom: 1px solid #e7e7e9;
    padding-bottom: .3rem;
    margin-bottom: 1rem;
}

.nav a {
    float: left;
    width: 20%;
    margin-bottom: 1rem;
    text-align: center;
    font-size: .7rem;
}

.nav a:nth-child(1), .nav a:nth-child(6) {
    width: 18%;
    margin-right: 2%;
}

.nav a img {
    width: 2.2rem;
    margin: 0 auto;
}

.nav a h2 {
    font-size: .75rem;
    font-weight: normal;
}

.nav a i {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto .2rem auto;
    background-size: 100%;
}

.nav .menu-item:nth-child(1) i {
    background-image: url(../images/icon_nav_zixun.png);
}

/* .nav .menu-item:nth-child(2) i{background-image:url(../images/icon_nav_ziliao.png);} */
.nav .menu-item:nth-child(2) i {
    background-image: url(../images/icon_nav_ms.png);
}

.nav .menu-item:nth-child(3) i {
    background-image: url(../images/icon_nav_zhibo.png);
}

.nav .menu-item:nth-child(4) i {
    background-image: url(../images/icon_nav_wx.png);
}

.nav .menu-item:nth-child(5) i {
    background-image: url(../images/icon_nav_rili.png);
}

.nav .menu-item:nth-child(6) i {
    background-image: url(../images/icon_nav_zwk.png);
}

.nav .menu-item:nth-child(7) i {
    background-image: url(../images/icon_nav_sz.png);
}

.nav .menu-item:nth-child(8) i {
    background-image: url(../images/icon_nav_app.png);
}

.nav .custom-icon-app i {
    background-image: url(../images/icon_nav_app.png);
}

.nav .custom-icon-01 i {
    background-image: url(../images/icon_nav_01.png) !important;
}

.nav .custom-icon-02 i {
    background-image: url(../images/icon_nav_02.png) !important;
}

.nav .custom-icon-03 i {
    background-image: url(../images/icon_nav_03.png) !important;
}

.nav .custom-icon-04 i {
    background-image: url(../images/icon_nav_04.png) !important;
}

.nav .custom-icon-05 i {
    background-image: url(../images/icon_nav_05.png) !important;
}

.nav .custom-icon-06 i {
    background-image: url(../images/icon_nav_06.png) !important;
}

.nav .custom-icon-07 i {
    background-image: url(../images/icon_nav_07.png) !important;
}

.nav .custom-icon-08 i {
    background-image: url(../images/icon_nav_08.png) !important;
}

.nav .custom-icon-09 i {
    background-image: url(../images/icon_nav_09.png) !important;
}

.nav .custom-icon-10 i {
    background-image: url(../images/icon_nav_10.png) !important;
}

.nav .custom-icon-11 i {
    background-image: url(../images/icon_nav_11.png) !important;
}

.nav .custom-icon-12 i {
    background-image: url(../images/icon_nav_12.png) !important;
}

.nav .custom-icon-13 i {
    background-image: url(../images/icon_nav_13.png) !important;
}

.nav .custom-icon-14 i {
    background-image: url(../images/icon_nav_14.png) !important;
}

.nav .custom-icon-15 i {
    background-image: url(../images/icon_nav_15.png) !important;
}

.nav .custom-icon-16 i {
    background-image: url(../images/icon_nav_16.png) !important;
}

.nav .custom-icon-17 i {
    background-image: url(../images/icon_nav_17.png) !important;
}

.nav .custom-icon-18 i {
    background-image: url(../images/icon_nav_18.png) !important;
}

.nav .custom-icon-19 i {
    background-image: url(../images/icon_nav_19.png) !important;
}

.nav .custom-icon-20 i {
    background-image: url(../images/icon_nav_20.png) !important;
}

.nav .custom-icon-21 i {
    background-image: url(../images/icon_nav_21.png) !important;
}

.nav .custom-icon-22 i {
    background-image: url(../images/icon_nav_22.png) !important;
}

.nav .custom-icon-23 i {
    background-image: url(../images/icon_nav_23.png) !important;
}

.nav .custom-icon-24 i {
    background-image: url(../images/icon_nav_24.png) !important;
}

/*top*/
.top {
    border-bottom: 1px solid #e7e7e9;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.top_icon {
    width: 4.5rem;
    margin-bottom: 1rem;
}

.news-slide {
    margin-top: 1rem;
}

.news-slide li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    font-size: .8rem;
}

.news-slide li.active a {
    color: #df3636;
}

.news-slide li:last-child {
    border-bottom: none;
}

.top_tag {
    float: left;
    border: 1px solid #f3152a;
    padding: .15rem;
    margin-left: .1rem;
    margin-right: .5rem;
    border-radius: .1rem;
    font-size: .62rem;
    color: #f3152a;
}

.top_link {
    float: left;
    max-width: 74%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_link.active {
    display: block;
    float: none;
    max-width: 99.5%;
}

/*.news-slide .swiper-pagination-bullet {*/
/*    background-color: #dedede;*/
/*    opacity: 1;*/
/*}*/

/*.news-slide.swiper-container-horizontal>.swiper-pagination-bullets {*/
/*    bottom: 0;*/
/*}*/

/*.news-slide .swiper-pagination-bullet-active {*/
/*    background-color: #848484;*/
/*}*/

/*hot*/
.hot {
    margin-bottom: 2.5rem;
}

.hot .title {
    margin-bottom: 1rem;
}

.slideNav {
    width: 100%;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

/*.slideNav .swiper-slide {*/
/*    width: auto;*/
/*    margin-right: .7rem;*/
/*    text-align: center;*/
/*    font-size: .85rem;*/
/*}*/

/*.slideNav .swiper-slide span {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: .15rem;*/
/*    margin: .5rem auto 0 auto;*/
/*    border-radius: 1rem;*/
/*    transition: width .5s ease;*/
/*    opacity: 0;*/
/*    background-color: #db372c;*/
/*}*/

/*.slideNav .swiper-slide.active a {*/
/*    color: #db372c;*/
/*}*/

/*.slideNav .swiper-slide.active span {*/
/*    opacity: 1;*/
/*    width: 50%;*/
/*}*/

.slideMain {
    width: 100%;
}

.slideMain li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.slideMain li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.slideMain li a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .8rem;
}

.slideMain li a span {
    color: #df3636;
}

/*考试日历*/
.calendar {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1.5rem;
}

.calendar_title {
    float: left;
    font-size: 1rem;
    font-weight: bold;
}

.month {
    position: relative;
    float: right;
    margin-top: .2rem;
    margin-right: 2.7rem;
    font-size: .8rem;
}

.month:before, .month:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: -3.8rem;
    display: block;
    width: 2.3rem;
    transform: translateY(-50%);
    border-bottom: 1px solid #e9e9e9;
}

.month:after {
    left: auto;
    right: -2.6rem;
}

.month i {
    position: absolute;
    top: .12rem;
    left: -1.15rem;
    width: .8rem;
    height: .8rem;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: .8rem;
}

.month span {
    color: #df3636;
}

.cal_list {
    display: block;
    margin-top: 1.5rem;
}

.region_bg {
    position: relative;
    float: left;
    width: 6.9rem;
    height: 4.1rem;
    padding-top: 1rem;
    background: linear-gradient(to right, #f34359, #fb8559);
    text-align: center;
    border-radius: .3rem;
    color: #fff;
    box-shadow: 0 5px 10px -5px #fb8859;
}

.cal_list:nth-child(3) .region_bg {
    background: linear-gradient(to right, #6155eb, #6184ef);
    box-shadow: 0 5px 10px -5px #6582f0;
}

.region_bg i {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.475rem;
    height: 5.15rem;
    background-image: url(../images/circle01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.cal_list:nth-child(3) .region_bg i {
    background-image: url(../images/circle02.png);
}

.por {
    position: relative;
    z-index: 2;
}

.region_bg p {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.cal_info {
    float: left;
    max-width: 9.1rem;
    margin-left: .6rem;
}

.cal_info p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: .55rem;
    font-size: .75rem;
    overflow: hidden;
}

.cal_type {
    margin-bottom: .22rem;
    font-size: .7rem;
}

.cal_type:last-child {
    margin-bottom: 0;
}

.cal_type span {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border: 1px solid #eb717a;
    border-radius: 50%;
    line-height: .8rem;
    font-size: .55rem;
    text-align: center;
    color: #eb717a;
}

.cal_type02 span {
    border-color: #89d398;
    color: #89d398;
}

.cal_type03 span {
    border-color: #f1bb81;
    color: #f1bb81;
}

.look_more {
    position: relative;
    display: table;
    margin: 1.4rem auto 0 auto;
    text-align: center;
    font-size: .7rem;
}

.look_more i {
    position: absolute;
    top: .22rem;
    right: -0.95rem;
    width: .575rem;
    height: .575rem;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*上岸课堂*/
.classroom {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1.4rem;
    margin-bottom: 1.5rem;
}

.title {
    position: relative;
    display: table;
    font-size: 1rem;
    font-weight: bold;
}

.title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -.6rem;
    width: .4rem;
    height: .4rem;
    background-image: url(../images/title-r.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1rem;
    width: 1.75rem;
    height: 1.4rem;
    background-image: url(../images/title-l.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.now {
    float: right;
    margin-top: .1rem;
    margin-right: .5rem;
    font-size: .7rem;
}

.now span {
    font-size: .9rem;
    color: #f76659;
}

.live_list li {
    margin-top: 1.5rem;
}

.live_list li:last-child {
    margin-top: 1.75rem;
}

.live_list img {
    width: 6.95rem;
    height: 4.5rem;
    border-radius: .2rem;
}

.live_l {
    position: relative;
    float: left;
    margin-right: .6rem;
}

.jjrd .live_l {
    margin-left: .6rem;
    margin-right: 0;
}

.link {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    padding: 0 .375rem;
    line-height: 1.25rem;
    color: #fff;
    font-size: .6rem;
    background-color: rgba(0, 0, 0, .7);
    border-radius: .2rem 0 .2rem 0;
}

.live_r {
    float: left;
    width: 9rem;
    margin-top: .1rem;
}

.live_r p {
    margin-bottom: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.1rem;
}

.time {
    font-size: .7rem;
    color: #808080;
}

.price {
    float: left;
    margin-top: .4rem;
    color: #df3636;
    font-size: .7rem;
}

.price span {
    font-size: .9rem;
    font-weight: bold;
}

.btn {
    float: right;
    width: 3.8rem;
    height: 1.4rem;
    margin-top: .3rem;
    border-radius: 1rem;
    background-color: #df3636;
    color: #fff;
    line-height: 1.4rem;
    text-align: center;
    font-size: .7rem;
}

/*各类考试*/
.exam_type {
    margin-bottom: 1rem;
}

.exam_type .title {
    margin-bottom: 1rem;
}

.recommend {
    padding-bottom: .8rem;
}

.recommend a {
    float: left;
    width: 48.5%;
    text-align: center;
    font-size: .7rem;
}

.recommend a:nth-child(1) {
    float: left;
}

.recommend a:nth-child(2) {
    float: right;
}

.recommend a img {
    width: 100%;
    height: 5.375rem;
    margin-bottom: .8rem;
    border-radius: .3rem;
}

.exam_link a {
    float: left;
    width: 31.5466%;
    height: 1.85rem;
    margin-right: 2.68%;
    margin-bottom: .55rem;
    line-height: 1.85rem;
    background-color: #f3f3f3;
    text-align: center;
    border-radius: .3rem;
}

.exam_link a:nth-child(3n) {
    margin-right: 0;
}

/*新增*/
.layer, .shadow {
    display: none;
    position: fixed;
    top: 2.4rem;
    left: 50%;
    width: 100%;
    max-width: 720px;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9;
    transform: translateX(-50%);
}

.type-list {
    display: none;
    position: fixed;
    top: 2.4rem;
    left: 50%;
    width: calc(100% - 2rem);
    max-width: calc(720px - 2rem);
    max-height: 12rem;
    padding: 1.2rem 1rem .2rem 1rem;
    z-index: 10;
    background-color: #f8f8f8;
    overflow: auto;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
}

.type-list li {
    float: left;
    width: calc(30% - 2px);
    height: 1.5rem;
    border: 1px solid #d4d4d4;
    margin-bottom: .8rem;
    margin-right: 5%;
    text-align: center;
    font-size: .7rem;
    background-color: #fff;
    border-radius: .2rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.type-list li:nth-child(3n) {
    margin-right: 0;
}

/*新增*/
.m-drop {
    display: none;
    position: fixed;
    top: 2.4rem;
    right: 0;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
    border-top: 1px solid #ecebeb;
    transform: translateX(-50%);
}

.m-drop .drop-bd {
    max-height: 50%;
    background: #f8f8f8;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.m-htfb .drop-bd {
    width: 100%;
    height: -webkit-calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
    max-height: 100%;
}

.m-htfb .drop-box {
    width: 100%;
    height: 100%;
    background: #fff;
}

.m-htfb .htfb-letter {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 2.666667rem;
    height: 2.666667rem;
    margin: -1.333333rem 0 0 -1.333333rem;
    text-align: center;
    line-height: 2.666667rem;
    background: rgba(145, 145, 145, 0.6);
    border-radius: 0.16rem;
    color: #555;
    z-index: 10;
}

.m-htfb .htfb-hd {
    display: none;
    bottom: 0;
    right: 0;
    width: .9rem;
    height: -webkit-calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
    z-index: 2;
}

.m-htfb .htfb-hd ul {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    text-align: center;
    color: #ff6a6b;
    transform: translate(0, -50%);
}

.m-htfb .htfb-bd {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.m-htfb .htfb-box {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: .8rem solid #f8f8f8;
}

.m-htfb .htfb-item {
    color: #333;
}

.m-htfb .htfb-item .item-num {
    display: block;
    height: 1.5rem;
    padding-left: 0.4rem;
    line-height: 1.5rem;
    background: #f8f8f8;
    font-weight: bold;
    color: #333;
}

.m-htfb .htfb-item .item-sub {
    padding-left: 0.4rem;
}

.m-htfb .htfb-item .item-txt {
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

.m-htfb .htfb-item .item-txt:last-child {
    border-bottom: 0;
}

.m-htfb .htfb-item .item-txt a {
    display: block;
    color: #333;
}

.m-htfb .htfb-item .on a {
    color: #ff6a6b;
}

.m-htfb .htfb-fixed .htfb-hd {
    position: fixed;
    display: block;
}

.m-drop-hdmenu .drop-bd {
    float: right;
    width: -webkit-calc(100% - 1.84rem);
    width: calc(100% - 1.84rem);
}

.rec-type {
    position: relative;
}

.rec-type p {
    position: absolute;
    top: 1.2rem;
    left: .8rem;
    color: #fff;
    text-align: left;
    font-size: .8rem;
}

.rec-type p span {
    display: block;
    margin-bottom: .2rem;
    font-size: .95rem;
}

/*4.20版本新增*/
.search_link {
    float: right;
    width: 1rem;
    height: 1rem;
    margin-top: .7rem;
    margin-right: .6rem;
    background-image: url(../images/seek.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*.top .swiper-slide li span {*/
/*    display: inline-block;*/
/*    border: 1px solid #f3152a;*/
/*    padding: .1rem;*/
/*    margin-right: .5rem;*/
/*    border-radius: .1rem;*/
/*    font-size: .62rem;*/
/*    color: #f3152a;*/
/*}*/

/*.top .swiper-slide li:nth-child(2) .top_tag {*/
/*    border-color: #0d89e3;*/
/*    color: #0d89e3;*/
/*}*/

/*.top .swiper-slide li:nth-child(3) .top_tag {*/
/*    border-color: #00d6bc;*/
/*    color: #00d6bc;*/
/*}*/

/*.top .swiper-slide li:nth-child(4) .top_tag {*/
/*    border-color: #ff830f;*/
/*    color: #ff830f;*/
/*}*/

.top .look_more {
    display: table;
    margin-top: 1rem;
    overflow: auto;
}

.hot {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #e9e9e9;
}

.jjrd {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 1.5rem;
}

.jjrd .oh {
    margin-top: 1.5rem;
}

.jjrd .slideNav {
    margin-bottom: 0;
}

.jjrd .live_list {
    margin-top: 1rem;
}

.jjrd .live_list li {
    border: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.jjrd .live_list li a {
    white-space: inherit;
}

.jjrd .live_list img {
    height: 4.7rem;
    margin-left: .1rem;
}

.jjrd .live_r p {
    margin-bottom: .2rem;
    -webkit-line-clamp: 2;
}

.see_num {
    color: #df3636;
    font-size: .65rem;
}

.jjrd .look_more {
    margin-top: 0;
}

.jjrd .time {
    margin-bottom: .2rem;
}

.ssgk .live_list li {
    border-bottom: 1px solid #e7e7e9;
    padding-bottom: 1.5rem;
}

.ssgk .live_r {
    width: 100%;
}

@media screen and (min-width:1080px) {
    .cal_info {
        max-width: 8.5rem;
    }

    .live_r {
        width: 8.3rem;
    }
}

/*0527新增*/
.custom_border {
    border: 1px solid #e82b2a;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-radius: .32rem;
}

.custom_top {
    width: 100%;
    height: 3.85rem;
    margin-bottom: .72rem;
    background-image: url(../images/custom_top.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom_title {
    padding: .65rem 0 .4rem 0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/*.customNav .swiper-slide {*/
/*    margin-right: 1rem;*/
/*    font-size: .75rem;*/
/*}*/

.customMain li {
    border-color: #d7d7d7;
}

.customNav {
    width: 96%;
    margin: 0 auto;
}

.custom .oh {
    margin: 0 3%;
}

/*.customNav .swiper-slide a {*/
/*    color: #fff;*/
/*}*/

/*.customNav .swiper-slide.active a {*/
/*    font-weight: bold;*/
/*    color: #fff;*/
/*}*/

.customMain li {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customMain li a {
    display: inline;
    font-size: .75rem;
    max-width: auto;
}

.customMain li span {
    display: inline-block;
    border: 1px solid #e82b2a;
    border-radius: .15rem;
    padding: .1rem .2rem;
    margin-right: .1rem;
    font-size: .6rem;
    color: #e82b2a;
}

.custom_wrap {
    width: 100%;
    overflow: hidden;
}

.custom_slide {
    display: none;
    margin-bottom: .75rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.custom_slide.active {
    display: block;
}

.custom_slide a {
    display: inline-block;
    width: 6.5rem;
    height: 4.3rem;
    margin-right: .5rem;
    background-image: url(../images/custom01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: .25rem;
}

.custom_slide a:last-child {
    margin-right: 0;
}

.custom_slide a p {
    display: table-cell;
    height: 4.3rem;
    width: 6.5rem;
    vertical-align: middle;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    white-space: normal;
    line-height: 1.2rem;
}

.custom_slide a p span {
    display: block;
    width: 3.75rem;
    margin: 0 auto;
}

.custom_line {
    width: 100%;
    height: .5rem;
    margin-bottom: 1.5rem;
    background-color: #f4f3f8;
}

.custom_slide a:nth-child(2n) {
    background-image: url(../images/custom02.png);
}

.custom_slide a:nth-child(3n) {
    background-image: url(../images/custom03.png);
}

.custom_slide::-webkit-scrollbar {
    display: none;
}


/*新增分类*/
.m-allinfo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}

.g-top {
    position: relative;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
}

.top-tit {
    font-size: .9rem;
    font-weight: normal;
}

.close {
    position: absolute;
    top: .6rem;
    right: .6rem;
    width: 1rem;
    height: 1rem;
}

.drop-bd {
    height: calc(100% - 4.2rem - 1px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.zixun-item li {
    position: relative;
}

.item-hd {
    padding: .5rem 0;
    border-top: 1px solid #ddd;
}

.item-hd>a {
    /* display: block;
    width: 70%; */
    padding-left: .5rem;
    border-left: .1rem solid #ff6c62;
    margin-left: .5rem;
}

.zixun-add {
    position: absolute;
    top: .6rem;
    right: .5rem;
    font-style: normal;
    width: .9rem;
    height: .9rem;
    border: 1px solid #ff6c62;
    color: #ff6c62;
    line-height: .4rem;
    border-radius: 50%;
    text-align: center;
    line-height: .82rem;
    font-size: 1rem;
}

.slideRegion {
    display: none;
    padding: 1.1rem .5rem .5rem .5rem;
    background-color: #f4f4f4;
}

.slideRegion li {
    float: left;
    width: calc(22% - 2px);
    height: 1.6rem;
    margin-bottom: .6rem;
    margin-right: 4%;
    border: 1px solid #ebebeb;
    line-height: 1.6rem;
    background-color: #fff;
    text-align: center;
}

.slideRegion li a {
    display: block;
}

.slideRegion li:nth-child(4n) {
    margin-right: 0;
}

.item-title {
    background: #f4f4f4;
    border-bottom: 0.01rem solid #fff;
    padding-left: 0.4rem;
}

.item-title a {
    display: block;
    padding: .5rem 0;
    font-size: .7rem;
    color: #787878;
}

.item-bd {
    display: none;
}

.item-list {
    padding: .6rem .5rem 0 .5rem;
}

.item-list li {
    float: left;
    width: calc(22% - 2px);
    height: 1.6rem;
    margin: 0 4% .6rem 0;
    border: 1px solid #cfcfcf;
    text-align: center;
    font-size: .65rem;
    text-align: center;
}

.item-list li:nth-child(4n) {
    margin-right: 0;
}

.item-list li a {
    display: table-cell;
    width: 4rem;
    height: 1.6rem;
    padding: 0 .15rem;
    vertical-align: middle;
    font-size: .65rem;
}

.zixun-ft {
    position: relative;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    text-align: center;
    z-index: 2;
}



.news-slide .swiper-pagination-bullet {
    background-color: #dedede;
    opacity: 1;
}

.news-slide.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.news-slide .swiper-pagination-bullet-active {
    background-color: #848484;
}

.slideNav .swiper-slide {
    width: auto;
    margin-right: .7rem;
    text-align: center;
    font-size: .85rem;
}

.slideNav .swiper-slide span {
    display: block;
    width: 100%;
    height: .15rem;
    margin: .5rem auto 0 auto;
    border-radius: 1rem;
    transition: width .5s ease;
    opacity: 0;
    background-color: #db372c;
}

.slideNav .swiper-slide.active a {
    color: #db372c;
}

.slideNav .swiper-slide.active span {
    opacity: 1;
    width: 50%;
}

.top .swiper-slide li span {
    display: inline-block;
    border: 1px solid #f3152a;
    padding: .1rem;
    margin-right: .5rem;
    border-radius: .1rem;
    font-size: .62rem;
    color: #f3152a;
}

.top .swiper-slide li:nth-child(2) .top_tag {
    border-color: #0d89e3;
    color: #0d89e3;
}

.top .swiper-slide li:nth-child(3) .top_tag {
    border-color: #00d6bc;
    color: #00d6bc;
}

.top .swiper-slide li:nth-child(4) .top_tag {
    border-color: #ff830f;
    color: #ff830f;
}

.customNav .swiper-slide {
    margin-right: 1rem;
    font-size: .75rem;
}

.customNav .swiper-slide a {
    color: #fff;
}

.customNav .swiper-slide.active a {
    font-weight: bold;
    color: #fff;
}

.carousel .swiper-slide {
    width: 90%;
    padding: 0 .62% 0 1.1%;
}


.swiper-pagination-bullet {
    width: .5rem!important;
    height: .15rem!important;
    border-radius: 2rem!important;
    background-color: #fff!important;
    transition: width .5s ease!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .15rem;
}

.swiper-pagination-white .swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
    width: .65rem;
}

.carousel.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1.7rem;
}






.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}









body{
    max-width:750px;
    margin:0 auto;
}



.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
    margin-bottom:10px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}





.footer{
    padding:20px 0;
    background-color:#333;
    color:#a6a6a6;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#a6a6a6;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #E60012;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #E60012;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}