.down-list {
    margin-top: 13px;
    padding: 10px 20px 15px;
    background: #fff;
}
.c-title {
    position: relative;
    height: 45px;
    line-height: 35px;
    text-indent: 15px;
    font-size: 16px;
    border-bottom: 1px solid #f6f6f6;
}
.article-list .type {
    float: right;
}
.article-list .type .hover {
    color: #fff;
    background: linear-gradient(90deg,#5298ff 0,#6f79ff 100%);
}

.article-list .type a {
    display: inline-block;
    margin-left: 13px;
    padding: 0 10px;
    height: 30px;
    color: #ababab;
    text-indent: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 30px;
}
.c-title:after {
    content: " ";
    position: absolute;
    height: 15px;
    width: 5px;
    left: 0;
    top: 11px;
    border-radius: 5px;
}
.title-icon {
    display: block;
    background: url(../images/index-plate-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 35px;
    width: 45px;
    float: left;
}
.down-list .type {
    float: right;
}
.down-list .type .hover {
    color: #fff;
    background: linear-gradient(90deg,#5298ff 0,#6f79ff 100%);
}

.down-list .type a {
    display: inline-block;
    margin-left: 13px;
    padding: 0 10px;
    height: 30px;
    color: #ababab;
    text-indent: 0;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 30px;
}
.a {
    color: #333;
    text-decoration: none;
}
.c-title:after {
    content: " ";
    position: absolute;
    height: 15px;
    width: 5px;
    left: 0;
    top: 11px;
    border-radius: 5px;
}
.down-list .tpl-tr-wai {
    overflow: hidden;
    width: 100%;
    height: 380px;
}
.style {
    transform: translateX(0px);
}

.down-list .tpl-tr {
    width: 6000px;
    transition: .5s all;
}
.layui-clear {
    clear: both;
}
.down-list .list-top {
    margin-right: 0;
}

.down-list .list-top {
    float: left;
    width: 1130px;
    height: 380px;
}
.down-list .list-top ul {
    overflow: hidden;
    width: 100%;
}
.down-list .list-top li {
    float: left;
    display: block;
    box-sizing: initial;
    padding: 15px 5px;
    width: 32%;
    border-bottom: 1px solid #f6f6f6;
}
.li {
    list-style: none;
}
.down-list .list-top li .fl {
    width: 65px;
    height: 65px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
}

.fl, .left {
    float: left;
}
.down-list .list-top li .fl img {
    width: 65px;
    height: 65px;
}
.down-list .list-top li .fr {
    width: calc(100% - 80px);
    padding-right: 5px;
}

.fr, .right {
    float: right;
}
.down-list .list-top li .fr h3 {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 18px;
}
.down-list .list-top li .fr p {
    color: #ababab;
    font-size: 12px;
}
.down-list .list-top li .fr p span {
    padding: 0 10px;
    color: #888;
    font-size: 12px;
}
.down-list .list-top li .fr p i {
    margin-right: 5px;
    color: #ffb80f;
    font-style: initial;
    font-size: 14px;
}
.down-list .list-top li .fr .down {
    float: right;
    width: 50px;
}
.down-list .list-top li .fr .down a {
    display: block;
    margin-top: -40px;
    padding: 8px 0px;
    border-radius: 5px;
    background: #007bf5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    transition: all .3s;
}
.img {
	border: none;
}






.index-plate-list .list-top{float:left;margin:22px 25px 0;width:1150px}


.article-list {
    margin-top: 13px;
    padding: 10px 20px 15px;
    background: #fff;
}
.c-title {
    position: relative;
    height: 45px;
    line-height: 35px;
    text-indent: 15px;
    font-size: 16px;
    border-bottom: 1px solid #f6f6f6;
}
.article-list .tpl-tr-wai {
    overflow: hidden;
    width: 100%;
    height: 410px;
}
.article-list .tpl-tr {
    width: 6000px;
    transition: .5s all;
}
.article-list .list-top {
    float: left;
    margin-top: 20px;
    width: 1130px;
}
.article-list .list-img {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.article-list .list-img li {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 220px;
    border-radius: 5px;
}
.article-list .list-img li a {
    position: relative;
    display: block;
    height: auto;
}
.article-list .list-img li .img {
    display: flex;
    overflow: hidden;
    height: 150px;
}
.article-list .list-img li img {
    width: 100%;
    min-height: 100%;
    transition: all .5s;
}
.article-list .list-img li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.5));
    background: -ms-linear-gradient(top,transparent,#000);
    background-color: transparent;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 260px;
}
.layui-clear:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0;
}
.article-list .list-tit {
    overflow: hidden;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #f6f6f6;
}
.article-list .list-tit li {
    float: left;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 10px;
    width: 28%;
    height: 31px;
    line-height: 31px;
}
.article-list .list-tit li a {
    position: relative;
    float: left;
    overflow: hidden;
    padding-left: 0;
    width: 80%;
    text-align: left;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.article-list .list-tit li:nth-child(1) a:before {
    background: #ff2a2a;
}
.article-list .list-tit li:nth-child(2) a:before {
    background: #ff7171;
}
.article-list .list-tit li:nth-child(3) a:before {
    background: #f90;
}
.article-list .list-tit li:nth-child(4) a:before {
    background: #fc0;
}
.article-list .list-tit li:nth-child(5) a:before {
    background: #5298ff;
}
.article-list .list-tit li:nth-child(6) a:before {
    background: #5fb878;
}
.article-list .list-tit li a:before {
    position: absolute;
    top: 12.5px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dcdcdc;
    content: " ";
}
.article-list .list-tit li span {
    float: right;
    margin-right: 5px;
    color: #888;
    font-size: 14px;
}
.article-list .type .hover{
    color: #fff;
	background: linear-gradient(90deg,#5298ff 0,#6f79ff 100%);
	}
.article-list .type a{
display: inline-block;
margin-left: 13px;
padding: 0 10px;
height: 30px;
color: #ababab;
text-indent: 0;
font-size: 14px;
line-height: 30px;
cursor: pointer;
border-radius: 30px;
}
.article-list .type{
float:right
}



.region-desc {
    color: #bcbcbc;
    font-size: 13px;
    text-align: right;
    width: 70%;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}   


.list-pic {
    background: #fff;
}
.showgirl-area {
    margin-top: 22px;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.showgirl-area .item1 {
    left: 0;
    top: 0;
}
.showgirl-area .item2 {
    left: 200px;
    top: 0;
}
.showgirl-area .item3 {
    left: 0;
    top: 225px;
}
.showgirl-area .item4 {
    left: 405px;
    top: 0;
}
.showgirl-area .item5 {
    right: 0;
    top: 0;
}
.showgirl-area .item6 {
    right: 0;
    top: 225px;
}
.showgirl-area div {
    display: block;
    position: absolute;
}
.showgirl-area .item1 a, .showgirl-area .item2 a {
    width: 190px;
}
.showgirl-area .item4 a {
    width: 375px;
}
.showgirl-area .item3 a, .showgirl-area .item5 a, .showgirl-area .item6 a {
    width: 390px;
}
.showgirl-area a {
    display: block;
    overflow: hidden;
}
.showgirl-area .item1 img, .showgirl-area .item2 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.showgirl-area .item4 img {
    width: 85%;
    height: 435px;
    object-fit: cover;
}
.showgirl-area .item3 img, .showgirl-area .item5 img, .showgirl-area .item6 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.showgirl-area img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

li.col-sm-6.col-xs-12.clearfix:nth-child(1) {
       float: left;
    height: 30px;
    overflow: hidden;
    line-height: 31px;
    margin-bottom: 10px;
    text-indent: 20px;
}

li.col-sm-6.col-xs-12.clearfix:nth-child(2n) {
    float: right
}

li.col-sm-6.col-xs-12.clearfix:nth-child(10),
li.col-sm-6.col-xs-12.clearfix:nth-child(19),
li.col-sm-6.col-xs-12.clearfix:nth-child(20),
li.col-sm-6.col-xs-12.clearfix:nth-child(9) {
    padding-bottom: 5px;
	position: relative;
    border-bottom: 1px dashed #d0d0d0;
}


* {
    transition: color 200ms ease 0s, background-color 300ms ease 0s, border-color 300ms ease 0s;
}

.tg_phb {
    background: #FFF;
    margin: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: Center;
    position: relative;
}

.index {
    padding: 0;
}

.themead {
    padding-top: 2px;
    margin-bottom: 5px;
    background: #FFF;
    width: 100%;
}
.themead li {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    height: 100%;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}
.themead span {
    position: relative;
    display: block;
    height: 60px;
    padding:2px;
    margin-bottom: 2px;
}

.themead span a::before {
    position: absolute;
    content: "";
    background: url(../images/admark.png);
    width: 25px;
    height: 16px;
    right: 2px;
    font-size: 12px;
    text-align: center;
    bottom: 4px;
    color: rgb(255, 255, 255);
    opacity: 1;
}
.themead li a::before {
    position: absolute;
    content: "";
    background: url(../images/admark.png);
    width: 25px;
    height: 16px;
    right: 2px;
    font-size: 12px;
    text-align: center;
    bottom: 4px;
    color: rgb(255, 255, 255);
    opacity: 1;
}
.themead li img {
    /* border-radius:10px */
    height: 60px!important;
}

@media screen and (max-width: 768px) {
.down-list {
    padding: 2% 3%;
}
.activity-list,.activity-list .list-fy,.activity-list .list-fy ul,.activity-list .list-fy ul li,.article-list .list-top,.article-list .tpl-tr,.container,.down-list,.down-list .list-top,.down-list .tpl-tr,.index-activity,.index-look,.index-look-list,.index-news-article, .index-plate,.index-plate-list.list-top,.index-plate-list .list-top ul,.index-plate-list .list-tr,.news-article_container li,.scoend .right {
    width: 100%;
}
.article-list .tpl-tr-wai, .down-list .list-top, .down-list .tpl-tr-wai {
    height: auto;
}
.article-list .list-top, .article-list .list-top ul, .article-list .tpl-tr, .down-list .list-top, .down-list .tpl-tr, .new-position .center, .new-position .left, .new-position .page, .new-position .right {
    width: 100%;
}
.down-list .tpl-tr {
    margin-bottom: .5rem;
}
.article-list .list-top, .article-list .list-top ul, .article-list .tpl-tr, .down-list .list-top, .down-list .tpl-tr, .new-position .center, .new-position .left, .new-position .page, .new-position .right {
    width: 100%;
}
.article-list .tpl-tr-wai, .down-list .list-top, .down-list .tpl-tr-wai {
    height: auto;
}
.down-list .list-top ul li:nth-child(1), .down-list .list-top ul li:nth-child(2), .down-list .list-top ul li:nth-child(3) {
    display: block;
}
.down-list .list-top li .fr .tit span,.index-other,.index-wz-ad,.indexnews-ad,.layui-fixbar,.scoend .left,.type,.types{
	display:none
	}
.down-list .list-top ul li {
    display: none;
    margin: 0 5% 2% 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 5px;
    order: none;
}
.down-list .list-top li .fr .down {
    float: right;
    width: 50px;
}
.down-list .list-top li .fr .down a {
    border-radius: 5px;
}
.down-list .type a{
overflow:hidden;
padding:0 .5rem;
width:2rem;
font-size:0
}

.region-desc {
    color: #bcbcbc;
    font-size: 13px;
    text-align: right;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

li.col-sm-6.col-xs-12.clearfix {
    padding-bottom: 0!important;
    margin-left: 0!important;
    float: left!important;
    border-bottom: 0!important;
}

.article-list {
    padding: 2% 3%;
}
.down-list .list-top li .fr .tit span, .index-other, .index-wz-ad, .indexnews-ad, .layui-fixbar, .scoend .left, .type, .types {
    display: none;
}
.article-list .list-img li:nth-child(1), .article-list .list-img li:nth-child(2) {
    display: block;
}
.article-list .list-img li {
    float: left;
    display: none;
    margin: 0;
    width: 49%;
}
.article-list .list-tit {
    border: 0;
}
.article-list .list-tit li:nth-child(1), .article-list .list-tit li:nth-child(2), .article-list .list-tit li:nth-child(3) , .article-list .list-tit li:nth-child(4){
    display: block;
}
.article-list .list-tit li {
    display: none;
    width: 100%;
}
   
   

   
    
    
    
    
    
    .today {
        width: 100%!important;
        max-height: 100%!important;
        margin-bottom: 10px!important;
    }
    .phb_other {
        padding: 0!important
    }
    .updata_list {
        padding: 0;
        padding-bottom: 23px;
    }
    .index {
        margin: 0 8px;
        margin-bottom: 10px;
    }
    .today_container {
        padding: 20px 0px 10px 0px!important;
    }
    .today_t {
        margin-left: 19px!important;
    }
    .today_a {
        margin-right: 22px!important;
    }
    .index-plate,
    .type {
        display: none
    }
    .jc_list li a {
        width: 79%;
    }
    .index-plate-list {
        height: auto!important;
    }
    .index-plate-list .list-top {
        width: 100%!important;
    }
    .index-plate-list .list-top:nth-child(1) {
        margin: 3% 0 1%;
    }
    .index-plate-list .list-top:nth-child(2) {
        margin: 3% 0 1%;
    }
    .index-plate-list .list-top ul {
        margin: 0 2% 4%;
        width: 94%!important;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 2%;
    }
    .index-plate-list .list-tr {
        width: 100%!important;
    }
    .index-look-title-icon {
        margin: 0 auto!important;
    }
    .index-look {
        width: 100%!important;
        overflow: hidden;
        background: #fff;
    }
    .index-look-list {
        margin: 10px 0px 0px 10px!important;
        padding: 0px;
        width: 100%!important;
    }
    .index-look-list li {
        margin-bottom: 10px!important;
    }
    .phb_index ul li {
        width: 100%!important;
    }
    .index-activity {
        width: 100%!important;
        overflow: hidden;
        background: #fff;
        height: auto!important;
    }
    .activity-list .list-fy1 ul li {
        width: 100%!important;
    }
    .activity-list .list-fy1 ul li:nth-child(2n) {
        padding: 0px!important;
    }
    .activity-list .list-fy ul li:nth-child(2n) {
        padding: 0px!important;
    }
    .activity-list {
        margin: 3px 2px 2px!important;
    }
}

.user_success {
    width: 100%;
    margin-top: 29px;
}

.today {
    width: 66%;
    float: right;
    min-height: 680px;
    max-height: 725px;
    background: #FFF;
    margin: 0px;
    padding: 0;
    margin-top: 10px;
}

.user_login {
    margin: 0px;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 10px 0;
}

.login {
    background: #fff;
    min-height: 685px;
    position: relative;
    padding: 20px 0px;
}

.tg_phb .left {
    height: 100%;
    font-size: 17px;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    float: left;
    padding: 0;
}

.tg_phb .left div {
    background: rgb(255, 189, 41);
    max-width: 38px;
    height: 80%;
    margin: 0px auto;
    position: relative;
    top: 10%;
    padding: 7px 0px;
    line-height: 21px;
    overflow: hidden;
}

.tg_phb .right {
    /* height: 100%;*/
    overflow: hidden;
    float: left;
    padding-bottom: 10px;
}

.tg_phb .right li {
    float: left;
    padding: 0;
    /* height: 100%;*/
    display: flex;
    padding: 0px 11px;
    justify-content: center;
    align-items: Center;
    margin-top: 20px;
    display: none;
}

.tg_phb .right li:nth-child(1),
.tg_phb .right li:nth-child(2),
.tg_phb .right li:nth-child(3),
.tg_phb .right li:nth-child(4),
.tg_phb .right li:nth-child(5),
.tg_phb .right li:nth-child(6),
.tg_phb .right li:nth-child(7),
.tg_phb .right li:nth-child(8),
.tg_phb .right li:nth-child(9),
.tg_phb .right li:nth-child(10),
.tg_phb .right li:nth-child(11),
.tg_phb .right li:nth-child(12) {
    display: block
}

.tg_phb .right li a {
    display: block;
    text-align: center;
    width: 100%;
}

.tg_phb .right li a span {
    text-align: center;
    display: block;
    font-size: 13px;
    height: 23px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg_phb .right li a img {
    border-radius: 5px;
    width: 100%;
    max-width: 90px;
    max-height: 90px;
}

.tg_phb .right li:hover {
    opacity: 0.7;
}

.tg_phb .right li .top {
    position: absolute;
    transform: rotate(-31deg);
    top: -15px;
    left: -15%;
    width: 30px;
    opacity: 0.8;
}

.tg_phb .right li a p {
    display: inline-block;
    position: relative;
    width: 100%;
}

.today_title {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px #F6F6F6 solid;
}

.today_title a {
    color: #000;
    display: block;
}

.today_title a:hover {
    color: #f05050;
}

.today_title a span {
    font-size: 29px;
    margin-right: 5px;
}

.today_title a font {
    position: relative;
}

.today_t:after {
    position: absolute;
    top: 17.4px;
    left: 14px;
    width: 0;
    height: 17px;
    border: 1.5px solid #5298ff;
    border-radius: 9px;
    content: " ";
}

.today_t {
    float: left;
    margin-left: 33px;
    font-size: 16px;
    font-weight: 600;
}

.today_a {
    float: right;
    margin-right: 38px;
    font-size: 16px;
    font-weight: 600;
}

.today_container {
    padding: 20px 20px 10px 10px;
    min-height: 590px;
}

.jc_list li {
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 31px;
    margin-bottom: 10px;
    text-indent: 20px;
}

.jc_list li a:before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 4px;
    background: #dcdcdc;
    left: 0;
    top: 12.5px;
    border-radius: 50%;
}

.xcybk-zhiding {
    position: relative;
    top: -2px;
    padding: 3px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-right: 0px;
    background: linear-gradient(to right, #fa4ebc 0, #ffa900 100%);
}

.xcybk-adfg {
    position: relative;
    top: -2px;
    padding: 3px 5px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-right: 0px;
    background: linear-gradient(to right, #fa4ebc 0, #ffa900 100%);
}

.xcybk-arrow {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 3px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffa900;
}

.jc_list li a {
    float: left;
    text-align: left;
    padding-left: 0;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jc_list li em {
  /* 搜狗不显示时间 width: auto;*/
   white-space: nowrap;
    font-style: normal;
    float: right;
    padding: 0;
    text-align: right;
}

.jc_list li .ad {
    float: right;
    width: 40px;
    height: 20px;
    margin-right: 0px;
    display: inline-block;
    text-indent: 0;
    background-size: 100% auto;
    line-height: 18px;
    font-style: normal;
    margin-top: 3px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    border: 1px solid #5298ff;
    color: #fd2b2b;
    border-radius: 5px;
}

.new_data {
    color: red!important;
}

.old_time {
    color: rgba(0, 0, 0, .65);
}

.old_data {
    color: #A7A4A4;
}

.today .page {
    margin: -10px auto 17px auto;
    position: relative;
    overflow: hidden;
    width: 96%;
}

.today .page>div {
    width: 50%;
    height: 35px;
    color: #666;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border: 1px solid #efefef;
    user-select: none
}

.today .page>div:hover {
    background: #fbfbfb
}

.today .page .top {
    float: left;
    border-right: 0;
    border-radius: 3px 0 0 3px
}

.today .page .bottom {
    float: right;
    border-left: 0;
    border-radius: 0 3px 3px 0
}

.today .page .cfx {
    width: 84px;
    height: 21px;
    background: #fff;
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-42deg);
    left: 50%;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef
}

.today .page .disabled {
    color: #b7b7b7
}

.index-news-tool {
    min-height: 686px;
    margin: 0px;
    margin-top: 10px;
    overflow: hidden;
    background: #fff;
    max-height: 725px;
    padding: 0px;
    margin-bottom: 10px!important;
}

.index-news-ad {
    width: 410px;
    height: 320px;
    border-bottom: 10px solid #f6f6f6
}

.index-news-ad a {
    display: block;
    margin: 10px
}

.title2 {
    position: relative;
    height: 45px;
    line-height: 35px;
    text-indent: 10px;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 1px solid #F6F6F6;
}

.title2:after {
    content: " ";
    position: absolute;
    height: 17px;
    width: 0;
    border: 1.5px solid #5298ff;
    left: 0;
    border-radius: 9px;
    top: 9px;
}

.title2 .span-right {
    margin-top: -1px;
    float: right;
}

.title2 .span-right a {
    color: #666;
}

.index-news-tool-container {
    margin: 10px;
}

.index-news-tool-container .noad {
    border: 1px solid #1b54bc;
    color: #1b54bc;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    float: none;
    font-size: 16px;
    transition: all .5s ease-in;
    border-radius: 30px;
}

.index-news-tool-container .noad:hover {
    background: #1b54bc;
    color: #FFF;
}

.index-news-tool-container .mytg {
    color: #1b54bc;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    font-size: 16px;
    transition: all .5s ease-in;
    border-radius: 30px;
    margin-top: 26px;
    background: #1b54bc;
    float: none;
    color: #FFF;
}

.index-news-tool-container .mytg:hover {
    background: #1b54bc;
}

.index-news-tool-container .intr {
    position: relative;
    padding: 0px 26px;
    padding-top: 0px;
}
.index-news-tool-container  .intr h3 {
    height: 0px;
    line-height: 40px;
    font-size: 25px;
    color: #e21b05;
    margin-bottom: 39px;
    display: block;
}
.index-news-tool-container  .intr span {
    line-height: 28px;
    font-size: 16px;
    color: #b9b9b9;
}
.index-news-tool-container .intr:after {
    background: url(/content/templates/theme/images/su.png) no-repeat center center;
    background-position: -125px 0;
    content: " ";
    position: absolute;
    right: 1%;
    top: -35px;
    width: 123px;
    height: 132px;
    -webkit-transition: .3s;
    transition: .3s;
}

.index-news-tool-container fieldset {
    display: block;
    height: 24px;
    border-top: 1px solid #A9A9A9;
    margin: 0 auto;
    float: none;
    margin-top: 25px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.index-news-tool-container legend {
    width: 120px;
    font-size: 14px;
    line-height: 34px;
    color: #9A9A9A;
    text-align: center;
    border: 0
}

.index-news-tool-container .tequan {
    margin: 0 auto;
    float: none;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
}

.index-news-tool-container .tequan li {
    padding: 0px;
    margin-top: 20px;
    overflow: hidden;
}

.index-news-tool-container .tequan div i {
    background: url(../images/privilege_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 7px
}

.index-news-tool-container .tequan div span {
    cursor: default;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    color: #9A9A9A
}

.index-news-tool-container .tequan div {
    padding: 0px;
    float: left;
}

.layui-carousel>[carousel-item] {
    position: relative;
    width: auto;
    height: 320px!important;
    overflow: hidden;
}

.index-news-tool-container .tequan .liright {
    float: right;
    text-align: right
}

.index-news-tool .layui-carousel p {
    bottom: 5px;
    height: 30px;
    font-size: 10px
}

.index-news-tool .layui-carousel p,
.index-news-tool .layui-carousel span {
    position: absolute;
    width: 100%;
    color: #fff;
    text-indent: 10px
}

.index-news-tool .layui-carousel span {
    bottom: 0;
    height: 75pt;
    background: linear-gradient(to bottom, transparent 0, rgba(4, 4, 4, .6) 100%);
    font-weight: 900;
    font-size: 1pc;
    line-height: 105px
}

.layui-carousel-ind ul {
    background: 0 0!important
}

.layui-carousel-ind {
    top: -38px!important;
    text-align: right!important
}

.layui-carousel-ind li {
    width: 8px!important;
    height: 8px!important
}

.index-news-ad a {
    display: block;
    margin: 10px
}

.index-news-tool .layui-carousel {
    box-sizing: initial;
    padding: 5px;
    height: 340px!important;
    overflow: hidden;
    border-bottom: 10px solid #f6f6f6;
    background: #fff;
}

.index-news-tool .layui-carousel p {
    bottom: 5px;
    height: 30px;
    font-size: 10px
}

.index-news-tool .layui-carousel img {
    height: 100%;
    width: 100%;
}

.index-news-tool .layui-carousel p {
    bottom: 5px;
    height: 30px;
    font-size: 10px
}

.index-news-tool .layui-carousel p,
.index-news-tool .layui-carousel span {
    position: absolute;
    width: 100%;
    color: #fff;
    text-indent: 10px
}

.index-news-tool .layui-carousel span {
    bottom: 0;
    height: 75pt;
    background: linear-gradient(to bottom, transparent 0, rgba(4, 4, 4, .6) 100%);
    font-weight: 900;
    font-size: 1pc;
    line-height: 105px
}

.layui-carousel-ind ul {
    background: 0 0!important
}

.layui-carousel-ind {
    top: -38px!important;
    text-align: right!important
}

.layui-carousel-ind li {
    width: 8px!important;
    height: 8px!important
}

.index-news-ad a {
    display: block;
    margin: 10px
}

.index-news-tool .layui-carousel p,
.index-news-tool .layui-carousel span {
    position: absolute;
    width: 100%;
    color: #fff;
    text-indent: 10px
}

.index-news-tool .layui-carousel span {
    bottom: 0;
    height: 75pt;
    background: linear-gradient(to bottom, transparent 0, rgba(4, 4, 4, .6) 100%);
    font-weight: 900;
    font-size: 1pc;
    line-height: 105px
}

.layui-carousel-ind ul {
    background: 0 0!important
}

.layui-carousel-ind {
    top: -38px!important;
    right: 10px;
    text-align: right!important;
}

.layui-carousel-ind li {
    width: 8px!important;
    height: 8px!important
}

.index-news-ad a {
    display: block;
    margin: 10px
}

.ads054 .ShowAds {
    display: block;
    padding-top: 10px;
    height: 280px;
    overflow: hidden;
}

.ads054 .ShowAds a {
    display: block;
    width: 380px;
    overflow: hidden;
}

.ads054 .ShowAds img {
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.btn_login {
    border: 1px solid #8092e7;
    color: #8092e7;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    margin: 0px auto;
    float: none;
    font-size: 16px;
    transition: all 500ms ease-in;
}

.btn_login:hover {
    background: #1b54bc;
    color: #ffffff;
}

.user_bad {
    width: 100%;
    margin-top: 51px;
}

.user_login .login fieldset {
    display: block;
    height: 34px;
    border-top: 1px solid #A9A9A9;
    margin: 0 auto;
    float: none;
    margin-top: 16px;
}

.user_login .login legend {
    width: 96px;
    font-size: 14px;
    line-height: 34px;
    color: #9A9A9A;
    text-align: center;
    border: 0;
}

.leftbottom {
    position: absolute;
    left: 0px;
    bottom: 0;
}

.righttop {
    position: absolute;
    right: 0px;
    top: 0;
}

.righttops {
    position: absolute;
    left: 0px;
    top: 0;
}

.leftbottom img {
    width: 46px;
}

.righttop img {
    width: 60px;
}

.righttops img {
    width: 60px;
}

.tequan {
    margin: 0px auto;
    float: none;
    padding: 0;
}

.tequan li {
    margin-top: 24px;
}

.tequan div i {
    background: url(../images/privilege_icon.png)no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 7px;
}

.tequan div span {
    cursor: default;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    color: #9A9A9A;
}

.tequan div {
    float: left;
}

.tequan .liright {
    float: right;
    text-align: right;
}

.barrage {
    position: fixed;
    bottom: 70px;
    right: -500px;
    display: inline-block;
    width: 500px;
    z-index: 99999
}

.barrage_box {
    background-color: rgba(0, 0, 0, .5);
    padding-right: 8px;
    height: 40px;
    display: inline-block;
    border-radius: 25px;
    transition: all .3s;
}

.barrage_box .portrait {
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.barrage_box .portrait img {
    width: 100%;
    height: 100%;
}

.barrage_box div.p a {
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-left: 15px;
}

.barrage_box div.p a:hover {
    text-decoration: none;
}

.barrage_box .close {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    margin-top: 8px;
    background-image: url(close.png);
}

.barrage_box:hover .close {
    visibility: visible;
    opacity: 1;
}

.barrage_box .close a {
    display: block;
}

.barrage_box .close .icon-close {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    margin-top: 5px;
}

.barrage .z {
    float: left !important;
}

.barrage a {
    text-decoration: none;
}

.vip_btn {
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    transition: all 300ms ease;
    background-image: linear-gradient(90deg, #9c4dff 0%, #429bff 100%);
    margin-top: 26px;
    float: none;
}

.vip_btn:hover {
    opacity: .8;
    color: #FFF;
}

.tequan1 {
    margin: 0px auto;
    float: none;
    padding: 0;
    margin-top: 8px;
}

.tequan1 li {
    margin-top: 22px;
}

.tequan1 div i {
    background: url(../images/vip.png)no-repeat;
    height: 40px;
    width: 57px;
    margin-bottom: 7px;
    display: block;
    margin: 19px auto;
}

.tequan1 div span {
    cursor: default;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #9A9A9A;
    width: 100%;
    bottom: 10px;
    padding: 0px 5px;
    left: 0;
    text-align: center;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tequan1 div {
    float: left;
    border: 1px solid #EAEAEA;
    position: relative;
    border-radius: 4px;
    width: 45%;
    height: 116px;
    overflow: hidden;
}

.tequan1 .liright {
    float: right;
    text-align: right;
}

.updata_list {
    margin-top: 10px;
    background: white;
    box-shadow: 0px 0px 20px #dedede;
    padding-bottom: 23px;
}

.g-class-cont {
    height: auto;
    float: left;
    margin: 25px 0px 0 0px;
    display: inline;
    overflow: hidden;
}

.g-class-cont dl {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1
}

.g-class-cont dl dt {
    width: 136px;
    height: 35px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -68px;
    z-index: 10;
}

.g-class-cont dl dt i {
    width: 1px;
    height: 20px;
    background: #eaeaea;
    float: left;
    margin: 8px 0 0;
    display: inline;
    overflow: hidden
}

.g-class-cont dl dt a {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #19b5fe;
    float: left;
    border-radius: 4px;
    margin: 0 12px;
    display: inline;
    overflow: hidden;
}

.g-class-cont dl dt a:hover {
    opacity: 0.7;
}

.g-class-cont dl dd {
    width: 100%;
    border: 1px solid #eaeaea;
    margin: 17px 0 0 0;
    display: block;
    padding: 0px 20px;
    padding-top: 17px;
    overflow: hidden;
}

.g-class-cont dl dd a {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
}

.g-class-cont dl dd a strong {
    width: 80%;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: left;
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g-class-cont dl dd a b {
    width: 26px;
    height: 26px;
    float: right;
    margin: 11px 0px 0 0;
    background: url(../images/android-icon.png) no-repeat -555px 0;
}

.g-class-cont dl dd a:hover strong {
    color: #f60
}

.g-class-cont dl dd a:hover b {
    background-position: -555px -101px;
}

.index-plate {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    overflow: hidden;
    margin: 5px auto;
}

.index-plate-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #1b54bc;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
}

.index-plate-title-icon {
    display: block;
    background: url(../images/index-plate-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 50px;
    float: left;
    margin-left: 15px
}

.index-plate-title .type {
    float: right;
    margin-right: 25px;
    font-weight: 100
}

.index-plate-list {
    height: 530px;
    overflow: hidden;
}

.index-plate-title .type a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin-left: 13px;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px
}

.index-plate-title .type .hover {
    background: #eaf2ff;
    color: #5a9dff;
    border-radius: 6px
}

.index-plate-list .tpl-tr-wai {
    height: 579px;
    overflow: hidden
}

.index-plate-list .list-top {
    margin: 22px 13px 0;
    float: left;
    width: 1140px;
}

.index-plate-list .list-tr {
    transition: .5s all;
    width: 2564px;
}

.index-plate-list .list-top:nth-child(1) {
    margin-right: 25px;
}

.index-plate-list .list-top ul {
    float: left;
    margin-right: 3%;
    width: 31.3333%;
}

.index-plate-list .list-top ul:nth-child(3n) {
    margin-right: 0
}

.index-plate-list .list-top li {
    margin-bottom: 5px;
    width: 100%
}

.index-plate-list .list-top li:nth-last-child(1) {
    margin-bottom: 0
}

.index-plate-list .list-top li a {
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    overflow: hidden;
}

.index-plate-list .list-top li a font {
    color: #ababab;
    float: left;
    width: auto;
}

.index-plate-list .list-top li a span {
    width: 78%;
    float: left;
    padding-left: 5px;
    line-height: 40px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-plate-list .list-top li a .list-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
    background: #f6f6f6
}

.index-plate-list .list-top li a .list-img img {
    width: 100%;
    min-height: 100%
}

.index-plate-list .list-top li a .list-img img[src="/img/no-img1.png"] {
    margin-top: -40px
}

.index-plate-list .list-top li:nth-child(1) {
    margin-bottom: 24px
}

.index-plate-list .list-top li:nth-child(1) a {
    height: auto;
    position: relative
}

.index-plate-list .list-top li:nth-child(1) a span {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #5298ff 0, #03ccc0 100%);
    color: #fff;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5%
}

.qqtouxiang {
    background: white;
    margin-top: 10px;
    padding: 0;
}

.tx_head {
    height: 54px;
    border: 1px solid #F6F6F6;
}

.tx_left {
    float: left;
    height: 100%;
    text-align: left;
}

.tx_left * {
    color: #8092e7;
    line-height: 44px;
    height: 54px;
}

.tx_left i {
    font-size: 32px;
    position: relative;
    top: 3px;
    left: -5px;
}

.tx_left a {
    font-size: 18px;
}

.tx_left a:hover {
    color: #538dff;
}

.tx_left:hover {
    opacity: 0.7;
}

.tx_right:hover {
    color: #5166ce;
}

.tx_right {
    float: right;
    color: #8092e7;
    height: 54px;
    line-height: 54px;
    text-align: right;
    margin-right: 17px;
    font-weight: bold;
}

.tx_img {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.tx_img li {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
}

.tx_img li a {
    /* / display: block;*/
    text-align: center;
}

.tx_img li a img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px auto;
}

.tx_img li a span {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0px 8px;
    margin-top: 8px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tx_img li a:hover {
    opacity: 0.7
}

.tx_img li a:hover span {
    color: red
}

.tx_container {
    padding-top: 36px
}

.tx_text {
    padding: 0px 28px;
    margin-bottom: 11px;
    margin-top: -7px;
}

.tx_text li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.tx_text li span {
    border-radius: 3px;
    display: inline-block;
    width: 9%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #eee;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: left;
}

.tx_text li a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6%;
    color: #555;
    white-space: nowrap;
    float: right;
    text-align: left;
}

.tx_text li a:hover {
    color: #ff5555;
}

.tx_text li:nth-child(1) span,
.tx_text li:nth-child(2) span,
.tx_text li:nth-child(3) span {
    color: #FFF;
    background: #8092e7;
}

.layui-layer-content .layui-layer-input {
    padding: 10px 20px!important;
}

.updata_list .g-class-cont dd a:last-child {
    border: 0;
}

.phb_index {
    width: 100%;
    margin-top: auto;
    padding: 0;
}

.phb_shu {
    background: #FFF;
    padding: 0;
    padding-bottom: 13px;
    margin-top: 10px;
    box-shadow: 0px 0px 20px #dedede;
}

.phb_other {
    width: 400px;
    float: right;
    padding: 0;
    margin-top: 10px;
}

.phb_other1 {
    overflow: hidden;
    background: #FFF;
}

.other-xq-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px #f6f6f6 solid;
    font-size: 18px;
    color: #42a7ff;
    font-weight: 700
}

.other-xq-title-icon {
    display: block;
    background: url(../images/distribution.png) no-repeat center;
    background-size: 30px;
    height: 45px;
    width: 40px;
    float: left;
    margin-left: 25px;
    margin-top: 5px;
}

.other-xq-list {
    height: 318px;
    width: auto;
    margin-top: 42px;
    background: url(../images/map_bg.jpg) no-repeat center center;
    position: relative;
}

.other-xq-list a {
    display: none;
    background: #e4e4e4;
    position: absolute;
    line-height: 62px;
    color: #fff;
    width: 78px;
    height: 78px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    border: 3px solid #fff;
    transform: scale(1)
}

.other-xq-list a:hover {
    opacity: .7;
    color: #fff
}

.other-xq-list a:nth-child(1) {
    left: 176px;
    top: 79px;
    background: #f44336;
    display: block
}

.other-xq-list a:nth-child(2) {
    right: 26px;
    top: 8px;
    background: #41d39d;
    display: block
}

.other-xq-list a:nth-child(3) {
    left: 35px;
    top: 14px;
    background: #607d8b;
    display: block
}

.other-xq-list a:nth-child(4) {
    left: 13px;
    bottom: 50px;
    background: #fea342;
    display: block
}

.other-xq-list a:nth-child(5) {
    right: 170px;
    bottom: 36px;
    background: #4197e2;
    display: block
}

.other-xq-list a:nth-child(6) {
    right: 10px;
    bottom: 15px;
    background: #8c8c8c;
    display: block
}

.index-activity {
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
    padding: 0px;
    height: auto;
}

.index-activity-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #1b54bc;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
}

.index-activity-title .types {
    float: right;
    margin-right: 25px;
        height: 50px;
    font-weight: 100
}

.index-activity-title .types a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin-left: 13px;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px
}

.index-activity-title .types .hover {
    background: #eaf2ff;
    color: #5a9dff;
    border-radius: 6px
}

.activity-list {
    width: 730px;
    margin: 27px 25px 2pc;
}

.activity-list .list-fy {
    width: 1587px;
    transition: .5s all
}

.activity-list .list-fy ul {
    width: 730px;
    float: left;
    overflow: hidden;
}

.activity-list .list-fy ul:nth-child(1) {
    margin-right: 25px;
}

.activity-list .list-fy ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity-list .list-fy ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
}

.activity-list .list-fy ul li:nth-last-child(1),
.activity-list .list-fy ulli:nth-last-child(2) {
    margin-bottom: 0;
}

.activity-list .list-fy ul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #fff
}

.activity-list .list-fy ul li:nth-child(2) a i {
    background: #ffc107;
    color: #fff
}

.activity-list .list-fy ul li:nth-child(3) a i {
    background: #03a9f4;
    color: #fff
}

.activity-list .list-fy ul li:nth-child(4) a i {
    background: #4caf50;
    color: #fff
}

.activity-list .list-fy ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity-list .list-fy ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 10px;
    background: #f3f3f3;
    width: 35px;
    text-align: center;
    border-radius: 20px;
    color: #696969;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: -2px
}

.head_title {
    border-bottom: 1px solid #1b54bc;
    height: 54px;
    line-height: 54px;
    padding: 0px 13px;
    overflow: hidden;
    font-size: 18px;
    color: #1b54bc;
    position: relative;
}

.head_title i {
    top: 0px;
    left: -16px;
    font-size: 19px;
    position: absolute;
}

.head_title div {
    float: left;
    text-indent: 36px;
}

.head_title span {
    float: right;
    font-size: 15px;
    margin: 0px 2px;
    cursor: pointer;
    height: 29px;
    padding: 0px 7px;
    line-height: 29px;
    border-radius: 6px;
    margin-top: 13px;
}

.head_title .hover {
    background-image: linear-gradient(90deg, #9c4dff 0%, #429bff 100%);
    color: #FFF;
}

.head_title span:hover {
    background: #D6D6D6;
    color: #FFF;
}

.phb_cont li {
    padding: 0px 20px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.phb_cont li a {
    display: inline-block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
}

.phb_cont li a:hover {
    color: #ff5555;
}

.phb_cont li i {
    display: inline-block;
    height: 26px;
    width: 15%;
    color: #FFF;
    background: #aaa;
    text-align: center;
    font-style: normal;
    margin-top: 5px;
    line-height: 26px;
    float: left;
    border-radius: 4px;
}

.phb_cont li:nth-child(1) i {
    background: #ff2a2a;
    color: #fff
}

.phb_cont li:nth-child(2) i {
    background: #ff7171;
    color: #fff
}

.phb_cont li:nth-child(3) i {
    background: #f90;
    color: #fff
}

.phb_cont li:nth-child(4) i {
    background: #fc0;
    color: #fff
}

.youqing {
    margin-top: 10px;
    background: #FFF;
    padding: 0;
}

.youqing_title {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: solid 1px #dedede;
}

.youqing ul {
    padding: 15px 17px;
    padding-bottom: 0;
    width: 100%;
}

.youqing ul li {
    float: left;
    text-align: center;
    padding: 0px 8px;
    margin-bottom: 16px;
}

.youqing ul li a:hover {
    color: #ff5555;
}

.youqing ul li a {
    color: #9C9A9A;
}

.youqing_title div {
    color: #337ab7;
    float: left;
    margin-left: 20px;
}

.youqing_title div span {
    margin-right: 8px;
}

.youqing_more {
    color: #090909;
    float: right;
    margin-right: 0;
    display: block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #8e8e8f;
    padding: 0px 10px;
}

.youqing_more:hover {
    color: #FFF;
    background-image: linear-gradient(90deg, #917aae 0%, #7ba2cf 100%);
}

.phb_other1 .head_title i {
    font-size: 31px;
    left: -22px;
    top: 1px;
}

.shop_list {
    height: auto;
    padding: 20px 0px;
}

.shop_list li {
    height: 159.4px;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.shop_logo {
    height: 80%;
    max-width: 80%;
    margin: 8% auto;
    overflow: hidden;
    display: block;
    max-height: 250px;
    border-radius: 10px;
}

.shop_left {
    height: 100%;
    float: left;
    width: 50%;
}

.shop_right {
    float: right;
    width: 47%;
    margin-left: 3%;
    height: 100%;
    padding: 7px 0px;
}

.shop_right h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    color: #B1B1B1;
}

.shop_right span {
    display: block;
    margin-top: 8px;
    height: 30px;
    line-height: 30px;
    color: #B1B1B1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop_right a {
    display: block;
    width: 77%;
    text-align: center;
    color: #FFF;
    margin-top: 9px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #9c4dff 0%, #429bff 100%);
}

.shop_right a:hover {
    opacity: .8;
}

.jc_list_logo {
    float: left;
    height: 24px;
    margin-top: 3.4px;
    width: 24px;
    margin-right: 10px;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {
    .phb_other {
        padding: 0
    }
}

.success_logo {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0px auto;
    margin-top: 19px;
    margin-bottom: 11px;
}

.success_nick {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 4px;
    height: 29px;
    line-height: 29px;
    color: #9E9E9E;
}

.success_nick i {
    font-style: normal;
    font-size: 15px;
}

.success_vip {
    margin-top: 9px;
    display: block;
    font-size: 15px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    color: #9E9E9E;
    margin-bottom: 5px;
}

.success_vip .success_vipgrade {
    margin-right: 10px;
}

.success_vip .success_vipgrade i {
    font-style: normal;
}

.success_vip .success_viptime i {
    font-style: normal;
}

.success_money {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    color: #9E9E9E;
}

.success_money a {
    font-style: normal;
    color: #9E9E9E;
}

.success_sign {
    margin-top: 7px;
    display: block;
    text-align: center;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 14px;
    color: #9E9E9E;
}

.success_sign a {
    font-style: normal;
    display: inline-block;
    border: 1px solid #44C2F1;
    padding: 0px 10px;
    color: #44C2F1;
    border-radius: 5px;
}

.success_sign a:hover {
    background: #44C2F1;
    color: #FFF;
}

.strat_vip {
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 10px;
    display: block;
    width: 75%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-image: linear-gradient(90deg, #9c4dff 0%, #42a7ff 100%);
    color: #FFF;
    border-radius: 6px;
    margin: 0px auto;
    font-size: 16px;
    margin-top: 6px;
}

.success_nick a {
    cursor: pointer;
    font-weight: normal;
    color: #9E9E9E;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strat_vip:hover {
    color: #FFF;
    border-radius: 20px;
}

.user_upload:hover {
    border-radius: 20px;
    color: #5166ce;
}

.user_upload {
    transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
    display: block;
    height: 45px;
    width: 75%;
    line-height: 45px;
    margin: 0px auto;
    margin-top: 18px;
    font-size: 16px;
    border: 1px solid #8092e7;
    color: #8092e7;
    border-radius: 6px;
    overflow: hidden;
}

.user_success .tequan1 div i {
    background: url(../images/vip.png)no-repeat;
    height: 40px;
    width: 57px;
    display: block;
    margin: 4px auto;
}

.user_success .tequan1 div span {
    cursor: default;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #9A9A9A;
    width: 100%;
    bottom: 3px;
    padding: 0px 5px;
    left: 0;
    text-align: center;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_success .tequan1 div {
    float: left;
    position: relative;
    border-radius: 4px;
    width: 45%;
    height: 83px;
    overflow: hidden;
    border: none;
}

.user_success .tequan1 .liright {
    float: right;
    text-align: right;
}

.user_success .tequan1 li {
    margin-bottom: 16px;
    margin-top: 0;
}

.success_sign .weiqiandao {
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
}

.success_nick a:hover {
    color: red;
}

.close_danmu {
    cursor: pointer;
    display: block;
    width: 100%;
    background: #FFF;
    float: left;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    border-radius: 3px;
    color: #848484;
    border: 1px solid #ccc;
    box-shadow: 0 0px 2px #cecece;
}

.danmulist {
    position: fixed;
    right: 9px;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    max-width: 320px;
    height: 200px;
    animation-name: fadeInleft;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    transition-timing-function;
}

.danmulist li {
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 1000ms ease-in;
}

.danmulist li img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 7.5px;
    margin-top: 4px;
    margin-left: 0;
}

.danmulist li div {
    background: rgba(0, 0, 0, 0.24);
    height: 40px;
    border-radius: 9px;
    color: #FFF;
    padding: 0px 15px;
    font-size: 13px;
    display: inline-block;
    float: right;
    max-width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@-webkit-keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(130px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-130px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}

.user_login_k {
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px -10px 30px rgb(255, 255, 255);
    width: 100%;
    margin: 0px auto;
    float: none;
}

.user_login_wai {
    float: none;
    margin: 0px;
    max-height: 90%;
}

.input {
    height: 47px;
    border-radius: 5px;
    border: 1px solid #8092e7;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 25px;
    position: relative;
}

.input i {
    font-size: 19px;
    color: #ECBC62;
    height: 47px;
    line-height: 43px;
    width: 20%;
    text-align: center;
    float: left;
}

.input input {
    background: none;
    border: 0;
    width: 80%;
    float: left;
    height: 45px;
    line-height: 34px;
    padding: 7px 0px;
    color: #8092e7;
    font-size: 16px;
}

.input input::-webkit-input-placeholder {
    color: #FFF !important;
}

.input input:-moz-placeholder {
    color: #FFF!important;
}

.input input::-moz-placeholder {
    color: #FFF!important;
}

.input input:-ms-input-placeholder {
    color: #FFF!important;
}

.input:hover {
    box-shadow: 0px 0px 30px rgb(255, 255, 255);
}

.kuaisulogin {
    width: 90%;
    margin: 0px auto;
}

.kuaisulogin a {
    margin-right: 10px;
    background: url(../images/icons.png) no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.kuaisulogin a:hover {
    opacity: 0.7;
}

.kuaisulogin .zhaohui {
    float: right;
    background: none;
    width: auto;
    margin-right: 0;
    color: #8092e7;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
}

.user_login_btn {
    letter-spacing: 7px;
    display: block;
    width: 90%;
    margin: 0px auto;
    background: #8092e7;
    margin-top: 20px;
    height: 47px;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    border: 0px;
}

.user_login_btn:hover {
    background: #5166ce;
    color: #FFF;
}

.login_con {
    padding-bottom: 18px;
    padding-top: 30px;
}

.youhuiright {
    float: right;
    margin-right: 19px;
    font-size: 14px;
    color: #8092e7;
}

.input input::-webkit-input-placeholder {
    color: #949494 !important;
}

.input input:-moz-placeholder {
    color: #949494!important;
}

.input input::-moz-placeholder {
    color: #949494!important;
}

.input input:-ms-input-placeholder {
    color: #949494!important;
}

.input .send_code {
    transition: all 300ms ease;
    position: relative;
    display: block;
    width: 40%;
    background-color: transparent;
    float: left;
    height: 100%;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    padding: 0px 1px;
    cursor: pointer;
    border-left: 1px solid #d0d0d0;
}

.input .mail_code {
    width: 40%;
}

@media screen and (min-width: 1190px) {
    .tg_phb .right li a img {
        max-height: 73px;
        max-width: 73px;
    }
}

.indexPageBox {
    height: 34px;
    line-height: 35px;
    font-size: 14px;
    color: #8092e7;
    width: 100%;
    border-bottom: 0px solid #8092e7;
    padding-bottom: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.hotPageBox a {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    float: left;
}

.indexPageBox a {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    text-decoration: none;
}

.hotPageBox .indexNext {
    float: right;
    margin-right: 0px;
    text-align: center;
}

.moreiqqku {
    float: left;
    width: 358px;
    text-align: center;
}

.indexPageBox a:hover {
    color: #fff;
    background-color: #8092e7;
    border-color: #8092e7;
}

.indexPageBox .indexPageNo:hover {
    color: #666;
    background-color: #fff;
    cursor: default;
}

.dxDjMenu {
    width: 1170px;
    padding: 0px 10px 10px 10px;
    background: #FFFFFF;
    margin: 15px auto 0 auto;
    position: relative;
    z-index: 99;
}

.dxDjMenu dl {
    width: 1170px;
    overflow: hidden;
    padding-top: 14px;
    font-size: 14px;
    margin-bottom: 0px;
}

.dxDjMenu dl dt {
    float: left;
    width: 54px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    background: url(../images/2015bg23.png) no-repeat;
}

.dxDjMenu dl dt.bg1 {
    background-position: 0px -315px;
}

.dxDjMenu dl dt.bg2 {
    background-position: 0px -350px;
}

.dxDjMenu dl dt.bg3 {
    background-position: 0px -385px;
}

.dxDjMenu dl dd {
    float: left;
    width: 1115px;
}

.dxDjMenu dl dd.cont1 {
    height: auto;
    line-height: 25px;
    overflow: hidden;
}

.dxDjMenu dl dd.cont1 a {
    display: block;
    float: left;
    margin: 0px 0px 0px 4px;
    display: inline;
}

.dxDjMenu dl dd.cont1 span {
    display: block;
    float: left;
    color: #EBEBEB;
    margin: 0px 0px 0px 4px;
    display: inline;
}

.dxDjMenu dl dd.cont3 {
    width: 1110px;
    margin-left: 10px;
}

.dxDjMenu dl dd.cont3 a {
    display: block;
    float: left;
    width: 80px;
    margin: 0px 0px 0px 23px;
}

.dxDjMenu dl dd.cont3 a.one {
    margin-left: 0px;
}

.dxDjMenu dl dd.cont3 a img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.dxDjMenu dl dd.cont3 a h3 {
    width: 80px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.Text-Advertising {
    position: relative;
    width: 100%;
    clear: both;
    background: #fff;
    padding: 8px 0;
    overflow: hidden;
    animation: shine 1s infinite linear;
}

.Text-Advertising ul {
    position: relative;
    float: left;
    width: 20%;
    z-index: 2
}

.Text-Advertising li {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
}

.Text-Advertising:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    z-index: 0;
}

.index-scoend {
    width: 100%;
    overflow: hidden;
}

.index-activity {
    width: 760px;
    height: 494px;
    overflow: hidden;
    background: #fff;
}

.index-activity-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #1b54bc;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700
}

.index-activity-title-icon {
    display: block;
    background: url(../images/index-activity-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 50px;
    float: left;
}

.index-activity-title .typess {
    float: right;
    margin-right: 25px;
    font-weight: 100
}

.index-activity-title .typess a {
    color: #ababab;
    display: inline-block;
    cursor: pointer;
    text-indent: 0;
    margin-left: 13px;
    font-size: 15px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px
}

.index-activity-title .typess .hover {
    background: #eaf2ff;
    color: #5a9dff;
    border-radius: 6px
}

.activity-list {
    width: 730px;
    margin: 27px 25px 2pc;
}

.activity-list .list-fy1 {
    width: 1587px;
    transition: .5s all
}

.activity-list .list-fy1 ul {
    width: 730px;
    float: left;
}

.activity-list .list-fy1 ul:nth-child(1) {
    margin-right: 25px;
}

.activity-list .list-fy1 ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity-list .list-fy1 ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
}

.activity-list .list-fy1 ul li:nth-last-child(1),
.activity-list .list-fy ulli:nth-last-child(2) {
    margin-bottom: 0
}

.activity-list .list-fy1 ul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #fff
}

.activity-list .list-fy1 ul li:nth-child(2) a i {
    background: #ffc107;
    color: #fff
}

.activity-list .list-fy1 ul li:nth-child(3) a i {
    background: #03a9f4;
    color: #fff
}

.activity-list .list-fy1 ul li:nth-child(4) a i {
    background: #4caf50;
    color: #fff
}

.activity-list .list-fy1 ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.activity-list .list-fy1 ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 10px;
    background: #f3f3f3;
    width: 35px;
    text-align: center;
    border-radius: 20px;
    color: #696969;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: -2px
}

.index-look {
    margin-top: 10px;
    padding: 0px;
    width: 400px;
    overflow: hidden;
    background: #fff;
}

.index-look-title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #1b54bc;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
}

.index-look-title-icon {
    display: block;
    background: url(../images/index-look-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 50px;
    float: left;
}

.index-look-title .iconfont {
    float: right;
    height: 55px;
    line-height: 54px;
    font-size: 20px;
    color: #d2d2d2;
    margin-right: 20px
}

.index-look-list {
    width: 355px;
    margin: 31px auto 0;
}

.index-look-list li {
    margin-bottom: 29px;
}

.index-look-list li a {
    display: block
}

.index-look-list li a .list-img {
    width: 75pt;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    float: left;
    margin-right: 15px
}

.index-look-list li a .list-img img {
    width: 100%;
    height: 70px
}

.index-look-list li a .info h3 {
    font-size: 1pc;
    line-height: 18px;
    display: block
}

.index-look-list li a .info font {
    display: block;
    margin-top: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 15px;
    color: #333
}

.layui-carousel-ind li.layui-this {
    width: 20px!important;
    border-radius: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}
.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}
.waveHorizontalss {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #222;
}

#waveHorizontal1 {
    -webkit-mask: url(/content/templates/theme/images/srcdict_001.svg);
    mask: url(/content/templates/theme/images/srcdict_001.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}

#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {
    background-color: #5298ff !important;
}

.waveHorizontal {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move {
    0% {
        transform: translate(-175px, 0px) scale(1, 1)
    }
    50% {
        transform: translate(-87px, 0px) scale(1, 0.5)
    }
    100% {
        transform: translate(0px, 0px) scale(1, 1)
    }
}

#waveHorizontal2 {
    -webkit-mask: url(/content/templates/theme/images/srcdict_002.svg);
    mask: url(/content/templates/theme/images/srcdict_002.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}

#waveHorizontal3 {
    -webkit-mask: url(/content/templates/theme/images/srcdict_003.svg);
    mask: url(/content/templates/theme/images/srcdict_003.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}