@charset "utf-8"; body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

fieldset,img {
    border: 0
}

:focus {
    outline: 0
}

address,caption,cite,code,dfn,em,th,var,optgroup {
    font-style: normal;
    font-weight: normal
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,acronym {
    border: 0;
    font-variant: normal
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,kbd,samp,tt {
    font-size: 100%
}

input,button,textarea,select {
    *font-size: 100%
}

body {
    line-height: 1.5;
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left
}

sup,sub {
    font-size: 100%;
    vertical-align: baseline
}

:link,:visited ,ins {
    text-decoration: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

* {
    margin: 0;
    padding: 0;
}

body,html {
    overflow-y: auto;
    overflow-x: hidden;
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom:1}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b,em,i {
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    position: relative;
}

html,body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f5faff;
}

.wrapper{
  width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

button,input,select,textarea,th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Microsoft Yahei",Arial,Tahoma,Helvetica,"SimSun","Hiragino Sans GB",sans-serif;
}

header, section, footer, aside, nav, article, figure {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,a:focus {
    -webkit-transition: color 150ms ease-in 0ms,background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms,background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms,background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms,background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms,background-color 150ms ease-in 150ms;
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

a:hover {
    color: #108CFD;
}

.rotate360 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cfx {
    margin-right: auto;
    margin-left: auto;
    *zoom:1}

.cfx:before,.cfx:after {
    display: table;
    content: "";
    line-height: 0
}

.cfx:after {
    clear: both
}

.cx {
    overflow: hidden;
    *zoom: 1;}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

body {
    word-break: break-all;
}

a {
    cursor: pointer;
}

img {
    vertical-align: top;
    border: 0;
}

a img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.ico {
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
}

header {
    position: relative;
    z-index: 1;
    height: 80px;
    background: #108CFD;
    border-bottom: 1px solid #3BA0E8;
}

header>div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;}

header>div>a {
    position: relative;
    float: left;
    height: 100%;
}

header>div>a img {
    position: relative;
    width: auto;
    height: 65px;
    margin-top: 10px;
}

nav {
    position: relative;
    float: right;
    padding: 0 0 0 30px;
    overflow: hidden;
    *zoom: 1;}

nav li {
    position: relative;
    z-index: 0;
    float: left;
    margin-left: 40px;
    display: block;
    padding: 0 5px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

nav li a {
    display: block;
    color: #fff;
}

nav li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s
}

nav li.current:after,nav li:hover:after {
    display: block;
    width: 98%;
    height: 2px;
    background: linear-gradient(-90deg, rgba(255,255,255,.9), rgba(255,255,255,.5));
    border-radius: 1px;
}

nav li:hover a {
    color: #fff;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.2);*/
}

footer {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
    background-color: #201F25;
    text-align: center;
    overflow: hidden;
}

footer div {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;}

footer p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}

footer p span {
    margin: 0 6px;
    color: #999;
}

footer p:nth-of-type(n+2) {
    margin-bottom: 8px;
}

footer p a {
    color: #666;
}

footer p a:hover {
    color: #c2c2c2;
}

footer p:nth-of-type(1) {
    padding-top: 24px;
}

footer>div:nth-of-type(2) {
    padding-top: 15px;
    height: 45px;
    background-color: #201F25;
    line-height: 30px;
}

footer>div:nth-of-type(2) a {
    font-size: 14px;
    color: #999;
}

footer div img {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 50px;
}

footer div a:hover {
    color: #cfcfcf !important;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 116px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -8px -851px;
}

footer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 168px;
    height: 143px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -180px -848px;
}

.adrLink {
    margin-top: 20px;
    padding: 10px 0 0 0;
    background: #1d1d1d;
}

.adrLink .list {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin: auto;
    width: 1200px;
    overflow: hidden;
    *zoom: 1;}

.adrLink .list a {
    float: left;
    display: block;
    background: #2d2d2d;
    border-radius: 4px;
    vertical-align: top;
    margin: 0 19.5px 16px 0;
    width: 116px;
    height: 32px;
    font-size: 14px;
    color: #b9b9b9;
    text-align: center;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.adrLink .list a:hover {
    background: #108CFD;
    color: #fff;
}

.adrLink .list a:nth-of-type(9n+9) {
    margin-right: 0;
}

.linkTit {
    width: 1200px;
    margin: 12px auto;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.linkTit i {
    color: #108CFD;
    font-weight: bold;
}

.recTit {
    padding: 20px 0 10px;
    overflow: hidden;
    *zoom:1;}

.recTit a {
    position: relative;
    top: 5.5px;
    padding: 10px;
    z-index: 1;
    float: right;
    display: block;
    font-size: 12px;
    color: rgba(153, 153, 153, .75);
    width: 20px;
    height: 3px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -114px 7px;
}

.recTit a:hover {
    background-position: -114px -11px;
}

.recTit strong {
    float: left;
    position: relative;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #222529;
    font-weight: 400;
    padding-left: 10px;
}

.recTit strong i.nl {
    position: relative;
    top: 2.5px;
    margin-left: 3px;
    display: inline-block;
    width: 38px;
    height: 21px;
    background-position: -9px -82px;
}

.recTit strong i.jr {
    position: relative;
    top: 3.5px;
    margin-left: 5px;
    display: inline-block;
    width: 19px;
    height: 20px;
    background-position: -65px -82px;
}

.adrTit {
    position: relative;
    padding: 3px 0 0 0;
    overflow: hidden;
    *zoom:1;}

.adrTit a {
    position: relative;
    top: 24px;
    right: 10px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    border: 1px solid rgba(221,221,221,0.5);
    border-radius: 12px;
    background: rgba(255,255,255,0.3);
    font-size: 14px;
    color: #63636D;
    width: 65px;
    height: 24px;
    line-height: 26px;
    overflow: hidden;
}

.adrTit a:before {
    content: "";
    position: relative;
    top: 5.5px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -126px -39px;
}

.adrTit a:hover {
    color: #108CFD;
}

.adrTit h2 {
    float: left;
    position: relative;
    display: block;
    height: 74px;
    line-height: 74px;
    font-size: 28px;
    color: #222529;
    font-weight: bold;
    padding-left: 10px;
}

.adrTit strong {
    float: left;
    position: relative;
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 28px;
    color: #212121;
    font-weight: bold;
    padding-left: 10px;
}

.gsTit {
    position: relative;
    padding: 11px 20px;
    overflow: hidden;
    *zoom:1;}

.gsTit a {
    position: relative;
    top: 8px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    border: 1px solid rgba(221,221,221,0.5);
    border-radius: 12px;
    background: rgba(255,255,255,0.3);
    font-size: 14px;
    color: #63636D;
    width: 65px;
    height: 24px;
    line-height: 26px;
    overflow: hidden;
}

.gsTit a:before {
    content: "";
    position: relative;
    top: 5.5px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -126px -39px;
}

.gsTit a:hover {
    color: #108CFD;
}

.gsTit strong,.gsTit h2 {
    float: left;
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #1D2127;
    font-weight: bold;
}

.gsTit strong:before,.gsTit h2:before {
    content: "";
    position: relative;
    top: 9px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #108CFD;
    border-radius: 2px;
}

.gsTit em {
    float: left;
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #1D2127;
    font-weight: bold;
}

.crumb {
    height: 55px;
    line-height: 46px;
    background: #fff;
}

.crumb div {
    position: relative;
    margin: 0 auto;
}

.crumb div:before {
    content: "";
    position: relative;
    top: 16px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -162px -3px;
}

.crumb div,.crumb div a {
    font-size: 14px;
    color: #999;
}
.zj_crumb div,.zj_crumb div a {color:#fff;}

.crumb a,.crumb span {
    position: relative;
    display: inline-block;
    color: #999;
    vertical-align: top;
}

.crumb a:after {
    content: "·";
    position: absolute;
    right: 9px;
    top: 0;
    display: block;
    font-size: 14px;
    color: #ccc;
}

.crumb span {
    position: relative;
    color: #999;
    line-height: 46px;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb a {
    padding-right: 21px;
}

.pagecode {
    padding: 11px 0 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pagecode a {
    position: relative;
    padding: 9.5px 19px;
    margin: 0 5px;
    color: #666;
    text-decoration: none;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 3px;
}

.pagecode>span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}

.pagecode a:hover {
    color: #fff;
    background-color: #108CFD !important;
}

.pagecode a.current,.pagecode a.current:hover {
    top: 1px;
    color: #fff;
    background-color: #108CFD !important;
    border-color: transparent;
    padding: 9px 15px;
    font-weight: normal;
}

.pagecode a.disabled,.pagecode a.disabled:hover {
    color: #666;
    background-color: #efefef !important;
    cursor: default;
}

.wrapper section>div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;}

.wrap {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;}

.wrap .crumb {
    background: #f8f9fb;
}

.adrRec {
    padding-bottom: 21px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

/*.adrRec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 163px;
    height: 188px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -399px -802px;
}

.adrRec:after {
    content: "";
    position: absolute;
    right: 0;
    top: 68px;
    width: 156px;
    height: 201px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -613px -798px;
}*/

.adrRec .tab_box {
    position: relative;
    z-index: 1;
    width: 1200px;
    overflow: hidden
}

.adrRec .tab_menu {
    margin-top: 17px;
    padding-left: 10px;
}

.adrRec .tab_menu span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    line-height: 22px;
    margin-right: 37px;
    color: #222529;
}

.adrRec .tab_menu span:before {
    content: "";
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -45px -39px;
}

.adrRec .tab_menu span:hover,.adrRec .tab_menu span.current {
    color: #222529;
    font-weight: bold;
}

.adrRec .tab_menu span.current:before,.adrRec .tab_menu span:hover:before {
    background-position: -45px -39px;
}

.adrRec .tab_menu span:nth-of-type(1):before,.adrRec .tab_menu span:nth-of-type(1) {
    background-position: -9px -3px;
}

.adrRec .tab_menu span:nth-of-type(1):before,.adrRec .tab_menu span:nth-of-type(1).current:before,.adrRec .tab_menu span:nth-of-type(1):hover:before {
    background-position: -9px -39px;
}

.adrRec .tab_menu span:nth-of-type(n+2):after {
    content: "";
    position: absolute;
    left: -23px;
    top: 2px;
    width: 9px;
    height: 18px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -296px -3px;
}

.adrRec .tab_cont {
    width: 1200px;
}

.adrRec .sub_box {
    position: relative;
}

.adrRec .sub_box .subSlider {
    position: relative;
    width: 1200px;
    height: 160px;
    height: 160px;
    overflow: hidden;
    padding-left: 20px;
}

.adrRec .sub_box .subSlider div {
    position: absolute;
    height: 160px;
    overflow: hidden;
}

.adrRec .sub_box a {
    display: block;
    float: left;
    width: 98px;
    text-align: center;
    margin-right: 20px;
    padding: 16px 0 3px 0
}

.adrRec .sub_box a img {
    width: 98px;
    height: 98px;
    border-radius: 19px
}

.adrRec .sub_box a p {
    display: block;
    width: 100%;
    margin: auto;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    white-space: nowrap
}

.adrRec .sub_box a img {
    position: relative;
    top: 0;
    transition: all .1s linear;
}

.adrRec .sub_box a:hover img {
    top: -6px;
    position: relative;
    opacity: 1;
}

.tab_l {
    position: absolute;
    right: 34px;
    top: -20px;
    display: block;
    width: 22px;
    height: 18px;
    background-position: -83px -3px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.2;
}

.tab_l:hover {
    opacity: 1;
}

.tab_r {
    position: absolute;
    right: 1px;
    top: -20px;
    display: block;
    width: 22px;
    height: 18px;
    background-position: -83px -3px;
    transform: rotate(180deg);
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
}

.tab_r:hover {
    opacity: 1;
}

.htbot {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    overflow: hidden;
    *zoom: 1;}

.hSlider {
    position: relative;
    float: left;
    width: 744px;
    height: 284px;
    border-radius: 10px;
}

.hSlider .hSImg {
    position: relative;
    width: 744px;
    height: 284px;
    overflow: hidden;
}

.hSlider .hSImg ul {
    position: relative;
    height: 100%;
    overflow: hidden;
    *zoom: 1;}

.hSlider .hSImg li {
    float: left;
    position: relative;
    position: absolute;
    opacity: 0;
    z-index: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.hSlider .hSImg a {
    display: block;
    width: 744px;
    height: 284px;
    border-radius: 10px;
    overflow: hidden;
}

.hSlider .hSImg a>img {
    display: block;
    width: 744px;
    min-height: 284px;
    height: auto;
}

.hSlider a>div {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 29px;
    min-width: 400px;
    max-width: 530px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,.6), transparent);
    border-radius: 10px;
}

.hSlider a>div img {
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 20px;
    margin: 42px 0 25px;
}

.hSlider a>div p {
    display: block;
    font-size: 34px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hSlider a>div em {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.hSlider a>div span {
    display: block;
    margin: 11px 0;
    overflow: hidden;
}

.hSlider a>div span i {
    display: block;
    float: left;
    padding: 0 8px;
    height: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    border-radius: 3px;
}

.hSlider a>div span i:nth-of-type(1) {
    color: #3DC4E8;
}

.hSlider .hDot {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    height: 6px;
    text-align: center;
}

.hSlider .hDot ul {
    padding: 10px;
    height: 6px;
    text-align: center;
    overflow: hidden;
    *zoom: 1;}

.hSlider .hDot li {
    width: 40px;
    height: 6px;
    margin: 0 1.5px;
    cursor: pointer;
    float: left;
}

.hSlider .hDot span {
    vertical-align: top;
    display: inline-block;
    width: 40px;
    height: 6px;
    background: rgba(255,255,255,.5);
}

.hSlider .hDot li.current span {
    background: #108CFD;
}

.hSlider .hSImg img:hover {
    opacity: 1;
}

.htbot .list {
    float: right;
    width: 436px;
    height: 284px;
}

.htbot .list a {
    position: relative;
    display: block;
    width: 436px;
    height: 132px;
    border-radius: 10px;
    overflow: hidden;
}

.htbot .list a:nth-of-type(n+2) {
    margin-top: 20px;
}

.htbot .list a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    text-indent: 1em;
    padding-top: 20px;
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: linear-gradient(0deg, rgba(0, 0, 0,.8), transparent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.htbot .list a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.htbot .list a img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.htbot .list a:hover img {
    transform: scale(1.2);
}

.adrMid {
    background: #fff;
    padding-bottom: 8px;
    max-height: 482px;
    overflow: hidden;
}

.adrMid .adrML {
    float: left;
    position: relative;
    width: 452px;
    margin-right: 20px;
}

.adrMid .adrMM {
    float: left;
    position: relative;
    width: 413px;
    margin-right: 10px;
}

.adrMid .adrMR {
    float: right;
    position: relative;
    width: 296px;
}

.adrML ol {
    position: relative;
    padding-bottom: 2px;
}

.adrML ol li {
    position: relative;
    z-index: 1;
    height: 90px;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.adrML ol li .index_top_div {
    position: relative;
    display: block;
    padding: 10px;
    background: linear-gradient(to right,#fbf9ff 0%,#fbf9ff 80%,#fbf9ff 80%,rgba(241, 236, 255, .5) 100%);
    overflow: hidden;
    *zoom: 1;
    width:100%;
        width: 432px;
}

.adrML ol li a img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.adrML ol li div {
    float: left;
    width: 280px;
    height: 70px;
    overflow: hidden;
}

.adrML ol li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrML ol li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrML ol li div span:nth-of-type(2) {
    margin-top: 5px;
}

.adrML ol li span>a {
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}

.adrML ol li:hover a>span {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.adrML ol li>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    opacity: .09;
}

.adrMM .tabMenu {
    display: flex;
    padding: 17px 0 10px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    justify-content: center;
}

.adrMM .tabMenu span {
    flex: 1;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: #F8F9FB;
    border-radius: 6px;
    overflow: hidden;
}

.adrMM .tabMenu span:nth-of-type(n+2) {
    margin-left: 11px;
}

.adrMM .tabMenu span.current {
    background: linear-gradient(-90deg, #d2efff, #84c3f5);
    color: #3D404B;
    font-weight: bold;
}

.adrMM .tabMenu span:hover {
    color: #3D404B;
}

.adrMM .tabMenu span.current:hover {
    color: #3D404B;
}

.adrMM ul {
    padding: 8px 10px;
    border-top: 1px solid #f3f3f3;
}

.adrMM ul li {
    height: 34px;
    overflow: hidden;
}

.adrMM ul li a,.adrMM ul li span {
    float: left;
    display: block;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrMM ul li a:nth-of-type(1) {
    font-size: 14px;
    color: #999;
    margin: 0 4px;
    max-width: 66px;
}

.adrMM ul li img {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin: 0 8px;
    vertical-align: top;
    position: relative;
    top: 6px;
}

.adrMM ul.col li img{width: 40px;}

.adrMM ul li a:nth-of-type(2) {
    color: #333;
    width: 236px;
}

.adrMM ul li span {
    float: right;
    display: block;
    width: 70px;
    color: #999;
    font-size: 12px;
    text-align: right;
    line-height: 34px;
}

.adrMM ul li a:nth-of-type(2):hover {
    color: #108CFD;
}

.adrMM ul li a:nth-of-type(1):hover {
    text-decoration: underline;
}

.adrMM ul li:nth-of-type(7) {
    border-top: 1px dashed #dbdbdb;
    margin-top: 9px;
    padding-top: 7px;
}

.adrMR ul {
}

.adrMR ul li {
    position: relative;
    padding: 1px 0 0 1px;
    width: 296px;
    height: 118px;
    border-radius: 8px 6px 6px 6px;
    margin: 0 0 18px 0;
    overflow: hidden;
}

.adrMR ul li a {
    position: relative;
    display: block;
    width: 296px;
    height: 118px;
    border-radius: 8px 6px 6px 6px;
    overflow: hidden;
}

.adrMR ul li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 8px 6px 6px 6px;
}

.adrMR ul li:before {
    content: "热门";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px 0 8px 0;
    line-height: 24px;
    background: #ff6c68;
    text-align: center;
    overflow: hidden;
    *zoom: 1;}

.adrMR ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    text-indent: 1em;
    padding-top: 20px;
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: linear-gradient(0deg, rgba(21, 22, 26,.85), transparent);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adrMR ul li a img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.adrMR ul li a img:hover {
    transform: scale(1.2);
}

.adrGame {
    position: relative;
    padding-top: 7px;
    background: #fff;
}

.adrGame .tabMenu {
    position: absolute;
    top: 23px;
    left: 131px;
    width: 969px;
    height: 36px;
    border-radius: 6px;
    overflow: hidden;
}

.adrGame .tabMenu>div {
    margin-top: 3px;
    padding: 0 3px 0 3px;
    width: 963px;
    height: 29px;
    /*background: #e9f9ff;*/
    border-radius: 6px;
}

.adrGame .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 0 5px;
    padding: 0 8px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 29px;
    cursor: pointer;
    border-radius: 6px;
}

.adrGame .tabMenu span:hover,.adrGame .tabMenu span.current {
    position: relative;
    top: -3px;
    color: #fff;
    background: #108CFD;
    height: 34px;
    line-height: 34px;
}

.adrSoft .tabMenu span {
    color: #999;
}

.adrSoft .tabMenu>div {
    /*background: #e9f9ff;*/
}

.adrSoft .tabMenu span:hover,.adrSoft .tabMenu span.current {
    background: #108CFD;
}

.adrGame .tabCont {
    position: relative;
    padding: 6px 0;
    overflow: hidden;
    *zoom: 1;}

.adrGame .tabCont div {
    width: 106%;
    overflow: hidden;
    *zoom: 1;}

.adrGame .tabCont div a {
    float: left;
    padding-top: 6px;
    margin-right: 23px;
    width: 130px;
    height: 172px;
    text-align: center;
    margin-bottom: 14px;
}

.adrGame .tabCont div a img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.adrGame .tabCont div a p {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    height: 28px;
    margin-top: 6px;
    overflow: hidden;
}

.adrGame .tabCont div a span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrGame .tabCont div a img {
    position: relative;
    top: 0;
    transition: all .1s linear;
}

.adrGame .tabCont div a:hover img {
    top: -6px;
    position: relative;
    opacity: 1;
}

.adrGame .tabCont div a:hover p {
    color: #108CFD;
}

.adrSoft .tabCont div a:hover p {
    color: #108CFD
}

.adrTopic {
    background: #FFFFFF;
    padding-bottom: 20px;
}

.softTopic {
    background: #FFF;
}

.adrTopic ul {
    width: 102%;
    overflow: hidden;
    *zoom: 1;}

.adrTopic ul li {
    position: relative;
    float: left;
    width: 285px;
    height: 154px;
    border-radius: 6px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.adrTopic ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px 6px 6px 6px;
    overflow: hidden;
}

.adrTopic ul li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 8px 6px 6px 6px;
}

.adrTopic ul li div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.5);
}

.adrTopic ul li div p {
    display: block;
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.adrTopic ul li div span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.adrTopic ul li div p,.adrTopic ul li div span {
    position: relative;
    top: 0;
    ;}

.adrTopic ul li a img {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.adrTopic ul li:hover a img {
    transform: scale(1.2);
}

.adrTopic .list {
    width: 102%;
    overflow: hidden;
    *zoom: 1;}

.adrTopic .list a {
    float: left;
    display: block;
    width: 242px;
    height: 56px;
    padding: 10px 0;
}

.adrTopic .list img {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    margin-right: 10px;
}

.adrTopic .list a p {
    float: left;
    width: 172px;
    font-size: 16px;
    color: #000;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adrTopic .list a span {
    float: left;
    width: 172px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adrTopic .list a:hover p {
    color: #108CFD;
}

.adrXin {
    background: #f8f9fb;
}

.adrXin ul {
    width: 102%;
    padding: 2px 0 4px;
    overflow: hidden;
    *zoom: 1;}

.adrXin ul li {
    float: left;
    width: 388px;
    height: 312px;
    background: #FFF;
    border-radius: 6px;
    margin: 0 18px 20px 0;
    overflow: hidden;
}

.adrXin ul .img {
    display: block;
    width: 100%;
    height: 217px;
    overflow: hidden;
}

.adrXin ul .img img {
    float: right;
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.adrXin ul .img img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.adrXin ul .img img:hover {
    transform: scale(1.2);
}

.adrXin ul .info {
    position: relative;
    display: block;
    height: 70px;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    *zoom: 1;}

.adrXin ul .info img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.adrXin ul .info div {
    float: left;
    width: 280px;
    height: 70px;
    overflow: hidden;
}

.adrXin ul .info div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrXin ul .info div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrXin ul .info div span:nth-of-type(2) {
    margin-top: 5px;
}

.adrXin ul .info>span {
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    background: #108CFD;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}

.adrXin ul li:hover .info p {
    color: #108CFD;
}

.adrGTop {
    padding-bottom: 16px;
    /*background: rgba(224, 225, 227, .5);*/
}

.adrGTop ul {
    width: 102%;
    border-bottom: 1px solid #d3d4d6;
    overflow: hidden;
}

.adrGTop ul li {
    float: left;
    position: relative;
    padding: 1px 0 0 1px;
    width: 285px;
    height: 184px;
    border-radius: 8px 6px 6px 6px;
    margin: 0 19px 20px 0;
    overflow: hidden;
}

.adrGTop ul li a {
    position: relative;
    display: block;
    width: 285px;
    height: 184px;
    border-radius: 8px 6px 6px 6px;
    overflow: hidden;
}

.adrGTop ul li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 8px 6px 7px 7px;
}

.adrGTop ul li:before {
    content: "热门";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px 0 8px 0;
    line-height: 24px;
    background: #ff6c68;
    text-align: center;
    overflow: hidden;
    *zoom: 1;}

.adrGTop ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-indent: .35em;
    border-radius: 0 0 7px 8px;
    padding-left: 128px;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0,.75);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adrGTop ul li span {
    position: absolute;
    bottom: 0;
    left: 0;
    ;display: block;
    text-indent: 1em;
    width: 128px;
    height: 35px;
    line-height: 36px;
    font-size: 12px;
    color: #212128;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -32px -125px;
}

.adrGTop ul li a img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.adrGTop ul li a img:hover {
    transform: scale(1.2);
}

.adrGTop .list {
    width: 1150px;
    margin: 6px auto;
    overflow: hidden;
    *zoom: 1;}

.adrGTop .list a {
    float: left;
    display: block;
    width: 106px;
    height: 36px;
    font-size: 14px;
    color: #41454F;
    line-height: 36px;
    background: #dfe0e2;
    border-radius: 6px;
    margin: 14px 4.5px 0 4.5px;
    text-align: center;
    overflow: hidden;
}

.adrGTop .list a.current {
    background: #108CFD;
    color: #fff;
}

.adrGTop .list a:hover {
    background: rgba(178,150,255,.5);
}

.adrSTop .list a.current {
    background: #108CFD;
    color: #fff;
}

.adrSTop .list a:hover {
    background: rgba(16, 140, 253,.35);
}

.adrList {
    padding: 30px 0 20px;
    width: 1200px;
    background: #fff;
    margin: 0 auto 34px;
    border-radius: 6px;
    overflow: hidden;
}

.adrList ul {
    position: relative;
    overflow: hidden;
    *zoom: 1;}

.adrList ul li {
    float: left;
    position: relative;
    z-index: 1;
    width: 374px;
    height: 102px;
    margin: 0 0 20px 20px;
    overflow: hidden;
}

.adrList ul li .list_div{
    position: relative;
    display: block;
    padding: 15px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    *zoom: 1;
}

.adrList ul li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.adrList ul li div {
    float: left;
    width: 200px;
    height: 70px;
    overflow: hidden;
}

.adrList ul li div p {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrList ul li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrList ul li a>span {
    display: block;
    position: absolute;
    right: 15px;
    top: 35px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: #108CFD;
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}

.adrList ul li:hover a>span {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.adrList ul li:hover a {
    background: rgba(241, 236, 255, .35);
    border-color: #faf8ff;
}

.xinMenu {
    position: relative;
    padding: 0 20px;
    height: 67px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.xinMenu div {
    position: relative;
    padding-top: 11px;
    border-bottom: 2px solid #f2f2f2;
    margin: auto;
}

.xinMenu div a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 40px 0 20px;
    height: 54px;
    font-size: 16px;
    color: #333;
    line-height: 54px;
}

.xinMenu div a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    background: #108CFD;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.xinMenu div a.current,.xinMenu div a:hover {
    color: #108CFD;
}

.xinMenu div a.current:before,.xinMenu div a:hover:before {
    width: 100%;
    height: 2px;
}

.xinList {
    width: 1200px;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.xinList ul {
    width: 102%;
    padding: 19px 0 0 0;
    overflow: hidden;
    *zoom: 1;}

.xinList ul li {
    float: left;
    width: 182px;
    height: 213px;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    text-align: center;
    margin: 0 19px 20px 0;
}

.xinList ul li a {
    display: block;
}

.xinList ul li img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 27px auto 8px;
}

.xinList ul li p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.xinList ul li p:nth-of-type(1) {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    height: 25px;
}

.xinList ul li span {
    display: none;
    width: 72px;
    height: 28px;
    background: #108CFD;
    line-height: 28px;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

.xinList ul li:hover a p:nth-of-type(1) {
    display: none;
}

.xinList ul li:hover a span {
    display: block;
}

.xinList ul li:hover {
    background: #FAF8FF;
    border-color: rgba(115,87,234,0.2);
}

.xinList ul li:hover img {
    margin-bottom: 10px;
}

.ztList {
    padding-bottom: 20px;
    margin-bottom: 32px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.ztList .xinMenu div a {
    margin: 0 22px 0 20px;
    padding: 0 2px;
}

.ztList ul {
    width: 1200px;
    padding: 28px 0 0 23px;
    overflow: hidden;
    *zoom: 1;}

.ztList li {
    float: left;
    position: relative;
    display: block;
    padding: 6px;
    width: 360px;
    height: 264px;
    margin: 0 20px 20px 0;
    background: #F8F9FB;
    border-radius: 6px;
    overflow: hidden;
}

.ztList li a {
    display: block;
}

.ztList li div {
    width: 100%;
    height: 193px;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
}

.ztList li img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    transition: all .3s linear
}

.ztList li p {
    display: block;
    padding-left: 10px;
    margin-top: 9px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztList li span {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztList li a span i {
    color: #ccc;
}

.ztList li:hover {
    background: #FAF8FF;
}

.ztList li img:hover {
    transform: scale(1.1)
}

.ztList li>i {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: 32px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px 0 8px 0;
    line-height: 24px;
    background: #108CFD;
    text-align: center;
    overflow: hidden;
    *zoom: 1;}

.ztList li>i.yx {
    background: #108CFD;
}

.ztList li>i.sf {
    background: #108CFD;
}

.tpWrap {
    position: relative;
}

.tpWrap section:nth-of-type(n+2) {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tpWrap .crumb {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    width: 1200px;
    background: transparent;
}

.tpWrap .adrList {
    padding-top: 20px;
    margin-bottom: 20px;
}

.tpWrap .ztList {
    padding-top: 11px;
    padding-bottom: 18px;
}

.tpWrap .ztList ul {
    padding-top: 7px;
}

.bigBanner {
    position: absolute;
    top: -10px;
    z-index: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.bigBanner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0,.3), transparent);
    ;}

.bigBanner>img {
    width: 100%;
    height: auto;
    min-height: 600px;
    opacity: 0.9;
    object-fit: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.tpWrap:before {
    content: "";
    position: absolute;
    top: 120px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 400px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgba(248,249,251,0)',endColorStr='rgba(248,249,251,1)',gradientType='0');
    background-image: linear-gradient(0deg, rgba(248,249,251,1), rgba(248,249,251,1) 20%, rgba(248,249,251,0));
    background-image: -moz-linear-gradient(bottom, rgba(248,249,251,1) 20%, rgba(248,249,251,0) 90%);
    background-image: -o-linear-gradient(rgba(248,249,251,0) 10%, rgba(248,249,251,1) 30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgba(248,249,251,1)), color-stop(0.90, rgba(248,249,251,0)));
}

.ztIntro {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
    *zoom: 1;}

.ztIntro .img {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 452px;
    height: 254px;
    border: 4px solid white;
    border-radius: 6px;
    overflow: hidden;
}

.ztIntro .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 6px;
}

.ztIntro .info {
    position: relative;
    float: left;
    width: 720px;
    overflow: hidden;
}

.ztIntro .info .tit {
    margin: 22px 0 20px;
    line-height: 46px;
    overflow: hidden;
}

.ztIntro .info h1 {
    float: left;
    display: block;
    height: 46px;
    font-size: 30px;
    color: #fff;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ztIntro .info p {
    display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
    height: 88px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ztIntro .info span,.ztIntro .info em {
    float: left;
    position: relative;
    display: block;
    height: 46px;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

.ztIntro .info .tit i {
    float: left;
    display: block;
    margin: 0 8px 0 18px;
    font-size: 28px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

.ztIntro .info em:before {
    content: "";
    float: left;
    position: relative;
    top: 10px;
    margin-right: 2px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -189px 2px;
}

.ztIntro .info div label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    position: relative;
}

.ztIntro .info div a {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    height: 23px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    margin: 0 8px 8px 0;
    border: 1px solid rgba(255,255,255,.5);
    background: transparent;
}

.ztIntro .info div a:hover {
    background: #108CFD;
    color: #fff;
}

.ztGsRel {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto 20px;
    height: 110px;
    padding: 30px 0;
    background: rgba(235, 248, 255, 0.65);
    border: 1px solid #FFF;
    border-radius: 6px;
}

.ztGsRel:before {
    content: "";
    position: absolute;
    left: -14px;
    top: -9px;
    display: block;
    width: 82px;
    height: 80px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -183px;
}

.ztGsRel a {
    position: relative;
    display: block;
}

.ztGsRel .info {
    float: left;
}

.ztGsRel .info img {
    float: left;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 22px 0 30px;
}

.ztGsRel .info div {
    float: left;
    width: 1020px;
    height: 110px;
    overflow: hidden;
}

.ztGsRel div strong {
    display: block;
    font-size: 18px;
    color: #242424;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztGsRel div span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztGsRel div span  i {
    color: #ccc;
    margin: 0 4px;
}

.ztGsRel p {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 65%;
}

.ztGsRel .img {
    position: relative;
    top: -11px;
    float: right;
    margin-right: 31px;
    width: 298px;
    height: 132px;
    border-radius: 6px;
    overflow: hidden;
}

.ztGsRel .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 6px;
    transition: all .3s linear
}

.ztGsRel .img:hover img {
    transform: scale(1.1)
}

/* 新增右侧居中按钮样式 */
.ztGsRel .right-btn-box {
    position: absolute;
    right: -12px;
    top: 52%;
    transform: translateY(-50%);
}
.ztGsRel .img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 64px;
    background: url("../img/zj_first_down.png") no-repeat center / cover;
    text-decoration: none;
}
.ztGsRel .img-btn span {
    transform: translate(8px, -4px);
    display: inline-block;
    font-size: 22px;
    letter-spacing: 4px;
    color: white;
}
/*
.ztGsRel .img-btn:hover {
    background-image: url("../img/zj_first_down.png");
}*/


.adrContLR {
    padding-bottom: 28px;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    *zoom: 1;}

.adrContL {
    float: left;
    width: 854px;
    overflow: hidden;
    margin-right: 16px;
}

.adrContR {
    float: right;
    width: 328px;
    overflow: hidden;
}

.adrContR .gsTit {
    padding: 0 13px;
    height: 53px;
    line-height: 53px;
    background: #F5FAFF;
    border-radius: 6px 6px 0 0;
}

.adrContR .gsTit strong {
    font-size: 20px;
    line-height: 53px;
    height: 53px;
}

.adrContR .gsTit strong:before {
    display: none;
}

.adrContR .gsTit a {
    top: 16px;
}

.adrContR section {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.adrContL section {
    background: #fff;
    border-radius: 8px;
    /*margin-bottom: 20px;*/
    overflow: hidden;
}

.adrContLR .crumb {
    float: left;
    width: 1200px;
    background: transparent;
}

.adrContL .gsTit {
    padding: 10px 3px 10px 0;
}

.adrContL .gsTit strong,.adrContL .gsTit h2 {
    font-size: 20px;
}

.adrContL .gsTit strong:before {
    top: 11px;
}

.adrContL .gsTit strong i {
    font-size: 14px;
    color: #ccc;
    margin: 0 8px;
}

.gsHRec {
    padding-bottom: 17px;
}

.gsHRec ul {
    position: relative;
    padding-top: 11px;
}

.gsHRec li {
    position: relative;
    z-index: 1;
    height: 90px;
    overflow: hidden;
}

.gsHRec li {
    position: relative;
    display: block;
    padding: 9px 15px 11px;
    background: #fff;
    overflow: hidden;
    *zoom: 1;}

.gsHRec li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.gsHRec li div {
    float: left;
    width: 180px;
    height: 70px;
    overflow: hidden;
}

.gsHRec li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gsHRec li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gsHRec li div span:nth-of-type(2) {
    margin-top: 5px;
}

.gsHRec li span a {
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 26px;
}

.gsHRec li:hover span a {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.gsHRec li:hover  {
    background: #FBF9FF;
}

.gsHRec li .up_span_look a{
display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 26px;
}

.gsHRec li:hover .up_span_look a {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}


.gsXinRec ul li:nth-of-type(1) {
    margin-bottom: -9px;
    border-radius: 3px;
    overflow: hidden;
}

/*.gsXinRec ul li:nth-of-type(1) a {
    padding: 10px 15px;
    background: #FBF9FF;
    margin-bottom: 9px;
}*/

.gsXinRec ul li:nth-of-type(1):hover a>span {
    color: #fff;
    background: #108CFD;
}

.gsXinRec ul li:nth-of-type(n+2) {
    height: 40px;
    line-height: 40px;
}

.gsXinRec ul li:nth-of-type(n+2)>a {
    float: left;
    width: 230px;
    font-size: 16px;
    color: #333;
    padding: 0 0 0 15px;
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gsXinRec ul li:nth-of-type(n+2)>span {
    float: right;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
}

.gsXinRec ul li:nth-of-type(n+2):hover>a {
    color: #108CFD;
}

.gsXinRec ul li:nth-of-type(n+2):hover {
    background: #FBF9FF;
}

.gsZtRec {
    padding-bottom: 16px;
}

.gsZtRec ul {
    margin: 17px 15px 0;
}

.gsZtRec ul li {
    position: relative;
    width: 298px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gsZtRec ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px 6px 6px 6px;
    overflow: hidden;
}

.gsZtRec ul li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 8px 6px 6px 6px;
}

.gsZtRec ul li div {
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.5);
}

.gsZtRec ul li div p {
    display: block;
    top: 60px;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.gsZtRec ul li div span {
    display: block;
    top: 90px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.gsZtRec ul li div p,.gsZtRec ul li div span {
    position: relative;
    transition: all .1s linear;
}

.gsZtRec ul li:hover div p {
    top: 0;
}

.gsZtRec ul li:hover div span {
    top: 0;
}

.gsZtRec ul li:hover div {
    top: 0;
    bottom: 0;
}

.gsZtRec ul li:nth-of-type(1) div p {
    top: 0;
}

.gsZtRec ul li:nth-of-type(1) div span {
    top: 0;
}

.gsZtRec ul li:nth-of-type(1) div {
    /*top: 0;
    bottom: 0;*/
}

.gsTagRec {
    padding-bottom: 20px;
}

.gsTagRec .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 13px 10px;
}

.gsTagRec .list a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    color: #555;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* ===== 马卡龙随机配色 ===== */
.gsTagRec .list a:nth-child(1)  { background: #FFB5C2; }
.gsTagRec .list a:nth-child(2)  { background: #B5EAD7; }
.gsTagRec .list a:nth-child(3)  { background: #C7CEEA; }
.gsTagRec .list a:nth-child(4)  { background: #FFDAC1; }
.gsTagRec .list a:nth-child(5)  { background: #FFF5BA; }
.gsTagRec .list a:nth-child(6)  { background: #E8D5F5; }
.gsTagRec .list a:nth-child(7)  { background: #A8D8EA; }
.gsTagRec .list a:nth-child(8)  { background: #FFB5A7; }
.gsTagRec .list a:nth-child(9)  { background: #DCD3FF; }
.gsTagRec .list a:nth-child(10) { background: #B5EAD7; }

.gsTagRec .list a:hover {
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gsRankRec {
    padding-bottom: 5px;
}

.gsRankRec .rankBody {
    padding: 5px 13px 0;
}

.gsRankRec .rankList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gsRankRec .rankList li {
    list-style: none;
}

.gsRankRec .rankList li::marker {
    display: none;
    content: "";
}

.gsRankRec .rankTopItem {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 90px;
    list-style: none;
    display: block;
}

.gsRankRec .rankTopItem:last-child {
    border-bottom: none;
}

.gsRankRec .rankTopItem .rankNum {
    position: absolute;
    left: 0;
    top: 60px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.gsRankRec .rankNum1 { background: #FF6A00; }
.gsRankRec .rankNum2 { background: #FF9A00; }
.gsRankRec .rankNum3 { background: #FFB800; }
.gsRankRec .rankNumGray { background: #C0C4CC; color: #fff; }

.gsRankRec .rankTopInfo {
    position: relative;
}

.gsRankRec .rankTopTitle {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px;
}

.gsRankRec .rankTopTitle:hover {
    color: #108CFD;
}

.gsRankRec .rankTopMeta {
    overflow: hidden;
    margin-top: 6px;
}

.gsRankRec .rankTopImg {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin-right: 8px;
}

.gsRankRec .rankTopTags {
    float: left;
    width: 130px;
    margin-top: 12px;
    overflow: hidden;
}

.gsRankRec .rankTopTags p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gsRankRec .rankTopTags a {
    display: inline-block;
    color: #999;
    margin-right: 4px;
}

.gsRankRec .rankTopTags a:hover {
    color: #108CFD;
}

.gsRankRec .rankTopTags .size {
    color: #666;
}

.gsRankRec .rankTopBtn {
    position: absolute;
    right: 0;
    top: 47px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-decoration: none;
}

.gsRankRec .rankTopItem:hover .rankTopBtn {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.gsRankRec .rankTopItem:not(:has(.rankTopMeta)) {
    min-height: 48px;
}

.gsRankRec .rankTopItem:not(:has(.rankTopMeta)) .rankNum {
    top: 16px;
}

.gsRankRec .rankTopItem:not(:has(.rankTopMeta)) .rankTopBtn {
    top: 0;
}



.adrInfo {
    position: relative;
}

.adrInfo>ul {
    margin: 3px 0;
    padding: 10px 20px 15px;
    overflow: hidden;
    *zoom: 1;}

.adrInfo>ul li {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #1D2127;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    *zoom: 1;}

.adrInfo>ul li span {
    vertical-align: top;
    display: inline-block;
    width: 62px;
    color: #999;
    margin: 0 20px 0 26px;
}

.adrInfo>ul li i {
    color: #108CFD;
    cursor: pointer;
}

.agSecret {
    color: #108CFD;
}

.adrInfo>ul li i:hover {
    text-decoration: underline;
}

.feBaBtn {
    position: absolute;
    top: 18px;
    right: 1px;
    display: block;
    padding: 0 7px 0 9px;
    height: 26px;
    background: rgba(255, 128, 88, .1);
    border-radius: 6px;
    font-size: 14px;
    color: #D27F60;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.feBaBtn i {
    position: relative;
    top: 4.5px;
    margin-right: 3px;
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 16px;
    background-position: -230px -3px;
}

.feBaBtn:hover {
    text-decoration: underline;
}

.showImg {
    margin: 2px 0 12px;
    height: 290px;
    overflow: hidden;
}

.showImg .gallery-top {
    width: 100%;
    height: 100%;
    overflow: initial;
}

.showImg .swiper-slide {
    position: relative;
    text-align: center;
    width: auto!important;
    height: 235px;
    border-radius: 6px;
    overflow: hidden;margin-right: 19px;
}

.showImg .gallery-top .swiper-slide video {
    position: relative;
    width: auto;
    height: 100%
}

.showImg .gallery-top .swiper-slide a {
    display: block;
    width: auto;
    height: 100%
}

.showImg .gallery-top .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
}

.showImg .swiper-slide i {
    display: block;
    width: 32px;
    height: 32px;
    background-position: -259px -126px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.showImg .swiper-container-horizontal>.swiper-pagination-progressbar, .showImg .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 27px;
    width: 730px !important;
    height: 2px !important;
    background: #DDDDF8;
}

.showImg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 2px;
    background-color: #108CFD!important;
}

.showImg .swiper-button-next,.showImg .swiper-button-prev {
    margin: auto;
    z-index: 2;
    bottom: 5px;
    right: 63px;
    top: initial;
    left: initial;
    width: 42px;
    height: 42px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -183px;
}

.showImg .swiper-button-next {
    right: 0px;
}

.showImg .swiper-button-prev {
    transform: rotate(180deg)
}

.showImg .swiper-button-prev.swiper-button-disabled {
    opacity: .3;
    background-position: -158px -183px;
    transform: rotate(180deg)
}

.showImg .swiper-button-next.swiper-button-disabled {
    opacity: .3;
    background-position: -158px -183px;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
    content: "";
}

.video-js .vjs-big-play-button {
    border: 0;
    z-index: 2;
}

.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
    width: 58px;
    height: 58px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -248px -183px;
}

.vjs-paused .vjs-big-play-button {
    background-position: -248px -183px;
}

.video-js.vjsMask:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.adrIntro {
    position: relative;
    padding: 30px 0 13px 31px;
    overflow: hidden;
    *zoom: 1;}

.adrIntro img {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    margin-right: 18px;
}

.adrIntro .info {
    float: left;
    width: 630px;
}

.adrIntro .info h1 {
    display: block;
    font-size: 30px;
    color: #1D1D1F;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 8px;
    overflow: hidden;
}

.adrIntro .info p {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #ccc;
    line-height: 26px;
    overflow: hidden;
}

.adrIntro .info p span {
    margin: 0 4px 0 3px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
}

.adrIntro .info em {
    padding-left: 3px;
    padding-top: 3px;
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.adrIntro .info .tag {
    padding-left: 4px;
    margin-bottom: 7px;
    overflow: hidden;
    *zoom: 1;}

.adrIntro .info .tag a {
    float: left;
    display: block;
    margin: 8px 8px 0 0;
    padding: 0 8px;
    height: 23px;
    font-size: 12px;
    color: #666;
    border: 1px solid rgba(204, 204, 204, .7);
    border-radius: 3px;
    text-align: center;
    line-height: 23px;
}

.adrIntro .info .tag a:hover {
    background-color: #108CFD;
    color: #fff;
}

.adrAge {
    position: absolute;
    left: 17px;
    top: 150px;
    width: 152px;
    height: 26px;
    font-size: 12px;
    color: #BF4E22;
    line-height: 26px;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(254, 154, 123, .4) 50%, rgba(254, 154, 123, .4) 50%,rgba(255, 255, 255, 0) 99%)
}

.adrAge i {
    position: relative;
    top: 5.5px;
    margin-right: 3px;
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -263px -3px;
}

.downBtn {
    position: relative;
    margin-top: 14px;
    ;margin-left: 4px;
    overflow: hidden;
    *zoom: 1;}

.downBtn a,.downBtn button {
    position: relative;
    float: left;
    display: block;
    border: none;
    width: 180px;
    height: 45px;
    border-radius: 6px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background-color: #108CFD;
    margin: auto;
    margin-bottom: 17px;
    margin-right: 20px;
    box-sizing: content-box;
}

.downBtn a:before,.downBtn button:before {
    content: "";
    position: relative;
    top: 12.5px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
}

.downBtn a:before {
    top: 15px;
    margin-right: 7px;
    background-position: -198px -125px;
}

.downBtn .orderBtn {
    background: #CC9966;
}

.downBtn .orderBtn:before {
    margin-right: 14px;
    background-position: -240px -125px;
}

.downBtn .iosBtn {
    background: #2D68FF;
}

.downBtn .pcBtn {
    background: #D068F4;
}

.downBtn .noBtn {
    background: #ccc;
}

.downBtn .noBtn:before {
    width: 0;
    height: 0;
}

.oTip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    padding-bottom: 10px;
}

.oTip label {
    color: #FB381F;
    margin-right: 3px;
    font-weight: bold;
}

.downBtn a:hover,.downbtn button:hover {
    opacity: .9;
}

.gameCont {
    position: relative;
    overflow: hidden;
}

.gameCont .cont {
    position: relative;
    padding: 0 20px 20px;
    font-size: 15px;
    color: #1D2127;
    line-height: 24px;
    overflow: hidden;
}

.gameCont .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #108CFD;
}

.gameCont .cont p {
    color: #1D2127;
    margin-bottom: 20px;
}

.gameCont .cont br {
    height: 1px;
}

.gameCont .cont img {
    max-width: 785px;
    max-height: 1500px;
    margin: 20px auto;
    display: block;
}

.gameCont .cont p img {
    max-width: 785px;
}
.ExpMemoDiv{padding: 0 20px 20px;}
.ExpMemoDiv p{color:red;}
.gameCont .cont h3,.gameCont .cont h4,.ExpMemoDiv .tip {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 20px;
    color: #1D2127;
    font-weight: bold;
    margin-bottom: 15px;
}

.gameCont .cont h3:before,.gameCont .cont h4:before,.ExpMemoDiv .tip:before {
    content: "";
    position: relative;
    top: 6px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #108CFD;
    border-radius: 2px;
}

.gameCont .cont iframe {
    width: 660px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
}

.gameCont .cont table {
    max-width: 100%;
    margin: auto;
}

.gameCont .cont table a {
    color: #0000ee
}

.gameCont .cont table a:hover {
    text-decoration: underline
}

.adrGaRec .list {
    padding: 8px 0 1px 20px;
    width: 100%;
    overflow: hidden;
    *zoom: 1;}

.adrGaRec .list a {
    float: left;
    margin-right: 17px;
    width: 120px;
    height: 160px;
    text-align: center;
    margin-bottom: 12px;
}

.adrGaRec .list a:nth-child(6n) {
    margin-right: 0;
}

.adrGaRec .list a img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 30px;
    margin: 0 auto;
}

.adrGaRec .list a p {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
}

.adrGaRec .list a img {
    border: 2px solid transparent;
    transition: all .1s linear;
}

.adrGaRec .list a:hover img {
    border: 2px solid rgba(115,87,234,0.5);
}

.adrGaRec .list a:hover p {
    color: #108CFD;
}

.adrVersion {
    margin-bottom: 10px;
}

.adrVersion ul {
    margin: 1px 0;
    padding: 20px 20px 11px;
    background: rgba(235, 248, 255, 0.5);
    border: 1px solid #FFF;
    border-radius: 6px;
}

.adrVersion li {
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
}

.adrVersion li a {
    display: block;
    height: 42px;
    padding: 9px 10px 9px 13px;
    background: rgba(255,255,255,.45);
    overflow: hidden;
    *zoom: 1;}

.adrVersion li a img {
    float: left;
    margin-right: 10px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

.adrVersion li a p {
    float: left;
    margin-right: 10px;
    display: block;
    width: 200px;
    height: 42px;
    font-size: 16px;
    color: #333;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adrVersion li a p:nth-of-type(n+2) {
    font-size: 14px;
    color: #999;
}

.adrVersion li a p em {
    font-size: 14px;
    color: #666;
}

.adrVersion li a>span {
    float: right;
    margin-top: 7px;
    display: block;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 26px;
}

.adrVersion li:hover a>span {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.adrVersion li:hover p:nth-of-type(1) {
    color: #108CFD;
}

.adrVersion li:hover a {
    background: rgba(255,255,255,.7);
}

.relGameZt {
    position: relative;
    margin-bottom: 12px;
}

.relGameZt .tabMenu {
    padding: 10px 0 0;
    overflow: hidden;
    *zoom: 1;}

.relGameZt .tabMenu>div {
    position: relative;
    top: 0;
    float: left;
    padding: 0 3px;
    width: 814px;
    height: 34px;
    border-radius: 6px;
}

.relGameZt .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 0 6px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 29px;
    cursor: pointer;
    border-radius: 6px;
}

.relGameZt .tabMenu span:hover,.relGameZt .tabMenu span.current {
    position: relative;
    top: -3px;
    color: #fff;
    background: #108CFD;
    height: 34px;
    line-height: 34px;
}

.relGameZt .tabCont {
    margin-top: 10px;
    padding: 16px 20px 0;
}

.relGameZt .subBox {
    position: relative;
}

.relGameZt .subBox .info {
    display: block;
    padding: 25px 12px 9px 420px;
    width: 340px;
    height: 200px;
    margin: 0 auto 0px;
}

.relGameZt .subBox .info strong {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #1D2127;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relGameZt .subBox .info span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.relGameZt .subBox .info p {
    position: relative;
    display: block;
    margin-top: 11px;
    max-height: 120px;
    line-height: 24px;
    font-size: 14px;
    color: #1D2127;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.relGameZt .subBox .img {
    position: absolute;
    top: -22px;
    left: -10px;
    display: block;
    width: 400px;
    height: 225px;
    border-radius: 6px;
    overflow: hidden;
}

.relGameZt .subBox .img img {
    display: block;
    min-width: 100%;
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 6px;
}

.relGameZt .subBox .img img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.relGameZt .subBox .img:hover img {
    transform: scale(1.2);
}

.relGameZt .subBox .info:hover strong {
    color: #108CFD;
    text-decoration: underline;
}

.relGameZt .subBox ul {
    position: relative;
    width: 106%;
    padding-bottom: 2px;
    overflow: hidden;
    *zoom: 1;}

.relGameZt .subBox ul li {
    float: left;
    position: relative;
    z-index: 1;
    width: 405px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.relGameZt .subBox ul li a {
    position: relative;
    display: block;
    padding: 10px;
    background: rgba(255, 255, 255,.45);
    overflow: hidden;
    *zoom: 1;}

.relGameZt .subBox ul li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.relGameZt .subBox ul li div {
    float: left;
    width: 220px;
    height: 70px;
    overflow: hidden;
}

.relGameZt .subBox ul li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relGameZt .subBox ul li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relGameZt .subBox ul li div span:nth-of-type(2) {
    line-height: 22px;
}

.relGameZt .subBox ul li a>span {
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 70px;
    height: 26px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}

.relGameZt .subBox ul li:hover a>span {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD;
}

.privacyMain::-webkit-scrollbar,.ruleMain::-webkit-scrollbar,.logMain::-webkit-scrollbar {
    width: 6px !important;
    border-radius: 6px;
    background-color: transparent !important;
}

.privacyMain::-webkit-scrollbar-thumb,.ruleMain::-webkit-scrollbar-thumb,.logMain::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #DFDFDF!important;
}

/* order */
.orderList {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    padding: 18px 45px;
    min-height: 302px;
    background-image: linear-gradient(180deg, #FFFAE2 ,transparent 27%,transparent);
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}

.orderBox .oClose {
    position: absolute;
    top: 9px;
    right: 9px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.orderBox .oClose i {
    display: inline-block;
    padding: 10px;
    width: 21px;
    height: 20px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -0px -276px;
    ;position: relative;
}

.orderBox .oClose:hover i {
    background-position: -307px -276px;
}

.orderBox .oTitle {
    position: relative;
    margin-bottom: 10px;
}

.orderBox .oTitle i {
    display: block;
    font-size: 32px;
    color: #666;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.orderBox .oTelBox {
    position: relative;
}

.orderBox .oTelBox i {
    position: absolute;
    top: 15px;
    left: 21px;
    display: block;
    width: 22px;
    height: 33px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -63px -286px;
}

.orderBox .oTelBox:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 60px;
    display: block;
    width: 1px;
    height: 42px;
    background: #ddd;
}

.orderBox form .tel {
    width: 300px;
    height: 60px;
    line-height: 48px;
    background: #efefef;
    border: none;
    color: #999;
    font-size: 18px;
    border-radius: 9px;
    padding: 0 28px 0 72px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .tel::-webkit-input-placeholder {
    color: #999;
}

.orderBox form .tel:-moz-placeholder {
    color: #999;
}

.orderBox form .tel::-moz-placeholder {
    color: #999;
}

.orderBox form .tel:-ms-input-placeholder {
    color: #999;
}

.orderBox form .tel:focus {
    color: #808080;
}

.orderBox form p {
    color: #666;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #FF3333;
}

.orderBox form p:last-of-type {
    text-decoration: none;
    font-size: 16px;
    color: #ccc;
    margin-top: 4px;
}

.orderBox form span {
    color: #ff3232;
    font-size: 14px;
    text-align: left;
    display: block;
    width: 306px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .oBtn,.orderBox .oKnow {
    display: block;
    cursor: pointer;
    border: 0;
    background: #CC9966;
    width: 224px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    ;line-height: 48px;
    margin: 19px auto;
    border-radius: 24px;
}

.orderBox .msg {
    display: block;
    color: #ff3232;
    font-size: 14px;
    text-align: left;
    width: 326px;
    margin: 0 auto;
}

.orderBox .oWin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oWin>strong {
    display: block;
    font-size: 24px;
    color: #77E5FF;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 36px;
    margin-top: 18px;
}

.orderBox .oWin>i {
    display: block;
    width: 102px;
    height: 76px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -341px;
    margin: auto;
    position: relative;
}

.orderBox .oAgin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oAgin>strong {
    display: block;
    font-size: 24px;
    color: #77E5FF;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 36px;
    margin-top: 18px;
}

.orderBox .oAgin>i {
    display: block;
    width: 102px;
    height: 77px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -141px -341px;
    margin: auto;
    position: relative;
}

/* rizhi */
.rizhi {
    position: relative;
    font-size: 15px;
    color: #1D2127;
    line-height: 24px;
    margin: 0 20px;
}

.rizhi strong {
    position: relative;
    display: block;
    color: #1D2127;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.rizhi strong:before {
    content: "銆?;
    margin-left: -8px;
    font-weight: bold;
}

.rizhi strong:after {
    content: "銆?;
    font-weight: bold;
}

.rizhi p {
    margin-bottom: 6px;
    border-bottom: none;
    display: block;
}

.rizhi p:nth-of-type(1) {
    margin-top: -4px;
}

.rizhi p span {
    display: block;
}

.rizhi p br {
    line-height: 2px;
}

.rLog {
    position: absolute;
    top: 21px;
    right: 21px;
    color: #108CFD;
    text-decoration: underline;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.rLog i {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 18px;
    height: 11px;
    background-position: -468px -5px;
    margin-right: 5px;
}

.rLog:hover {
    font-weight: 400;
}

.rTime {
    position: relative;
    display: inline-block;
    height: 62px;
    line-height: 66px;
    font-size: 14px;
    color: #ccc;
    margin-left: 10px;
}

/*  */
.gLog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gLog .gLclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gLog .gLclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gLog .lTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #108CFD;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gLog .lTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gLog .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #FB371F 0%, #FA7F2A 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.logMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px auto 35px;
    margin-right: 23px;
    text-align: left;
    overflow: auto;
}

.logMain strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.logMain p {
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
}

.logMain p span {
    display: block;
}

.logMain p br {
    line-height: 2px;
}

.logBox:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gRule .oTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #108CFD;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gRule .oTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #FB371F 0%, #FA7F2A 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px auto 35px;
    margin-right: 23px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.ruleMain p {
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
}

.ruleMain p span {
    display: block;
}

.ruleMain p br {
    line-height: 2px;
}

.ruleTxt:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gPrivacy .oTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #108CFD;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gPrivacy .oTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #FB371F 0%, #FA7F2A 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px auto 35px;
    margin-right: 23px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
}

.privacyMain p span {
    display: block;
}
/* ===== 举报弹窗 ===== */
.complainPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.complainPop .complainDialog {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 580px;
}

.complainPop .complainHd {
    position: relative;
    height: 53px;
    background: #F5FAFF;
    border-radius: 10px 10px 0 0;
    line-height: 53px;
    padding: 0 20px;
}

.complainPop .complainHd h3 {
    font-size: 18px;
    color: #1D2127;
    font-weight: bold;
}

.complainPop .popClose {
    position: absolute;
    top: 17px;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-position: -236px -286px;
}

.complainPop .tabBar {
    padding: 16px 20px 0;
}

.complainPop .tabBar .tabBarLabel {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1;
    font-weight: bold;
}

.complainPop .tabBarGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.complainPop .tabBarGrid label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #555;
    background: #F5F7FA;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.complainPop .tabBarGrid label:hover {
    border-color: #108CFD;
    color: #108CFD;
}

.complainPop .tabBarGrid input[type="radio"] {
    margin-right: 4px;
    vertical-align: middle;
    accent-color: #108CFD;
}

.complainPop .complainForm {
    padding: 12px 20px 20px;
}

.complainPop .formTxt {
    overflow: hidden;
    margin-bottom: 12px;
}

.complainPop .formLabel {
    float: left;
    display: block;
    width: 56px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
}

.complainPop .formTxt textarea {
    float: left;
    width: 462px;
    height: 80px;
    padding: 8px 10px;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    resize: none;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.complainPop .formTxt textarea:focus {
    border-color: #108CFD;
}

.complainPop .emTxt {
    overflow: hidden;
    margin-bottom: 16px;
}

.complainPop .emTxt input {
    float: left;
    width: 462px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E8ECF2;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.complainPop .emTxt input:focus {
    border-color: #108CFD;
}

.complainPop .buttonBox {
    text-align: center;
}

.complainPop .subBtn {
    display: inline-block;
    width: 200px;
    height: 40px;
    background: #108CFD;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.complainPop .subBtn:hover {
    opacity: .85;
}

.complainPop .cancelBtn {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 20px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    margin-left: 12px;
    transition: all 0.2s ease;
}

.complainPop .cancelBtn:hover {
    border-color: #108CFD;
    color: #108CFD;
}


.privacyMain p br {
    line-height: 2px;
}

.privacyTxt:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 12px 12px;
}

/* feedback */
.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/maskfkbg.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    width: 500px;
    min-height: 700px ;
    padding: 12px 10px 11px;
    text-align: center;
}

.feBackBox .cont {
    padding-top: 13px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.feBaClose {
    position: absolute;
    height: 37px;
    top: 15px;
    right: 14px;
    ;z-index: 10;
    cursor: pointer;
}

.feBaClose i {
    display: inline-block;
    width: 36px;
    height: 37px;
    background-position: 1px -278px;
}

.feBackBox .fTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 70px;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 0;
    color: #333;
    font-weight: bold;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    width: 224px;
    height: 48px;
    background: #77E5FF;
    border-radius: 24px;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    margin: 28px auto 20px;
    overflow: hidden;
    white-space: nowrap;
}

.feBack {
    margin: 0 0 25px;
}

.feBack>span {
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin: 5px 25px 0;
    display: block;
    text-align: left;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}

.otherRe {
    margin: 6px 22px 10px;
    min-height: 80px;
    background: #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 20px;
}

.feBack textarea {
    width: 100%;
    height: 80px;
    line-height: 24px;
    border: none;
    resize: none;
    background: transparent;
    font-size: 16px;
    color: #666;
}

.checkbox {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 62px;
    top: 0;
    height: 52px;
    line-height: 52px;
    width: 415px;
    font-size: 18px;
    color: #666;
    text-align: left;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -38px;
    top: 13px;
    width: 27px;
    height: 27px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -115px -286px;
}

.checkbox input[type='checkbox']:checked + label:after {
    background-position: -170.5px -284.5px;
}

.telBox {
    overflow: hidden;
    margin: 0 22px 10px;
    background: #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
    height: 53px;
    line-height: 53px;
    margin-top: 6px;
}

.telBox input {
    display: block;
    border: none;
    width: 436px;
    padding: 0 10px;
    height: 53px;
    line-height: 53px;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 16px;
    color: #454545;
}

.telBox input::-webkit-input-placeholder {
    color: #B4B9C2;
}

.telBox input:-moz-placeholder {
    color: #B4B9C2;
}

.telBox input::-moz-placeholder {
    color: #B4B9C2;
}

.telBox input:-ms-input-placeholder {
    color: #B4B9C2;
}

/* 0403 */
.adrIntro .feBaBtn {
    top: 0;
}

.ztIntro .feBaBtn {
    top: 30px;
    background: rgba(255,255,255,.72);
}

/* 0625 */
.crumb>div {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.newsLR .crumb {
    background: transparent;
}

.bhMenu {
    width: 1272px;
    overflow: hidden;
    *zoom: 1;}

.bhMenu a {
    float: left;
    display: block;
    width: 106px;
    height: 38px;
    font-size: 16px;
    color: #454545;
    font-weight: 500;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid rgba(204, 204, 204, .7);
    background-color: #F5FAFF;
    margin: 0 22px 20px 0;
    text-align: center;
    overflow: hidden;
}

.bhMenu a:hover,.bhMenu a.current {
    border-color: transparent;
    background: #108CFD;
    color: #fff;
}

.newsLR {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    overflow: hidden;
    *zoom: 1;}

.newsL {
    float: left;
    width: 834px;
    margin-right: 18px;
    overflow: hidden;
}

.newsR {
    float: right;
    width: 344px;
    overflow: hidden;
}

.newsR section {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.newsListing ul {
    padding: 1px 0;
    overflow: hidden;
}

.newsListing li {
    margin-bottom: 20px;
    padding: 20px 21px 19px;
    height: 118px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    *zoom: 1;}

.newsListing li a {
    display: block;
}

.newsListing li>a {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 118px;
    border-radius: 10px;
    overflow: hidden;
}

.newsListing li>a img {
    width: 200px;
    min-height: 118px;
    height: auto;
    border-radius: 10px;
    display: block;
    transition: all .3s linear;
}

.newsListing li>a:hover img {
    transform: scale(1.1)
}

.newsListing li .info {
    float: left;
    width: 570px;
}

.newsListing li .info>a {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #000;
    line-height: 38px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newsListing li .info p {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsListing li .info div {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.newsListing li .info span {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newsListing li .info span b {
    font-size: 14px;
    color: #ab4e57;
    line-height: 22px;
}

.newsListing li .info div a {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #b85f20;
    line-height: 22px;
}

.newsListing li .info div a:before {
    content: "銆?;
    font-size: 14px;
    color: #b85f20;
    line-height: 22px;
}

.newsListing li .info div a::after {
    content: "銆?;
    font-size: 14px;
    color: #b85f20;
    line-height: 22px;
}

.newsListing li .info div a:hover {
    text-decoration: underline;
}

.newsListing li:hover .info>a {
    color: #108CFD;
}

.newsListing .pagecode span a,.newsListing .pagecode .first,.newsListing .pagecode .last,.newsListing .pagecode .pre, .pagecode .next {
    background: #fff;
}

.newsListing .pagecode {
    padding: 10px 0 21px;
}

.hotNews .sideTit em:before {
    content: "";
    position: relative;
    top: 20px;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 5px;
    display: inline-block;
    width: 33px;
    height: 11px;
    background: url("../img/icon.png") no-repeat;
    background-size: 1000px 1000px;
    background-position: -277px -5px;
}

.hotNews {
    position: relative;
    padding-bottom: 30px;
}

.hotNews ul {
    margin-bottom: 27px;
    padding-top: 5px;
}

.hotNews li {
    float: left;
}

.hotNews li>a {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hotNews li>a:nth-of-type(2) {
    margin-top: 11px;
}

.hotNews li>a img {
    float: left;
    width: 130px;
    height: 90px;
    border-radius: 6px;
    margin-right: 10px;
}

.hotNews li>a div {
    float: left;
    width: 158px;
    height: 90px;
    overflow: hidden;
}

.hotNews li>a div p {
    height: 70px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: -3px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hotNews li>a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotNews li>a:hover div p {
    color: #108CFD;
}

.hotNews li>div {
    position: relative;
    padding: 0 20px;
    line-height: 34px;
    overflow: hidden;
    *zoom: 1; }

.hotNews li>div:before {
    content: "";
    position: relative;
    float: left;
    top: 15px;
    margin-right: 9px;
    vertical-align: top;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #e3e3e3;
    ;font-size: 0;
    line-height: 0;
}

.hotNews li>div span {
    float: right;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    line-height: 34px;
}

.hotNews li>div a {
    float: left;
    display: block;
    width: 242px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotNews li>div:hover a {
    color: #108CFD;
}

.hotNews .swiper-pagination {
    bottom: 25px;
}

.hotNews .swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
    background-color: #D9D9D9;
    opacity: 1;
    border-radius: 6px;
    margin: 0 6px!important;
}

.hotNews .swiper-pagination-bullet-active {
    width: 6px !important;
    background-color: #ACADAC;
}

.hotNews .swiper-button-next,.hotNews .swiper-button-prev {
    z-index: 12;
    color: #5C5E5D;
    top: auto;
    bottom: 12px;
    cursor: pointer;
}

.hotNews .swiper-button-next:after, .hotNews .swiper-button-prev:after {
    width: 22px;
    height: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid rgba(217,217,217,0.5);
}

.hotNews .swiper-button-prev {
    left: 114px;
    right: auto;
}

.hotNews .swiper-button-next {
    right: 114px;
    left: auto;
}

.hotNews .swiper-button-next:hover:after, .hotNews .swiper-button-prev:hover:after {
    border-color: rgba(90, 150, 255, .1);
    color: #8ED7E8;
}

.bhNewsRec {
    padding-bottom: 21px;
}

.bhNewsRec ul {
    margin-top: -1px;
}

.bhNewsRec li {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    *zoom: 1;}

.bhNewsRec li>a {
    float: left;
    margin-right: 9px;
    width: 112px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
}

.bhNewsRec li img {
    float: left;
    width: 100%;
    min-height: 72px;
    height: auto;
    overflow: hidden;
}

.bhNewsRec li dl {
    float: left;
    width: 182px;
    height: 72px;
    overflow: hidden;
}

.bhNewsRec li dt a {
    display: block;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bhNewsRec li dd span {
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhNewsRec li:hover dt a {
    color: #108CFD;
}

.newsTitle {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px ;
    text-align: center;
    background: linear-gradient(0deg, #D7EBF8, #D6CBF4);
}

.newsTitle h1 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 18px;
}

.newsTitle .intro {
    position: relative;
    height: 28px;
}

.newsTitle .intro span,.newsTitle .intro time {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    color: #8D99A3;
    line-height: 28px;
    margin-right: 30px
}

.newsTitle .intro time {
    display: inline-block;
    vertical-align: top;
    ;}

.bhNSCont {
    margin: 0 0 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.bhNSCont .cont {
    padding-bottom: 2px;
    font-size: 16px;
    color: #242424;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
}

.bhNSCont .cont a:hover {
    border-bottom: .01px solid #FB371F;
    ;}

.bhNSCont .cont p {
    line-height: 32px;
    color: #242424;
    margin-bottom: 14px;
}

.bhNSCont .cont br {
    height: 1px;
}

.bhNSCont .cont img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.bhNSCont .cont p img {
    max-width: 100%;
    ;border-radius: 10px;
    margin-bottom: 20px!important;
}

.bhNSCont .cont h3 {
    position: relative;
    line-height: 36px;
    font-size: 20px;
    color: #108CFD;
    font-weight: bold;
    overflow: hidden;
    *zoom:1;margin-bottom: 4px;
}

.bhNSCont .cont iframe {
    width: 660px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
}

.bhNSCont .cont table {
    max-width: 100%;
    margin: auto;
}

.bhNSCont .cont table a {
    color: #0000ee
}

.bhNSCont .cont table a:hover {
    text-decoration: underline
}

.bhNSCont .cont .info {
    margin: 0 16px 20px;
    overflow: hidden;
    background: #f9f9f9;
    height: 113px;
}

.bhNSCont .cont .info img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border-radius: 12px;
    margin: 17px 20px 16px 15px;
}

.bhNSCont .cont .info p {
    text-indent: 0;
    margin-bottom: 10px;
}

.bhNSCont .qaboxs {
    float: left;
    width: 62%;
}

.bhNSCont .qaboxs .name {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 16px;
}

.bhNSCont .qaboxs p span {
    font-size: 14px;
    color: #999;
    margin-right: 45px;
}

.bhNSCont .qaboxs p span em {
    font-size: 14px;
    color: #666;
}

.bhNSCont .cont .info>a {
    display: block;
    float: right;
    width: 130px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #ffa622;
    margin-top: 41px;
    border-radius: 3px;
    margin-right: 18px;
}

.bhNSCont .qaboxs .name:hover {
    color: #FB371F;
    font-weight: bold;
}

.statement {
    height: 39px;
    background: rgba(255, 101, 31, 0.06);
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    color: rgba(51, 51, 51, .72);
    padding: 15px;
    margin: 20px 0;
}

.statement span {
    color: #FA607D;
    font-weight: bold;
    margin-right: 6px;
}

.newsCopy {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #888;
    margin: 0 auto;
}

.newsCopy span {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ffbc4c;
    border: 1px solid #ffbc4c;
    border-radius: 4px;
    margin-right: 11px;
    cursor: pointer
}

.newsCopy span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    position: relative;
    top: 6px;
    margin-right: 7px;
    background-position: -249px -5px
}

.newsCopy span input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.newsCopy span:hover {
    font-weight: bold;
}

.bhNGSRel {
    position: relative;
    display: block;
    margin: 8px 0 20px;
    padding: 19px;
    height: 114px;
    background: #F5FAFF;
    border-radius: 20px;
    border: 1px solid #fff;
    overflow: hidden;
    *zoom: 1;}

.bhNGSRel .img {
    float: left;
    width: 114px;
    height: 114px;
    margin-right: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.bhNGSRel .img img {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    margin: 0;
    width: 114px;
    height: 114px;
    border-radius: 30px;
}

.bhNGSRel dl {
    position: relative;
    float: left;
    width: 590px;
}

.bhNGSRel dt,.bhNGSRel dd {
    display: block;
    overflow: hidden;
}

.bhNGSRel dl dt a {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhNGSRel dl .time {
    margin-bottom: 1px;
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
}

.bhNGSRel dl .time time {
    color: #666;
    margin-right: 3px;
}

.bhNGSRel dl .time span {
    color: #999;
    margin: 0 3px;
}

.bhNGSRel dl .tags {
    overflow: hidden;
    *zoom: 1;}

.bhNGSRel dl .tags a,.bhNGSRel dl .tags span {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    height: 26px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    border-radius: 6px;
    margin: 8px 8px 0 0;
    background: rgba(255, 255, 255, .5);
}

.bhNGSRel dl .tags a:hover {
    background: #108CFD;
    color: #fff;
}

.bhNGSRel dl dt a:hover {
    color: #108CFD;
}

.bhNGSRel .btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 59px;
    width: 106px;
    height: 38px;
    border: 1px solid #108CFD;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
    color: #108CFD;
    overflow: hidden;
    text-align: center;
}

.bhNGSRel .btn:hover {
    background-color: #108CFD;
    color: #fff;
}

.newsR .gsTit {
    margin-bottom: 7px;
    padding: 0 13px;
    height: 53px;
    line-height: 53px;
    background: #F5FAFF;
    border-radius: 6px 6px 0 0;
}

.newsR .gsTit strong {
    font-size: 20px;
    line-height: 53px;
    height: 53px;
}

.newsR .gsTit strong:before {
    display: none;
}

.newsR .gsTit a {
    top: 16px;
}

.newsL .gsTit {
    padding: 0;
}

.newsL .adrGaRec .list a {
    margin-right: 30px;
}

.bhGSRec {
    position: relative;
    margin: 0 0 20px 0;
    background: #F6F9FB;
    border-radius: 20px;
    overflow: hidden;
}

.bhGSRec ul {
    position: relative;
    margin-top: -1px;
    padding-bottom: 21px;
}

.bhGSRec li {
    position: relative;
    z-index: 1;
    height: 90px;
    overflow: hidden;
}

.bhGSRec li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    overflow: hidden;
    *zoom: 1;}

.bhGSRec li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 16px;
}

.bhGSRec li div {
    float: left;
    width: 208px;
    height: 70px;
    overflow: hidden;
}

.bhGSRec li div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhGSRec li div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhGSRec li div span:nth-of-type(2) {
    margin-top: 6px;
}

.bhGSRec li a>span {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #108CFD;
    background: #F5FAFF;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhGSRec li:hover a>span {
    color: #fff;
    background: #108CFD;
}

.bhZtRec {
    display: block;
    margin-bottom: 20px;
}

.bhZtRec ul {
    padding: 0 0 10px 0;
    overflow: hidden;
}

.bhZtRec li {
    float: left;
    margin: 10px 0 0 8px;
    position: relative;
    display: block;
    width: 160px;
    height: 136px;
    border-radius: 8px;
    overflow: hidden;
}

.bhZtRec li a {
    display: block;
}

.bhZtRec li .img {
    width: 100%;
    height: 100px;
}

.bhZtRec li .img img {
    width: 100%;
    min-height: 100px;
    height: auto;
    border-radius: 8px;
}

.bhZtRec li .name {
    padding: 8px 0;
    overflow: hidden;
    *zoom: 1;}

.bhZtRec li .name p {
    float: left;
    display: block;
    width: 120px;
    padding: 0;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhZtRec li .name span {
    float: right;
    max-width: 40px;
    height: 20px;
    border-radius: 12px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: center;
}

.bhZtRec li .img img {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.bhZtRec li .img:hover img {
    transform: scale(1.2);
}

.bhHotNews {
    margin-bottom: 10px;
}

.bhHotNews ul {
    width: 106%;
    padding: 12px 0 0;
    overflow: hidden;
}

.bhHotNews ul li {
    float: left;
    width: 262px;
    height: 225px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    overflow: hidden
}

.bhHotNews ul a {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    *zoom:1}

.bhHotNews ul a div {
    width: 100%;
    height: 152px;
    overflow: hidden
}

.bhHotNews ul a img {
    float: right;
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto
}

.bhHotNews ul a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.bhHotNews ul a img:hover {
    transform: scale(1.2)
}

.bhHotNews ul a p {
    display: block;
    padding: 0 5px 0 10px;
    height: 44px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.bhHotNews ul a:hover p {
    color: #108CFD
}

.pageBox {
    margin: 2px 0;
    height: 42px;
    overflow: hidden;
    *z-index: 1;
}

.pageBox p {
    display: block;
    padding: 0 14px;
    width: 360px;
    height: 40px;
    background-color: #F5FAFF;
    border: 1px solid #fff ;
    border-radius: 10px;
    font-size: 14px;
    color: #8F8F8F;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.pageBox p:nth-of-type(1) {
    float: left;
}

.pageBox p:nth-of-type(2) {
    float: right;
}

.pageBox p span,.pageBox p a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pageBox p.pagePre {
    float: left;
}

.pageBox p.pageNext {
    float: right;
}

.pageBox p a {
    color: #333;
}

.pageBox p:hover a {
    color: #108CFD;
}










.imgBox {
    overflow: hidden
}

.imgBox>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.inRankBox {
    margin-top: 38px;
    background: #FFF;
    padding-bottom:10px;
}

.boxWrap {
    width: 1200px;
    margin: 0 auto;
}
.btnItem {
    text-align: center;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: transparent;
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem, .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem {
    display: block;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: transparent;
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    margin-left: auto;
    margin-right: 14px
}
 .inRankBox .boxWrap .boxCont .boxItem .tip, .inRankBox .boxWrap .boxCont .boxItem .tip {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip, .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip {
    display: none;
}


.adrMid,.adrTopic,.adrGame,.inRankBox,.inBodyWrap .inRankBox,.bodyWrap .inRankBox {
    margin-top: 20px
}

.inRankBox .boxWrap .boxCont,.inBodyWrap .inRankBox .boxWrap .boxCont,.bodyWrap .inRankBox .boxWrap .boxCont {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.inRankBox .boxWrap .boxCont .boxItem,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem {
    width: 380px;padding-left: 10px;
}

.inRankBox .boxWrap .boxCont .boxItem .itemTitle,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle {
    line-height: 56px;
    border-top: 1px solid #EEEEEE;
    font-size: 24px;
    font-weight: bold;
    color: #FF5D32;
    position: relative
}

.inRankBox .boxWrap .boxCont .boxItem .itemTitle::before,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle::before,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .itemTitle::before {
    content: "";
    display: block;
    width: 172px;
    height: 4px;
    background: #FF5D32;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: -1px
}

.inRankBox .boxWrap .boxCont .boxItem .tip,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem .tip,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem .tip {
    font-size: 14px;
    line-height: 18px;
    color: #999999
}

.inRankBox .boxWrap .boxCont .boxItem>ul,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul {
    font-size: 16px;
    line-height: 20px;
    color: #333333
}

.inRankBox .boxWrap .boxCont .boxItem>ul li,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li {
    margin-top: 16px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:first-child,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child {
    margin-top: 18px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span {
    color: #FFFFFF
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:first-child a>span::after {
    background: #FF5C47
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span {
    color: #FFFFFF
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2) a>span::after {
    background: #FF8A3B
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span {
    color: #FFFFFF
}

.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3) a>span::after {
    background: #FFD83B
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a {
    display: flex;
    align-items: center
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a>span,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span {
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #999999;
    position: relative;
    z-index: 1;
    margin-right: 8px;
    padding-left: 5px;
    box-sizing: content-box;
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a>span::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #EEEEEE;
    transform: skew(-15deg, 0deg);
    z-index: -1;
    position: absolute;
    left: 5px;
    top: 0
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox {
    display: none;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox img,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox img,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgBox img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 14px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo {
    padding-left: 14px;
    padding-right: 5px;
    flex: 1;
    width: 0
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .imgInfo .tip {
    display: none
}

.inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li a .btnItem {
    display: none
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a {
    padding-bottom: 4px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover {
    color: #333
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>span {
    font-weight: bold
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgBox {
    margin-left: 12px;
    display: block
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo {
    padding-left: 16px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo p {
    font-weight: bold
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip {
    font-weight: normal;
    display: block;
    margin-top: 8px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .imgInfo .tip:last-child {
    margin-top: 6px
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a .btnItem {
    display: block
}

.inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active a>.tip {
    display: none
}

.inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle {
    color: #9232FF
}

.inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(2) .itemTitle::before {
    background: #9232FF
}

.inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle {
    color: #328EFF
}

.inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before,.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before,.bodyWrap .inRankBox .boxWrap .boxCont .boxItem:nth-child(3) .itemTitle::before {
    background: #328EFF
}
/* ===== 兼容新版li结构样式追加，不改动原有代码 ===== */
/* 1. active li下数字序号 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>span,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>span,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>span {
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-right: 8px;
    padding-left: 5px;
    box-sizing: content-box;
    font-weight: bold;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>span::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    transform: skew(-15deg, 0deg);
    z-index: -1;
    position: absolute;
    left: 5px;
    top: 0;
    background: #EEEEEE;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(1).active>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(1).active>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(1).active>span::after {
    background: #FF5C47;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2).active>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2).active>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(2).active>span::after {
    background: #FF8A3B;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3).active>span::after,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3).active>span::after,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li:nth-child(3).active>span::after {
    background: #FFD83B;
}

/* 2. active下图片盒子显示 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox {
    margin-left: 12px;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox img,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox img,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgBox img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 14px;
}

/* 3. 文字信息容器 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo {
    padding-left: 16px;
    padding-right: 5px;
    flex: 1;
    width: 0;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo p,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo p,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip {
    font-weight: normal;
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip:last-child,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip:last-child,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.imgInfo .tip:last-child {
    margin-top: 6px;
}

/* 4. 查看按钮 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem {
    display: block;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: transparent;
    border: 1px solid rgba(112, 192, 255, 0.5);
    border-radius: 14px;
    font-size: 14px;
    color: rgba(16, 140, 253, 0.7);
    margin-left: auto;
    margin-right: 14px;
    text-align: center;
}
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem a,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem a,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.btnItem a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

/* 5. 底部tip隐藏 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active>.tip,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.tip,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active>.tip {
    display: none;
}

/* 6. li弹性布局对齐 */
.inRankBox .boxWrap .boxCont .boxItem>ul li.active,
.inBodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active,
.bodyWrap .inRankBox .boxWrap .boxCont .boxItem>ul li.active {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}
.adrML ol li .index_top_a{display: contents !important;}
/**鎺掕姒滈〉闈?*/
.rkListBox .boxWrap .title p span,.inBodyWrap .rkListBox .boxWrap .title p span,.bodyWrap .rkListBox .boxWrap .title p span {
    font-size: 48px;
    color: #333333;
    line-height: 48px;
    opacity: .1;
    position: absolute;
    bottom: 8px;
    left: -3px;
    right: -3px
}

.rankList {
    margin-top: 20px;
    font-size: 16px;
    color: #666666
}

.rankList li>a {
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center
}

.rankList li>a>span {
    width: 80px;
    padding-right: 40px;
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    height: 37px;
    line-height: 37px
}

.rankList li>a>span::after {
    content: "";
    display: block;
    width: 32px;
    height: 37px;
    background-image: url("../img/sorticon.png");
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -198px -521px;
    position: absolute;
    left: 35px;
    top: 0;
    z-index: -1
}

.rankList li>a .imgBox {
    width: 140px;
    height: 140px;
    border-radius: 32px;
    border: 4px solid #fff
}

.rankList li>a .itemInfo {
    flex: 1;
    padding-left: 20px;
    padding-right: 74px
}

.rankList li>a .itemInfo p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify
}

.rankList li>a .itemInfo p.tit {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    font-weight: bold
}

.rankList li>a .itemInfo p.txt {
    margin-top: 10px;
    line-height: 30px;
    -webkit-line-clamp: 2
}

.rankList li>a .itemInfo p.tags {
    display: flex;
    margin: 7px -15px 0
}

.rankList li>a .itemInfo p.tags span {
    padding: 0 28px;
    height: 36px;
    line-height: 36px;
    background: #F7F7F7;
    border-radius: 5px;
    margin: 0 15px
}

.rankList li>a .btn {
    font-size: 16px;
    color: #666666;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #F5F5F5;
    border-radius: 5px;
    text-align: center
}

.rankList li>a:hover {
    border-color: #47FFA3
}

.rankList li>a:hover .imgBox {
    border-color: #47FFA3
}

.rankList li>a:hover .itemInfo p.tit {
    color: #47FFA3
}

.rankList li>a:hover .btn {
    color: #333;
    background: #47FFA3
}

.rankList li:nth-child(1)>a>span,.rankList li:nth-child(2)>a>span,.rankList li:nth-child(3)>a>span {
    padding-left: 0px;
    padding-right: 25px;
    height: 35px;
    line-height: 35px
}

.rankList li:nth-child(1)>a>span::after,.rankList li:nth-child(2)>a>span::after,.rankList li:nth-child(3)>a>span::after {
    content: "";
    display: block;
    width: 56px;
    height: 35px;
    background-image: url("../img/sorticon.png");
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -522px;
    left: 12px
}

.rankList li:nth-child(2)>a>span::after {
    background-position: -68px -522px
}

.rankList li:nth-child(3)>a>span::after {
    background-position: -133px -522px
}
.rkListBox .boxWrap .title, .inBodyWrap .rkListBox .boxWrap .title, .bodyWrap .rkListBox .boxWrap .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.rkListBox .boxWrap .title p span, .inBodyWrap .rkListBox .boxWrap .title p span, .bodyWrap .rkListBox .boxWrap .title p span {
    font-size: 48px;
    color: #333333;
    line-height: 48px;
    opacity: .1;
    position: absolute;
    bottom: 8px;
    left: -3px;
    right: -3px;
}
.rkListBox .boxWrap .title p::before,.inBodyWrap .rkListBox .boxWrap .title p::before,.bodyWrap .rkListBox .boxWrap .title p::before {
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: #47FFA3;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1
}

.rkListBox,.inBodyWrap .rkListBox,.bodyWrap .rkListBox {
    margin-top: 54px
}

.rkListBox .boxWrap .title,.inBodyWrap .rkListBox .boxWrap .title,.bodyWrap .rkListBox .boxWrap .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center
}

.rkListBox .boxWrap .title p,.inBodyWrap .rkListBox .boxWrap .title p,.bodyWrap .rkListBox .boxWrap .title p {
    position: relative;
    z-index: 1
}

.rkListBox .boxWrap .title p::before,.inBodyWrap .rkListBox .boxWrap .title p::before,.bodyWrap .rkListBox .boxWrap .title p::before {
    content: '';
    display: block;
    width: 120px;
    height: 10px;
    background: #47FFA3;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1
}

.rkListBox .boxWrap .title p span,.inBodyWrap .rkListBox .boxWrap .title p span,.bodyWrap .rkListBox .boxWrap .title p span {
    font-size: 48px;
    color: #333333;
    line-height: 48px;
    opacity: .1;
    position: absolute;
    bottom: 8px;
    left: -3px;
    right: -3px
}


.ztComment{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.gdMarkBox .gdCont {
	padding: 0;
}
.gdMarkBox .evaluate_form,.zt_comment {
	margin: 0;
	padding: 20px 20px 20px;
	overflow: hidden;
	*zoom: 1;
}
.zt_comment{padding: 0px 20px 20px;}
.gdMarkBox .evaluate_form textarea,.zt_comment textarea{
	display: block;
	width: 100%;
	height: 90px;
	padding: 15px;
	font-size: 14px;
	color: #333;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	resize: none;
	outline: none;
	background: #fff;
	line-height: 20px;
	box-sizing: border-box;
}
.zt_comment textarea{width: 97.2%;}
.gdMarkBox .evaluate_form textarea:focus,.zt_comment textarea:focus {
	border-color: #108CFD;
}
.gdMarkBox .evaluate_form p,.zt_comment p {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	margin: 0;
}
.gdMarkBox .evaluate_btn {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 10px;
}
.gdMarkBox .evaluate_btn .pjNum {
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 34px;
}
.gdMarkBox .evaluate_btn .pjNum em {
	font-style: normal;
	color: #108CFD;
	font-weight: bold;
}
.gdMarkBox .evaluate_btn button {
	float: right;
	width: 110px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	background: #108CFD;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.gdMarkBox .evaluate_btn button:hover {
	opacity: 0.9;
}
.gdMarkBox .evaluate_list {
	overflow: hidden;
	*zoom: 1;
}
.gdMarkBox .evaluate_list .evaluate_tit {
	padding: 0 20px;
	font-size: 16px;
	color: #1D2127;
	font-weight: bold;
	line-height: 40px;
	position: relative;
}
.gdMarkBox .evaluate_list .evaluate_tit:before {
	content: "";
	position: relative;
	top: 13px;
	margin-right: 8px;
	vertical-align: top;
	display: inline-block;
	width: 4px;
	height: 16px;
	background: #108CFD;
	border-radius: 2px;
}
.gdMarkBox .evaluate_list ul {
	list-style: none;
}
.gdMarkBox .evaluate_list ul li {
	position: relative;
	border-bottom: 1px solid #F2F4F7;
}
.gdMarkBox .evaluate_list ul li:last-child {
	border-bottom: none;
}
.gdMarkBox .evaluate_list ul li .el a {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 20px;
	background: #fff;
}
.gdMarkBox .evaluate_list ul li .el a:hover {
	background: #F8FAFB;
}
.gdMarkBox .evaluate_list ul li .el a img {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin: 2px 0 0;
	object-fit: cover;
}
.gdMarkBox .evaluate_list ul li .el a .el_info {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: auto;
	overflow: hidden;
}
.gdMarkBox .evaluate_list ul li .el a .el_info p {
	display: block;
	font-size: 14px;
	color: #1D2127;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gdMarkBox .evaluate_list ul li .el a .el_info span {
	display: block;
	font-size: 12px;
	color: #9aa7b8;
	line-height: 18px;
}
.gdMarkBox .evaluate_list ul li .el a .el_info span:nth-of-type(2) {
	margin-top: 4px;
	font-size: 13px;
	color: #4a5563;
	line-height: 21px;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.gdMarkBox .evaluate_list ul li .el a > span {
	flex: 0 0 auto;
	display: block;
	margin: 2px 0 0;
	width: 64px;
	height: 28px;
	font-size: 13px;
	color: rgba(16, 140, 253, 0.8);
	border: 1px solid rgba(112, 192, 255, 0.5);
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	background: #fff;
}
.gdMarkBox .evaluate_list ul li .el a:hover > span {
	background: #108CFD;
	color: #fff;
	border-color: #108CFD;
}


/* Z-RATING */
.appRate {
	position: relative;
	overflow: hidden;
	margin: 8px 0 4px;
	line-height: 24px;
}
.appRate .starBar {
	position: relative;
	display: inline-block;
	width: 96px;
	height: 18px;
	vertical-align: middle;
	margin-right: 6px;
}
.appRate .starBar,
.appRate .starBar .starOn:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
}
.appRate .starBar:before {
	content: "★★★★★";
	color: #E8E8E8;
}
.appRate .starBar .starOn {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 18px;
}
.appRate .starBar .starOn:before {
	content: "★★★★★";
	color: #FF6A00;
}
.appRate .rateNum {
	font-size: 22px;
	color: #FF6A00;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 8px;
}
.appRate .ratePeo {
	font-size: 12px;
	color: #999;
	vertical-align: middle;
}
.appRate .ratePeo em {
	font-style: normal;
	color: #666;
}


.inRankBox .boxWrap .boxCont .boxItem>ul li.active a:hover .btnItem {
    color: #fff;
    background: #108CFD;
    border-color: #108CFD
}

/* ===== Ranking List Page ===== */
.rankListSec {
	margin-top: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.rankTableWrap {
	overflow-x: auto;
}
.rankTable {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.rankTable thead {
	background: #F5FAFF;
}
.rankTable th {
	padding: 12px 10px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
.rankTable .th-num { width: 60px; text-align: center; }
.rankTable .th-icon { width: 60px; }
.rankTable .th-name { width: auto; }
.rankTable .th-cat { width: 100px; }
.rankTable .th-date { width: 130px; }
.rankTable .th-btn { width: 80px; text-align: center; }

.rankTable tbody tr {
	transition: background 0.2s;
}
.rankTable tbody tr:hover {
	background: #F8FAFB;
}
.rankTable tbody tr:nth-child(even) {
	background: #FAFCFE;
}
.rankTable tbody tr:nth-child(even):hover {
	background: #F0F5FA;
}
.rankTable td {
	padding: 10px 10px;
	border-bottom: 1px solid #F0F0F0;
	vertical-align: middle;
}
.rankTable .rank-num {
	text-align: center;
}
.rankTable .rank-num .num {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #C0C0C0;
	border-radius: 4px;
}
.rankTable .rank-num .num.n1 { background: #FF5C47; }
.rankTable .rank-num .num.n2 { background: #FF8A3B; }
.rankTable .rank-num .num.n3 { background: #FFD83B; color: #333; }
.rankTable .rank-icon img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: block;
}
.rankTable .rank-name a {
	font-size: 15px;
	color: #333;
}
.rankTable .rank-name a:hover {
	color: #108CFD;
}
.rankTable .rank-cat {
	font-size: 13px;
	color: #999;
}
.rankTable .rank-date {
	font-size: 13px;
	color: #999;
}
.rankTable .rank-btn {
	text-align: center;
}
.rankTable .rank-btn a {
	display: inline-block;
	padding: 4px 16px;
	font-size: 13px;
	color: #108CFD;
	border: 1px solid rgba(16,140,253,0.4);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s;
}
.rankTable .rank-btn a:hover {
	background: #108CFD;
	color: #fff;
	border-color: #108CFD;
}

.wrapper, .main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-box{overflow:hidden;}
.page-box .col-nar{background:#fff;}
.page-box .col-wide{width:890px;background:#fff;overflow:hidden;}
.page-box .head img{width:100%;}
.page-box .gap{height:10px;background:#F4F4F5;}
.page-box .catNav-list{border-top:1px solid #eee;overflow:hidden;}
.page-box .catNav-list li{height:50px;line-height:52px;border-bottom:1px solid #eee;font-size:17px;}
.page-box .catNav-list li a{display:block;padding-left:32px;}
.page-box .catNav-list li a:hover,.page-box .catNav-list li.cur a{padding-left:30px;border-left:2px solid #358ff0;}
.page-box .catNav-list li a:hover{background:#EDEDED;background:rgba(237,237,237,0.6);color:#358ff0;}
.page-box .catNav-list li.cur a{background:#EDEDED;}
.pageContent-box{padding:0 40px;overflow:hidden;}
.pageContent-box .title{padding:20px 0;border-bottom:1px solid #F0F0F1;font-size:24px;color:#333;font-weight:bold;}
.pageContent-box .articleContent{margin-bottom:20px;}
.pageContent-box .articleContent h1,.pageContent-box .articleContent h2,.pageContent-box .articleContent h3,.pageContent-box .articleContent h4,.pageContent-box .articleContent h5,.pageContent-box .articleContent h6{margin-bottom:20px;padding:3px 3px 8px 0px;border:none;font-size:18px;color:#444;}
.sitemap-box{padding:15px 15px;overflow:hidden;}
.sitemap-list{clear:both;overflow:hidden;}
.sitemap-list dt{margin-bottom:10px;height:39px;line-height:39px;border-bottom:1px solid #ddd;font-size:18px;color:#333;}
.sitemap-list dt a,.sitemap-list dt span{display:inline-block;padding:0 15px;height:38px;border-bottom:3px solid #358ff0;}
.sitemap-list dt a:hover{color:#358ff0;}
.sitemap-list dd{padding-bottom:12px;overflow:hidden;}
.sitemap-list dd a{float:left;display:block;width:105px;padding-left:15px;height:32px;line-height:32px;}
.sitemap-list dd a:hover{color:#c00;text-decoration:underline;}


.backTop {
    background-color: #fffffff5;
    background-image: url("../img/icon-back-top.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    border: 1px solid #dce3df;
    bottom: 72px;
    cursor: pointer;
    height: 54px;
    opacity: 0;
    position: fixed;
    right: max(20px,(100vw - 1280px)/2 - 78px);
    transform: translateY(8px);
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease,border-color .18s ease;
    visibility: hidden;
    width: 54px;
    z-index: 60;
    border-radius: 40px;
}

.backTop.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.backTop:hover {
    background-image: url("../img/icon-back-top-dark.svg");
    border-color: #108cfd;
}
.gsHRec li .up_span_look a{padding:0;}


#lightbox {
    top: 150px !important;
}
