* {
    line-height: 1.14;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #f4f5f7;
    overflow-x: hidden;
}

a {
    color: inherit;
}

a:hover {
    color: #1482f0;
}

img {
    max-width: 100%;
}

.wrapper {
    width: 1272px;
    margin: 0 auto;
}

body .layerdemo {
    /*left: 35%!important;*/
    /*background: red;*/
}
.wrapper:after,
.wrapper:before,
.clearfix:after,
.mbox:after,
.mbox:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*header*/
.header {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    position: relative;
}
/*2021-12-8*/
/*div#risk-tip.visible, .header .header-main .news, .header-bottom-news {*/
/*    display: none;*/
/*}*/
div#risk-tip.visible {
    display: none;
}

.header-top {
    border-bottom: 1px solid #f1f3f6;
    height: 35px;
    padding-left: 15px;
    font-size: 12px;
    position: relative;
    z-index: 1000;
    min-width: 1000px;
}

.header-top-l {
    float: left;
    padding-top: 5px;
    line-height: 20px;
}

.header-top-l img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    margin-top: -3px;
}

.header-top-l dt,
.header-top-l dd {
    display: inline-block;
    vertical-align: middle;
}

.header-top-l dt {
    margin-right: 5px;
}

.header-top-l dd:after {
    content: "";
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: #999;
    margin: 0 15px;
}

.header-top-l dd:last-child:after {
    display: none;
}

.header-top-l a {
    display: inline-block;
    vertical-align: middle;
}

.header-top-l .btn {
    background: #ff7c1c;
    color: #fff;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 20px;
    display: inline-block;
    margin-left: 15px;
}

.header-top-l .btn:hover {
    background: #f96900;
}

.header-top-r {
    float: right;
    line-height: 34px;
}

.header-top-time {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.header-top-time img {
    vertical-align: middle;
    position: relative;
    margin-top: -1px;
    margin-right: 5px;
    width: 20px;
    height: 14px;
}

.header-top-time .on {
    line-height: 34px;
    height: 34px;
    cursor: pointer;
}

.header-top-time .ontxt {
    display: inline;
}

.header-top-time .header-dropdown {
    display: none;
    width: 230px;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    top: 34px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #1482f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.header-top-time .dropdown-txt {
    padding: 10px 0 15px;
    color: #333;
    line-height: 1.8;
}

.header-top-time .dropdown-txt a {
    color: #1482f0;
    font-size: 14px;
    text-decoration: underline;
}

.fc-red {
    color: #fd4949;
}

.header-top-time li {
    padding: 11px 5px 11px 20px;
    cursor: pointer;
    text-align: left;
}

.header-top-time li img {
    margin-right: 5px;
}

.header-top-time li:hover {
    color: #1482f0;
    background: #f8f8f8;
}

.icon-dropdown {
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/icon03.png) no-repeat center;
    width: 8px;
    height: 8px;
    margin-left: 5px;
}

.header-top-nav {
    display: inline-block;
    vertical-align: top;
}

.header-top-nav > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px 0 12px;
}

.header-top-nav > ul > li:after {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    content: "";
    background: #999;
}

.header-top-nav > ul > li:last-child:after {
    display: none;
}

.header-top-nav > ul > li > a {
    line-height: 34px;
}

.header-top-nav .header-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1482f0;
    display: none;
}

.header-top-nav > ul > li:hover .header-dropdown {
    display: block;
}

.header-top-nav .header-dropdown li {
    line-height: 35px;
}

.header-top-nav .header-dropdown li:hover {
    background: #f8f8f8;
    color: #666666;
}

.header-top-nav .header-dropdown li a {
    display: block;
    line-height: 35px;
}

.header-top-nav .header-dropdown li:hover a {
    color: #666666;
}

.header-top-nav .user-info {
    display: inline-flex;
    align-items: center;
    height: 34px;
}

.header-top-nav .user-info img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-right: 8px;
}

.header-top-nav .user-info span {
    vertical-align: middle;
}

.header-main {
    height: 155px;
    border-bottom: 1px solid #f1f3f6;
    padding-top: 60px;
    text-align: center;
    min-width: 1000px;
}

.header-main .logo {
    display: inline-block;
    vertical-align: top;
}

.header-main .search {
    display: inline-block;
    vertical-align: middle;
    width: 570px;
    height: 50px;
    position: relative;
    margin-left: 35px;
}

.header-main .search-box {
    width: 455px;
    position: relative;
}

.header-main .search-icon {
    position: absolute;
    left: 13px;
    top: 0;
    background: url(../imgs/icon05.png) no-repeat center;
    width: 16px;
    height: 48px;
    display: block;
}

.header-main .search-box .text {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 16px;
}

.header-main .search-box.active .text,
.header-main .search-box:hover .text,
.header-main .search-box .text.focus {
    border-color: #1482f0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

input:-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

.header-main .search-num {
    position: absolute;
    right: 16px;
    top: 15px;
    height: 19px;
    min-width: 19px;
    text-align: center;
    border-radius: 22px;
    background: #fd4949;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    cursor: pointer;
    z-index: 1;
}

.header-main .search-icon1 {
    position: absolute;
    right: 16px;
    top: 15px;
    height: 19px;
    width: 19px;
    text-align: center;
    border-radius: 22px;
    background: #cccccc url(../imgs/icon08.png) no-repeat center;
    display: none;
    cursor: pointer;
}

.header-main .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 115px;
    border: 0;
    background: #1482f0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.header-main .search .btn:hover {
    background: #1f60eb;
}

.header-main .search-list {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    border: 1px solid #E5E5E5;
    background: #fff;
    z-index: 1;
    border-top: 0;
    text-align: left;
    display: none;
}

.header-main .search-box.active .search-list {
    display: block;
}

.header-main .search-box.active .search-num {
    display: none;
}

.header-main .search-box.active .search-icon1 {
    display: block;
}

.header-main .search-box.on .search-num {
    background-color: #cccccc;
}

.header-main .search-box.on .search-num:hover {
    background-color: #1482f0;
}

.header-main .search-list li {
    line-height: 40px;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-main .search-list li:hover {
    color: #1482f0;
    background: #f1f8fe;
}

.header-main .search-list .num {
    display: inline-block;
    width: 16px;
    line-height: 40px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
}

.fc-orange,
.header-main .search-list .fc-orange {
    color: #ff7c1c;
}

.header-main .news {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 8px;
    width: 165px;
    height: 50px;
    padding: 8px 10px 0 15px;
    font-size: 12px;
    color: #404040;
    border-radius: 5px;
}

.header-main .news a:hover {
    color: #404040;
}

.header-main .news h3 {
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 8px;
}

.header-main .news-list {
    height: 18px;
}

.header-main .news-list li {

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-main .news-list li img {
    vertical-align: middle;
    margin-right: 3px;
}

.header-main .news:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.header-main .news:hover h3 {
    color: #1482f0;
}

.header-bottom {
    height: 50px;
    border-bottom: 1px solid #f1f3f6;
}

.header-bottom-nav {
     overflow: hidden;
}

.header-bottom-nav li {
    float: left;
    line-height: 50px;
    font-size: 16px;
    margin-right: 110px;
    position: relative;
    color: #333;
}

.header-bottom-nav li:after {
    position: absolute;
    content: "";
    bottom: -3px;
    display: block;
    width: 100%;
    background: #1482f0;
    height: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /*-webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform: scaleX(0);*/
    opacity: 0;
}

.header-bottom-nav li.active:after,
.header-bottom-nav li:hover:after {
    /*-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform: scaleX(1);*/
    opacity: 1;
}

.header-bottom-nav li a {
    display: block;
    line-height: 47px;
    font-size: 20px;
}

.header-bottom-nav li.active,
.header-bottom-nav li:hover {
    color: #1482f0;
}

.header-bottom-news {
    float: right;
    margin-top: -40px;
    height: 32px;
    overflow: hidden;
}

.header-bottom-news img {
    vertical-align: middle;
    position: relative;
    top: 0;
}

.header-bottom-news:hover img {
    top: -32px;
}

.hnav-box {
    position: absolute;
    right: 50%;
    margin-right: 650px;
    top: 275px;
    width: 92px;
}

.hnav {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f0f1f2;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.hnav-box.active {
    top: 16px;
    position: fixed;
}

.hnav a {
    line-height: 36px;
    position: relative;
    text-align: center;
    color: #999;
    display: block;
    padding-right: 2px;
}

.hnav a:not(:first-of-type)::before {
    display: block;
    margin: 0 14px;
    border-bottom: 1px solid #F5F5F5;
    content: '';
}

.hnav-box .qr {
    border-radius: 8px;
    border: 1px solid #f0f1f2;
    background: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 5px 8px;
    color: #666;
}

.hmain {
    margin-top: 35px;
    position: relative;
    z-index: 1;
    /*min-height: calc(100vh - 324px);*/
}

.hrow + .hrow {
    margin-top: 16px;
}

/*.hrow {*/
/*    margin-bottom: 16px;*/
/*}*/

/*.hrow:last-child {*/
/*    margin: 0;*/
/*}*/

.hcard {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f1f2;
}

.index-category-section.has-child {
    min-height: 352px;
}

.index-category-section .empty,
.news-flash .empty {
    color: #ddd;
    font-size: larger;
    padding-top: 200px;
    text-align: center;
    background: url(../imgs/img-empty.png) no-repeat 48% center;
}

.index-category-section {
    min-height: 352px;
}

.index-category-section .empty {
    color: #ddd;
    font-size: larger;
    padding-top: 200px;
    text-align: center;
    background: url(../imgs/img-empty.png) no-repeat 48% center;
}

.hrow-box {
    margin-left: -8px;
    margin-right: -8px;
    height: auto;
    overflow: hidden;
}

.index-category-section .empty {
    color: #ddd;
    font-size: larger;
    padding-top: 200px;
    text-align: center;
    background: url(../imgs/img-empty.png) no-repeat 48% center;
}


.hlist3 .empty {
    color: #ddd;
    font-size: larger;
    padding-top: 200px;
    text-align: center;
    background: url(../imgs/img-empty.png) no-repeat 48% center;
}


.hrow-box {
    margin-left: -8px;
    margin-right: -8px;
    height: auto;
    overflow: hidden;
}

.hcard-3 {
    width: 413px;
    float: left;
    margin: 0 8px;
}

.hcard-hd {
    height: 55px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 20px;
}

.hcard-hd h2 {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 800;
    line-height: 55px;
    vertical-align: top;
}

.hcard-hd nav {
    width: 1042px;
    margin-left: 28px;
}

@media screen and (max-width: 1640px) {
    .hcard-hd nav {
        width: 792px;
    }
}

.hcard-hd ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
}

.hcard-hd li {
    display: inline-block;
    margin-right: 43px;
    cursor: pointer;
    line-height: 55px;
    position: relative;
    color: #999;
    font-size: 16px;
}

.hcard-hd li:after {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background: #1482f0;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hcard-hd li:hover:after,
.hcard-hd li.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hcard-hd li.active {
    color: #333;
}

.hcard-hd .more {
    position: absolute;
    right: 0;
    line-height: 55px;
    font-size: 12px;
    color: #999;
    margin-right: 22px;
}

.hcard-hd .more:hover {
    color: #1482f0;
}

.hlist {
    padding: 10px 12.5px;
    height: auto;
    overflow: hidden;
}

.hlist li {
    width: 130px;
    height: 110px;
    border-radius: 10px;
    text-align: center;
    margin: 0 12.5px;
    cursor: pointer; /*display: inline-block;vertical-align: middle;*/
    float: left;
}

.hlist li > a {
    display: block;
    height: 100%;
    padding-top: 18px;
}

.hlist img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.hlist h3 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.hlist li:hover {
    background: #f3f5f9;
}

.hcard-bd {
    padding: 0 20px;
}

.hcard-bd1 {
    padding: 0;
}

.hlist3-box {
    padding-bottom: 50px;
}

.hcard-l {
    width: 910px;
    float: left;
    position: relative;
}

.hcard-l:after {

}

.hcard-r {
    width: 295px;
    float: left;
    padding-left: 30px;
    background: url(../imgs/bg01.png) no-repeat left 35px;
}

.htabhd {
    height: 35px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.htabhd ul {
    float: left;
}

.htabhd li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    margin-right: 25px;
    cursor: pointer;
    line-height: 35px;
    position: relative;
}

.htabhd li:after {
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #1482f0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.htabhd li.active,
.htabhd li:hover {
    color: #1482f0;
}

.htabhd li.active:after,
.htabhd li:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.htabhd .switch {
    margin-top: 8px;
    float: right;
}

.htabbd {
    height: 280px;
    overflow-y: auto;
    width: 275px;
}

.htabbd ul {
    margin-bottom: 15px;
}

.htabbd::-webkit-scrollbar { /*滚动条整体样式*/

    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.htabbd::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    background: #edeff2;
}

.htabbd::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 4px;
    background: #fff;

}

.htabbd li {
    margin-bottom: 5px;
    width: 260px;
    text-align: justify;
}

.htabbd .time {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 3px;
}

.htabbd .txt {
    padding: 5px 8px;
    background: #f7f7f7;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.htabft {
    text-align: center;
    font-size: 12px;
}

.hlist1 {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.hlist1 li {
    width: 300px;
    height: 85px;
    border-radius: 10px;
    padding: 16px 23px 0 60px;
    margin: 2.5px 3px 2.5px 0;
    float: left;
    position: relative;
}

.hlist1 li:hover {
    background: #f3f5f9;
}

.hlist1 li img {
    position: absolute;
    left: 23px;
    top: 13px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.hlist1 li h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    margin-right: 1em;
}

.hlist1-txt {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    text-align: justify;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hlist1 .icon-link {
    position: absolute;
    right: 23px;
    top: 15px;
    width: 18px;
    height: 18px;
    background: url(../imgs/icon07.png) no-repeat center top;
}

.hlist1 li:hover .icon-link {
    background-position: center bottom;
    background-color: #dce9f8;
    border-radius: 50%;
}

.hlist1 li:hover h3 {
    color: #1482f0;
}

.hlist2-box {
    padding-top: 23px;
    padding-bottom: 15px;
}

.hlist2-view {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.hlist2-view-img {
    float: left;
    margin-right: 13px;
}

.hlist2-view-img img {
    width: 160px;
    height: 120px;
}

.hlist2-view-txt {
    width: 186px;
    float: left;
    padding-top: 10px;
}

.hlist2-view-txt h3 {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 1.4;
    margin-bottom: 15px;
    overflow: hidden;
    height: 66px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hlist2-view-txt .time {
    font-size: 12px;
    color: #999;
}

.hlist2-view:hover .hlist2-view-txt h3 {
    color: #1482f0;
}

.hlist2 li {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hlist2 h3 {
    display: inline;
}

.hlist2 h3:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.hlist2 li:hover h3:before {
    background: #1482f0;
}

.hlist2 li:hover h3 {
    color: #1482f0;
}

.hlink {
    background: #fff;
    padding: 15px 35px;
    position: relative;
}

.hlink:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    content: "";
    display: block;
    background: url(../imgs/bg_end.png) bottom #fff;

}

.hlink-row {
    padding: 15px 0;
}

.hlink h2 {
    font-size: 16px;
    color: #595959;
    margin-bottom: 10px;
}

.hlink-list {

}

.hlink-list a {
    display: inline;
    color: #1482f0;
    font-size: 12px;
    line-height: 1.9;
}

.hlink-list a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 1px;
    height: 14px;
    background: #999;
    margin: 0 9.5px;
}

.hlink-list a:hover {
    color: #1F60EB;
}

.hlink-txt {
    font-size: 12px;
    color: #999;
    line-height: 1.9;
    text-align: justify;
}

.sidebar {
    position: fixed;
    left: 50%;
    margin-left: 656px;
    bottom: 60px;
    width: 60px;
    border: 1px solid #e3e4e6;
    z-index: 888;
}

.sidebar > ul > li {
    position: relative;
    height: 62px;
    text-align: center;
}

.sidebar > ul > li + li {
    border-top: 1px solid #e3e4e6;
}

.sidebar-icon {
    height: 62px;
    cursor: pointer;
}

.sidebar-icon-qq {
    background: url(../imgs/qq.png) no-repeat center top;
}

.sidebar-icon-weixin {
    background: url(../imgs/weixin.png) no-repeat center top;
}

.sidebar-icon-share {
    background: url(../imgs/share.png) no-repeat center top;
}

.sidebar-icon1 {
    background: url(../imgs/sidebar01.png) no-repeat center top;
    position: relative;
}

.sidebar-icon1 i {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #df0024;
    border-radius: 50%;
    display: inline-block;
}

.sidebar .gotop {
    display: none;
}

.sidebar-icon-gotop {
    background: url(../imgs/gotop.png) no-repeat center top;
}

.sidebar > ul > li:hover .sidebar-icon {
    background-position: center bottom;
    background-color: #1482f0;
}

.sidebar-main {
    position: absolute;
    left: -285px;
    top: 50%;
    width: 275px;
    background: #fff;
    border: 4px solid #e1e3e6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-main:after {
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -10px;
    background: url(../imgs/icon04.png);
    width: 14px;
    height: 19px;
    display: inline-block;
    content: "";
}

.sidebar > ul > li:hover .sidebar-main {
    opacity: 1;
    visibility: visible;

}

.sidebar-qq {
    padding: 20px 0 20px 15px;
}

.sidebar-qqtxt {
    float: left;
    width: 170px;
    font-size: 12px;
    color: #666666;
}

.sidebar-qqtxt p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.sidebar-qqimg {
    width: 81px;
    display: inline;
}

.sidebar-weixin {
    padding: 15px 10px;
}

.sidebar-weixin li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 12px;
}

.sidebar-weixin li img {
    width: 110px;
    height: 110px;
}

.sidebar-share.sidebar-main {
    width: 185px;
    padding: 0;
    text-align: center;
    left: -195px;
}

.sidebar-share li {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 9px;
    position: relative;
}

.sidebar-share i {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.sidebar-share i:hover {
    opacity: 0.9;
}

.sidebar-share .qq {
    background: url(../imgs/share-qq.png) no-repeat center;
}

.sidebar-share .weixin {
    background: url(../imgs/share-weixin.png) no-repeat center;
}

.sidebar-share .weibo {
    background: url(../imgs/share-weibo.png) no-repeat center;
}

.sidebar-share-item {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
    margin-bottom: 75px;
    width: 150px;
    height: 180px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-top: 20px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-share-item:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -8px;
    display: inline-block;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.sidebar-share-item img {
    width: 110px;
    height: 110px;
    margin-bottom: 3px;
}

.sidebar-share-item p {
    line-height: 1.3;
}

.sidebar-share li:hover .sidebar-share-item {
    opacity: 1;
    visibility: visible;
}

.sidebar-btn {
    color: #999999;
    font-size: 12px;
    padding-top: 16px;
}

.sidebar-prev,
.sidebar-next {
    display: block;
    width: 23px;
    height: 10px;
    margin: 0 auto;
}

.sidebar-prev {
    background: url(../imgs/prev.png) no-repeat center top;
}

.sidebar-next {
    background: url(../imgs/next.png) no-repeat center top;
}

.sidebar > ul > li:hover .sidebar-prev,
.sidebar > ul > li:hover .sidebar-next {
    background-position: center bottom;
}

.sidebar > ul > li:hover .sidebar-btn {
    color: #fff;
}

.sidebar > ul > li {
    font-size: 12px;
}

.sidebar i.icon-weixin {
    background: url(../imgs/weixin01.png) no-repeat top center;
    width: 32px;
    height: 26px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 3px;
}

.sidebar > ul > li:hover i.icon-weixin {
    background-position: bottom center;
}

.sidebar > ul > li:hover .sidebar-icon {
    color: #fff;
}

.sidebar-qr {
    padding: 15px 20px;
}

.sidebar-qr .txt {
    float: left;
    width: 140px;
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    text-align: left;
    padding-top: 5px;
}

.sidebar-qr .txt p {
    line-height: 1.6;
}

.sidebar-qr .img {
    float: right;
    width: 80px;
}

.footer {

    padding: 18px 0;
    background: #141414;
    color: #737373;
    font-size: 12px;

}

.copyright {
    float: left;
}

.footertxt {
    float: right;
}

.hfooter {
    padding-top: 48px;
    position: relative;
    margin-top: -30px;
}

div#risk-tip.visible ~ .after-load > .gads {
    top: 62px;
}

.gads {
    position: absolute;
    z-index: 99;
}

/*.gads.active{
	position: fixed; top: 0;
}*/
.gads-l {
    left: 8px;
    top: 42px;
    z-index: 999;
}

.gads-r {
    right: 8px;
    top: 42px;
    z-index: 999;
}

.gads-i-l {
    left: 8px;
    top: 170px;
}

.gads-i-r {
    right: 8px;
    top: 170px;
}

.gads li + li {
    margin-top: 6px;
}

.gads li {
    position: relative;
    width: 90px;
}

.gads li:hover {
    opacity: 0.9;
}

.gads li span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 16px;
    background: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: #111;
    padding: 0 5px;
    display: inline-block;
    border-radius: 0 0 5px 0;
}

.gads li .close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 15px;
    background: url(../imgs/ads-close.png) no-repeat center;
}

/*switch*/
.switch {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.switch input[type='checkbox'] + span {
    width: 36px;
    height: 22px;
    background: url(../imgs/switch.png) no-repeat center top;
    display: inline-block;
}

.switch input[type='checkbox']:checked + span {
    background: url(../imgs/switch-on.png) no-repeat center top;
}

.switch-box {
    display: inline-block;
    vertical-align: middle;
}

.switch-box > span {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -5px;
}

/*弹窗样式*/
.mdialog {
    border-radius: 5px;
}

.mdialog .layui-layer-setwin .layui-layer-close {
    right: -10px;
    top: -10px;
    background: url(../imgs/btn-close.png) no-repeat center;
}

.mdialog .layui-layer-setwin .layui-layer-close:hover {
    background-position: center;
    opacity: 0.9;
}

.dialog {
    /*width: 900px;*/
    padding: 30px 45px 30px;
    background-color: #fff;
    display: none;
    /*position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    border: 1px solid #ccc;
    border-radius: 5px;*/
}

.dialog-type-tit {
    font-size: 16px;
    color: #333;
}

.dialog-type-tit input[type="checkbox"],
.dialog-type-tit input[type="radio"] {
    /*display: none;*/
    opacity: 0;
    width: 0;
    height: 0;
}

.dialog-type-tit input[type="checkbox"] + i,
.dialog-type-tit input[type="radio"] + i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    padding: 2px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.dialog-type-tit input + i:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.dialog-type-tit .checkbox-allbox.active i:before,
.dialog-type-tit input[type="checkbox"]:checked + i:before {
    background: #1482f0 url(../imgs/fy37.png) no-repeat center;
}

.dialog-type-tit input[type="checkbox"]:checked + i {
    padding: 0;
}

.dialog-type-tit .checkbox-allbox i:before {

}

.dialog-type-list input[type="radio"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.dialog-type-list input[type="radio"] + i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    padding: 2px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

.dialog-type-list input[type="radio"]:checked + i {
    background: url(../imgs/fy36.png) no-repeat center;
}

.dialog-type-list ul {
    margin-top: 7px;
}

.dialog-type-list .hideul {
    height: 100px;
    overflow: hidden;
    transition: 0.3s;
    padding-bottom: 15px;
}

.dialog-type-list .hideul.active {
    height: auto;
}

.dialog-type-list ul:after {
    display: block;
    content: '';
    clear: both;
}

.dialog-type-row:first-child {
    margin-top: 30px;
}


.dialog-type-row {
    margin-top: 60px;
}

.dialog-type-list li {
    font-size: 14px;
    color: #666;
    width: 20%;
    float: left;
    margin-top: 12px;
    line-height: 20px;
}

.dialog-type-list input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.dialog-type-list input[type="checkbox"] + i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    padding: 2px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.dialog-type-list input[type="checkbox"]:checked + i {
    background: url(../imgs/fy36.png) no-repeat center;
}


.dialog-type-tit {
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 13px;
}

.dialog-type-tit i {
    padding: 0;
    position: relative;
    top: 2px;
}

.dialog-type-tit input[type="checkbox"] + i,
.dialog-type-tit input[type="radio"] + i {
    padding: 2px;
}

.dialog-type-tit .active input[type="checkbox"] + i,
.dialog-type-tit .active input[type="radio"] + i {
    padding: 0;
}

.dialog-type-tit input[type="checkbox"] + i:before,
.dialog-type-tit input[type="radio"] + i:before {
    background-color: #1482f0;
    width: 100%;
    height: 100%;

}

.importance {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 0 !important;
}

.dialog-typeft {
    text-align: center;
    padding-top: 50px;
    font-size: 0;
    overflow: hidden;
}

.dialog-typeft button {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    margin: 0 7px;
}

.dialog-typeft button:last-child {
    width: 120px;
}

.dialog-typeft button.btn-blue {
    background-color: #1482f0;
    color: #fff;
}

.dialog-type-list li img {
    position: relative;
    top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.dialog-type-list .gq {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 50%;
}

.dialog-type-more {
    color: #1482f0;
    font-size: 12px;
    text-align: center;
    margin-top: 22px;
}

.dialog-type-more a.active {
    display: none;
}

.dialog-typehd {
    font-size: 18px;
    color: #1482f0;
}

.dialog-tabhd {
    padding: 35px 0 40px;
}

.dialog-tabhd li {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    margin-right: 35px;
    cursor: pointer;
    position: relative;
}

.dialog-tabhd li.active {
    color: #1482f0;
    border-bottom: 2px solid #1482f0;
}

.dialog-tabbd {
    margin-bottom: 45px;
}

.dialog-form li {
    margin-bottom: 25px;
    position: relative;
}

.dialog-form .text {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 14px;
}

.input-box.idType-box {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 78px;
}

.input-box.idType-box.on .idType-list {
    display: block;
}

.idType-m {
    width: 78px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.input-box.idType-box .idType-m {
    display: block;

}

.idType-list {
    position: absolute;
    top: 43px;
    left: -1px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    max-height: 170px;
    margin-top: 6px;
    overflow: auto;
    z-index: 1;
    display: none;
}

.idType-list::-webkit-scrollbar { /*滚动条整体样式*/

    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.idType-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    background: #edeff2;
}

.idType-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 4px;
    background: #fff;

}

.idType-list a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #333;
    text-decoration: none;
    text-align: left;
    text-indent: 12px;
    position: relative;
}

.idType-list a:hover {
    background: #f8f8f8;
}

.idType-extra-info {
    position: absolute;
    height: 34px;
    line-height: 34px;
    top: 0;
    right: 10px;
}

/*.input-box.idType-box .idType-m{
	display: block;
}*/
.idType-m .carat {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    background: url(../imgs/icon-select.png) no-repeat center top;
    width: 10px;
    height: 6px;
}

.dialog-form .idType.text {
    cursor: pointer;
}

.dialog-form .text:focus,
.dialog-form textarea:focus {
    border-color: #1482f0;
}

.dialog-form .text.error,
.dialog-form textarea.error {
    border-color: #ff3c3c;
}

.dialog-form .btn-eye {
    position: absolute;
    right: 10px;
    top: 0;
    height: 43px;
    background: url(../imgs/eye.png) no-repeat center top;
    width: 24px;
    border: 0;
    cursor: pointer;
}

.dialog-form .btn-eye.on {
    background-position: center bottom;
}

.dialog-form .btn-phone {
    position: absolute;
    right: 10px;
    top: 0;
    height: 43px;
    background: url(../imgs/icon13.png) no-repeat center bottom;
    width: 24px;
    border: 0;
    cursor: pointer;
}

.dialog-form .input-box.idType-box .btn-phone {
    background-position: center top;
}

.dialog-form .btn-code {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 43px;
    min-width: 95px;
    text-align: center;
    font-size: 14px;
    color: #1482f0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.dialog-form .btn {
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #1482f0;
    cursor: pointer;
}

.dialog-form .btn:hover {
    background: #1f60eb;
}

.dialog-form .attr {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    color: #999999;
}

.fc-blue,
.dialog-form .attr .fc-blue {
    color: #1482f0;
}

.fc-blue a:hover {
    color: #1F60EB;
}

.gnone {
    display: none;
}

.dialog-order-hd {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.dialog-order-hd span {
    font-size: 12px;
    color: #cccccc;
    display: inline-block;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.dialog-order-hd:after {
    height: 1px;
    width: 100%;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
}

.dialog-order-bd {
    text-align: center;
}

.dialog-order-bd li {
    display: inline-block;
    margin: 0 10px;
}

.dialog-order-bd .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    cursor: pointer;
}

.dialog-order-bd .icon-weixin {
    background: url(../imgs/btn-weixin.png) no-repeat center top;
}

.dialog-order-bd .icon-qq {
    background: url(../imgs/btn-qq.png) no-repeat center top;
}

.dialog-order-bd .icon-weibo {
    background: url(../imgs/btn-weibo.png) no-repeat center top;
}

.dialog-order-bd .icon:hover {
    background-position: center bottom;
}

/*弹窗样式1*/
.mdialog1 {
    border-radius: 5px;
}

.mdialog1 .layui-layer-setwin .layui-layer-close {
    right: 10px;
    top: 10px;
    background: url(../imgs/btn-close1.png) no-repeat center;
}

.mdialog1 .layui-layer-setwin .layui-layer-close:hover {
    background-position: center;
    opacity: 0.9;
}

.mdialog1 .layui-layer-title {
    text-align: center;
    border-bottom: 0;
    height: 110px;
    line-height: 1.2;
    background: transparent;
    padding: 55px 0 0;
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.mdialog1 .layui-layer-content {
    /*padding-bottom: 15px;*/
}

.dialog-form1 {

}

.dialog-form1 > form > ul > li {
    margin-bottom: 25px;
}

label.error {
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 12px;
    color: #ff3b3b;
    background: #fff;
}

.dialog-form1 .item-l {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: right;
    margin-right: 15px;
    padding-top: 10px;
    font-size: 16px;
    color: #666666;
}

.dialog-form1 .item-l .fc-red {
    margin-right: 5px;
}

.dialog-form1 .item-r {
    display: inline-block;
    vertical-align: top;
    width: 395px;
    text-align: left;
    position: relative;
}

.dialog .contact-box {
    width: 100%;
    position: relative;
    height: 40px;
    padding-left: 80px;
}

.dialog .contact-box .dropdown {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.dialog .input-box .text {

}

.dialog-form1 .text {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    font-size: 14px;
}

.dialog-form1 .text:focus {
    border-color: #1482f0;
}

.dialog-form1 textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
}

.dialog-form1 textarea:focus {
    border-color: #1482f0;
}

.dialog-form1 .text.error,
.dialog-form1 textarea.error {
    border-color: #ff3c3c;
}

/*.dialog-form1 select{
	width: 100%; height: 40px; border: 1px solid #e5e5e5; padding: 0 10px;
}*/
.dialog-form1 .center {
    text-align: center;
}

.dialog-form1 .btn {
    width: 128px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background: #1482f0;
    color: #fff;
    font-size: 18px;
}

.dialog-form1 .btn:hover {
    background: #1f60eb;
}

.dialog-form1 .btn[disabled] {
    cursor: default;
    background: #f2f2f2;
    color: #bfbfbf;
}

.dialog-form1 .tip {
    color: #999;
    padding-top: 5px;
}

.dialog-form1 .tip img {
    width: 90px;
    margin-top: 10px;
}

.radio-box {
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.radio-box input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

.radio-box input[type="radio"] + i {
    width: 16px;
    height: 16px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
}

.radio-box input[type="radio"]:checked + i:after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #1482f0;
    border-radius: 50%;
    content: "";
}

.dialog-form1 .item-r .radio-box {
    margin-top: 10px;
}

.file-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.file-box input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-box input[type="file"] + span {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(../imgs/file-btn.png) no-repeat center;
    border: 1px dashed #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}

.file-box:hover input[type="file"] + span {
    border-color: #1482f0;
}

.file-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
}

.file-img img {
    width: 64px;
    height: 64px;
    display: block;
}

.file-del {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 14px;
    height: 14px;
    background: url(../imgs/icon-del.png) no-repeat center;
    border: 0;
    cursor: pointer;
}

.file-bigimg {
    position: relative;
    width: 64px;
    height: 64px;
}

.file-bigimg:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 1;
}

.file-bigimg:before {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    background: url(../imgs/icon-big.png) no-repeat center;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
    content: "";
    z-index: 2;
}

.file-big {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.file-btnbig {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    background: url(../imgs/icon-big.png) no-repeat center;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

/*弹窗 提示*/
.mdialogmsg.layui-layer-msg {
    border: 0;
    border-radius: 5px;
}

.mdialogmsg.layui-layer-dialog .layui-layer-content {
    padding: 25px 20px 8px;
}

.mdialogmsg .layui-layer-btn a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 18px;
    letter-spacing: 2px;
}

.mdialogmsg .layui-layer-btn .layui-layer-btn0 {
    background: #1482f0;
}

.mdialogmsg .layui-layer-btn .layui-layer-btn0:hover {
    background: #1f60eb;
    opacity: 1;
}

.dialogmsg {
    text-align: center;
}

.dialogmsg-img {
    margin-bottom: 10px;
}

.dialogmsg h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 8px;
}

.dialogmsg p {
    font-size: 14px;
    color: #999;
}

/*----------内页----------*/
/*soft*/
.header-m {
    height: 80px;
    background-color: #fff;
    min-width: 1000px;
}

.header-m-logo {
    float: left;
    /*margin-top: 18px;*/
    height: 78px;
    display: flex;
    align-items: center;
}

.header-m-nav {
    float: left;
    /*margin-top: 30px;*/

    /*margin-left: 65px;*/
}

.header-m-attr {
    float: right;
}

.header-m-nav li {
    float: left;
    font-size: 16px;
    color: #333;
    margin-left: 40px;
    position: relative;
    line-height: 78px;
    height: 78px;
}

.header-m-nav li a {
    display: block;
    line-height: 78px;
    border-bottom: transparent solid 2px;
}

/*.header-m-nav li.active a,
.header-m-nav li:hover a{
	border-color: #1482f0;
}*/
.header-m-nav li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1482f0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.header-m-nav li.active:after,
.header-m-nav li:hover:after {
    transform: scaleX(1);
}

.header-m-search {
    float: left;
    position: relative;
    margin-right: 22px;
}

.header-m-attr {
    padding-top: 25px;
}

.header-m-attr .img {
    float: left;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
}

.header-m-attr .img img {
    vertical-align: middle;
    position: relative;
    top: 0;
}

.header-m-attr .img:hover img {
    top: -32px;
}


.header-m-search input {
    width: 315px;
    height: 30px;
    border: #e5e5e5 1px solid;
    font-size: 12px;
    padding-left: 10px;
}

.header-m-search:hover input {
    border-color: #1482f0;
}

.header-m-search button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imgs/fy01.png) no-repeat center;
    border: 0;
}

.header-m-search:hover button {
    background-image: url(../imgs/fy22.png);
}

.mbanner {
    height: 321px;
    margin-top: 23px;
}

.mbanner li {
    position: relative;
    background-position: center;
    background-size: cover;
}

.mbanner-txt {
    padding-top: 90px;
}

.mbanner-txt h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.mbanner-txt .btns {
    text-align: center;
    margin-top: 25px;
}

.mbanner-txt a {
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #1482f0;
    background-color: #fff;
    margin: 0 10px;
}

.blue {
    background-color: #1482f0 !important;
    color: #fff !important;
}

.mbanner-txt a.blue {
    color: #fff;
}

.mbanner-qr {
    position: absolute;
    right: 55px;
    top: 75px;

}

.mbanner-qr-item {
    float: left;
    margin: 0 25px;
}

.mbanner-qr-item .img {
    width: 132px;
    height: 132px;
    background-color: #fff;
    padding-top: 9px;
}

.mbanner-qr-item .img img {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 115px;

}

.mbanner-qr-item p {
    font-size: 12px;
    color: #74879c;
    text-align: center;
    margin-top: 15px;
}

.gmain {
    min-height: calc(100vh - 210px);
}

.mbox {
    margin-top: 18px;
    margin-bottom: 25px;
}

.mbox1 {
    margin-top: 0;
}

.mbox1 .mnav {
    margin-top: 8px;
}

.mbox-l {
    float: left;
    width: 75.07%;
}

.mbox-l .hcard {
    min-height: 312px;
    /*overflow: hidden;*/
}

.mbox-l .hcard:before,
.mbox-l .hcard:after {
    display: table;
    content: "";
    clear: both;
    height: 0;
}

.mbox2 {
    margin-top: 35px;
    margin-bottom: 15px;
}

.hcard-hd-tab li {
    font-size: 18px;
    position: relative;
}

.hcard-hd-tab li.active {
    color: #1482f0;
}

.hcard-hd .hcard-hd-tab2 {
    margin-left: 0;
}

.hcard-hd .hcard-hd-tab3 {
    margin-left: 20px;
}

.hcard-hd-tab2 li.active {
    border: 0;
}

.hcard-hd-tab2 li:hover {
    border: 0;
    color: #1482f0;
}

.hcard-hd-tab2 li:after {
    display: none;
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    background-color: #1482f0;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.hcard-hd-tab2 li:hover:after,
.hcard-hd-tab2 li.active:after {
    display: block;
}

.hcard-hd-form input {
    width: 250px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-left: 12px;
    position: relative;

    background-color: transparent;
}

.hcard-hd-form:hover input {
    border-color: #1482f0;
}

.hcard-hd-form:hover button {
    background-image: url(../imgs/fy22.png);
}

.hcard-hd-form {
    position: relative;
}

.hcard-hd-form button {
    position: absolute;
    right: 2px;
    width: 30px;
    height: 30px;
    background: url(../imgs/fy01.png) no-repeat center;
    top: 10px;
    border: none;

}

.hlist3 li {
    width: 25%;
    height: 130px;
    float: left;
    padding-left: 35px;
    padding-top: 15px;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-bottom: 12px;
}

.hlist3 li:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.hlist3 {
    padding: 30px 10px 0;
}

.hlist3-img {
    float: left;
}

.hlist3-img img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
}

.hlist3-txt {
    float: left;
    width: 120px;
    margin-left: 10px;
}

.hlist3-txt .fc-blue {
    margin: 0 3px;
}

.hlist3-txt .btn {
    display: none;
    position: absolute;
    top: 45px;
    transition: 0.4s;
}

.hlist3-txt .btn a:hover {
    background-color: #1f60eb !important;
    color: #fff !important;
}

.hlist3 li:hover .hlist3-txt .btn {
    display: block;
}

.hlist3-txt p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
    color: #999;
}

.hlist3-txt h3 {
    position: relative;
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hlist3-txt h3 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.hlist3-txt .btn a {
    width: 72px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #1482f0;
    margin: 2px 0;
    background-color: #fff;
    color: #1482f0;

}

.hlist3-txt {
    position: relative;
}

.pagination {
    text-align: center;
    margin-top: 15px;
}

.pagination.t-left {
    text-align: left;
}

.pagination a {
    display: inline-block;
    border: 1px solid #ccc;
    color: #999999;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    margin: 0 2.5px;
}

.pagination a:hover,
.pagination a.current-atvive {
    color: #FFF;
    background-color: #3574fa;
    border: 1px solid #3574fa;
}

.pagination span {
    position: relative;
    top: -3px;
}

.mbox-l-s {
    width: 12.5%;
    float: left;
    margin-right: 1.2%;
    min-height: 100px;
}

.mbox-c {
    width: 61.5%;
    float: left;
}

.mbox-r {
    float: right;
    width: 23.58%;
}

.mbox-r .mdown {
    padding: 25px 25px 18px;
}

.mdown-img {
    float: left;
}

.mdown-img img {
    width: 62px;
    height: 62px;
    border-radius: 5px;
}

.mdown-txt {
    float: right;
    width: 170px;
    margin-top: 5px;
}

.mdown-txt h3 {
    font-weight: bold;
    font-size: 16px;
}

.mdown-txt p {
    font-size: 12px;
    color: #999;
    line-height: 1.33;
    margin-top: 8px;
}

.mdown-btn {
    width: 100%;
    text-align: center;
    border: 1px solid #1482f0;
    color: #1482f0;
    border-radius: 5px;

    height: 40px;
    margin-top: 25px;
}

.mdown-btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.mdown-btn a:hover {
    background-color: #1f60eb;
    color: #fff;
    border-color: #1f60eb;
}

.hlist4 {
    padding: 0 10px 10px;
    margin-top: 15px;

}

.hlist4 li {
    padding: 10px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 10px;
    cursor: pointer;
}

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

.hlist4 li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.hlist3-img img {
    display: block;
}

.hlist4-img {
    float: left;
}

.hlist4-img img {
    width: 64px;
    border-radius: 4px;
    height: 64px;
}

.hlist4-txt {
    float: left;
    margin-left: 12px;
    margin-top: 3px;
    max-width: 150px;
}

.hlist4-txt h3 {
    color: #333;
    font-size: 16px;
    line-height: 1.45;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 124px;
}

.hlist4-txt p {
    font-size: 12px;
    color: #999;
    margin-top: 7px;
    line-height: 1;
}

.hlist4-btn a {
    display: block;
    width: 72px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #1482f0;
    border-radius: 3px;
    margin: 5px 0;
    color: #1482f0;
    background: #fff;
}

.hlist4-btn {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 8px;
    display: none;
}

.hlist4-btn a:hover {
    background-color: #1f60eb !important;
    color: #fff !important;
}

.hlist4 li:hover .hlist4-btn {
    display: block;
}

.minc {
    padding: 45px 64px 90px 60px;
}

.minc-hd {
    position: relative;
}

.minc-hd h1 {
    font-size: 36px;
    color: #333333;
    line-height: 1;
    width: calc(100% - 150px);
    text-align: justify;
}

.minc-hd .btn {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #1482f0;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.minc-hd .btn:hover {
    background-color: #1f60eb;
}

.minc-hd .attr {
    padding-left: 18px;
    background: url(../imgs/fy10.png) no-repeat left 2px;
    color: #999;
    margin-top: 25px;
}

.minc-hd .attr a {
    margin: 0 5px;
}

.minc-hd .attr a.active {
    color: #1482f0;
}

.minc-hd:after {
    display: block;
    content: '';
    height: 1px;
    /*width: 1000px;*/
    right: -60px;
    position: absolute;
    background-color: #f5f5f5;
    left: -60px;
    bottom: -25px;
}

.minc-bd {
    margin-top: 50px;
}

.minc-info {

}

.minc-bd p {
    font-size: 16px;
    color: #333;
    line-height: 1.87;
    word-break: break-all;
    text-align: justify; /*margin-bottom: 20px;*/
    text-indent: 2em;
}

/*.minc-bd p+p{
	padding-top: 10px;
}*/
.minc-bd p + h3 {
    margin-top: 20px;
}

.minc-desc, .minc-info {
    color: #333;
}

.minc-menu {
    background-color: #f7f7f7;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 20px;
    display: flex;
}

.minc-menu-l {

    line-height: 120px;
    font-size: 24px;

    width: 100px;
    text-align: center;
}

.minc-menu-r {
    font-size: 16px;
    color: #1482f0;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 30px;
}

.minc-menu-r .item {
    display: inline-block;
    vertical-align: top;
    width: 176px;
}

.minc-menu-r .item a:hover {
    color: #1F60EB;
}

.minc-menu-r span {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.minc-menu-r a {
    line-height: 1;
}

.minc-bd .tit {
    font-size: 18px;
    color: #1482f0;
    padding-left: 25px;
    background: url(../imgs/fy11.png) no-repeat left center;
    position: relative;
    margin-bottom: 20px;
}

.minc-bd .tit span {
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding-right: 25px;
}

.minc-bd .tit:before {
    display: block;
    content: '';
    width: 83%;
    height: 1px;
    background-color: #f5f5f5;
    position: absolute;
    top: 50%;
    right: 0;
}

.minc-info-img {
    text-align: center;
    margin-top: 25px;
}

.minc-info-img img {
    max-height: 70px
}

.minc-info-txt {
    padding-left: 23px;
    padding-right: 15px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    padding-bottom: 18px;
}

.minc-info-txt p {
    line-height: 1.6;
    word-break: break-all;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.minc-info-txt p + p {
    margin-top: 5px;
}

.minc-info-txt a {
    cursor: pointer;
}

.minc-info-txt .fc-blue {
    position: relative;
    cursor: pointer;
}

.minc-info-txt .fc-blue:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../imgs/icon07.png) no-repeat center top;
    position: relative;
    top: 5px;
    margin-left: 3px;

}

.minc-info-txt .fc-blue:hover:after {
    background-position: center bottom;
    background-color: #dce9f8;
    border-radius: 50%;
}

.minc-info-txt .fc-blue:hover a {
    color: #3574fa;
}

.hlist5 {
    margin-top: 23px;
    padding-bottom: 30px;
}

.hlist5 li {
    line-height: 1;
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hlist5 .num {
    margin-right: 12px;
    margin-left: 5px;
    font-style: italic;

}

.hlist6 {
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
    margin-top: 5px;
    padding-bottom: 25px;
    overflow: hidden;
}

.hlist6 li {
    text-align: center;
    padding: 0 16px;
    margin-top: 20px;
    width: 33.33%;
    float: left;
}

.hlist6 li:nth-child(3n+1) {
    clear: both;
}


.hlist6 li:hover .hlist6-img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.hlist6 li:hover .hlist6-name {
    color: #1482f0;
}


.hlist6-img {
    width: 66px;
    height: 66px;
    border: 1px solid #f0f1f2;
    border-radius: 5px;
    position: relative;
    margin: 0 auto
}


.hlist6-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hlist6-name {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mnav {
    margin-top: 20px;
    margin-bottom: 18px;

}

.mnav ul {
    overflow: hidden;
    margin: 0 -9px;
}

.mnav li {
    width: 111px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin: 10px 9px 0;

}

.mnav li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background-color: #fff;
}

.mnav li a:hover, .mnav li a.active {
    background-color: #1482f0;
    color: #fff;
}

.hcard-bd2 {
    padding-bottom: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mtip-box {
    min-height: 240px;
}

.mtip {
    text-align: center;

    margin-top: 40px;
    color: #999;
}

.mtip h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mbanner-tit dd {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #e4e4e4;
    margin: 0 1px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.mbanner-tit dd.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.mbanner-tit dl {
    display: flex;
    justify-content: space-between;
}

.mbanner-tit {
    position: absolute;
    bottom: 0;
    width: 100%;

}

.mbanner {
    position: relative;
}

.mbanner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
}

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

.mbanner .swiper-pagination-bullet {
    float: left;
    width: 33.33%;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.mbanner .swiper-pagination-bullet + .swiper-pagination-bullet {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mbanner .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.3);
}

.mbanner-txt .img {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.mbanner-txt p {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.39);
    line-height: 1;
    margin-top: 12px;
}

.fc-w3 {
    color: rgba(255, 255, 255, 0.39) !important;
}

.mdialogimg .layui-layer-content {
    padding: 10px;
}

/*快讯*/
.current {
    margin-top: 24px;
    color: #666;
    font-size: 12px;
}

.current a,
.fc-999 {
    color: #999;
}

.current a:hover {
    color: #1482f0;
}

.current font {
    margin: 0 5px;
}

.gnewslist-box {
    padding-left: 5px;
    margin-top: 25px;
}

.gnewslist {
    position: relative;
    padding-bottom: 20px;
}

.gnewslist:after {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    border-left: 1px dashed #e5e5e5;
    content: "";
}

.gnewslist li {
    padding-left: 15px;
    position: relative;
}

.gnewslist li:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1482f0;
    border: 4px solid #d0e6fc;
    z-index: 1;
}

.gnewslist li + li {
    margin-top: 25px;
}

.gnewslist .time {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    height: 20px;
}

.gnewslist .date {
    vertical-align: middle;
    margin-right: 8px;
    background: #1482f0;
    color: #fff;
    line-height: 20px;
    padding: 0 5px;
    position: relative;
    float: left;
    display: none;
}

.gnewslist .date:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #1482f0;
    border-bottom: 8px solid transparent;
}

.gnewslist-txt {
    background: #f7f7f7;
    line-height: 1.7;
    padding: 6px 10px;
    text-align: justify;
    color: #666;
    margin-top: 5px;
}

.gnewslist li.last-of-day .date {
    display: block;
}

.gnewslist li:hover .gnewslist-txt {
    background: #f3f9fe;
}

.gnewslist-more {
    text-align: center;
    padding: 0 0 22px 0;
    color: #1482f0;
}

.hcard-hd .tabtime {
    line-height: 55px;
}

.hcard-hd .tabtime span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #cccccc;
    cursor: pointer;
}

.hcard-hd .tabtime span a:hover {
    color: inherit;
}

.hcard-hd .tabtime span + span {
    border-left: 1px solid #d3d3d3;
    padding-left: 5px;
    margin-left: 5px;
}

.hcard-hd .tabtime span.active,
.hcard-hd .tabtime span:hover {
    color: #666666;
}

.hcard-hd .switch-box {
    margin-top: 20px;
}

/*正文内容*/
.detail-page {
    padding: 20px 15px 15px;
}

.detail-page p {
    color: #cccccc;
}

.detail-page h3 {
    margin-top: 10px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gplat {
    margin-bottom: 5px;
}

.gplat li {
    margin: 0 5px;
    padding: 10px 3px 10px 10px;
    border-radius: 8px;
    position: relative;
}

.gplat-hd {
    position: relative;
    height: 32px;
    padding-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gplat-hd img {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}

.gplat-hd h3 {
    display: inline;
    vertical-align: middle;
}

.gplat-hd a:hover h3 {
    color: #1482f0;
}

.gplat a:hover {
    color: #1482f0;
}

.gplat .icon-link {
    position: absolute;
    right: -2px;
    top: 8px;
    width: 18px;
    height: 18px;
    background: url(../imgs/icon07.png) no-repeat center top;
}

.gplat .icon-link:hover {
    background-color: #caddf4 !important;
}

.gplat li:hover .icon-link {
    background-position: center bottom;
    background-color: #dce9f8;
    border-radius: 50%;
}

.gplat-bd {
    margin-top: 5px;
    line-height: 1.4;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gplat a {
    color: inherit;
}

.gplat li:hover {
    background: #f3f5f9;
}

.garticle {
    min-height: 630px;
}

.garticle-hd {
    padding: 40px 45px 20px;
    position: relative;
}

.garticle-hd .btn-follow {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 4px 10px 0;
}

.garticle-hd .btn-follow span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-left: 5px;
}

.garticle-hd .btn-follow .icon-follow {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url(../imgs/gz.png) no-repeat center top;
    background-size: 14px;
    margin-top: 1px;
}

.garticle-hd .btn-follow:hover {
    background: #1482f0;
    color: #fff;
}

.garticle-hd .attr .fl .btn-follow:hover span {
    color: #fff;
}

.garticle-hd .btn-follow:hover .icon-follow {
    background-image: url(../imgs/gz-w.png);
    background-size: 13px;
    background-position: center;
}

.garticle-hd .btn-follow.ok {
    background: #1482f0;
    color: #fff;
}

.garticle-hd .btn-follow.ok .icon-follow {
    background-image: url(../imgs/ok.png);
}

.garticle-hd .btn-follow.no {
    background: #1e60ea;
    color: #fff;
}

.garticle-hd .btn-follow.no .icon-follow {
    background-image: url(../imgs/no.png);
}

.garticle-hd h1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
}

.garticle-hd .attr {
    margin-top: 18px;
    height: auto;
    overflow: hidden;
}

.garticle-hd .attr .fl img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-top: -3px;
}

.garticle-hd .attr .fl span {
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
}

.garticle-hd .attr .fl a:hover span {
    color: #1482F0;
}

.garticle-hd .attr .btn-comm {
    font-size: 14px;
    color: #999999;
    background: url(../imgs/pl.png) no-repeat left center;
    padding-left: 18px;
}

.garticle-hd .attr .btn-comm:hover {
    color: #1482f0;
    background-image: url(../imgs/pl-on.png);
}

.garticle-bd {
    padding: 0 45px 20px;
}

.garticle-info {
    background: #f7f7f7;
    padding: 15px 40px;
    color: #999999;
    line-height: 1.5;
    text-align: justify;
    position: relative;
}

.garticle-info:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    background: url(../imgs/sub.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
}

.garticle-info:after {
    position: absolute;
    right: 10px;
    bottom: 15px;
    content: "";
    background: url(../imgs/sup.png) no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
}

.garticle-desc {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 15px;
    color: #333;
}

.garticle-desc * {
    line-height: 1.7;
}

.garticle-desc p {
    line-height: 1.7;
    margin-bottom: 1em;
}

.garticle-desc h1 {
    font-size: 1.3em;
    margin: 1em 0;
}

.garticle-desc h2 {
    font-size: 1.2em;
    margin: 1em 0;
}

.garticle-desc h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
}

.garticle-tag {
    background: url(../imgs/tag.png) no-repeat left top 5px;
    padding-left: 23px;
    line-height: 30px;
    margin-top: 20px;
}

.garticle-tag a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 8px;
    background: #f4f5f7;
    border-radius: 5px;
    margin: 0 7px 8px;
}

.garticle-tag a.active,
.garticle-tag a:hover {
    background: #1482f0;
    color: #ffff;
}

.garticle-ad {
    margin-top: 20px;
}

.garticle-ft {
    border-top: 1px solid #f4f5f7;
    padding: 18px 45px;
    font-size: 12px;
    color: #999999;
    line-height: 1.7;
}

.gcomm-form {
    padding: 30px 45px;
}

.gcomm-form-l {
    float: left;
    width: 50px;
}

.gcomm-form-l .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e4e5;
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: top;
    background: #fafbfc;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.gcomm-form-l img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.gcomm-form-r {
    width: 640px;
    float: left;
}

.gcomm-form-item + .gcomm-form-item {
    margin-top: 10px;
}

.gcomm-form-item textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #e3e4e5;
    padding: 10px 15px;
    line-height: 1.7;
    font-size: 14px;
    border-radius: 5px;
    background: #fafbfc;
    color: #666666;
}

.gcomm-form-item textarea:focus {
    background: #fff;
    border-color: #ccc;
}

.gcomm-form-item .fl {

}

.gcomm-form-item .fr span {
    font-size: 12px;
    color: #d9d9d9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.gcomm-form-item .fr button {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 32px;
    background: #1482f0;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.gcomm-form-item .fr button:hover {
    background: #1e60ea;
}

.gcomm-list-hd {
    border-bottom: 1px solid #f4f5f7;
    padding: 0 45px 15px;
    font-size: 18px;
    color: #333333;
}

.gcomm-list-bd {
    padding: 0 45px;
}

.gcomm-list-no {
    min-height: 182px;
    padding-top: 76px;
    text-align: center;
    color: #cccccc;
    font-size: 16px;
}

.gcomm-list-no img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    margin-top: -2px;
}

.gcomm-list {
    margin-top: 10px;
}

.gcomm-list > li {
    padding: 15px 0;
}

.gcomm-list > li ul {
    border-top: 1px solid #f4f5f7;
    border-bottom: 1px solid #f4f5f7;
    padding-top: 10px;
    margin: 15px 0;
    padding-left: 55px;
    display: none;
}

.gcomm-list > li li {
    padding: 8px 0;
}

.gcomm-list > li .item {
    position: relative;
    padding-left: 58px;
}

.gcomm-list > li .user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.gcomm-list > li li .user {
    width: 32px;
    height: 32px;
}

.gcomm-list > li li .item {
    padding-left: 45px;
}

.gcomm-list .hd {
    font-size: 14px;
    color: #666666;
    height: auto;
    overflow: hidden;
}

.gcomm-list .hd h3 {
    float: left;
}

.gcomm-list .hd h3 a {
    color: #1482f0;
}

.gcomm-list .btn-good {
    float: right;
    background: url(../imgs/good.png) no-repeat left top;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #cccccc;
    line-height: 14px;
}

.gcomm-list .btn-good:hover {
    color: #1482f0;
    background-position: left bottom;
}

.gcomm-list .bd {
    margin-top: 10px;
    line-height: 1.4;
    color: #333333;
}

.gcomm-list .attr {
    margin-top: 12px;
    font-size: 12px;
}

.gcomm-list .attr span {
    color: #cccccc;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    cursor: pointer;
}

.gcomm-list .attr span.on {
    background: #f4f5f7;
    padding: 0 6px;
    border-radius: 8px;
}

.gcomm-list .attr .btn-del {
    float: right;
    font-size: 12px;
    color: #1482f0;
}

.gcomm-list .form {
    margin-top: 15px;
    display: none;
}

.gcomm-list .form-item {

}

.gcomm-list .form-item + .form-item {
    margin-top: 8px;
}

.gcomm-list .form-item textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e4e5;
    background: #fafbfc;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    padding: 12.5px 15px;
}

.gcomm-list .form-item textarea:focus {
    background: #fff;
    border-color: #ccc;
}

.gcomm-list .form-item button {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 32px;
    background: #1482f0;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.gcomm-list .form-item button:hover {
    background: #1e60ea;
}

/*文章专题*/
.gspecial-box {
    margin-top: 15px;
    margin-bottom: 65px;
}

.gspecial {
    height: auto;
    overflow: hidden;
    margin: -12px;
    margin-bottom: 30px;
}

.gspecial li {
    width: 300px;
    height: 350px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
    float: left;
    margin: 12px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.gspecial-tit {
    height: 176px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}

.gspecial-tit h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(33, 33, 33, 0.4);
}

.gspecial-txt {
    margin: 20px 20px 50px 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gspecial-attr {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
}

.gspecial-attr .follow {
    float: right;
    color: #1482f0;
    background: url(../imgs/icon-love0.png) no-repeat right top;
    background-size: 18px;
    height: 18px;
    padding-right: 23px;
    line-height: 18px;
}

.gspecial-attr .follow.on,
.gspecial-attr .follow:hover {
    background-position: right bottom;
}

.gspecial li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.gspecial li:hover .gspecial-txt {
    color: #1482f0;
}

/*专题文章*/
.gnews-view {
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
    padding-top: 84px;
    position: relative;
}

.gnews-view h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.gnews-view h2 span {
    display: inline-block;
    vertical-align: middle;
}

.gnews-view h2 span:before,
.gnews-view h2 span:after {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 1px;
    background: #fff;
    content: "";
    margin: 0 10px;
}

.gnews-view .attr {
    text-align: center;
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    background: #1482f0;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.gnews-view .attr:hover {
    background: #1f60eb;
}

.gnews-view .attr .icon-love {
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/gz-w.png);
    width: 18px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    margin-top: -2px;
}

.gnews-view .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 47px;
    color: #fff;
    line-height: 1.5;
}

.gnews-view .txt:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url(../imgs/newssup.png);
    width: 19px;
    height: 17px;
    content: "";
}

.gnews-view .txt:before {
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../imgs/newssub.png);
    width: 19px;
    height: 17px;
    content: "";
}

.gnews-list-box {
    padding: 0 5px 40px 5px;
}

.gnews-list {
    padding-bottom: 15px;
    padding-top: 15px;
}

.gnews-list > li {
    padding: 12px 20px;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gnews-list-img {
    position: relative;
    width: 216px;
    height: 137px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}

.gnews-list-img span {
    position: absolute;
    left: 6px;
    top: 9px;
    display: inline-block;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    color: #e5e5e5;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 20px;
}

.gnews-list-txt {
    float: right;
    width: 620px;
    text-align: justify;
}

.gnews-list-txt h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 10px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gnews-list-txt .info {
    margin-top: 20px;
    color: #999;
    line-height: 1.7;
    height: 46px;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gnews-list-txt .attr {
    margin-top: 12px;
}

.gnews-list-txt .attr img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.gnews-list-txt .attr span {
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.gnews-list > li:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}

.gnews-list .gnews-list-img span:hover {
    background: #000;
    color: #1482f0;
}

.gnews-list .gnews-list-img span:hover a {
    color: #1482f0;
}

.gnews-list .gnews-list-txt h3:hover {
    color: #1482f0;
}

.gnews-list .gnews-list-txt .attr a:hover span {
    color: #1482f0;
}

.mspecial {
    margin: 15px;
}

.mspecial li {
    margin-bottom: 10px;
    width: 267px;
}

.mspecial-img {
    height: 144px;
    width: 267px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.mspecial-img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.mspecial-img .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.mspecial-img .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background: #1482f0;
    width: 80px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    border-radius: 3px;
    margin: 0 auto;
    z-index: 1;
    display: none;
}

.mspecial-img .tip {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px 0 8px;
    background: #ff7c1c;
    color: #fff;
    font-size: 12px;
}

.mspecial-img .tip:after {
    background: url(../imgs/tip01.png) no-repeat;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
}

.mspecial h3 {
    padding: 13px 0;
    color: #666;
}

.mspecial li:hover .mspecial-img:after {
    display: block;
}

.mspecial li:hover .mspecial-img .btn {
    display: block;
}

.mtag {
    padding: 15px 10px 18px;
}

.mtag a {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: #f4f5f7;
    font-size: 12px;
    color: #999;
    border-radius: 5px;
    margin: 6px;
}

.mtag a:hover {
    background: #1482f0;
    color: #fff;
}

.gency {
    padding: 10px 35px 25px;
    height: auto;
    overflow: hidden;
}

.gency li {
    width: 214px;
    height: 195px;
    border: 1px solid #f1f2f3;
    float: left;
    margin: 10px 11px;
    border-radius: 8px;
    overflow: hidden;
}

.gency-img img {
    width: 212px;
    height: 120px;
}

.gency-txt {
    margin: 11px 10px;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gency li:hover .gency-txt {
    color: #1482f0;
}

.gency li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.zxview {
    height: 100%;
}

.zxview .swiper-pagination {
    /*text-align: right;*/
    /*padding-right: 27px;*/
    bottom: 15px !important;
}

.swiper-pagination-bullet-active {
    background: #1482f0;
    opacity: 1;
}

.zxview-txt {
    width: 343px;
    height: 340px;
    background: #002a54;
    border-radius: 10px 0 0 10px;
    position: relative;
    float: left;
    padding: 60px 50px 0;
}

.zxview-txt:after {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    content: "";
}

.zxview-txt .tip {
    position: absolute;
    left: 50px;
    top: -1px;
    background: url(../imgs/zxbg.png) no-repeat;
    width: 48px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    font-size: 12px;
    color: #002a54;
    font-weight: bold;
    z-index: 1;
}

.zxview-txt .tip:after {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: #002a54;
    content: "";
}

.zxview-txt h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zxview-txt .info {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    margin-bottom: 35px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zxview-txt .attr {
    position: relative;
    z-index: 1;
}

.zxview-txt .attr img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.zxview-txt .attr span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #cccccc;
    margin-right: 10px;
}

.zxview-img {
    width: 611px;
    height: 340px;
    float: left;
    background-size: cover;
    background-position: center;
}

.zxview .swiper-button-prev,
.zxview .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.6);
    width: 25px;
    height: 50px;
    background-size: 16px;
    opacity: 0.7;
    display: none;
    transition: all 0.3s;
}

.zxview .swiper-button-prev {
    left: 0;
}

.zxview .swiper-button-next {
    right: 0;
}

.zxview:hover .swiper-button-prev,
.zxview:hover .swiper-button-next {
    display: block;
}

.zxview .swiper-button-prev:hover,
.zxview .swiper-button-next:hover {
    opacity: 1;
}

.mspecial1-img {
    width: 303px;
    height: 161px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mspecial1 li + li {
    margin-top: 16px;
}

.mspecial1-img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.mspecial1-img .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
}

.mspecial1-img .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    background: #1482f0;
    width: 80px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    border-radius: 3px;
    margin: 0 auto;
    z-index: 2;
    display: none;
}

.mspecial1-img h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    z-index: 1;
    display: none;
}

.mspecial1-img .tip {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px 0 8px;
    background: #ff7c1c;
    color: #fff;
    font-size: 12px;
}

.mspecial1-img .tip:after {
    background: url(../imgs/tip01.png) no-repeat;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
}


li:hover .mspecial1-img:after {
    display: block;
}

li:hover .mspecial1-img .btn {
    display: block;
}

li:hover .mspecial1-img h3 {
    display: block;
}

/*日历*/
.gdate-tab {
    /*display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    font-size: 14px;
    color: #666;
    margin: -3px -7.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.gdate-tab-item .btn {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    /*border-radius: 5px;*/
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.gdate-tab-item .btn:hover,
.gdate-tab-item .btn.active {
    color: #fff;
    background-color: #1482f0;
    border-color: #1482f0;

}

.gdate-tab-item .btn.btn-more:hover i {
    background-image: url(../imgs/fy38.png);
}

.gdate-tab-item .btn .icon-more {
    background: url(../imgs/fy35.png) no-repeat center top;
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.gdate-tab-item {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 7.5px;
    float: left;
}

.gdate-tab-item:last-child {
    float: right;
}

.input-timebox input {
    display: block;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 12px;
    /*letter-spacing: -1px;*/
}

.input-timebox {
    position: relative;
}

.icon-time {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../imgs/fy33.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.gdate-table {
    position: relative;
    padding: 0 20px 45px;

}


.gdate-table:before {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 55px;
}

.gdate-table table {
    background-color: #fff;
    width: 100%;
    border-collapse: collapse;
}

.gdate-table thead th {
    height: 55px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
    font-weight: bold;
    background: #f9f9f9;
}

.gdate-table .time-line {

    font-size: 12px;
    color: #999999;
    height: 33px;
    text-align: center;
    position: relative;
}

.gdate-table .time-line:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    content: "";
    border-bottom: #e5e5e5 dashed 1px;
}

.gdate-table .time-line span {
    margin-left: 10px;
    border: #e5e5e5 dashed 1px;
    background: #fff;
    color: #1482f1;
    padding: 5px;
    position: relative;
}

.gdate-table td {
    padding: 12.5px 5px;
    border-bottom: dashed 1px #e6e6e6;
    line-height: 1.4;
    height: 46px;
}

.gdate-table td.jg {
    height: 13px;
    padding: 0;
    border: 0;
}

.gdate-table .gq {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.gdate-table .btn-info {
    width: 26px;
    height: 26px;
    background: url(../imgs/fy41.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.gdate-table .btn-info:hover {
    background: url(../imgs/fy42.png) no-repeat;
}

.gdate-table tr h3:hover {
    color: #1482f0;
}

.gdate-table td {
    text-align: center;
}

.gdate-table td h3 {
    text-align: left;
    line-height: 1.4;
}

.gdate-table .effect {
    background: #edf7eb;
    line-height: 25px;
    color: #51b23b;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 6px;
    min-width: 100px;
}

.gdate-table .effect.red {
    background: #fcebeb;
    color: #e33838;
}

.gdate-table .effect.orange {
    background: #fff3eb;
    color: #fb8636;
}

.gdate-table .tip-box {
    position: relative;
}

.gdate-table .tip-box:hover .tip-old {
    display: block;
}

.gdate-table .tip-old {
    position: absolute;
    width: 75px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    color: #1482f0;
    padding-top: 5px;
    line-height: 1.4;
    left: 25px;
    top: 15px;
    display: none;
}

.gdate-table .tip-now {
    font-size: 14px;
    color: #e33838;
    position: relative;
}

.gdate-table .tip-now i {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #1482f0;
    position: absolute;
    top: 0;
    right: -8px;
}

.hcard-hd.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hcard-hd-date {
    font-size: 12px;
    color: #ccc;
    line-height: 55px;
}

.gdate-list-no {
    padding: 40px 15px;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.gdate-list {
    margin-top: 22px;
}

.gdate-list .time {
    font-size: #14;
    color: #ccc;
}

.gdate-list .time span {
    margin-right: 9px;
}

.gdate-list h3 {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.gdate-list li {
    margin-top: 15px;
}

.mdate-info {
    width: 950px;
    height: 100vh;
    background-color: #fff;
    padding: 45px;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    overflow-y: scroll;
    border-radius: 10px;

}

.mdate-info.hcard {
    position: static;
    height: auto;
}

.mdate-info::-webkit-scrollbar {
    display: none;
}

.mdate-info-box {
    display: none;
}

.mdate-info-mask {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;

}

.mdate-info-hd h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.mdate-info-hd .attr {
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;

}

.mdate-info-hd .attr span {
    margin-right: 30px;
}

.mdate-info-hd .attr .btn-py {
    float: right;
    background: url(../imgs/fy34.png) no-repeat left center;
    padding-left: 20px;
}

.mdate-info-bd > .txt {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
}

.mdate-info-bd .info {
    background-color: #f7f7f7;
    padding: 5px 0 15px 20px;
    margin-top: 20px;
}

.mdate-info-bd .info li {
    width: 33.33%;
    float: left;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    line-height: 30px;
}

.mdate-info-bd .info img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: -2px;
}

.mdate-info-bd .info ul {
    overflow: hidden;
}

.mdate-info-bd .info .US {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.mdate-info-bd .row > .tit {
    font-size: 16px;
    color: #1482f0;
    font-weight: bold;
    position: relative;
    margin-top: 25px;
}

.mdate-info-bd .row .tit span {
    padding-left: 22px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 105px;
    padding-right: 15px;
}

.mdate-info-bd .row .tit span:hover {
    cursor: pointer;
}

.mdate-info-bd .row .tit span:before {
    display: block;
    content: '';
    height: 0;
    width: 0;
    border-top: 8px solid #247bed;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    transition: 0.3s;
}

.mdate-info-bd .row .tit span.active:before {
    transform: rotate(-90deg);
    top: 35%;
    left: 5px;
}

.mdate-info-bd .row .tit:after {
    height: 1px;
    left: 0;
    background-color: #e6e6e6;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
}

.mdate-info-bd .row .txt {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.mdate-info-bd .row table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}

.mdate-info-bd .row table th {
    width: 20%;
    text-align: center;
    height: 40px;
    background-color: #f7f8fa;
    border: 1px solid #f0f1f2;
}

.mdate-info-bd .row table td {
    border: 1px solid #f0f1f2;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.mdate-info-ft.gcomm .gcomm-form {
    padding: 0;
    margin-top: 135px;
}

.mdate-info-ft.gcomm .gcomm-form-r {
    width: 800px;
}

.mdate-info-ft.gcomm .gcomm-form-r textarea {
    resize: none;
}

.mdate-info-ft.gcomm .gcomm-list-hd {
    padding-left: 0;
    margin-top: 30px;
}


.sc-calendar {
    width: 100%;
    box-shadow: none;
    border: none;
    height: 420px;
}

.sc-header {
    display: none;
}

.sc-item .lunar-day {
    margin-top: 5px;
}

.sc-week-item {
    background-color: #fff;
    border-color: #f1ebe4;
}

.layui-laydate-header {
    line-height: 20px !important;
}

.gdate-info {

    text-align: center;
    height: 160px;
    background: url(../imgs/date_line.png) no-repeat center bottom #fff;
    border-radius: 10px 10px 0 0;
}

.gdate-info span {
    /*font-size: 15px;*/
}

.gdate-info input {
    width: 50px;
    border: none;
}

.mdate-info-bd .row .chart {
    margin-top: 30px;
    background-color: rgb(247, 248, 250);
    padding-top: 15px;
}

.chartmain {
    width: 843px;
    height: 450px;
}

.sc-body {
    box-shadow: none;
}

.gdate {
    border-radius: 10px;
    overflow: hidden;
}

.gdate-news {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.gdate-news li {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}

.gdate-news li img {
    position: relative;
    margin-top: -2px;
    margin-right: 10px;
    color: #666;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}

.gdate-news ul {
    padding-bottom: 8px;
}

.mdate-info-close {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0c0c0c;
    opacity: 0.5;
    border-radius: 100%;
    background-image: url(../imgs/fy39.png);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 50%;
    margin-left: 490px;
    top: 15px;
    z-index: 99999999;
    cursor: pointer;
}

.mdate-info-close:hover {
    opacity: 1;
}

.chart-url {
    display: block;
    height: 18px;
    line-height: 18px;
    width: 80px;
    background: url(../imgs/fy40.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-left: 23px;
    float: right;
    position: relative;
    z-index: 99;
    margin-right: 22px;
}

.chart-url:hover {
    color: #2b81ff;
}

.mdate-info-box .sidebar {
    z-index: 9999;
}

body .layui-laydate .layui-this {
    background: #1482f0 !important;
    /*border-radius: 100px;*/
}

.mbox {
    position: relative;
}

.mbox-l-sbox {
    width: 159px;
}

.mbox-l-sbox.fixed {
    position: fixed;
    top: 18px !important;
}

.mbox-l-sbox.absolute {
    position: absolute;
}

/**/
.mbox-l-big {
    width: 23.58%;
    float: left;
}

.mbox-c-big {
    float: right;
    width: 75.07%;
}

.country-list-box {
    padding: 5px 13px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f1f2;
}

.country-list > li {
    border-bottom: 1px solid #f5f5f5;
}

.country-list > li:last-child {
    border-bottom: 0;
}

.country-list-on {
    line-height: 38px;
    font-size: 14px;
    color: #666666;
    height: 38px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.country-list-on:after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../imgs/more.png) no-repeat left top;
}

.country-list-on img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.country-sublist {
    background: #f9f9f9;
    padding: 8px 10px;
    max-height: 462px;
    overflow-y: auto;
    display: none;
}

.country-sublist li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.country-sublist::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f9f9f9;
}

.country-sublist::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f9f9f9;
}

.country-sublist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ededed;
}

.country-list > li.active .country-list-on {
    background: #e7f2fd;
    color: #1482f0;
}

.country-list > li.active .country-list-on:after {
    background-position: center bottom;
}

.country-list > li.active .country-sublist {
    display: block;
}

.t-effect {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.t-effect-on {
    position: relative;
}

.t-effect .icon-triang {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999;
}

.t-effect-list {
    position: absolute;
    left: 50%;
    margin-left: -132.5px;
    top: 25px;
    width: 265px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 13px;
    display: none;
}

.t-effect:hover .t-effect-list {
    display: block;
}

.t-effect:hover .icon-triang {
    transform: rotate(180deg);
}

.t-effect-list:before {
    position: absolute;
    left: 50%;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

.t-effect-list h3 {
    font-size: 16px;
    color: #1482f0;
    text-align: left;
    padding-bottom: 5px;
}

.t-effect-row {
    position: relative;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #fafafa;
}

.t-effect-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.t-effect-l {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 14px;
    color: #333;
}

.checkbox-box {
    position: relative;
}

.checkbox-box input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox-box input[type="checkbox"] + i {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    margin-right: 5px;

}

.checkbox-box input[type="checkbox"]:checked + i {
    background: url(../imgs/fy36.png) no-repeat center;
}

.t-effect-row li {
    display: inline-block;
    width: 30%;
    padding: 6px 0;
    font-size: 12px;
    color: #666666;
}


/*#calendar{
	width: 800px;
}
#calendar *{
	box-sizing: border-box;
}
#calendar a:hover{
	text-decoration: none;
}*/
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #f1ebe4;

}

.fc-unthemed td.fc-today {
    opacity: 1;
}

.fc-unthemed td.fc-today .fc-day-number {
    background: #1482f0;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    width: 36px;
    text-align: center;
    color: #fff !important;
    opacity: 1;
}

.fc-day-header {
    background: #fff;
    height: 45px;
    line-height: 45px;
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}

.fc-sat span,
.fc-sun span {
    color: rgba(224, 8, 8, .74);
}

.fc-day-top {
    padding-right: 10px !important;
    padding-top: 5px !important;
}

.fc-day-number {
    font-size: 24px;
    font-weight: bold;
    color: #565555;
}

.fc-other-month .fc-day-number {
    color: #565555 !important;
}

.fc-content-skeleton td:first-child .fc-day-number,
.fc-content-skeleton td:last-child .fc-day-number {
    color: rgba(224, 8, 8, .74);
}

.fc-bgevent {
    background: #b3dcff;

}

.fc-unthemed td.fc-today {
    background: none;
}

.fc-basic-view .fc-body .fc-row {
    min-height: inherit;
    height: 75px !important;
}

.fc-day-grid-container {
    height: auto !important;
}

.fc-view-container {
    background: #fff;
}

/*农历*/
.fc-day-cnDate {
    display: block;
    clear: both;
    text-align: right;
    color: #999;
    font-size: 12px;
}

/*节假日*/
.fc-day-cnTerm {
    color: #e33838;
    background: #f1e5ea;
    display: inline-block;
    clear: both;
    text-align: right;
    float: right;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.fc-btns {
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.fc-btns select,
.fc-btns button,
.fc-btns .time {
    height: 30px;
    line-height: 28px;
    border: #cccccc solid 1px;
    float: left;
    background: #fff;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.fc-btns button.active {
    background: #1482f0;
    border-color: #1482f0;
    color: #fff;
}

.fc-btns .time {
    float: right;
    padding-left: 28px;
    background: url(../imgs/time.png) no-repeat 10px center;
}

/*失败_null*/
.m-null {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 30px;
}

.m-null h1 {
    font-size: 24px;
    color: #666;
    margin-bottom: 45px;
}

.m-null h1 img {
    vertical-align: middle;
    margin-right: 20px;
}

.m-null .txt {
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 30px;
}

.m-null .tip {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.m-null .tip a {
    color: #1482f0;
}

.m-null .qr {
    margin-bottom: 25px;
}

.m-null .qr img {
    width: 71px;
}

.m-null .btn {
    height: 40px;
    line-height: 40px;
    background: url(../imgs/icon-return.png) no-repeat left 12px center #1482f0;
    border-radius: 5px;
    padding: 0 15px 0 35px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.m-null .btn:hover {

}

/*transpage*/
.transpage-wrap {
    padding-top: 12%;
    text-align: center;
    padding-bottom: 50px;
}

.transpage-main {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 45px;
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.8) inset, 0 0 18px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #f3f3f3;
}

.transpage-main .num {
    font-size: 36px;
    color: #1482f1;
    line-height: 200px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.transpage-main .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /*border: 4px solid transparent;*/
}

.transpage-main .circle svg {
    width: 100%;
    height: 100%;
    /*transform="rotate(-90)"
      transform-origin="center"*/
    transform: rotate(-90deg);
    transform-origin: center;

}

.transpage-main .circle svg circle {
    /*transition: 0.2s;*/
}

.transpage-main .dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /*border: 4px solid transparent;*/
    /*transition: 0.2s;*/
}

.transpage-main .dot span {
    width: 12px;
    height: 12px;
    display: block;
    background: #1482f1;
    border: #dce7f3 solid 6px;
    border-radius: 100px;
    box-sizing: content-box;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12px;
}

/*.transpage-main .line{
	 position: absolute;
    border-radius: 50%;
    border-style: solid;
    animation: animate 3s linear infinite;

     width: 100%;
    height: 100%;
    color: gold;
    border-color: currentColor transparent transparent currentColor;
    border-width: 0.2em 0.2em 0em 0em;
    --deg: -45deg;
    animation-direction: normal;
}
.transpage-main .line .circle {
    position: absolute;
    width: 50%;
    height: 0.1em;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: rotate(var(--deg));
    transform-origin: left;
}
.transpage-main .line .circle::before {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    content: '';
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: 0 0 2em,
                0 0 4em,
                0 0 6em,
                0 0 8em,
                0 0 10em,
                0 0 0 0.5em rgba(255, 255, 0, 0.1);
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}*/

.transpage-tit {
    font-size: 18px;
    color: #666;
}

/*搜索*/
.m-search {
    padding: 25px 0 35px;
}

.m-search-tip {
    font-size: 12px;
    color: #999999;
    margin-bottom: 20px;
}

.m-search-tit {
    font-size: 18px;
    color: #333;
}

.m-search-more {
    margin-bottom: 15px;
}

.m-search-more a {
    font-size: 14px;
    color: #1482f0;
    text-decoration: underline;
}

.m-list-box {
    padding-bottom: 10px;
    padding-right: 107px;
}

.m-list > li {
    padding: 12px 0;
}

.m-list > li h3 {
    font-size: 18px;
    color: #1482f0;
    margin-bottom: 15px;
    /*overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;*/
}

.m-list > li h3 a {
    text-decoration: underline;
}

.m-list > li h3 a:hover {
    color: #1f60eb;
}

.m-list > li .info {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
    /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
}

.m-list > li .attr {
    color: #cccccc;
    margin-right: 12px;
}

.header-noshadow {
    box-shadow: none;
}

.header-main.t-left {
    text-align: left;
    height: auto;
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.header-main.t-left .logo {
    position: relative;
    margin-left: -135px;
    margin-right: -15px;
}

.header-main.t-left .news {
    margin-left: 15px;
}

.wrapper1 {
    width: 1495px;
    margin: 0 auto;
}

.search-nav {
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
}

.search-nav li {
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-right: 42px;
}

.search-nav li.active {
    color: #1482f0;
}

.search-nav li:after {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background: #1482f0;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.search-nav li:hover:after, .search-nav li.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.search-list1 {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    border: 1px solid #E5E5E5;
    background: #fff;
    z-index: 1;
    border-top: 0;
    text-align: left;
    padding: 5px 0;
}

.search-list1 li {
    line-height: 45px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bc-fff {
    background: #fff;
}

.gmain1 .mbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gmain1 .hcard {
    border: 0;
}

.gmain1 .hcard-bd {
    padding-left: 0;
    padding-right: 0;
}

.gmain1 .mbox-l {
    width: 63%;
}

.gmain1 .mbox-r {
    float: left;
    border-left: 1px solid #f1f2f4;
    padding-left: 20px;
    margin-top: 50px;
    background: url(../imgs/bg01.png) no-repeat;
    background-size: 20px 100%;
}

.gmain1 .hcard-hd {
    border-bottom: 0;
    line-height: 20px;
    height: 20px;
}

.gmain1 .hcard-hd h2 {
    line-height: 20px;
}

.gmain1 .hcard-hd .tabtime {
    line-height: 20px;
}

.gmain1 .hcard-hd .fr {
    line-height: 20px;
}

.inner-search-list ul {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    background-color: white;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    color: #666666;
    z-index: 1;
}

.inner-search-list li {
    line-height: 33px;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 13px;
}

.ql-align-center {
    text-align: center;
}

.ql-font-monospace {
    font-family: monospace, sans-serif;
}

.ql-font-simSum {
    font-family: SimSun, 'STSong', serif;
}

.ql-font-times-new-roman {
    font-family: SimSun, serif;
}

.ql-font-MicrosoftYaHei {
    font-family: 'Microsoft Yahei', serif;
}

.ql-font-microsoftJhengHei {
    font-family: 'Microsoft JhengHei', serif;
}

.ql-font-simHei {
    font-family: 'SimHei', 'STHeiti', serif;
}

.ql-font-kaiTi {
    font-family: 'KaiTi', 'STKaiti', serif;
}

.ql-font-kaiTi {
    font-family: 'NSimSun', serif;
}

.ql-font-fangSong {
    font-family: 'FangSong', 'STFangsong', serif;
}

.ql-font-consolas {
    font-family: 'Consolas', serif;
}

.search-link {
    margin-top: 10px;
    text-align: left;
}

.search-link a {
    margin-right: 8px;
}

.btn.back {
    border: 4px solid var(--primary);
    color: var(--blue);
}

.btn.back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--primary);
    z-index: -1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.btn.back:hover {
    color: var(--white);
    background: var(--primary);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.btn.back:hover:before {
    width: 100%;
}

@media screen and (max-width: 768px) {
    body {
        display: block;
    }

    .container {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

/*--------------2020-10-29---------------*/
/*对比页面*/
.m-comp-wrap {
    padding: 35px 0 110px;
}

.m-comp-tit {
    padding: 20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.m-comp {
    background: #fff;
    color: #333;
}

.m-comp-table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.m-comp-table th {
    border-right: 1px solid #ddd;
    width: 195px;
    padding: 10px 20px;
    color: #666;
}

.m-comp-table td {
    position: relative;
}

.m-comp-table td,
.m-comp-table th {
    border-bottom: 1px solid #ddd;
}

.m-comp-table thead th {
    background: #fbfbfb;
    font-size: 16px;
    padding: 15px 20px;
    color: #333;
}

.m-comp-table thead td {
    background: #fbfbfb;
    font-size: 16px;
    font-weight: bold;
}

.m-comp-table .paramcon1 {
    width: 100%;
}

.m-comp-table .vscroll1 {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.m-comp-table .paramcon1 {
    border-bottom: 0;
    border-right: 0;
}

.m-comp-table .paramcon1 thead th {
    background: transparent;
    font-size: 14px;
    color: #333;
}

.m-comp-table .paramcon1 thead td {
    font-weight: normal;
    background: transparent;
}

.m-comp-table .paramcon1 tbody th {
    color: #999;
}

.m-comp-table .paramcon {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.m-comp-table .paramcon table.vscroll {
    width: 100%;
    height: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    display: inline-table;
}

.m-comp-table .paramcon table.vscroll td {
    padding: 10px 15px;
    word-wrap: break-word;
}

.vscroll .comment {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.m-comp-table .paramcon table.vscroll td,
.m-comp-table .paramcon table.vscroll th {
    border-bottom: none;
    border-right: 1px solid #ddd;
    word-wrap: break-word;
}

.compare-item:hover {
    border-bottom: 2px blue solid;
}

.icon-dropdown-big {
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/comp08.png) no-repeat center;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.icon-dropdown1 {
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/comp07.png) no-repeat center;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.m-comp-table .vscroll1 > tbody {
    display: none;
}

.m-comp-table .vscroll1.on > tbody {
    display: table-row-group;
}

.m-comp-table .vscroll1.on .icon-dropdown1 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.m-comp-table .flag-box {
    margin: 0 10px;
    display: inline-block;
}

.m-comp-table .flag {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.m-comp-table .btn {
    background: #51b23b;
    padding: 3px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.m-comp-table .btn.gray {
    background: #cccccc;
}

.m-comp-table .btn.orange {
    background: #ff7c1c;
}

.m-comp-table .plainfo {
    padding: 30px 0 15px;
}

.m-comp-table .plainfo-tit {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.m-comp-table .plainfo-bd {
    margin-top: 15px;
}

.m-comp-table .switch-box {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 3px 0;
}

.m-comp-table .switch-tit {
    display: inline-block;
    float: left;
    padding-top: 3px;
}

.m-comp-table .switch {
    float: right;
}

.m-comp-table .switch input[type='checkbox']:checked + span {
    background: url(../imgs/switch-on1.png) no-repeat center top;
}

.m-comp-table .radio-box-wrap {
    margin-top: 5px;
}

.m-comp-table .radio-box {
    margin: 4px 0;
    font-size: 12px;
    display: block;
}

.m-comp-table .radio-box span {
    line-height: 16px;
    vertical-align: middle;
}

.m-comp-table .radio-box input[type="radio"]:checked + i + span {
    color: #1482f0;
}

.m-comp-table .plabox {
    padding-top: 20px;
    position: relative;
}

.m-comp-table .plabox .img {
    margin-bottom: 12px;
}

.m-comp-table .plabox .img img {
    width: 66px;
    height: 66px;
    border-radius: 5px;
}


.m-comp-table .plabox .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.m-comp-table .plabox a:hover .name {
    color: #1482F0;
}

.m-comp-table .plabox select,
.m-comp-table .plabox input {
    width: 160px;
    height: 32px;
    border: 1px solid #ddd;
    color: #999;
    padding: 0 10px;
    font-size: 12px;
    background: url(../imgs/comp07.png) no-repeat right 10px center;
}

.m-comp-table .plabox input {
}

.m-comp-table .addpla {
    padding-top: 20px;
    position: relative;
}

.m-comp-table .addpla select {
    width: 160px;
    height: 32px;
    border: 1px solid #ddd;
    color: #999;
    padding: 0 10px;
    font-size: 12px;
}

.m-comp-table .close {
    position: absolute;
    right: -5px;
    top: -5px;
    background: url(../imgs/close.png) no-repeat center;
    z-index: 1;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.m-comp-table .plaicon {
    position: absolute;
    right: -30px;
    top: 70px;
    background: url(../imgs/comp04.png) no-repeat center #fbfbfb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #f0f1f2;
    cursor: pointer;
}

.m-comp-table .addpla-icon {
    width: 66px;
    height: 66px;
    border-radius: 5px;
    background: #fff url(../imgs/comp05.png) no-repeat center;
    border: 1px dashed #e5e5e5;
    margin: 0 auto 48px;
    cursor: pointer;
}

.m-comp-table .addpla-icon:hover {
    background-image: url(../imgs/comp06.png);
    border-color: #1482f0;
}

.m-comp-table .vtop {
    vertical-align: top;
}

.m-comp-table .icon-dropdown-big {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.m-comp-table.on .icon-dropdown-big {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.m-comp-table > tbody {
    display: none;
}

.m-comp-table.on > tbody,
.m-comp-table.t1 > tbody {
    display: table-row-group;
}

/*平台*/
.mt-15 {
    margin-top: 15px;
}

.platform-list-box {
    padding: 25px 0 30px;
}

.platform-list {
    height: auto;
    overflow: hidden;
    margin: -11px -11px 15px -11px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.platform-item {
    float: left;
    width: 290px;
    height: 225px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin: 11px;
    padding: 15px 10px 10px 15px;
    position: relative;
}

.platform-item .icon-link {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url(../imgs/icon07.png) no-repeat center top;
}

.platform-item .icon-link:hover {
    background-position: center bottom;
    background-color: #dce9f8;
    border-radius: 50%;
}


.platform-item .hd {
    position: relative;
    padding-left: 74px;
    height: 66px;
    margin-bottom: 15px;
}

.platform-item .hd img {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    border-radius: 5px;
}

.platform-item .hd h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 5px;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-plat-list .list .bd-r .icon-flat04 {
    width: 23px;
    height: 19px;
    background: url(../imgs/flat05.png) no-repeat top center;
    display: block;
}

.m-plat-list .list li:hover .bd-r .icon-flat04 {
    background-position: bottom center;
}

.platform-item .hd h3:hover {
    color: #1482f0;
}

.m-plat-list .list li:hover {
    background: #f6faff;
}

.platform-item .hd .score {
    position: relative;
    display: inline-block;
}

.platform-item .hd .scorebox {
    display: inline-block;
    background: #fff;
    border: 1px solid #ff7c1c;
    border-radius: 3px;
    height: 25px;
}

.gnews-list .scorebox {
    display: inline-block;
    background: #fff;
    border: 1px solid #ff7c1c;
    border-radius: 3px;
    height: 24px;
}

.platform-item .hd .score-l {
    float: left;
    line-height: 23px;
    background: #ff7c1c;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.gnews-list .score-l {
    float: left;
    line-height: 23px;
    background: #ff7c1c;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.platform-item .hd .score-r {
    float: left;
    line-height: 23px;
    padding: 0 5px;
    color: #ff7c1c;
}

.gnews-list .score-r {
    float: left;
    line-height: 23px;
    padding: 0 5px;
    color: #ff7c1c;
}

.platform-item .hd .scorelist {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    display: none;
}

.gnews-list .scorelist {
    position: absolute;


    top: 130px;
    background: #fff;
    z-index: 1;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    display: none;

}

.scorelist li {
    padding: 0 8px;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

.scorelist .name {
    float: left;
    line-height: 20px;
}

.scorelist .num {
    float: right;
    line-height: 20px;
}

.scorelist li:hover {
    background: #f6faff;
}

.score:hover .scorelist {
    display: block;
}

.score:hover .icon-dropdown {
    background: url(../imgs/icon03-1.png) no-repeat center;
    position: relative;
    margin-top: -3px;
}

.platform-item .bd {
    font-size: 12px;
    color: #999999;
    line-height: 1.3;
}

.platform-item .bd p {
    line-height: 1.3;
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.platform-item .ft {
    position: absolute;
    left: 15px;
    bottom: 10px;
    right: 10px;
}

.select-more-list li:hover {
    background: #f6faff;
    color: #1482f0;
}

.platform-item .ft .txt-scroll {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    float: left;
    width: 70%;
    height: 25px;
    position: relative;
    padding-left: 50px;
    overflow: hidden;
}

.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
    position: absolute;
}

.scrollbox-tit {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    line-height: 25px;
}

.txt-scroll .txt, .txt-scroll .txt-clone {
    display: inline;
    line-height: 25px;
    position: relative;
}

.platform-item .ft .btn {
    float: right;
    width: 26%;
    height: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #1482f0;
    border-radius: 3px;
}

.platform-item .ft .btn i {
    margin-right: 2px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.platform-item .ft .btn i:after {
    content: "+";
}

.platform-item .ft .btn.on {
    background: url(../imgs/icon15.png) no-repeat right top;
    border-color: #1482f0;
}

.platform-item .ft .btn.on i:after {
    content: "-";
}

.search-wrap dl {
    float: left;
    margin-right: 15px;
    height: 23px;
    margin-top: 16px;
    color: #1482f0;
}

.search-wrap dl dt,
.search-wrap dl dd {
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 5px;
    cursor: pointer;
}

.search-wrap dl .on,
.search-wrap dl :hover {
    color: #fff;
    background: #1482f0;
}

.search-form {
    float: left;
    width: 315px;
    height: 30px;
    background: #f9f9f9;
    position: relative;
    margin-top: 12px;
}

.search-form .search-icon {
    background: url(../imgs/search-small.png) no-repeat center;
    width: 16px;
    height: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}

.search-form .text {
    width: 100%;
    padding: 0 0 0 30px;
    height: 30px;
    background: transparent;
    border: 0;
}

.search-form:hover .text {
    border: 1px solid #1482f0;
    background: #fff;
}

.search-form:hover .btn {
    background: #1482f0;
    color: #fff;
}

.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 30px;
    background: #fff;
    z-index: 1;
    border: 0;
    width: 65px;
    color: #999999;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.search-wrap .reset {
    float: right;
    height: 30px;
    margin-top: 12px;
    background: transparent;
    font-size: 12px;
    color: #999;
    border: 0;
    cursor: pointer;
}

.search-wrap .reset:hover {
    color: #333;
}

.search-wrap .icon-reset {
    display: inline-block;
    vertical-align: middle;
    background: url(../imgs/reset.png) no-repeat center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    margin-top: -3px;
}

.platform-type {
    padding: 25px 0 20px;
}

.platform-type .row {
    position: relative;
    padding-left: 75px;
    min-height: 32px;
}

.platform-type .row .hd {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    width: 72px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}

.platform-type .bd > ul > li {
    display: inline-block;
    height: 32px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    margin-bottom: 6px;
    margin-right: 3px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.platform-type .bd > ul > li.active {
    border-color: #1482f0;
    background: url(../imgs/icon15.png) no-repeat right top;
}

.platform-type .bd > ul > li.more {
    color: #1482f0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.platform-type .icon-more {
    background: url(../imgs/icon-more.png) no-repeat center;
    width: 8px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    margin-top: -2px;
}

.platform-type .bd > ul > li.more:hover,
.platform-type .bd > ul > li.more.on {
    border-color: #e5e5e5;
    background: #fff;
}

.platform-type .bd > ul > li.more.on .icon-more {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.platform-type .bd > ul > li.disabled {
    color: #cccccc;
    pointer-events: none;
}

.platform-type .row-box {
    margin-top: 3px;
}

.platform-type .row1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px;
    margin-bottom: 12px;
}

.platform-type .row1 select {
    width: 120px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 12px;
    color: #666;
}

/*select-more*/
.select-more {
    width: 120px;
    position: relative;
}

.select-more-input .select-text {
    width: 120px;
    height: 32px;
    border: 1px solid #ddd;
    border-bottom-color: #E5E5E5;
    border-radius: 3px;
    padding: 0 30px 0 12px;
    font-size: 12px;
    color: #666;
    background: #fff;
    cursor: pointer;
    line-height: 30px;
}

.select-iconmore {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imgs/icon03.png) no-repeat center;
    width: 30px;
    height: 32px;
    cursor: pointer;
    z-index: 0;
}

.select-more-list {
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 5px 0;
    display: none;
}

.select-more .checkbox-box span {
    font-size: 12px;
}

.select-more .checkbox-box input[type="checkbox"] + i {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.select-more .ft {
    text-align: center;
    padding: 8px 0 10px;
}

.select-more .btn {
    padding: 4px 6px;
    display: inline-block;
    vertical-align: middle;
    background: #1482f0;
    color: #fff;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
}

.select-more .btn.gray {
    background: #cccccc;
}

.select-more .btn:hover {
    opacity: 0.9;
}

.select-more-list li {

}

.select-more-list li .checkbox-box {
    display: block;
    padding: 5px 3px 5px 5px;
}

.select-more.on .select-more-list {
    display: block;
}

/*select-more end*/
.platform-type-list {
    height: 80px;
    position: relative;
    overflow: hidden;
    padding-right: 87px;
}

.platform-type-list.on {
    height: auto;
}

.slider-box {
    width: 275px;
    height: 58px;
    background: #f6faff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.slider-box:nth-child(4n) {
    margin-top: 0;
}

.slider-tit {
    height: auto;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 8px;
}

.slider-tit-l {
    float: left;
    color: #666666;
}

.slider-tit-r {
    float: right;
    color: #999;
}

.slider-box .slider {
    margin-top: 10px;
}

.side-contrast {
    width: 240px; /*height: 460px; */
    background: #fff;
    position: fixed;
    right: -240px;
    top: 115px;
    bottom: 0;
    border: 1px solid #f0f1f2;
    z-index: 999;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

.side-tit {
    position: absolute;
    left: -65px;
    top: 0;
    background: #1482f0 url(../imgs/pk.png) no-repeat center;
    width: 65px;
    height: 48px;
    z-index: 1;
    border-radius: 30px 0 0 30px;
    cursor: pointer;

    /*position: absolute; left: -65px;top: 0;  width: 65px; height: 48px;z-index: 1;border-radius: 30px 0 0 30px; cursor: pointer; */
}

.side-tit:hover {
    background-color: #1f60eb;

}

.side-contrast.on {
    right: 0;
}

.side-contrast.on .side-tit {
    background: #fff url(../imgs/pk1.png) no-repeat center;
    border: 1px solid #f0f1f2;
}

.side-contrast.on .side-tit:hover {
    background-image: url(../imgs/pk2.png);
    background-color: #fff;
}

.side-contrast-hd {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #f0f1f2;
}

.side-contrast-hd .tit {
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
}

.side-contrast-hd .close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imgs/close-w.png) no-repeat center;
    width: 35px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
}

.side-contrast-hd .close:hover {
    opacity: 0.9;
}

.side-contrast-bd {
    padding: 5px 20px;
}

.side-contrast-bd > ul {
    margin-bottom: 13px;
}

.side-contrast-bd > ul li {
    border-bottom: 1px solid #f0f1f2;
    padding: 12px 0;
    position: relative;
}

.side-contrast-bd > ul li:last-child {
    border-bottom: 0;
}

.side-contrast-bd > ul img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.side-contrast-bd > ul h3 {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}

.side-contrast-bd > ul .close {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url(../imgs/close.png) no-repeat center;
    background-size: 10px 10px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.side-contrast-bd > ul .close:hover {
    opacity: 0.9;
}

.side-contrast-bd .select {

}

.side-contrast-bd .select select,
.side-contrast-bd .select input {
    width: 100%;
    height: 32px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #666666;
    padding: 0 10px;
    background: url(../imgs/comp07.png) no-repeat right 10px center;
}

.side-contrast-ft {
    /*position: absolute; left: 0; bottom: 0; right: 0;*/
    text-align: center;
    margin-top: 15px;
}

.side-contrast-ft .delbtn {
    border: 0;
    border-top: 1px solid #f0f1f2;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    padding: 12px 0;
}

.side-contrast-ft .delbtn:hover {
    opacity: 0.9;
}

.side-contrast-ft .delbtn .icon-del {
    background: url(../imgs/del.png) no-repeat center;
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    margin-top: -2px;
}

.side-contrast-ft .tip {
    margin: 0 10px 10px 10px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 1.3;
    padding: 7px 0;
}

.side-contrast-ft .btn {
    margin: 0 auto;
    background: #1482f0;
    color: #fff;
    height: 28px;
    text-align: center;
    width: 175px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #1482f0;
}

.side-contrast-ft .btn:hover {
    opacity: 0.9;
}

.side-contrast-ft .btn:disabled {
    background: #f9f9f9;
    border: #e5e5e5 1px solid;
    color: #999999;
}

/*平台内页*/

.mb20 {
    margin-bottom: 20px;
}

.m-platinfo {
    padding-bottom: 30px;
    background: white;
}

.m-platinfo-box {
    padding-top: 25px;
}

.m-platinfo-tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.m-platinfo-tit .fc-blue {
    font-weight: normal;
    margin-left: 5px;
}

.m-platinfo-tab {
    background: #fff;
    border: 1px solid #e3edfb;
    position: relative;
}

.m-platinfo-tabhd {
    height: 40px;
    background: #f6faff;
    width: 100%;
}

.m-platinfo-tabhd.ivan-tabs button:first-child {
    background-image: linear-gradient(to right, #f6faff 70%, transparent);
}

.m-platinfo-tabhd.ivan-tabs button:last-child {
    background-image: linear-gradient(to left, #f6faff 70%, transparent);
}

.m-platinfo-tabhd .ul {
    float: left;
}

.m-platinfo-tabhd li {
    line-height: 40px;
    display: inline-block;
    text-align: center;
    width: 140px;
    cursor: pointer;
    color: #999999;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-platinfo-tabhd li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #e3edfb;
    content: "";
}

.m-platinfo-tabhd li.active {
    background: #fff;
    font-weight: bold;
    color: #1482f0;
}

.m-platinfo-tabhd li:last-child:after {
    display: none;
}

.m-platinfo-tabhd li.active:after {
    display: none;
}

.m-platinfo-tabbd {
    background: white;
}

.m-platinfo-tabbd dl {
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.m-platinfo-tabbd dd {
    float: left;
    line-height: 40px;
    margin-right: 15px;
    font-size: 12px;
    color: #999999;
}

.m-platinfo-tabbd dd img {
    margin-right: 5px;
}

.m-platinfo-tabhd img.flag1 {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    margin-top: -2px;
}

.m-platinfo-tabhd img.flag {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    margin-top: -2px;
}

.m-platinfo-licence {
    margin: 30px auto 20px;
   /* width: 854px;
    height: 592px;*/
    background: url(../imgs/flat26.png) no-repeat center;
    background-size: 100% 100%;
    padding: 60px;
    position: relative;
    height: 580px;
}
.m-platinfo-licence-db {
    width: 865px;
    height: 580px;
}

.m-platinfo-licence * {
    line-height: 1.5;
}

.m-platinfo-licence .hd {
    margin-bottom: 25px;
    height: 120px;
}

.m-platinfo-licence .hd .img {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.m-platinfo-licence .hd .img img {
    display: block;
    width: 238px;
    height: 118px;
    border: 1px solid #9dce5d;
    border-radius: 3px;
}

.m-platinfo-licence .hd .txt {
    display: inline-block;
    vertical-align: top;
    width: 466px;
}

.m-platinfo-licence .hd .txt-db {
    display: inline-block;
    vertical-align: top;
    width: 378px;
}


.m-platinfo-licence .hd .txt h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-platinfo-licence .hd .txt .info {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.m-platinfo-licence .bd {
    height: 85px;
    margin-bottom: 35px;
}

.m-platinfo-licence .bd .li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    margin-bottom: 6px;
    color: #333;
}

.m-platinfo-licence .tip {
    background: #2bb351;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
}

.m-platinfo-licence .mecimg {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.m-platinfo-licence .mecimg1 {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    margin-top: -2px;
}

.m-platinfo-licence .ft {

}

.m-platinfo-licence .ft .txt-l,
.m-platinfo-licence .ft .txt-r {
    display: inline;
}

.m-platinfo-licence .ft .txt-l {
    color: #999999;
}

.m-platinfo-licence .ft .l2 {
    margin-bottom: 8px;
}

.m-platinfo-licence .ft div .l2 {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-platinfo-licence .ft div .l2 .txt-r {
    display: inline;
    width: auto;
}

.m-platinfo-licence .ft div .l3 {
    position: relative;
}

.m-platinfo-licence .ft .txt-r,
.m-platinfo-licence .ft .txt-r {
    width: 345px;
    display: inline-block;
    vertical-align: top;
}

.m-platinfo-licence .tipimg {
    position: absolute;
    right: 90px;
    bottom: 60px;
    width: 160px;
}

.m-platinfo-licence a {
    color: #2b8fec;
    word-break: break-all;
}

.m-platinfo-tablebox {
    margin: 24px 15px;
}

.m-platinfo-table {
    width: 100%;
    border-collapse: collapse;
}

.m-platinfo-table th {
    background: #fbfbfb;
    font-size: 14px;
    color: #999999;
    border: 1px solid #f0f1f2;
    width: 105px;
    text-align: center;
    padding: 10px 5px;
}

.m-platinfo-table td {
    border: 1px solid #f0f1f2;
    padding: 10px 15px;
    width: 360px;
}

.m-platinfo-relation {
    padding: 35px 0 40px;
    text-align: center;
    position: relative;
}

.m-platinfo-relation .tip {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.m-platinfo-down {
    padding: 26px 0;
}

.m-platinfo-down li {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    text-align: center;
    margin-bottom: 15px;
}

.m-platinfo-down .img {
    margin-bottom: 5px;
}

.m-platinfo-down .img img {
    height: 88px;
    width: 88px;
    object-fit: cover;
    border-radius: 8px;
}

.m-platinfo-down h3 {
    font-size: 14px;
    color: #333;
}

.m-platinfo-down .icons {
    text-align: center;
    margin-top: 10px;
}

.m-platinfo-down .ibox {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
    position: relative;
}

.m-platinfo-down .icons i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.m-platinfo-down .icons .i1 {
    background: url(../imgs/flat17.png) no-repeat center top;
}

.m-platinfo-down .icons .i2 {
    background: url(../imgs/flat18.png) no-repeat center top;
}

.m-platinfo-down .icons .i3 {
    background: url(../imgs/flat19.png) no-repeat center top;
}

.m-platinfo-down .icons .i4 {
    background: url(../imgs/flat20.png) no-repeat center top;
}

.m-platinfo-down .icons i:hover {
    background-position: center bottom;
}

.m-platinfo-down .ibox .qr {
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 35px;
    width: 145px;
    height: 160px;
    border: 4px solid #e1e3e6;
    text-align: center;
    background: #fff;
    z-index: 1;
    display: none;
}

.m-platinfo-down .ibox:hover .qr {
    display: block;
}

.m-platinfo-down .ibox .qr:before {
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -7px;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: -4px -4px 0 0 #e1e3e6;
    transform: rotate(45deg);
}

.m-platinfo-down .ibox .qr img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 3px;
    position: relative;
    margin-top: 10px;
}

.m-platinfo-down .ibox .qr .tit {
    font-size: 12px;
    color: #666666;
}

.m-platinfo-cert {
    height: auto;
    overflow: hidden;
    padding: 30px 0 10px;
}

.m-platinfo-cert li {
    float: left;
    text-align: center;
    width: 25%;
    margin-bottom: 18px;
    cursor: pointer;
    padding: 0 5px;
}

.m-platinfo-cert img {
    height: 124px;
    width: 196px;
    object-fit: cover;
    margin-bottom: 15px;
}

.m-platinfo-cert h3 {
    font-size: 14px;
    color: #333333;
}

.m-platinfo-cert p {
    margin-top: 6px;
    color: #999999;
    font-size: 12px;
}

.hlist5 {
}

.hlist5 li {
    height: auto;
    overflow: hidden;
}

.hlist5 .txt {
    float: left;
    width: 150px;
    word-break: normal;
    white-space: normal;
}

.hlist5 .img {
    float: right;
    width: 100px;
}

.hlist5 .tip {
    background: #e96060;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 5px;
    line-height: 1.3;
}

.hlist5 .tip.green {
    background: #74c162;
}

.hlist5 .tip.blue {
    background: #439bf3;
}

.hlist5 .tit {
    font-size: 12px;
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.hlist5 .tit .num {
    margin: 0;
    font-size: 12px;
    font-style: inherit;
}

.hlist5 .attr {
    margin-top: 8px;
    color: #ccc;
    font-size: 12px;
    height: auto;
    overflow: hidden;
}

.hlist5 .attr-l {
    float: left;
}

.hlist5 .attr-r {
    float: right;
}

.m-plat {
    padding: 20px 30px 30px 25px;
}

.m-plat-info {
    height: auto;
    /*overflow: hidden;*/
    width: 905px;
    float: left;
    padding-top: 30px;
}

.m-plat-info .left {
    width: 295px;
}

.m-plat-info .left .img {
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 292px;
    height: 144px;
    align-items: center;
    background-color: white;
}

.m-plat-info .left .img img {
    max-height: 140px;
    width: auto;
}

.m-plat-info .left .img sub {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 8px;
    background: #51b23b;
    color: #fff;
    border-radius: 0 0 7px 0;
}

.m-plat-info .left .btn-icon {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
}

.m-plat-info .left .icon-follow {
    background: url(../imgs/flat02.png) no-repeat left center;
    padding-left: 20px;
}

.m-plat-info .left .icon-share {
    background: url(../imgs/flat03.png) no-repeat left center;
    padding-left: 18px;
}

.m-plat-info .left .icon-btn {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.m-plat-info .right {
    width: 580px;
}

.m-plat-info .right h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 14px;
}

.m-plat-info .right .attr {
    font-size: 14px;
    color: #565656;
    margin-bottom: 15px;
}

.m-plat-info .right .attr .flag {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    margin-right: 6px;
}

.m-plat-info .right .info {
    padding-bottom: 5px;
}

.m-plat-info .right .info .row {
    margin-bottom: 6px;
    font-size: 12px;
    color: #999;
    height: auto;

    line-height: 1.5;
}

.m-plat-info .right .info .col {
    position: relative;
    line-height: 1.5;
    float: left;
    margin-bottom: 6px;
}

.m-plat-info .right .info .col2 {
    width: 50%;
}

.m-plat-info .right .info .col2100 {
    width: 100%;
}

.m-plat-info .right .info .col1 {
    width: 100%;
}

.m-plat-info .right .btns {

}

.m-plat-info .right .btn {
    padding: 8px 15px;
    color: #1482f0;
    background: transparent;
    border: 1px solid #1482f0;
    display: inline-block;
    border-radius: 5px;
    min-width: 85px;
    text-align: center;
    margin-right: 12px;
}

.m-plat-info .right .btn:hover {
    background: #1482f0;
    color: #fff;
}

.m-plat-info .right .info .txt {
    padding-right: 25px;
    height: 18px;
    position: relative;
}

.m-plat-info .right .info .txt .txtinfo1 {
    height: 18px;
    line-height: 18px;
    /*overflow: hidden;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-plat-info .right .info .txt.on {
    height: auto;
    overflow: visible;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 5px;
}

.m-plat-info .right .info .txt .txtinfo {
    position: absolute;
    left: -10px;
    top: 0;
    right: -10px;
    background: #fff;
    line-height: 1.8;
    z-index: 1;
    color: #666;
    padding: 8px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.m-plat-info .right .info .txt.on .txtinfo {
    display: block;
    z-index: 999;
}

.m-plat-info .right .info .txtinfo-tit,
.m-plat-info .right .info .txtinfo-txt {
    line-height: 1.8;
}

.m-plat-info .right .info .txtinfo-txt {
    max-height: 126px;
    overflow-y: auto;
}

.m-plat-info .right .info .txtinfo-txt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.m-plat-info .right .info .txtinfo-txt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    background: #f5f5f5;
}

.m-plat-info .right .info .txtinfo-txt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    border-radius: 4px;
    background: #fff;
}

.m-plat-info .right .info .txt .txtinfo .more {
    right: 10px;
    top: 5px;
}

.m-plat-info .right .info .txt.on .more {
    top: 6px;
    right: 10px;
    color: #1482f0;
}

.m-plat-info .right .info .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.6;
    color: #333;
    cursor: pointer;
}

.m-plat-info .right .info .more:hover {
    color: #1482f0;
}

.m-plat-info .icon-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../imgs/icon07.png) no-repeat center top;
}

.m-plat-info .icon-link:hover {
    background-position: center bottom;
}

.m-plat-info .right .link {
    position: relative;
}

.m-plat-info .right .link .txt {
    padding-right: 30px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-plat-info .right .linklist {
    position: absolute;
    left: -10px;
    right: -10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    top: 21px;
    z-index: 2;
    padding: 7px 10px;
    display: none;
}

.m-plat-info .right .linklist-hd,
.m-plat-info .right .linklist-bd {
    display: inline-block;
    vertical-align: top;
    color: #666666;
}

.m-plat-info .right .linklist-bd {
    width: 225px;
    padding: 3px 0;
}

.m-plat-info .right .linklist-hd,
.m-plat-info .right .linklist-bd .item {
    padding: 3px 0;
    position: relative;
    line-height: 18px;
}

.m-plat-info .right .linklist-bd .item .icon-link {
    top: 3px;
    right: -12px;
}

.m-plat-info .right .link.on .linklist {
    display: block;
}

.m-plat-info .right .link.on .icon-dropdown-big {
    background-image: url('../imgs/comp08-1.png');
}

.m-plat-info .right .icon-dropdown-big {
    position: absolute;
    right: 20px;
    top: 5px;
}

.m-plat-list {
    float: right;
    width: 225px;
    height: 265px;

    border-radius: 15px;
}

.m-plat-list .hd {
    padding: 15px 15px 10px;
    color: #fff;
    height: auto;
    overflow: hidden;
}

.m-plat-list .hd .tit {
    float: left;
    font-size: 14px;
    line-height: 37px;
}

.m-plat-list .hd .num {
    float: right;
    font-size: 16px;
    color: #90c8ff;
    line-height: 30px;
    cursor: pointer;
}

.m-plat-list .hd .num big {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
}

.m-plat-list .bd {
    width: 215px;
    height: 222px;
    background: #fff;
    border-radius: 5px 15px 5px 15px;
    position: relative;
    margin-left: -10px;
    box-shadow: -2px 2px 13px rgba(20, 130, 240, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.m-plat-list .list {
    padding: 9px 0;
}

.m-plat-list .list li {
    height: auto;
    overflow: hidden;
    padding: 6px 20px;
    cursor: pointer;
}

.m-plat-list .list .bd-l {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    float: left;
}

.m-plat-list .list .bd-l img {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    object-fit: cover;
}

.m-plat-list .list .bd-l small {
    font-size: 12px;
    color: #cccccc;
}

.m-plat-list .list .bd-r {
    float: right;
}

.m-plat-list .list .bd-r img {
    width: 23px;
    height: 19px;
}

.m-plat-list .numlist {
    padding: 10px 25px;
}

.m-plat-list .numlist li {
    height: auto;
    overflow: hidden;
    margin-bottom: 1px;
}

.m-plat-list .numlist-left {
    width: 120px;
    float: left;
}

.m-plat-list .numlist-left h4 {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.m-plat-list .numlist-left .bar {
    height: 4px;
    border-radius: 5px;
    background: #f4f5f7;
}

.m-plat-list .numlist-right {
    font-size: 16px;
    color: #333;
    float: right;
    line-height: 32px;
}

.m-plat-list .bar {
    width: 100%;
    height: 4px;
    background: #f4f5f7;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.m-plat-list .bar-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #1482f0;
    border-radius: 3px;
    width: 30%;
}

.sidebar-plat {
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 99;
    margin-top: -132px;
}

/*弹窗*/
.popup {
    /*width: 505px; background: #fff; border-radius: 10px; position: fixed; left: 50%; top: 50%; margin-left: -252.5px; z-index: 22; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding-top: 30px;  max-height: 70vh; overflow-y: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    /*display: block !important;*/
    display: none;
}

.popup_inner {
    width: 520px;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 30px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9999;
    border-radius: 10px;
}

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

.popup-info {
    max-height: 680px;
    overflow-y: auto;
}

.popup-info::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.popup-info::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ddd;
}

.popup-info::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
}

.popup_mask {

    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;

}

.popup_close {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0c0c0c;
    opacity: 0.5;
    border-radius: 100%;
    background-image: url(../imgs/fy39.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99999999;
    cursor: pointer;
}

.popup_close:hover {
    opacity: 1;
}

.popup-m {
    width: 980px;
    margin-left: -490px;
}

.popup .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../imgs/close.png) no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-tit {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 20px;
}

.popup-attr {
    text-align: center;
    padding: 0 10px 40px;
    color: #666666;
}

.popup-attr span {
    padding: 0 30px;
}

.popup .chart {
    text-align: center;
    margin-bottom: 20px;
}

.popup-comp .txt {
    padding: 0 35px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}

.popup-comp .display-controls {
    margin: 10px;
    text-align: right;
}

.fc-black {
    color: #333;
}

.popup-comp .list {
    /*padding: 0 35px;*/
}

.popup-comp .list li {
    margin-bottom: 10px;
    transition: 200ms;
}

.popup-comp .list .item-l {
    display: inline-block;
    vertical-align: top;
    color: #333333;
    width: 125px;
}

.popup-comp .list .item-l img {
    position: relative;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: cover;
}

.popup-comp .list .item-c {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

.popup-comp .list .item-c .irs--round {
    height: 30px;
}

.popup-comp .list .item-r {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #cccccc;
}

.popup-comp .list .item-r big {
    font-size: 16px;
    font-weight: bold;
    color: #1482f0;
}

.popup-comp .list .item-r .no {
    font-size: 16px;
    color: #999999;
}

.popup-comp .btns {
    text-align: center;
    margin-bottom: 40px;
}

.popup-comp .btns .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 120px;
    border: 1px solid #1482f0;
    background: #1482f0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 4px;
    height: 40px;
    line-height: 38px;
}

.popup-comp .btns .btn.white {
    background: #fff;
    color: #666666;
    border-color: #cccccc;
}

.popup-comp .btns .btn:hover {
    opacity: 0.9;
}

.popup-fx .num {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    padding: 0 10px 20px;
}

.popup-fx .num li {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    position: relative;
}

.popup-fx .num h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.popup-fx .num p {
    font-size: 12px;
    color: #999;
}

.popup-fx .num li:after {
    position: absolute;
    right: -2px;
    top: 7px;
    content: "";
    width: 1px;
    height: 30px;
    background: #e3edfb;
}

.popup-fx .num li:last-child:after {
    display: none;
}

.popup-fx .list {
    padding: 15px 35px;
}

.popup-fx .list li {
    padding: 8px 0;
}

.popup-fx .list li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup-fx .list li p {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}

.popup-mt {

}

.popup-mt .hd {
    padding: 10px 30px 20px;
    text-align: center;
}

.popup-mt .hd img {
    margin-bottom: 15px;
    width: 60px;
}

.popup-mt .hd h2 {
    font-size: 24px;
    color: #51b23b;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup-mt .hd p {
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}

.popup-mt .bd {
    margin: 0 30px 15px;
}

.popup-mt .bd li {
    border: 1px solid #e3edfb;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
}

.popup-mt .bdtit {
    color: #999999;
    display: flex;
}

.popup-mt .bd-l {
    width: 238px;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.popup-mt .bd-r {
    width: 185px;
    display: inline-block;
    vertical-align: top;
}

.popup-mt .bdtit .tip {
    display: inline-block;
    vertical-align: middle;
    background: #51b23b;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 3px;
}

.popup-mt .bdtxt {
    font-size: 16px;
    color: #333333;
}

.popup-mt .bdtxt {
    margin-top: 10px;
    display: flex;
}

.popup-mt .bd .img {
    width: 32px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.popup-mt .bd .flag {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.popup-mt .ft {
    margin-bottom: 15px;
    text-align: right;
    padding-right: 30px;
}

.popup-card {
    padding: 0 45px 40px;
}

.popup-card .txt {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    margin-bottom: 25px;
}

.popup-card .img {
    text-align: center;
}

.popup-card .img img {
    display: block;
    border: 1px solid #e3edfb;
}

.popup-act {
    padding: 0 45px 40px;
}

.popup-act .hd {
    margin-bottom: 30px;
}

.popup-act .hd .info {
    line-height: 2;
    font-size: 16px;
    color: #333333;
}

.popup-act .hd .btn {
    margin-top: 15px;
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #1482f0;
    background: #1482f0;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    font-size: 14px;
}

.popup-act .txt {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1.5;
    margin-bottom: 20px;
    background-color: #dcdbdb99;
    padding: 9px;
}

.popup-act .img {
    text-align: center;
}

.popup-act .img + .img {
    margin-top: 25px;
}

/*滚动*/
.box {
    height: 28px;
    position: relative;
    overflow: hidden;
    top: 6px;
    color: #fff;
    /*top: 50%;
	margin-top: -20px;
	margin-left: -30px;
	left: 50%;*/
    /*width: 50px;*/
}

.box span {
    display: inline-block;

    font-weight: bold;
    width: 100%;
    height: 28px;
    font-size: 24px;
    line-height: 28px;
}

.box .sign-box span {
    width: 8px;
}

.box .digit-container {
    width: 16px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

.l {
    float: left;
}

.platinfo-tab.on {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    width: 953px;
}

.popup-score-box .popup_inner {
    width: 980px;
    max-height: initial;
}

.popup-score-box .popup_close {
    margin-left: 500px;
}

.popup-score {
    padding: 0 50px 35px;
}

.popup-score .view {
    position: relative;
}

.popup-score .view .arrow-left {
    background: url(../imgs/btn-left-big.png) no-repeat left top;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    z-index: 10;
    opacity: 0.5;
}

.popup-score .view .arrow-right {
    background: url(../imgs/btn-right-big.png) no-repeat left bottom;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    z-index: 10;
    opacity: 0.5;
}

.popup-score .view .arrow-left:hover,
.popup-score .view .arrow-right:hover {
    opacity: 1;
}

.popup-score .view img {
    border: 1px solid #e3edfb;
    height: 560px;
}

.popup-score .preview {
    position: relative;
    margin: 20px auto 0;
    width: 460px;
}

.popup-score .preview .swiper-container {
    width: 415px;
    margin: 0 auto;
    padding-top: 7px;
}

.popup-score .preview .swiper-slide {
    width: 125px;
    margin: 0 7px;
}


.preview .arrow-left {
    background: url(../imgs/btn-left.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../imgs/btn-right.png) no-repeat left bottom;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.preview .arrow-left:hover {
    background-image: url(../imgs/btn-left-1.png);
}

.preview .arrow-right:hover {
    background-image: url(../imgs/btn-right-1.png);
}

.preview .swiper-slide-active {
    position: relative;
}

/*.preview .swiper-slide-active:before {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    margin-left: -3px;*/
/*    top: -7px;*/
/*    z-index: 1;*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 7px solid transparent;*/
/*    border-right: 7px solid transparent;*/
/*    border-bottom: 7px solid #1482f0;*/
/*}*/

.preview img {
    border: 1px solid #e3edfb;
}

.preview .active-nav img {
    border: 2px solid #1482f0;
}

.gsearch-box {
    width: 160px;
    position: relative;
    margin: 0 auto;
}

.gsearch-wrap {

    position: relative;

}

.gsearch-wrap .gsearch {
    padding: 0 10px;
    width: 160px;
    height: 32px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
}

.gsearch-wrap .icon-search {
    position: absolute;
    right: 6px;
    top: 0;
    background: url(../imgs/fy01.png) no-repeat center;
    width: 20px;
    height: 32px;
}

.gsearch-box:hover .gsearch-brand {
    display: block;
}

.gsearch-brand {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    height: 430px;
    border: 1px solid #ddd;
    border-top: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.gsearch-brand-hd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 30px;
    font-size: 12px;
    color: #666666;
    padding: 8px 5px 0;
    text-align: left;
}

.gsearch-brand-bd {
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
    overflow-y: auto;
    height: 400px;
}

.gsearch-brand-l {
    position: absolute;
    left: 0;
    top: 30px;
    min-height: 400px;
    width: 20px;
    font-size: 10px;
    color: #cccccc;
    z-index: 1;
}

.gsearch-brand-l a {
    display: block;
    line-height: 15px;
}

.gsearch-brand-l a:hover {
    color: #1482f0;
}

.gsearch-brand-r {
    text-align: left;
}

.gsearch-brand-r dl {
}

.gsearch-brand-r dt {
    line-height: 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f1f2;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding: 0 5px;
}

.gsearch-brand-r dd {
    line-height: 28px;
    border-bottom: 1px solid #f0f1f2;
    padding: 0 5px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gsearch-brand-r dd:hover {
    color: #1482f0;
}


/* 资讯内页 内容样式 */

.garticle-desc {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 15px;
    color: #333;
}

.garticle-desc * {
    line-height: 1.7;
}

.garticle-desc h1 {
    font-size: 1.3em;
    margin: 1em 0;
}

.garticle-desc h2 {
    font-size: 1.2em;
    margin: 1em 0;
}

.garticle-desc h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
}

.garticle-desc > .ut.old > p,
.garticle-desc > p {
    margin-block-start: 0;
    margin-block-end: 0;
}


.garticle-desc > .ut.new > p {
    margin-block-start: 0;
    margin-block-end: 1em;
}


.garticle-desc th {
    text-align: center;
}

.garticle-desc ul li {
    list-style: disc;
}

.garticle-desc ol li {
    list-style: decimal;
}

.garticle-desc ul, .garticle-desc ol {
    padding-left: 2em;
    margin-bottom: 1em;
}


/*2020.11.16*/
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    display: none;
}

.irs--round:hover .irs-from, .irs--round:hover .irs-to, .irs--round:hover .irs-single {
    display: block;
}

/*模糊搜索*/

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
    overflow: auto;
    border: 1px solid #ddd;
}

.autocomplete-suggestion {
    line-height: 28px;
    border-bottom: 1px solid #f0f1f2;
    padding: 0 5px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {

    line-height: 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f1f2;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding: 0 5px;
}

.select2-container--default .select2-results__group {

    line-height: 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f1f2;
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    padding: 0 5px;
}

.autocomplete-group strong {
}

.select2-container--default .select2-results__option .select2-results__option {
    font-size: 12px;
    border-bottom: 1px solid #f0f1f2;
}

.popup-down {
    background: url(../imgs/icon-down.png) no-repeat center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -3px;
    margin-right: 8px;
}

.popup-time {
    background: url(../imgs/icon-time.png) no-repeat center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -3px;
    margin-right: 8px;
}

.swiper-slide {
    display: flex;
    width: 874px;
    justify-content: center;
}


.active-nav:before {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -7px;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #1482f0;
}

/* 横向滚动 Tabs */
.ivan-tabs {
    position: relative;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
    display: inline-block;
}

.ivan-tabs > button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1;
    border: unset;
    color: transparent;
}

.ivan-tabs button:first-child {
    background: center / 11px 16px no-repeat url('../imgs/index/nav-arrow.png'),
    linear-gradient(to left, white 70%, transparent);
    transform: rotate(180deg);
    left: 0
}

.ivan-tabs button:last-child {
    background: center / 11px 16px no-repeat url('../imgs/index/nav-arrow.png'),
    linear-gradient(to left, white 70%, transparent);
    right: 0
}

.ivan-tabs ul {
    white-space: nowrap;
    display: block;
    margin-left: 0
}

.ivan-switch {
    display: inline
}

.ivan-switch .container {
    vertical-align: text-bottom;
    display: inline-block;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: inset 1px 1px 3px 0 rgba(21, 21, 21, .8), 0 0 3px 0 rgba(21, 21, 21, .1);
    border: #fff 1px solid;
    width: 40px;
    height: 20px;
    position: relative;
    transition: background-color 200ms 50ms ease
}

.ivan-switch .container .slider {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -2px;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(21, 21, 21, .8);
    transition: left 200ms ease
}

.ivan-switch input[type=checkbox] {
    display: none
}

.ivan-switch input[type=checkbox]:checked + .container {
    background-color: #1e90ff
}

.ivan-switch input[type=checkbox]:checked + .container .slider {
    left: 20px
}

.gnews-list-img.platform-img-banner {
    position: relative;
}

.gnews-list-img.platform-img-banner sub {
    position: absolute;
    display: block;
    /*content: "监管中";*/
    left: 0;
    top: 0;
    background: forestgreen;
    color: white;
    padding: 3px 4px;
    border-bottom-right-radius: 4px;
}

/* 2021-04-01 首页改版 */

#rmtj {
    margin-bottom: 16px;
}

#rmtj .hlist {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 4px;
}

#rmtj .hlist li:hover {
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(89, 89, 89, 0.2);
    border-radius: 8px;
}

#rmtj .hlist li {
    position: relative;
    transition: box-shadow 300ms;
}

#rmtj .hlist .icon-link {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 999px;
    height: 22px;
    width: 22px;
    padding: 4px;
    opacity: 0;
}

#rmtj .hlist .icon-link::before {
    height: 14px;
    width: 14px;
    content: '';
    display: block;
    background: transparent url('../imgs/index/link.png') no-repeat center right;
    transition: opacity 300ms;
}

#rmtj .hlist li:hover .icon-link {
    opacity: 1;
}

#rmtj .hlist .icon-link:hover {
    background-color: #dce9f8;
}

#rmtj .hlist .icon-link:hover::before {
    background-image: url('../imgs/index/link--active.png');
}


#rmtj .actions {
    position: absolute;
    right: 10px;
    top: 10px;
}

#rmtj .actions button {
    height: 18px;
    width: 18px;
    border: none;
    padding: 0;
    background: transparent no-repeat center center;
}

#rmtj .actions hr {
    display: inline-block;
    height: 16px;
    width: 1px;
    margin: 0 8px;
    border-width: 0;
    border-left: #f0f1f2 1px solid;
}

#rmtj .actions .setting__btn {
    background-image: url('../imgs/index/setting.png');
}

#rmtj .actions .setting__btn:hover,
#rmtj .actions .setting__btn:focus {
    background-image: url('../imgs/index/setting--active.png');
}

#rmtj .actions .history__btn {
    background-image: url('../imgs/index/history.png');
}

#rmtj .actions .history__btn:hover,
#rmtj .actions .history__btn:focus {
    background-image: url('../imgs/index/history--active.png');
}

button {
    cursor: pointer;
}

.hnav-box {
    width: 100px
}

.custom-nav__button {
    background-color: transparent;
    padding: 14px 0 11px;
    border-width: 0;
    display: block;
    text-align: center;
    color: #bfbfbf;
    border-bottom: #f5f5f5 1px solid;
    font-size: 12px;
    width: 100%;
}

.custom-nav__button::before {
    height: 1em;
    width: 1em;
    margin-right: 5px;
    vertical-align: top;
    content: '';
    display: inline-block;
    background: transparent url('../imgs/index/setting.png') no-repeat center right;
    background-size: contain;
}

.custom-nav__button:hover {
    color: #1482f0;
}

.custom-nav__button:hover::before {
    background-image: url('../imgs/index/setting--active.png');
}

.hnav a span {
    display: inline-block;
    width: 100%;
    border-left: transparent 2px solid;
}

.hnav a.active span,
.hnav a:hover span {
    border-color: #1482f0;
    color: #1482f0;
}

.hlist1 li {
    transition: box-shadow 300ms;
}

.hlist1 li:hover {
    background: transparent;
    box-shadow: 0 0 20px 0 rgba(89, 89, 89, 0.2);
    border-radius: 8px;
}

.hlist1 li:hover h3 {
    color: #1482f0;
}

.hlist1 li:not(:hover) .icon-link {
    display: none;
}

.hlist1 li:hover .icon-link {
    background-image: none;
    background-color: transparent;
}

.hlist1 li:hover .icon-link:hover {
    background-image: none;
}

.hlist1 .icon-link {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 999px;
    height: 22px;
    width: 22px;
    padding: 4px;
    opacity: 0;
}

.hlist1 .icon-link::before {
    height: 14px;
    width: 14px;
    content: '';
    display: block;
    background: transparent url('../imgs/index/link.png') no-repeat center right;
    transition: opacity 300ms;
}

.hlist1 li:hover .icon-link {
    opacity: 1;
}

.hlist1 li:hover .icon-link:hover {
    background-color: #dce9f8;
}

.hlist1 .icon-link:hover::before {
    background-image: url('../imgs/index/link--active.png');
}


.index-page-main .hcard-bd {
    padding: 0;
}

.index-page-main .hlist1 {
    padding-left: 16px;
}

.index-page-main .hrow {
    margin-top: 16px;
    margin-bottom: 16px;
}

.index-page-main .hrow .hcard {
    border-radius: 4px;
}

.search-link {
    margin: 0 -8px;
}

.search-link a {
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 12px;
    color: #999999;
    margin: 8px 0 8px 8px;
    padding: 7px;
    display: inline-block;
}

.search-link a:hover {
    background-color: #1482f0;
    color: white;
}

/*.header-main .search-list li::before{*/
/*    font-size: 14px;*/
/*    font-style: italic;*/
/*    line-height: 40px;*/
/*    color: #cccccc;*/
/*    display: inline;*/
/*    position: absolute;*/
/*    right: 420px;*/
/*}*/
/*.header-main .search-list a:nth-child(1) li::before{*/
/*    content: '1.';*/
/*    color: #ff7c1c;*/
/*}*/
/*.header-main .search-list a:nth-child(2) li::before{*/
/*    content: '2.';*/
/*    color: #ff7c1c;*/
/*}*/
/*.header-main .search-list a:nth-child(3) li::before{*/
/*    content: '3.';*/
/*    color: #ff7c1c;*/
/*}*/
/*.header-main .search-list a:nth-child(4) li::before{*/
/*    content: '4.';*/
/*}*/
/*.header-main .search-list a:nth-child(5) li::before{*/
/*    content: '5.';*/
/*}*/
/*.header-main .search-list a:nth-child(6) li::before{*/
/*    content: '6.';*/
/*}*/
/*.header-main .search-list a:nth-child(7) li::before{*/
/*    content: '7.';*/
/*}*/
/*.header-main .search-list a:nth-child(8) li::before{*/
/*    content: '8.';*/
/*}*/
/*.header-main .search-list a:nth-child(9) li::before{*/
/*    content: '9.';*/
/*}*/
/*.header-main .search-list a:nth-child(10) li::before{*/
/*    content: '10.';*/
/*}*/
/*.header-main .search-list li>span {*/
/*    margin-left: 22px;*/
/*}*/
.index-page-main .hcard-bd.hlist2-box {
    padding: 16px;
}

#__react-alert__ {
    z-index: 10000;
    position: absolute;
}

.index-plugin * {
    line-height: unset;
}

.flash-point {
    background: white;
    border: solid 1px #f0f1f2;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.flash-point__btn {
    width: 18px;
    height: 18px;
    background: center / contain no-repeat transparent url('../imgs/index/setting.png');
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
}

.flash-point__btn:hover,
.flash-point__btn:focus {
    background-image: url('../imgs/index/setting--active.png');
}

@media screen and (max-width: 1640px) {
    .flash-point {
        font-size: 14px;
    }
}

.flash-point .hcard {
    width: 33%;
    border: none;
    display: inline-block;
    vertical-align: top;
}

.hot-spot {
    position: relative;
}

.hot-spot::after {
    position: absolute;
    content: '';
    top: 55px;
    bottom: 0;
    right: 14px;
    width: 19px;
    box-shadow: 12px 0 18px -8px rgb(0, 0, 0, 0.15);
}

.hot-spot h2 {
    background: left center / contain no-repeat transparent url('/imgs/index/flash-point.png');
    width: 100px;
    color: transparent;
    user-select: none;
    position: relative;
}

.hot-spot h2::after, .flash-point .news h2::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -1px;
    width: 24px;
    border-bottom: 4px solid #1482f0;
}

.hot-spot .tags {
    padding: 0 12px;
}

.hot-spot .tags li {
    display: inline-block;
    margin: 8px;
    padding: 0 8px;
    color: #999999;
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
}

.hot-spot .group {
    margin: 20px 6px 14px 6px;
    padding: 0;
}

.hot-spot .group li:first-child {
    font-size: 1.5em;
    margin: 22px 24px 12px;
    display: block;
    color: black;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-spot .group li:not(:first-child) {
    font-size: 1em;
    color: #333333;
    display: inline-block;
    margin: 8px 14px;
    width: calc(50% - 31px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-spot .group li:not(:first-child)::before {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #999999;
    border-radius: 999px;
    margin-right: 8px;
}

.hot-spot .ads {
    height: 80px;
    width: 384px;
    margin: 16px auto 26px;
}

.hot-spot .ads .swiper-slide {
    width: 384px;
    height: 80px;
}

@media screen and (max-width: 1640px) {
    .hot-spot .ads {
        height: 63px;
        width: 300px;
    }

    .hot-spot .ads .swiper-slide {
        height: 63px;
        width: 300px;
        object-fit: fill;
    }
}

.hot-spot .ads:not(:hover) .swiper-button-prev,
.hot-spot .ads:not(:hover) .swiper-button-next {
    display: none;
}

.flash-point .news h2 {
    font-size: 20px;
    color: black;
    position: relative;
}

.flash-point .news h2 img {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 999px;
    background: #eee;
    overflow: hidden;
}

.flash-point .news ol {
    padding: 10px 0;
}

.flash-point .news li {
    font-size: 1em;
    color: #333333;
    margin: 30px 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flash-point .news li a {
    vertical-align: middle;
}

.flash-point .news li::before {
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #999999;
    border-radius: 999px;
    margin-right: 8px;
}

.flash-point .news li:nth-child(1)::before,
.flash-point .news li:nth-child(2)::before,
.flash-point .news li:nth-child(3)::before {
    background-color: #1482f0;
}

.hcard-bd .add-on {
    display: inline-block;
    width: calc(25% - 24px);
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    margin: 24px 24px 24px 0;
    padding-left: 24px;
}

.hcard-bd .add-on::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    z-index: 3;
    width: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.has-add-on ul.hlist1 {
    display: inline-block;
    width: calc(75% - 12px);
}

.hcard-bd {
    position: relative;
}

div#auth {
    z-index: 1000;
    position: relative;
}

#rmtj, .flash-point {
    position: relative;
}

#rmtj .index-function-tips {
    position: absolute;
    right: -100px;
    width: 100px;
    top: 16px;
    height: 378px;
    background: top left no-repeat transparent url('/imgs/index/tips-1.png');
}

.flash-point .index-function-tips {
    position: absolute;
    right: -131px;
    width: 131px;
    top: -222px;
    height: 378px;
    background: top left no-repeat transparent url('/imgs/index/tips-2.png');
}

.index-function-tips .close {
    position: absolute;
    right: -4px;
    width: 20px;
    top: -10px;
    height: 20px;
    background: top left no-repeat transparent url('/imgs/index/close.png');
    cursor: pointer;
}

.index-function-tips .close:hover {
    background: top left no-repeat transparent url('/imgs/index/close--active.png');
}

.index-function-tips {
    display: none;
}

.adtestdiv {
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
}

.adtest {
    color: #40a5ed;
    margin-right: 50px;

    margin-bottom: 20px;
}

.adtest a:hover {
    color: #949494;
}

.adtest a:hover::before {
    background-color: #949494;
}

.adtest a::before {
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 999px;
    margin-right: 8px;
    background-color: #40a5ed;
}


/*
广告  谷歌 百度联盟 start
 */
.baiduAd iframe {
    border-radius: 7px;
    margin: 16px 0;
}

.adsbygoogle iframe {
    border-radius: 7px;
    /*margin: 16px 0;*/
}

/*.baiduAd #iframeu6627165_0,*/
/*.adsbygoogle #aswift_1_expand,*/
/*.adsbygoogle #aswift_1_expand #aswift_1_anchor,*/
/*.adsbygoogle #aswift_1_expand #aswift_1_anchor #aswift_1 {*/
/*    width: 100% !important;*/
/*}*/
/*.adsbygoogle,*/
.baiduAd #iframeu6627165_0 {
    width: 100% !important;
}
.adsbygoogle {
    opacity: 0  ;
}

/*
广告  谷歌 百度联盟 end
 */


/*-------------2021.7.27-------------*/
/*持仓数据*/
.hcard-hd h2 img {
    display: inline-block;
    vertical-align: middle;
}

.ccsj {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.nbtns {
    text-align: right;
}

.nbtns-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;

}

.nbtns-item > span,
.nbtns-item .btnbox {
    display: inline-block;
    vertical-align: middle;
}

.nbtns-item > span {
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    cursor: pointer;
    line-height: 27px;
}

.nbtns-item .sz {
    background: url(../imgs/nicon01.png) no-repeat left center;
}

.nbtns-item .kz {
    background: url(../imgs/nicon02.png) no-repeat left center;
}

.nbtns-item .sz,
.nbtns-item .kz {
    opacity: 0.6;
}

.nbtns-item .sz:hover,
.nbtns-item .kz:hover {
    opacity: 1;
}

.nbtns-item .btnbox {
    display: none;
}

.nbtns-item .btnbox .btn {
    padding: 5px 10px;
    border: 1px solid #cccccc;
    cursor: pointer;
    background: #fff;
    margin-left: 10px;
}

.nbtns-item .btnbox .btn.blue {
    border-color: #1482f0;
}

.ccsj-hd {
    height: auto;
    overflow: hidden;
}

.ccsj-hd .tit {
    font-size: 28px;
    color: #333;
    float: left;
    margin-right: 30px;
    line-height: 35px;
}

.ccsj-hd .tips {
    float: left;
}

.ccsj-hd .tips .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    line-height: 35px;
    margin-right: 15px;
}

.ccsj-hd .tips .item i {
    width: 16px;
    height: 8px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    background: #3999f8;
    margin-right: 6px;
}

.ccsj-hd .tips .item i.red {
    background: #f56564;
}

.ccsj-hd .time {
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: 35px;
}

.ccsj-bd {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.ccsj-td {
    float: left;
    width: 60px;
    display: none;
}

.ccsj-td .tit {
    height: 25px;
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
}

.ccsj-td li {
    height: 45px;
    line-height: 45px;
    margin-bottom: 7px;
}

.ccsj-td li .tdimg {
    width: 25px;
    height: 25px;
    background: url(../imgs/nicon03.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
}

.ccsj-td li .tdimg:hover {
    background-position: center bottom;
}

.ccsj-tits {
    float: left;
    margin-top: 25px; /*width: 140px;*/
    position: relative;
    margin-left: 5px;
}

.ccsj-tits {
    /*margin-left: 60px;*/
    margin-right: 60px;
}

.ccsj-tits .tit {
    height: 25px;
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -25px;
    display: none;
}

.szon .ccsj-tits .tit {
    display: block;
}

.ccsj-tits ul:after {
    background: #e5e5e5;
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.szon .ccsj-tits ul:after {
    left: 65px;
}

.ccsj-tits li {
    /*overflow: hidden;*/
    height: 45px;
    margin-bottom: 7px;
}

.ccsj-tits li .tdbox {
    color: #666;
    font-size: 12px;
    position: relative;
    padding: 7px 8px;
    width: 80px;
    border-radius: 8px; /*box-shadow: 0 0 12px rgba(0,0,0,0.05); */
    margin-left: 12px;
    height: 45px;
    float: left;
    cursor: pointer;
    /*border-left: 1px solid #e5e5e5;*/
}

.ccsj-tits li .tdbox:hover {
    color: #333;
    font-weight: bold;
}

.ccsj-tits li .tdimg {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
    display: none;
}

.szon .ccsj-tits li .tdimg {
    display: block;
}

/*.ccsj-tits li .tdbox:before{
	background: #e5e5e5;
	content: "";
	height: 100%;
	width: 1px;
	position: absolute; left: -12px; top: 0;
}*/
.ccsj-tits li .tdbox:after {
    position: absolute;
    left: -12px;
    top: 23px;
    content: "";
    height: 1px;
    width: 10px;
    background: #e5e5e5;
}

.ccsj-tits .en {
    margin-top: 2px;
}

.ccsj-tits li.active .tdbox {
    font-size: 14px;
    font-weight: bold;
    color: #1482f0;
    padding-top: 6px;
}

.ccsj-tits li.active .tdbox:after {
    background: #1482f0;
}

.ccsj-tits li.active .tdbox:before {
    position: absolute;
    left: -16px;
    top: 19px;
    content: "";
    width: 8px;
    height: 8px;
    background: #1482f0;
    border-radius: 50%;
    z-index: 2;
}

.ccsj-tits li.active .en {
    margin-top: 4px;
}

.ccsj-card {
    float: left;
    width: 665px;
}

.szon .ccsj-card {
    width: 600px;
}

.ccsj-cardhd {
    overflow: hidden;
    padding: 0 70px 0 0;
}

.ccsj-cardbd {
    position: relative;
    /*padding-right: 70px;*/
    margin-top: 10px;
    overflow: hidden;
}

.ccsj-cardbd > #main {
    top: 6px;
    position: absolute;
    left: 0;
    right: 70px;
    bottom: 0;
    height: 100%;
}

.ccsj-cardbd > #main .chart {
    width: 50%;
    height: 50%;
    float: left;
}

.ccsj-cardbd > .splitlabel {
    /*position: absolute; right: 0; top: 0;*/
    float: right;
    width: 55px;
}

.ccsj-cardbd > .splitlabel li {
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

.ccsj-cardbd > .splitline {
    border-bottom: 1px dashed #1482f0;
    position: absolute;
    left: 0;
    right: 70px;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.ccsj-cardbd > .splitline:hover {
    border-width: 2px;
}

.ccsj-cardbd > .splitline > label {
    position: absolute;
    right: -70px;
    background: #1482f0;
    color: #fff;
    border-radius: 50px;
    padding: 3px;
    font-size: 14px;
    top: -10px;
    cursor: pointer;
    width: 70px;
}

.ccsj-cardbd > .tablegrid {
    position: absolute;
    left: 0;
    right: 70px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.ccsj-cardbd > .tablegrid > table {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
}

.ccsj-cardbd > .tablegrid > table td {
    background: #fff;
}

.ccsj-ft {
    margin-top: 20px;
    padding-right: 70px;
}

.szon #btnbox-sz {
    display: block;
}

.szon #sz {
    display: none;
}

.szon .ccsj-td {
    display: block;
}

.szon .ccsj-tits li .tdbox {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.ntip {
    font-size: 12px;
    color: #999999;
    position: relative;
    padding-left: 38px;
    line-height: 1.7;
}

.ntip .tit {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.7;
    color: #999999 !important;
    font-weight: normal !important;
}

html, body {
    /*height: 100%;*/
}

.kzdialog-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    height: 100%;
}

.kzdialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.kzdialog {
    position: absolute;
    left: 50%; /*margin-left: -375px;*/
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 10%;
    min-width: 750px;
    min-height: 200px;
}

.kzdialogjs {
    /*max-height: 80vh;*/
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.kzdialogjs canvas {
    width: 750px !important;
    height: auto !important;
}

.kzdialog .close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imgs/nimg05.png) no-repeat center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.kzdialog-hd {
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 45px;
}

.kzdialog-hdl {
    float: left;
    margin-top: 45px;
}

.kzdialog-hdr {
    float: right;
    padding-top: 50px;
}

.kzdialog-hdr .timel {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666666;
    text-align: right;
    padding: 0 12px;
    line-height: 1.5;
    border-right: 1px solid #e5e5e5;
}

.kzdialog-hdr .timer {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #666666;
    font-weight: bold;
    padding-left: 10px;
}

.kzdialog-bd {
    padding: 23px 45px;
    /*max-height:55vh ;*/
    /*overflow-y: auto;*/
}

.kzdialog-bd .img img {
    width: auto;
}

/*.kzdialog-bd::-webkit-scrollbar{
	display: none;
}*/

.kzdialog-bd .tip {
    margin-top: 18px;
    font-size: 12px;
    color: #999999;
    line-height: 1.7;
}

.kzdialog-ft {
    background: #f1f5f8;
    border-top: 1px solid #e5e5e5;
    padding: 15px 45px;
    height: auto;
    overflow: hidden;
}

.kzdialog-ftl {
    float: left;
    color: #333;
    padding-top: 20px;
    width: 440px;
}

.kzdialog-ftl p {
    font-size: 12px;
}

.kzdialog-ftl p span {
    padding-right: 10px;
}

.kzdialog-ftl h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.kzdialog-ftr {
    float: right;
}

.kzdialog-ftr img {
    width: 88px;
}

.kzdialog-fz {
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -80px;
    top: 20px;
    font-size: 16px;
    color: #1482f0;
    line-height: 1.2;
    padding-top: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.kzdialog-tit {
    font-size: 24px;
    padding: 0 45px;
    color: #333333;
    margin-top: 20px;
}

/*行情热力图*/
.hqrlt {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

.hqrlt-hd {
    height: auto;
    overflow: hidden;
    padding: 15px 0;
}

.hqrlt-hd .tits {
    float: left;
    font-size: 12px;
    color: #666;
}

.hqrlt-hd .tits span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.hqrlt-hd .tits i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px;
}

/*现价开盘价颜色*/
.kpj_bluedark {
    background: #3894f0 !important;
    color: #fff !important;
}

.kpj_blue {
    background: #5daaf7 !important;
    color: #fff !important;
}

.kpj_bluelight {
    background: #a1d0ff !important;
    color: #fff !important;
}

.kpj_gray {
    background: #e1e7ee !important;
    color: #333 !important;
}

.kpj_redlight {
    background: #ff8f8e !important;
    color: #fff !important;
}

.kpj_red {
    background: #f56c6c !important;
    color: #fff !important;
}

.kpj_reddark {
    background: #f44c4b !important;
    color: #fff !important;
}

.xj_blue {
    background: #e9f4ff !important;
    color: #1482f0 !important;
}

.xj_red {
    background: #ffecec !important;
    color: #f63635 !important;
}

.hqrlt-hd .time {
    float: right;
    font-size: 12px;
    color: #999;
}

.hqrlt-bd {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.hqrlt-zd,
.hqrlt-td {
    float: left;
    width: 35px;
    text-align: center;
    display: none;
}

.hqrlt-td {
    margin-right: 25px;
}

.hqrlt-zd .tit,
.hqrlt-td .tit {
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
    height: 50px;
    padding-top: 27px;
}

.hqrlt-td li,
.hqrlt-zd li {
    height: 55px;
    line-height: 55px;
}

.tdimg {
    width: 25px;
    height: 25px;
    background: url(../imgs/nicon03.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    cursor: move;
}

.tdimg:hover {
    background-position: center bottom;
}

.zdimg {
    width: 25px;
    height: 25px;
    background: url(../imgs/nicon04.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.zdimg:hover {
    background-position: center bottom;
}

.hqrlt-table {
    float: left;
    width: 100%;
}

.hqrlt-table th > .tit {
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
    /*height: 50px;*/
    padding-top: 17px;
    display: block;
}

.hqrlt-table table {
    width: 100%;
    background: #f4f5f6;
    border-collapse: collapse;
    border: 1px solid #fff;
}

.hqrlt-table th,
.hqrlt-table td {
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 5px;
    line-height: 1.4;
    font-size: 12px;
    /*width: 10%;*/
}

.hqrlt-table th {
    text-align: center;
    color: #666666;
}

.hqrlt-table thead th {
    height: 50px;
}

.hqrlt-table thead th.tit {
    position: relative;
    background: linear-gradient(29deg, transparent 49.5%, #fff 49.5%, #fff 50.5%, transparent 50.5%);
}

.hqrlt-table thead th.tit .s1 {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: 2px;
}

.hqrlt-table thead th.tit .s2 {
    position: absolute;
    right: 8px;
    top: 10px;
}

.hqrlt-table tbody th,
.hqrlt-table tbody td {
    height: 55px;
}

.hqrlt-table tbody td {
    font-weight: bold;
}

/*copy*/
.hqrlt-table tbody td i.copybtn {
    background: url(../imgs/nicon05.png) no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: none;
}

.hqrlt-table tbody td .copytxt {
    position: relative;
}

.hqrlt-table tbody td i.copybtn:hover {
    background-position: center bottom;
}

.hqrlt-table tbody td.copytd {
    position: relative;
}

.hqrlt-table tbody td.copytd .copywrap {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 50px;
}

.hqrlt-table tbody td:hover .copywrap {
    /*transform: scale(1.25);*/
    left: -10px;
    right: -10px;
    top: -5px;
    bottom: -5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    line-height: 60px;
    font-weight: bold;
    z-index: 2;
}

.hqrlt-table tbody td:hover .copybtn {
    display: inline-block;
}

/*copy*/
.hqrlt-table td.tdtop,
.hqrlt-table th.tdtop {
    text-align: center;
    background: #fff;
    /*width: 30px;*/
    display: none;

}

.hqrlt-table td.tdmove,
.hqrlt-table th.tdmove {
    text-align: center;
    background: #fff;
    /*width: 30px;*/
    padding-right: 25px;
    display: none;

}

.szon .hqrlt-table td.tdtop,
.szon .hqrlt-table th.tdtop {

    display: table-cell;

}

.szon .hqrlt-table td.tdmove,
.szon .hqrlt-table th.tdmove {
    display: table-cell;

}

.tcenter {
    text-align: center;
}

.szon .hqrlt-zd,
.szon .hqrlt-td {
    display: block;
}

.szon .hqrlt-table {
    /*width: 736px;*/
}

/*行情热力图*/
.tjqx {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.tjqx-bd {
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 15px;
}

.tjqx-zd,
.tjqx-td {
    float: left;
    width: 35px;
    text-align: center;
    display: none;
}

.tjqx-td {
    margin-right: 25px;
}

.tjqx-zd .tit,
.tjqx-td .tit,
.tjqx-bars .tit {
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

.tjqx-td li,
.tjqx-zd li {
    height: 70px;
    line-height: 70px;
}

.tjqx-bars {
    float: left;
    width: 99%;
}

.tjqx-bars .bartit {
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.tjqx-bars .bartit i {
    width: 15px;
    height: 8px;
    border-radius: 8px;
    background: #3999f8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -2px;
}

.tjqx-bars .bartit i.i2 {
    background: #ed6556;
}

.tjqx-bars table {
    width: 100%;
    border-collapse: collapse;
    min-height: 500px;
}

.tjqx-bars thead th,
.tjqx-bars thead td {
    height: 20px;
    padding: 0 8px;
}

.tjqx-bars .tdtop {
    display: none;
}

.tjqx-bars .tdmove {
    display: none;
}

.tjqx.szon .tdtop {
    display: table-cell;
}

.tjqx.szon .tdmove {
    display: table-cell;
}


.tjqx-bars th {
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
    /*width: 85px;*/
}

.tjqx-bars tbody th,
.tjqx-bars tbody td {
    height: 48px;
    text-align: center;
}

.tjqx-bars tbody tr:hover .tduni {
    font-weight: bold;
    color: #333333;
}

.tjqx-bars tbody td {
    padding: 0 8px;
}

.tjqx-bars tbody th small {
    font-size: 12px;
}

.tjqx-bars .bar {
    height: 24px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.tjqx-bars tr:hover .bar {
    transform: scale(1.02);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.tjqx-bars tr:hover .bar .barl {
    background: #1482f0;
}

.tjqx-bars tr:hover .bar .barr {
    background: #f63635;
}

.tjqx-bars .barl {
    background: #3999f8;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.tjqx-bars .barr {
    background: #f56564;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    border-left: 1px solid #fff;
    color: #fff;
}

.szon .tjqx-zd,
.szon .tjqx-td {
    display: block;
}

.szon .tjqx-bars {
    /*width: 730px;*/
}

/*行情热力图*/
.fbnq {
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 20px;
    padding-right: 20px
}

.fbnq-view {
    height: auto;
    overflow: hidden;
}

.fbnq-view .form {
    float: left;
    width: 375px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    padding-top: 3px;
}

.fbnq-view .form-hd {
    height: 45px;
    text-align: center;
    background: #f5f6f7;
}

.fbnq-view .form-hd li {
    line-height: 43px;
    height: 45px;
    text-align: center;
    float: left;
    width: 50%;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.fbnq-view .form-hd li.active {
    background: #fff;
    color: #1482f0;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    position: relative;
    margin-top: -3px;
    height: 48px;
}

.fbnq-view .form-bd {
    padding: 35px 45px 5px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.fbnq-view .form-bd li {
    margin-bottom: 15px;
    /*height: auto; overflow: hidden;*/
    height: 35px;
    clear: both;
}

.fbnq-view .form-bd li.last {
    margin-bottom: 0
}

.fbnq-view .form-bd li.msg {
    margin-bottom: 0;
    position: absolute;
}

.fbnq-view .form-bd li.msg label.error {
    position: static;
}

.fbnq-view .form-bd li.sbmt {
    margin-top: 15px;
}

.fbnq-view .form-bd .errormsg {
    font-weight: bold;
}

.fbnq-view .form-bd .label {
    float: left;
    width: 80px;
    line-height: 35px;
}

.fbnq-view .form-bd .label strong {
    font-size: 16px;
    margin-right: 8px;
}

.fbnq-view .form-bd .inputbox {
    width: 200px;
    position: relative;
    float: left;
}

.fbnq-view .form-bd .text {
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 38px 0 10px;
    font-size: 14px;
    color: #666666;
}

.fbnq-view .form-bd .text.errClass {
    /*border-color: #f63635;
    background-color: #ffecec;*/
}

.fbnq-view .form-bd .text.errClass + .errortip {
    color: #f63635;
}

.fbnq-view .form-bd .errortip {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 35px;
    font-size: 12px;
    color: #cccccc;
}

.fbnq-view .form-bd .errortip.on {
    color: #f63635;
}

.fbnq-view .form-bd .btn {
    margin-top: 10px;
    width: 80px;
    height: 35px;
    background: #1482f0;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

.fbnq-view .form-bd .btn:hover {
    opacity: 0.9;
}

.fbnq-view .info {
    float: right;
    width: 380px;
}

.fbnq-view .info-img {
    text-align: center;
    height: 185px;
    margin-bottom: 15px;
}

.fbnq-view .info-txt {
    font-size: 12px;
    color: #666666;
    line-height: 1.8;
}

.fbnq-tables {
    height: auto;
    overflow: hidden;
}

.fbnq-tables .item {
    width: 375px;
}

.fbnq-tables-box .nbtns {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fbnq-tables table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    color: #666666;
}

.fbnq-tables table td,
.fbnq-tables table th {
    border: 1px solid #e5e5e5;
    padding: 6px;
    text-align: center;
}

.fbnq-tables thead th {
    height: 35px;
    background: #f5f6f7;
    font-size: 14px;
    font-weight: bold;
}

.fbnq-tables tbody th,
.fbnq-tables tbody td {
    font-size: 12px;
    height: 33px;
}

.fbnq-tables tbody tr:nth-child(2n) td {
    background: #f5f6f7;
}

.fbnq-tables .dw {
    color: #1482f0;
    position: relative;
}

/*copy*/
.fbnq-tables tbody td i.copybtn {
    background: url(../imgs/nicon05.png) no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px;
    display: none;

}

.fbnq-tables tbody td i.copybtn:hover {
    background-position: center bottom;
}

.fbnq-tables tbody td.copytd {
    position: relative;
}

.fbnq-tables tbody td:hover .copybtn {
    display: inline-block;
}

/*copy*/
/*.fbnq-tables tbody tr:hover .dw{
	background-image: url(../imgs/nicon05.png);
	background-position:right 15px center ;
	background-repeat:no-repeat ;
}*/
/*枢轴点*/
.szd {
    padding-top: 15px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.szd-table {
    margin-top: 20px;
    margin-bottom: 40px;
}

.szd-tablehd {
    height: auto;
    overflow: hidden;
    background: #f2f5f7;
    height: 40px;
    padding: 0 15px;
    font-size: 12px; /*margin-bottom: 1px;*/
}

.szd-tablehd th {

}

.szd-tablehd .tits {
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

.szd-tablehd .tits span {
    margin-right: 8px;
    cursor: pointer;
}

.szd-tablehd .time {
    float: right;
    line-height: 40px;
    margin-right: 10px;
}

.szd-tablehd .time span {
    margin-left: 8px;
    cursor: pointer;
}

.szd-tablehd span.active {
    color: #1482f0;
    font-weight: bold;
}

.szd-tablebd {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
}

.szd-tablebd table {
    width: 100%;
    background: #f4f5f6;
    border-collapse: collapse;
    border: 1px solid #fff;
}

.szd-tablebd td.tdtop,
.szd-tablebd th.tdtop {
    text-align: center;
    background: #fff;
    /*width: 30px;*/
    display: none;

}

.szd-tablebd td.tdmove,
.szd-tablebd th.tdmove {
    text-align: center;
    background: #fff;
    /*width: 30px;*/
    padding-right: 25px;
    display: none;

}

.szon .szd-tablebd td.tdtop,
.szon .szd-tablebd th.tdtop {

    display: table-cell;

}

.szon .szd-tablebd td.tdmove,
.szon .szd-tablebd th.tdmove {
    display: table-cell;

}

.szd-tablebd th > .tit {
    font-size: 12px;
    color: #1482f0;
    font-weight: bold;
    /*height: 50px;*/
    padding-top: 17px;
    display: block;
}

/**/

.szd-tablebd th,
.szd-tablebd td {
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 5px;
    line-height: 1.4;
    font-size: 12px;
    /*width: 10%;*/
}

.szd-tablebd th {
    text-align: center;
    color: #666666;
}

.szd-tablebd thead th {
    height: 50px;
}

.szd-tablebd thead th.tit {
    position: relative;
    background: linear-gradient(29deg, transparent 49.5%, #fff 49.5%, #fff 50.5%, transparent 50.5%);
}

.szd-tablebd thead th.tit .s1 {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: 2px;
}

.szd-tablebd thead th.tit .s2 {
    position: absolute;
    right: 8px;
    top: 10px;
}

.szd-tablebd tbody th,
.szd-tablebd tbody td {
    height: 50px;
    text-align: center;
}

.szd-tablebd tbody td {
    color: #1482f0;
    background: #f4f5f6;
}

.szd-tablebd tbody td i.copybtn {
    background: url(../imgs/nicon05.png) no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: none;
}

.szd-tablebd tbody td .copytxt {
    position: relative;
}

.szd-tablebd tbody td i.copybtn:hover {
    background-position: center bottom;
}

.szd-tablebd tbody td.copytd {
    position: relative;
}

.szd-tablebd tbody td.copytd .copywrap {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 50px;
}

.szd-tablebd tbody td:hover .copywrap {
    /*transform: scale(1.25);*/
    left: -10px;
    right: -10px;
    top: -5px;
    bottom: -5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    line-height: 60px;
    font-weight: bold;
    z-index: 22;
}

.szd-tablebd tbody td:hover .copybtn {
    display: inline-block;
}

.szd-tablebd tbody td.strong:hover {
    /*transform: none; padding-right: 5px; box-shadow: none;*/
}

.szd-view {
    height: auto;
    overflow: hidden;
}

.szd-view .form {
    float: left;
    width: 375px;
    border: 1px solid #e5e5e5;
    padding: 35px 45px 5px;
}

.szd-view .form li {
    margin-bottom: 15px;
    /*height: auto; overflow: hidden;*/
    height: 35px;
    clear: both;
}

.szd-view .form li.last {
    margin-bottom: 0
}

.szd-view .form li.msg {
    margin-bottom: 0;
    position: absolute;
}

.szd-view .form li.msg label.error {
    position: static;
}

.szd-view .form li.sbmt {
    margin-top: 15px;
}

.szd-view .form .errormsg {
    font-weight: bold;
}


.szd-view .form .label {
    float: left;
    width: 80px;
    line-height: 35px;
}

.szd-view .form .label strong {
    font-size: 16px;
    margin-right: 8px;
}

.szd-view .form .inputbox {
    width: 200px;
    position: relative;
    float: left;
}

.szd-view .form .text {
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 38px 0 10px;
    font-size: 14px;
    color: #666666;
}

/*.szd-view .form .text.errClass{
	border-color: #f63635;
	background-color: #ffecec;
}*/
.szd-view .form .text.errClass + .errortip {
    color: #f63635;
}

.szd-view .form .errortip {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 35px;
    font-size: 12px;
    color: #cccccc;
}

.szd-view .form .errortip.on {
    color: #f63635;
}

.szd-view .form .btn {
    margin-top: 10px;
    width: 80px;
    height: 35px;
    background: #1482f0;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

.szd-view .form .btn:hover {
    opacity: 0.9;
}

.szd-view .info {
    float: right;
    width: 375px;
    font-size: 12px;
    color: #666;
    line-height: 2;
    padding-top: 20px;
}

.szd-table1 {
    margin-top: 15px;
}

.szd-table1 table {
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    color: #666666;
}

.szd-table1 table th,
.szd-table1 table td {
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.szd-table1 thead th {
    height: 40px;
    background: #f5f6f7;
    font-weight: bold;
}

.szd-table1 tbody td {
    height: 38px;
    color: #1482f0;
    position: relative;
}

.szd-table1 tbody tr:nth-child(2n) td,
.szd-table1 tbody tr:nth-child(2n) th {
    background: #f5f6f7;
}

.szd-table1 .dw {

    position: relative;
}

/*copy*/
.szd-table1 tbody td i.copybtn {
    background: url(../imgs/nicon05.png) no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
    display: none;
}

.szd-table1 tbody td i.copybtn:hover {
    background-position: center bottom;
}

.szd-table1 tbody td.copytd {
    position: relative;
}

.szd-table1 tbody td:hover .copybtn {
    display: inline-block;
}

/*copy*/

/*2021.7.29*/
#capturetmpl {

    /*width: 750px;*/
    background: #fff;
    /*border-radius: 18px;*/
    overflow: hidden;
    position: absolute;
    left: -2000px;
    top: 0;
    /*opacity: 0;
    visibility: hidden;*/
    z-index: -999;
}

.holderCss { /*border : 1px dashed #fc0 ;*/
    background: #fff;
}

/*闪烁动画*/
.twinkling {
    -webkit-animation: twinkling 0.5s 2 ease-in-out;
    animation: twinkling 0.5s 2 ease-in-out;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.hot-head{
    width: 1200px;
    height: 112px;
    margin: 0 auto;
    background: #F5F5F5
}
.hot-text{
    margin-left: 14px;
    margin-right: 14px;
    width: 14px;
    height: 88px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 16px;
}
.hot-platform-list-box {
    padding: 12px 0 12px;
}
.hot-platform-list {
    height: auto;
   /* overflow: hidden;*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hot-platform-item {
    width: 176px;
    height: 88px;
    margin-left: 12px;
    align-content: center;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 5px 10px 5px 15px;
    position: relative;
}
.hot-platform-item .img {
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    height: 80px;
    align-items: center;
    background-color: white;
}
.hot-platform-item .img img {
    max-height: 80px;
    width: auto;
}

/* 滚动条样式 开始 */
/*定义滚动条样式（高宽及背景）*/
::-webkit-scrollbar {
    width: 4px;
    /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
    background: #ffffff;
    height: 6px;
}

/*定义滚动条轨道（凹槽）样式*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /* 较少使用 */
    border-radius: 3px;
}

/*定义滑块 样式*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 24px;
    /* 滚动条滑块长度 */
    background-color: #E5E5E5;
}

/* 滚动条样式 结束 */
