body,
html {
    overflow-y: auto;
    overflow-x: hidden;
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
}

.clearfix:after,
.clearfix:before {
    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;
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.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;
}

.cfx:after,
.cfx:before {
    display: table;
    content: '';
    line-height: 0;
}

.cfx:after {
    clear: both;
}

.cx {
    overflow: hidden;
}

.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('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
}

main {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

main section {
    margin-left: auto;
    margin-right: auto;
}

.indexBg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 617px;
    background: url('../img/indexbg.png') no-repeat;
    background-size: 100% 100%;
}

.blueBg {
    background: #f6f9fb;
}

.trolls {
    position: absolute;
    z-index: 1;
    top: 19px;
    right: 0;
    width: 160px;
    padding-right: 40px;
    height: 38px;
    background: #f2f2f2;
    border-radius: 19px;
    border: none;
}

.trolls input {
    display: block;
    border: 0;
    padding-left: 17px;
    padding-right: 10px;
    width: 128px;
    line-height: 38px;
    height: 38px;
    background: transparent;
    font-size: 14px;
    color: #999;
}

.trolls i {
    float: left;
    position: absolute;
    top: 0;
    right: 6px;
    display: block;
    padding: 9px;
    margin-right: 1px;
    width: 20px;
    height: 20px;
    background-position: 5px 5px;
}

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

.trolls input:-moz-placeholder {
    color: #999;
}

.trolls input::-moz-placeholder {
    color: #999;
}

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

.indexBg header {
    border-color: transparent;
    background: transparent;
}

.bhLink {
    margin-top: 20px;
    padding: 4px 0 3px;
    background: #313434;
}

.bhLink .list {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #333;
    margin: auto;
    width: 1230px;
    padding-left: 30px;
    overflow: hidden;
}

.bhLink .list a {
    float: left;
    display: block;
    background: #404343;
    border-radius: 4px;
    vertical-align: top;
    margin: 0 20px 16px 0;
    width: 116px;
    height: 32px;
    font-size: 12px;
    color: #bfc1c1;
    text-align: center;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.bhLink .list a:hover {
    background: #9bbcdb;
    color: #fff;
}

.linkTit {
    width: 1200px;
    margin: 11px auto;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.linkTit i {
    color: #9bbcdb;
    font-weight: bold;
}

.bhTit {
    position: relative;
    z-index: 1;
    padding: 3px 0;
    overflow: hidden;
}

.bhTit a {
    position: relative;
    z-index: 1;
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    height: 40px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
}

.bhTit h2 {
    position: relative;
    float: left;
    display: block;
    max-width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bhTit a:hover {
    color: #8ed7e8;
}

.bhTit strong {
    position: relative;
    float: left;
    display: block;
    max-width: 80%;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bhTit strong ~ a {
    line-height: 40px;
    height: 34px;
}

.bhTitle {
    position: relative;
    z-index: 1;
    padding: 3px 0;
    overflow: hidden;
}

.bhTitle strong {
    position: relative;
    vertical-align: top;
    display: inline-block;
    max-width: 80%;
    height: 45px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bhTitle strong:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #60e0f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.sideTit {
    position: relative;
    z-index: 1;
    padding: 2px 15px 0 19px;
    margin-bottom: 10px;
    height: 53px;
    border-bottom: 1px solid #f2f5f6;
    overflow: hidden;
}

.sideTit a {
    position: relative;
    z-index: 1;
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    overflow: hidden;
}

.sideTit em {
    position: relative;
    float: left;
    display: block;
    max-width: 72%;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sideTit a:hover {
    color: #8ed7e8;
}

.crumb {
    width: 1200px;
    padding-bottom: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.crumb div {
    position: relative;
    margin: 0 auto;
}

.crumb div:before {
    content: '';
    position: relative;
    top: 13px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -170px -5px;
}

.crumb div,
.crumb div a {
    font-size: 12px;
    color: #333;
}

.crumb a,
.crumb span {
    position: relative;
    display: inline-block;
    color: #333;
    vertical-align: top;
}

.crumb span {
    position: relative;
    color: #333;
}

.crumb a:hover {
    color: #8ed7e8;
}

.pagecode {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.pagecode a {
    position: relative;
    padding: 9.5px 19px;
    margin: 0 2px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    border: none;
    background-color: #f6f6f6;
    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;
}

.pagecode a:hover {
    color: #fff;
    background: #3f91ff !important;
}

.pagecode a.current,
.pagecode a.current:hover {
    top: 0;
    color: #fff;
    background: #3f91ff !important;
    border-color: transparent;
    /*padding: 10.5px 15.7px;*/
}

.pagecode a.disabled,
.pagecode a.disabled:hover {
    color: #999;
    background-color: #efefef !important;
    cursor: default;
}

.pagecode > a {
    padding: 10.5px 15.5px;
}

.pagecode .first,
.pagecode .last,
.pagecode .next,
.pagecode .pre {
    font-weight: 400;
    min-height: 40px;
    line-height: 40px;
    margin: 0 3px;
}
.pagecode a i {
    display: inline-block;
    background: url(../image/icon_game_list.png) 0% 0% / 800px 800px no-repeat;
    width: 12px;
    height: 20px;
    background-position: -601px -6px;
    position: relative;
    top: 3px;
}
.pagecode a i.lr {
    background-position: -601px -31px;
}
.pagecode a i.ll {
    background-position: -601px -6px;
}
.bhITop {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.iSlider {
    position: relative;
    width: 1200px;
    height: 388px;
    border-radius: 20px;
    margin: 0 auto 21px;
    overflow: hidden;
}

.iSlider:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(22, 22, 22, 0.7), transparent);
    border-radius: 20px;
}

.iSlider ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iSlider li {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.iSlider li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.iSlider li a > img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.iSlider a > div {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 40px;
    min-width: 400px;
    max-width: 530px;
    height: 100%;
    background: linear-gradient(90deg, rgba(22, 22, 22, 1), transparent);
    border-radius: 20px;
}

.iSlider a > div img {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    margin: 99px 0 15px;
    border: 2px solid #8ed7e8;
}

.iSlider a > div p {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iSlider a > div em {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iSlider a > div span {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}

.iSlider a > div span i {
    display: block;
    float: left;
    padding: 0 8px;
    height: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    border-radius: 3px;
}

.iSlider a > div span i:nth-of-type(1) {
    color: #3dc4e8;
}

.iSlider .dot {
    position: absolute;
    right: 30px;
    top: 57px;
    z-index: 5;
    width: 222px;
    height: 274px;
    border-radius: 10px;
}

.iSlider .dot i {
    position: relative;
    display: block;
    width: 100%;
    height: 68px;
    cursor: pointer;
}

.sliderBox {
    position: absolute;
    right: 30px;
    top: 57px;
    z-index: 4;
    width: 222px;
    height: 274px;
    border-radius: 10px;
    overflow: hidden;
}

.sliderBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.7);
}

.sliderBox .info {
    position: relative;
    z-index: 2;
    padding: 9px 5px 9px 46px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
}

.sliderBox .info:last-of-type,
.sliderBox .info:nth-of-type(1) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sliderBox .info:last-of-type {
    padding-top: 13px;
    padding-bottom: 13px;
}

.sliderBox .info p {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sliderBox .info span {
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sliderBox .info.current {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.sliderBox .info:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 25px;
    vertical-align: top;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -35px -5px;
}

.bhITop .list {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.bhITop .list a {
    position: relative;
    float: left;
    display: block;
    padding: 24px 0 19px 104px;
    width: 181px;
    height: 57px;
    background-color: rgba(239, 252, 255, 0.8);
    border-radius: 20px;
    overflow: hidden;
}

.bhITop .list a:nth-of-type(n + 2) {
    margin-left: 20px;
}

.bhITop .list a:nth-of-type(2) {
    background-color: rgba(255, 252, 243, 0.8);
}

.bhITop .list a:nth-of-type(3) {
    background-color: rgba(238, 247, 255, 0.8);
}

.bhITop .list a:nth-of-type(4) {
    background-color: rgba(255, 247, 244, 0.8);
}

.bhITop .list a:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 30px;
    display: block;
    width: 54px;
    height: 54px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -65px;
}

.bhITop .list a:nth-of-type(2):before {
    background-position: -81px -65px;
}

.bhITop .list a:nth-of-type(3):before {
    background-position: -157px -65px;
}

.bhITop .list a:nth-of-type(4):before {
    background-position: -233px -65px;
}

.bhITop .list a em {
    position: relative;
    display: block;
    font-size: 20px;
    color: #323232;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhITop .list a p {
    display: block;
    font-size: 14px;
    color: #8c8d9e;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhITop .list a em:after {
    content: '';
    position: absolute;
    top: 5px;
    vertical-align: top;
    margin-left: 8px;
    display: inline-block;
    width: 36px;
    height: 16px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -65px -5px;
    transition: all 0.15s linear;
}

.bhITop .list a:hover em:after {
    margin-left: 12px;
}

.bhIRec {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}

.bhIRec .list {
    width: 108%;
    overflow: hidden;
}

.bhIRec .list a {
    position: relative;
    float: left;
    width: 104px;
    text-align: center;
    padding: 15px 0 2px;
    margin-right: 33px;
}

.bhIRec .list a img {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 19px;
    margin: 0 auto;
}

.bhIRec .list a p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.bhIRec .list a img {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.bhIRec .list a:hover img {
    transform: rotateY(180deg);
}

.bhIPlay {
    margin-bottom: 25px;
    padding-top: 5px;
}

.bhIPlay ul {
    width: 106%;
    padding-top: 5px;
    overflow: hidden;
}

.bhIPlay ul li {
    float: left;
    width: 398px;
    height: 100px;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.bhIPlay ul li a {
    display: block;
    position: relative;
    padding: 15px 0;
    width: 100%;
    height: 70px;
    border-radius: 15px;
}

.bhIPlay ul li a img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.bhIPlay ul li a div {
    float: left;
    width: 222px;
    height: 70px;
    margin-left: 16px;
    overflow: hidden;
}

.bhIPlay ul li a div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhIPlay ul li a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhIPlay ul li a div span:last-of-type {
    margin-top: 7px;
}

.bhIPlay ul li a > span {
    display: block;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhIPlay ul li:hover a > span {
    color: #fff;
    background: #8ed7e8;
}

.bhIZt {
    margin-bottom: 18.5px;
}

.bhIZt ul {
    width: 1230px;
    padding-top: 15px;
    overflow: hidden;
}

.bhIZt li {
    position: relative;
    float: left;
    width: 387px;
    height: 218px;
    margin: 0 20px 14px 0;
    overflow: hidden;
}

.bhIZt li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 182px;
    border-radius: 10px;
    overflow: hidden;
}

.bhIZt li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px;
}

.bhIZt li > 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;
}

.bhIZt li > a img:hover {
    transform: scale(1.2);
}

.bhIZt li dl {
    position: relative;
    height: 36px;
}

.bhIZt li dt a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhIZt li dd {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block;
    height: 36px;
    font-size: 14px;
    color: #ccc;
    line-height: 32px;
    text-align: center;
}

.bhIZt li:hover dt a {
    font-weight: bold;
}

.bhIGame {
    margin-bottom: 9px;
}

.bhIGame dl {
    padding-top: 5px;
    overflow: hidden;
}

.bhIGame dl dd,
.bhIGame dl dt {
    float: left;
}

.bhIGame dl a,
.bhIGame dl span {
    float: left;
    display: block;
    width: 106px;
    height: 38px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    margin: 6px 21px 14px 1px;
    text-align: center;
    overflow: hidden;
}

.bhIGame dl .current,
.bhIGame dl a:hover,
.bhIGame dl span {
    border-color: #fff;
    background: #fbc846;
    color: #fff;
}

.bhIGame .list {
    position: relative;
    padding: 7px 0 0;
    overflow: hidden;
}

.bhIGame .list {
    width: 106%;
    overflow: hidden;
}

.bhIGame .list a {
    position: relative;
    float: left;
    padding-top: 10px;
    margin-right: 45px;
    width: 110px;
    height: 165px;
    text-align: center;
    margin-bottom: 17px;
}

.bhIGame .list a img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.bhIGame .list a p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-top: 8px;
    overflow: hidden;
}

.bhIGame .list a span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhISoft {
    margin-top: -9px;
}

.bhISoft dl .current,
.bhISoft dl a:hover,
.bhISoft dl span {
    border-color: #60e0f2;
    background: #60e0f2;
    color: #fff;
}

.bhIGame .list 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;
    -webkit-transform-origin: right bottom center;
    -moz-transform-origin: right bottom center;
    -ms-transform-origin: right bottom center;
    -o-transform-origin: right bottom center;
    transform-origin: right bottom center;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.bhIGame .list a:hover img {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.bhINews {
    margin-bottom: 14px;
}

.bhINCont {
    padding-top: 15px;
    overflow: hidden;
}

.bhINCL {
    float: left;
    width: 327px;
}

.bhINSlider {
    position: relative;
    margin-bottom: 10px;
    height: 226px;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}

.bhINSlider:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 9px;
    z-index: 2;
    display: block;
    width: 41px;
    height: 20px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -115px -5px;
}

.bhINSlider .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bhINSlider .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.bhINSlider .swiper-slide a img {
    width: 100%;
    height: 186px;
    border-radius: 10px;
}

.bhINSlider .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-indent: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhINSlider .swiper-slide 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;
}

.bhINSlider .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.bhINSlider .swiper-pagination {
    bottom: 45px;
}

.bhINSlider .swiper-pagination-bullet {
    width: 8px !important;
    height: 5px !important;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 3px;
}

.bhINSlider .swiper-pagination-bullet-active {
    width: 18px !important;
    background-color: #8ed7e8;
}

.bhINCL ul {
    margin-bottom: 10px;
}

.bhINCL li {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.bhINCL li dl {
    float: left;
    width: 181px;
}

.bhINCL li > a {
    float: left;
    margin-right: 10px;
    width: 130px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
}

.bhINCL li img {
    float: left;
    width: 100%;
    min-height: 64px;
    height: auto;
    overflow: hidden;
}

.bhINCL li dt a {
    display: block;
    font-size: 12px;
    color: #333;
    height: 36px;
    line-height: 18px;
    margin-top: 7px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bhINCL li dd span {
    display: block;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhINCL li:hover dt a {
    color: #8ed7e8;
}

.bhINCM .list {
    float: left;
    width: 376px;
    margin-left: 19px;
}

.bhINCM .list > a {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.bhINCM .list > a:nth-of-type(2) {
    margin-top: 10px;
}

.bhINCM .list > a img {
    float: left;
    width: 130px;
    height: 90px;
    border-radius: 6px;
    margin-right: 10px;
}

.bhINCM .list > a div {
    float: left;
    width: 235px;
    height: 90px;
    overflow: hidden;
}

.bhINCM .list > 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;
}

.bhINCM .list > a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhINCM .list > a:hover div p {
    color: #8ed7e8;
}

.bhINCM .list > div {
    position: relative;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.bhINCM .list > 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;
}

.bhINCM .list > div span {
    float: right;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    line-height: 34px;
}

.bhINCM .list > div a {
    float: left;
    display: block;
    width: 310px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhINCM .list > div:hover a {
    color: #8ed7e8;
}

.bhINCR {
    float: right;
    width: 478px;
}

.bhINCR a {
    float: left;
    display: block;
    margin-left: 20px;
    margin-bottom: 15px;
    width: 217px;
    height: 200px;
    overflow: hidden;
}

.bhINCR a div {
    width: 217px;
    height: 128px;
    margin-bottom: 7px;
    border-radius: 10px;
    overflow: hidden;
}

.bhINCR a img {
    width: 217px;
    min-height: 128px;
    height: auto;
}

.bhINCR a p {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bhINCR 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;
}

.bhINCR a img:hover {
    transform: scale(1.2);
}

.bhINCR a span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.bhINCR a:hover p {
    color: #8ed7e8;
}

.bhIRank {
    position: relative;
}

.bhIRank .bhTit {
    position: absolute;
    top: 9px;
    width: 100%;
    height: 36px;
}

.bhIRank .bhTit a {
    float: right;
    right: 0;
}

.bhIRank .tabMenu {
    position: relative;
    top: 4px;
    z-index: 1;
    width: 88%;
    padding: 3px 0 14px;
    overflow: hidden;
}

.bhIRank .tabMenu h2 {
    position: relative;
    float: left;
    display: block;
    margin-right: 32px;
    max-width: 80%;
    height: 46px;
    line-height: 40px;
    font-size: 26px;
    color: #999;
    cursor: pointer;
}

.bhIRank .tabMenu h2.current {
    color: #000;
}

.bhIRank .tabMenu h2:hover {
    color: #000;
}

.bhIRank .tabMenu h2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bhIRank .tabMenu h2.current:after,
.bhIRank .tabMenu h2:hover:after {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #16d3fb;
}

.bhIRMenu {
    position: absolute;
    top: 13.5px;
    right: 100px;
    z-index: 2;
    height: 40px;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.bhIRMenu a {
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.bhIRMenu a:hover,
.bhIRMenu a:nth-of-type(1) {
    color: #e45f2b;
}

.bhIRank .tabCont {
    padding: 14px 16px 13px 0;
    background: rgba(194, 217, 230, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.bhIRank ol {
    float: left;
    width: 50%;
}

.bhIRank ol li {
    position: relative;
    padding-right: 14px;
}

.bhIRank ol li a {
    position: relative;
    display: block;
    padding: 16px 30px 17px;
    height: 70px;
    overflow: hidden;
}

.bhIRank ol li a i {
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #d5d6da;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.bhIRank ol li a img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.bhIRank ol li a div {
    float: left;
    width: 220px;
    height: 70px;
    overflow: hidden;
}

.bhIRank ol li a div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhIRank ol li a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhIRank ol li a div span:nth-of-type(2) {
    margin-top: 8px;
}

.bhIRank ol li a > span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhIRank ol li:hover a > span {
    color: #fff;
    background: #8ed7e8;
}

.bhIRank ol li:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 0;
    display: block;
    width: 408px;
    height: 0;
    border-bottom: 1px solid #f0f2f2;
    overflow: hidden;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(1) a i {
    color: #f2d079;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(2) a i {
    color: #c2d9e6;
}

.bhIRank ol:nth-of-type(1) li:nth-of-type(3) a i {
    color: #edb1a2;
}

.bhGSType {
    position: relative;
    padding: 0 0 12px;
}

.bhGSType .list {
    padding: 0 14px;
    width: 1272px;
    overflow: hidden;
}

.bhGSType .list a {
    float: left;
    display: block;
    width: 106px;
    height: 38px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    margin: 0 11px 20px;
    text-align: center;
    overflow: hidden;
}

.bhGSType .list a.current,
.bhGSType .list a:hover {
    border-color: transparent;
    background: #fbc846;
    color: #fff;
}

.softType .list a.current,
.softType .list a:hover {
    background: #60e0f2;
}

.GSorder {
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
}

.GSorder a {
    color: #757575;
    margin-left: 16px;
}

.GSorder a:before {
    content: '';
    position: relative;
    top: 2px;
    vertical-align: top;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin: 0 4px;
}

.GSorder a.current:before {
    width: 6px;
    height: 6px;
    background: #3c3c3c;
    border: 4px solid #f6c445;
}

.GSorder a:hover:before {
    width: 6px;
    height: 6px;
    border: 4px solid #f6c445;
}

.GSListing {
    padding: 14px 0;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 21px;
}

.GSListing ul {
    margin-bottom: 20px;
    overflow: hidden;
}

.GSListing ul li {
    float: left;
    position: relative;
    width: 578px;
    padding-right: 14px;
}

.GSListing ul li a {
    position: relative;
    display: block;
    padding: 16px 30px 18px;
    height: 70px;
    overflow: hidden;
}

.GSListing ul li a img {
    float: left;
    margin-right: 40px;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.GSListing ul li a div {
    float: left;
    width: 220px;
    height: 70px;
    overflow: hidden;
}

.GSListing ul li a div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GSListing ul li a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GSListing ul li a div span:nth-of-type(2) {
    margin-top: 9px;
}

.GSListing ul li a > span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.GSListing ul li:hover a > span {
    color: #fff;
    background: #8ed7e8;
}

.GSListing ul li:after {
    content: '';
    position: absolute;
    right: 14px;
    bottom: 0;
    display: block;
    width: 408px;
    height: 0;
    border-bottom: 1px solid #f0f2f2;
    overflow: hidden;
}

.GSZtHot {
    margin-bottom: 22px;
    padding-top: 6px;
}

.GSZtHot .list {
    width: 106%;
    padding-top: 15px;
    overflow: hidden;
}

.GSZtHot dl {
    float: left;
    width: 387px;
    height: 430px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.GSZtHot dt {
    position: relative;
    z-index: 1;
    display: block;
    padding: 4px 20px 14px;
    height: 48px;
    overflow: hidden;
}

.GSZtHot dt a {
    position: relative;
    display: block;
    margin-right: 32px;
    max-width: 80%;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.GSZtHot dt a:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 4px;
    bottom: 0.5px;
    left: 0;
    background-color: #60e0f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.GSZtHot dt a:hover:after {
    width: 41%;
}

.GSZtHot dt span {
    position: absolute;
    top: 14px;
    right: 20px;
    line-height: 44px;
    font-size: 14px;
    color: #ccc;
}

.GSZtHot dd a {
    display: block;
    position: relative;
    padding: 15px 20px;
    height: 70px;
    border-radius: 15px;
}

.GSZtHot dd a img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.GSZtHot dd a div {
    float: left;
    width: 222px;
    height: 70px;
    margin-left: 16px;
    overflow: hidden;
}

.GSZtHot dd a div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GSZtHot dd a div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GSZtHot dd a div span:last-of-type {
    margin-top: 6.5px;
}

.GSZtHot dd a > span {
    display: block;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.GSZtHot dd a:hover > span {
    color: #fff;
    background: #8ed7e8;
}

.GSZtHot dl dd.hotbtn a {
    display: block;
    margin-top: 15px;
    padding: 0;
    font-size: 14px;
    color: #ccc;
    line-height: 46px;
    height: 48px;
    text-align: center;
    border-top: 1px solid #f8f8f8;
    border-radius: 0;
}

.GSZtHot dl dd.hotbtn a:hover {
    color: #8ed7e8;
}

.ztListing {
    position: relative;
    margin-bottom: 15px;
}

.bhMenu {
    width: 1272px;
    overflow: hidden;
}

.bhMenu a {
    float: left;
    display: block;
    width: 106px;
    height: 38px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    margin: 0 22px 20px 0;
    text-align: center;
    overflow: hidden;
}

.bhMenu a.current,
.bhMenu a:hover {
    border-color: transparent;
    background: #3f91ff;
    color: #fff;
}

.ztListing .list {
    position: absolute;
    top: 5px;
    right: 0;
    height: 40px;
    max-width: 800px;
    overflow: hidden;
}

.ztListing .list a {
    float: left;
    display: block;
    padding: 0 10px 0 12px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    background: #fff;
    border-radius: 15px;
    margin: 0 0 10px 10px;
    overflow: hidden;
}

.ztListing .list a.hot:before {
    content: '';
    position: relative;
    top: 9px;
    vertical-align: top;
    display: inline-block;
    margin-right: 4px;
    width: 10px;
    height: 12px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -324px -5px;
}

.ztListing .list a:hover,
.ztListing .list a:nth-of-type(1) {
    background: #3f91ff;
    color: #fff;
}

.ztListing ul {
    width: 1230px;
    padding-top: 5px;
    overflow: hidden;
}

.ztListing li {
    position: relative;
    float: left;
    width: 387px;
    height: 218px;
    margin: 0 20px 15px 0;
    overflow: hidden;
}

.ztListing li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 182px;
    border-radius: 10px;
    overflow: hidden;
}

.ztListing li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px;
}

.ztListing li > 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;
}

.ztListing li > a img:hover {
    transform: scale(1.2);
}

.ztListing li dl {
    position: relative;
    height: 36px;
}

.ztListing li dt a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztListing li dd {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block;
    height: 36px;
    font-size: 14px;
    color: #ccc;
    line-height: 34px;
    text-align: center;
}

.ztListing li:hover dt a {
    font-weight: bold;
}

.ztListing .pagecode {
    padding: 15px 0;
}

.ztListing .pagecode a {
    background: #fff;
}

.bhZtTop {
    position: relative;
    top: -3px;
    padding: 19px 11px 19px 19px;
    margin: 0 auto 5px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #eee;
    overflow: hidden;
}

.bhZtTop .img {
    float: left;
    width: 472px;
    height: 265px;
    border-radius: 10px;
    overflow: hidden;
}

.bhZtTop .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px;
}

.bhZtTop dl {
    float: left;
    position: relative;
    width: 660px;
    min-height: 265px;
    margin: 0 0 0 30px;
    overflow: hidden;
}

.bhZtTop dd,
.bhZtTop dt {
    display: block;
    overflow: hidden;
}

.bhZtTop h1 {
    position: relative;
    margin: 16px 0 10px;
    z-index: 1;
    vertical-align: top;
    display: block;
    line-height: 36px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}

.bhZtTop p {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 90px;
    max-height: 300px;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.bhZtTop span {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 19px;
    font-size: 14px;
    color: #ccc;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhZtTop span i {
    color: #8ed7e8;
}

.bhZtTop a {
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    height: 26px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    border-radius: 6px;
    margin: 0 8px 9px 0;
    background: #f4f6f8;
}

.bhZtTop a:hover {
    background: #8ed7e8;
    color: #fff;
}

.bhZtTop:after {
    content: '';
    position: absolute;
    right: 29px;
    top: 40px;
    z-index: 0;
    width: 77px;
    height: 25px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -152px;
}

.ztDeGS {
    padding-bottom: 6px;
}

.ztDeGS ul {
    width: 106%;
    padding: 8px 0 11px;
    margin-bottom: 9px;
    border-bottom: 1px solid #ecf0f1;
    overflow: hidden;
}

.ztDeGS li {
    position: relative;
    float: left;
    width: 384px;
    height: 90px;
    border-radius: 15px;
    margin: 0 24px 10px 0;
    overflow: hidden;
}

.ztDeGS li a:nth-of-type(1) {
    display: block;
    position: relative;
    padding: 10px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
}

.ztDeGS li a:nth-of-type(1) img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.ztDeGS li a:nth-of-type(1) div {
    float: left;
    width: 222px;
    height: 70px;
    margin-left: 16px;
    overflow: hidden;
}

.ztDeGS li a:nth-of-type(1) div p {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ztDeGS li a:nth-of-type(1) div span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ztDeGS li a div span:last-of-type {
    margin-top: 6.5px;
}

.ztDeGS li a > span {
    display: block;
    position: absolute;
    right: 11px;
    top: 30px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.ztDeGS li a:hover > span {
    color: #fff;
    background: #8ed7e8;
}

.ztDeGS li a:hover {
    background: #f4f6f8;
}

.ztDeGS li .ztbtn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 11px;
    top: 30px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    border: none;
    z-index: 1;
}

.ztDeGS li:hover .ztbtn {
    color: #fff;
    background: #8ed7e8;
}

.ztDeGS .pagecode {
    padding-bottom: 12px;
}

.ztDeBg .GSZtHot dl {
    background: #f6f9fb;
}

.ztDeBg .GSZtHot dl dd.hotbtn a {
    border-top-color: #f0f3f5;
}

.ztDeGS li a:nth-of-type(1):before {
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 1;
    display: none;
    width: 59px;
    height: 23px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -111px -152px;
}

.ztDeGS li:nth-of-type(1) a:nth-of-type(1):before {
    display: block;
}

.ztDeGS li:nth-of-type(2) a:nth-of-type(1):before {
    display: block;
    background-position: -184px -152px;
}

.ztDeGS li:nth-of-type(3) a:nth-of-type(1):before {
    display: block;
    background-position: -257px -152px;
}

.bhRankTop {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.rankTit {
    position: relative;
    margin-bottom: 21px;
    width: 1200px;
    height: 258px;
    background-color: #f6c445;
    background: url('../img/rankbg.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    overflow: hidden;
}

.rankTit h1 {
    position: absolute;
    top: 127px;
    left: 260px;
    font-size: 26px;
    color: #ed794a;
    font-weight: bold;
    font-family: '微软雅黑';
    letter-spacing: 1px;
    line-height: 62px;
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
}

.rankTit > span {
    position: absolute;
    top: 100px;
    left: 529px;
    font-size: 12px;
    color: #ccc;
    line-height: 24px;
}

.rkTMenu {
    position: absolute;
    top: 53px;
    left: 495px;
    width: 232px;
    height: 33px;
    padding: 0 8px;
    background: #e45f2b;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    color: #fff;
}

.rkTMenu a {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 86px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.rkTMenu a:nth-of-type(1) {
    left: 10px;
}

.rkTMenu a:nth-of-type(1).current {
    left: -8px;
    top: -4px;
    z-index: 0;
    width: 126px;
    height: 35px;
    border: 2px solid #3c4d4e;
    background: #fff;
    border-radius: 6px 6px 0 0;
    color: #3c4d4e;
    background: #fff;
    line-height: 36px;
}

.rkTMenu a:nth-of-type(2).current {
    right: -20px;
    top: -4px;
    z-index: 0;
    width: 126px;
    height: 35px;
    border: 2px solid #3c4d4e;
    background: #fff;
    border-radius: 6px 6px 0 0;
    color: #3c4d4e;
    background: #fff;
    line-height: 36px;
}

.bhRankTop .list {
    padding: 0 20px 9px;
    width: 1232px;
    overflow: hidden;
}

.bhRankTop .list a {
    float: left;
    display: block;
    width: 182px;
    height: 36px;
    background: #f6f9fb;
    border-radius: 18px;
    font-size: 15px;
    color: #434343;
    line-height: 36px;
    border-radius: 19px;
    margin: 0 13.5px 22px 0;
    text-align: center;
    overflow: hidden;
}

.bhRankTop .list a.current,
.bhRankTop .list a:hover {
    font-weight: bold;
    background: #8ed7e8;
    color: #fff;
}

.rankCont {
    overflow: hidden;
}

.rankContL {
    float: left;
    width: 835px;
    margin-right: 18px;
    overflow: hidden;
}

.rankContR {
    float: right;
    width: 344px;
    overflow: hidden;
}

.rankContR section {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.bhRkList ol {
    position: relative;
}

.bhRkList ol li {
    position: relative;
    display: block;
    padding: 30px 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.bhRkList ol li:last-of-type {
    border-bottom: 0;
}

.bhRkList ol li > i {
    float: left;
    display: block;
    width: 71px;
    height: 116px;
    line-height: 116px;
    font-size: 24px;
    color: #d5d6da;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.bhRkList .pic {
    float: left;
    width: 116px;
    height: 116px;
    border-radius: 20px;
}

.bhRkList .pic img {
    width: 116px;
    height: 116px;
    border-radius: 20px;
}

.bhRkList dl {
    position: relative;
    float: left;
    width: 518px;
}

.bhRkList dd,
.bhRkList dt {
    display: block;
    overflow: hidden;
}

.bhRkList dl dt a {
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhRkList dl em,
.bhRkList dl span {
    float: left;
    position: relative;
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhRkList dl p {
    position: relative;
    z-index: 1;
    display: block;
    height: 26px;
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bhRkList dl .tags a {
    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: #f4f6f8;
}

.bhRkList dl .tags a:hover {
    background: #8ed7e8;
    color: #fff;
}

.bhRkList dl dt a:hover {
    color: #000;
    font-weight: bold;
}

.bhRkList ol li .img {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    width: 364px;
    height: 196px;
    border-radius: 10px;
    overflow: hidden;
    text-align: right;
}

.bhRkList ol li .img a {
    position: relative;
    display: block;
    padding: 0;
}

.bhRkList ol li .img img {
    float: inherit;
    width: 364px;
    min-height: 196px;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

.bhRkList ol li .img i {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 7px;
    display: block;
    width: 29px;
    height: 29px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -905px -8px;
    cursor: pointer;
}

.bhRkList ol li .img 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;
}

.bhRkList ol li .img img:hover {
    transform: scale(1.2);
}

.bhRkList ol li .rkBtn {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhRkList ol li:hover .rkBtn {
    color: #fff;
    background: #8ed7e8;
}

.bhRkList ol li:nth-of-type(1) > i {
    color: #f2d079;
}

.bhRkList ol li:nth-of-type(2) > i {
    color: #c2d9e6;
}

.bhRkList ol li:nth-of-type(3) > i {
    color: #edb1a2;
}

.bhRkList ol li:nth-of-type(-n + 3) dl dt a {
    color: #333;
    font-weight: bold;
}

.sideZt ul {
    padding: 10px 20px 4px;
    overflow: hidden;
}

.sideZt li {
    position: relative;
    width: 305px;
    margin: 0 0 6px;
    overflow: hidden;
}

.sideZt li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 145px;
    border-radius: 10px;
    overflow: hidden;
}

.sideZt li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px;
}

.sideZt li > 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;
}

.sideZt li > a img:hover {
    transform: scale(1.2);
}

.sideZt li dl {
    position: relative;
    height: 34px;
}

.sideZt li dt a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sideZt li dd {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block;
    height: 34px;
    font-size: 12px;
    color: #ccc;
    line-height: 34px;
    text-align: center;
}

.sideZt li:hover dt a {
    font-weight: bold;
}

.sideRank {
}

.sideRank .list {
    padding: 11px 0 9px 12px;
}

.sideRank .list a {
    float: left;
    margin: 0 0 22px 10px;
    width: 146px;
    height: 36px;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(142, 215, 232, 0.4);
}

.sideRank .list a:hover {
    background: #8ed7e8;
    color: #fff;
}

.gsDeBg main:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 775px;
    display: block;
    width: 352px;
    height: 308px;
    background: #c2d9e6;
    border-radius: 30px;
}

.gsDeBg main:after {
    content: '';
    position: absolute;
    right: 492px;
    top: 118px;
    z-index: 0;
    width: 77px;
    height: 25px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -152px;
}

.bhGSTop {
    position: relative;
    top: -10px;
    z-index: 1;
    min-height: 258px;
    padding-bottom: 11px;
    margin: 0 auto 9px;
    border-radius: 0 0 20px 0;
    overflow: hidden;
}

.bhGSTop:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 726px;
    height: 1px;
    background: #ecf0f1;
}

.bhGSTop .info {
    padding: 36px 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.bhGSTop .img {
    float: left;
    width: 114px;
    height: 114px;
    margin-right: 20px;
    border-radius: 30px;
    overflow: hidden;
}

.bhGSTop .img img {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    margin: 0;
    width: 114px;
    height: 114px;
    border-radius: 30px;
}

.bhGSTop dl {
    position: relative;
    z-index: 1;
    float: left;
    width: 560px;
}

.bhGSTop dl h1 {
    position: relative;
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 42px;
    margin-bottom: 3px;
    overflow: hidden;
}

.bhGSTop dl .time {
    padding: 3px 0 4px;
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.bhGSTop dl .time time {
    color: #666;
    margin-right: 3px;
}

.bhGSTop dl .time span {
    color: #999;
    margin: 0 3px;
}

.bhGSTop dl .tags {
    overflow: hidden;
}

.bhGSTop dl .tags a,
.bhGSTop 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: #f4f6f8;
}

.bhGSTop dl .tags a:hover {
    background: #8ed7e8;
    color: #fff;
}

.downBtn {
    position: relative;
    max-width: 700px;
    padding-top: 10px;
    overflow: hidden;
}

.downBtn a,
.downBtn button {
    position: relative;
    float: left;
    display: block;
    border: none;
    width: 195px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: #60e0f2;
    margin: 0 10px 10px 0;
    box-sizing: content-box;
}

.downBtn .orderBtn {
    background: #f6c445;
}

.downBtn .iosBtn {
    background: #71bdff;
}

.downBtn .pcBtn {
    background: #e45f2b;
}

.downBtn .noBtn {
    background: #cfcfcf;
}

.oTip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    padding-bottom: 10px;
}

.oTip label {
    color: #fb381f;
    margin-right: 3px;
    font-weight: bold;
}

.downBtn a:hover,
.downbtn button:hover {
    opacity: 0.9;
}

.downBtn .pcBtn p {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
}

.downBtn .pcBtn span {
    display: block;
    font-size: 11px;
    line-height: 17px;
}

.showImg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.showImg .swiper-container {
    width: 498px;
    height: 268px;
    background: #000000;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.showImg .swiper-slide {
    position: relative;
    text-align: center;
}

.showImg .gallery-top .swiper-slide video {
    position: relative;
}

.showImg .gallery-top .swiper-slide > div {
    width: 100%;
    height: 100%;
}

.showImg .swiper-slide i {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.showImg .gallery-top .swiper-slide > div img {
    width: 100%;
    opacity: 0.9;
    object-fit: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.showImg .gallery-top .swiper-slide .video-js,
.showImg .gallery-top .swiper-slide > img,
.showImg .gallery-top .swiper-slide video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 268px;
    width: auto;
    opacity: 1;
}

.showImg .gallery-top {
    width: 498px;
    height: 268px;
}

.showImg .gallery-thumbs {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 11px;
    width: 476px;
    height: 38px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.showImg .gallery-thumbs .swiper-slide {
    opacity: 0.8;
    margin-right: 6px;
    overflow: hidden;
    text-align: center;
    width: 59px !important;
    height: 38px;
    border-radius: 1px;
}

.showImg .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 38px;
    border-radius: 0;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #9bbcdb;
    width: 55px !important;
    height: 34px;
}

.showImg .gallery-thumbs .swiper-slide-thumb-active img {
    width: 100%;
    height: auto;
    min-height: 34px;
}

.showImg .swiper-container-horizontal > .swiper-pagination-progressbar,
.showImg .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 1px;
}

.showImg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ccc;
}

.showImg .video-js .vjs-big-play-button {
    margin-top: -36px;
}

.showImg .swiper-button-next:after,
.showImg .swiper-button-prev:after {
    display: none;
    color: #fff;
    font-size: 28px;
}

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

.showImg .swiper-pagination-progressbar {
    display: none;
}

.contLR {
    padding-bottom: 6px;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.contL {
    float: left;
    width: 828px;
    overflow: hidden;
    margin-right: 16px;
}

.contR {
    float: right;
    width: 344px;
    overflow: hidden;
}

.contR section .sideTit {
    border-bottom-color: #e6eced;
}

.contR section {
    margin-bottom: 20px;
    background: #f6f9fb;
    border-radius: 20px;
}

.gsDeBg .contR {
    padding-top: 30px;
}

.bhCont {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 2px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.bhCont .cont {
    position: relative;
    margin-bottom: 2px;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 26px;
    overflow: hidden;
}

.bhCont .cont a {
    text-indent: 0;
    color: #8ed7e8;
}

.bhCont .cont p {
    color: #5c5c5c;
    margin-bottom: 14px;
}

.bhCont .cont br {
    height: 1px;
}

.bhCont .cont img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.bhCont .cont h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 6px;
}

.bhCont .cont iframe {
    width: 800px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
}

.bhCont .cont table {
    max-width: 100%;
    margin: auto;
}

.bhCont .cont table a {
    color: #0000ee;
}

.bhCont .cont table a:hover {
    text-decoration: underline;
}

.bhLog {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

.rizhi {
    position: relative;
    font-size: 15px;
    color: #333;
    line-height: 24px;
}

.rizhi strong {
    position: relative;
    display: block;
    color: #1d2127;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.rizhi p {
    margin-bottom: 5px;
    border-bottom: none;
    display: block;
}

.rizhi p:nth-of-type(1) {
    margin-top: -2px;
}

.rizhi p span {
    display: block;
}

.rizhi p br {
    line-height: 2px;
}

.rLog {
    position: absolute;
    top: 6px;
    right: 0;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    color: #ccc;
}

.rLog:hover {
    color: #8ed7e8;
}

.rTime {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #333;
}

.rizhi .tit {
    font-size: 15px;
    color: #ccc;
}

.bhCont .bhTit {
    margin-bottom: 8px;
}

.bhInfo .bhTit {
    margin-bottom: 4px;
}

.feBaBtn {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 8px;
    padding: 0 6px 0 23px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #fda667;
    border-radius: 3px;
    cursor: pointer;
}

.feBaBtn i {
    position: absolute;
    top: 6.5px;
    left: 8px;
    display: block;
    width: 11px;
    height: 12px;
    background-position: -196px -5px;
}

.feBaBtn:hover {
    background-color: #8ed7e8;
}

.bhInfo {
    margin: 0 0 13px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bhInfo ul {
    width: auto;
    overflow: hidden;
    margin-bottom: 9px;
    border-bottom: 1px solid #ecf0f1;
}

.bhInfo li {
    float: left;
    padding-bottom: 12px;
    width: 260px;
    line-height: 27px;
    font-size: 15px;
    color: #7f7f7f;
}

.bhInfo li:nth-of-type(3n + 1),
.bhInfo li:nth-of-type(3n + 2) {
    width: 260px;
}

.bhInfo li:nth-of-type(3n + 3) {
    width: 300px;
}

.bhInfo li a,
.bhInfo li span {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhInfo li .gPower,
.bhInfo li .gSecret,
.bhInfo li .gaSecret,
.bhInfo li a {
    color: #8ed7e8;
    cursor: pointer;
}

.bhInfo li .gPower:hover,
.bhInfo li .gSecret:hover,
.bhInfo li .gaSecret:hover,
.bhInfo li a:hover {
    text-decoration: underline;
}

.bhVersion ul {
    margin: 1px 0 20px;
    padding: 2px 0 10px;
}

.bhVersion li {
    height: 68px;
    border-bottom: 1px solid #ecf0f1;
    overflow: hidden;
}

.bhVersion li a {
    position: relative;
    display: block;
    height: 40px;
    padding: 13px 0 15px;
    overflow: hidden;
}

.bhVersion li a img {
    float: left;
    margin-right: 12px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.bhVersion li a p {
    float: left;
    margin-right: 10px;
    display: block;
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhVersion li a p:nth-of-type(n + 2) {
    width: 243px;
    font-size: 14px;
    color: #999;
}

.bhVersion li a > span {
    display: block;
    position: absolute;
    right: 4px;
    top: 20px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhVersion li:hover a > span {
    color: #fff;
    background: #8ed7e8;
}

.bhGSRel {
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
}

.bhGSRel .list {
    width: 105%;
    padding-top: 5px;
    overflow: hidden;
}

.bhGSRel .list a {
    position: relative;
    float: left;
    width: 108px;
    text-align: center;
    padding: 10px 0 5px;
    margin-right: 35.5px;
}

.bhGSRel .list a img {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 19px;
    margin: 0 auto;
}

.bhGSRel .list a p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.bhGSRel .list a img {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.bhGSRel .list a:hover img {
    transform: rotateY(180deg);
}

.bhGSzt {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 2px;
}

.bhGSzt .tabMenu {
    padding: 11px 0;
    overflow: hidden;
}

.bhGSzt .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 0 12px 9px 0;
    padding: 0 19px;
    min-width: 42px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid rgba(216, 216, 216, 0.5);
    cursor: pointer;
}

.bhGSzt .tabMenu span.current,
.bhGSzt .tabMenu span:hover {
    color: #fff;
    background: #8ed7e8;
    border-color: #8ed7e8;
}

.bhGSzt .subBox {
    position: relative;
    margin-bottom: 8px;
    padding: 17px 19px 18px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #eee;
    overflow: hidden;
}

.bhGSzt .subBox .img {
    position: relative;
    float: left;
    display: block;
    width: 436px;
    height: 282px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
}

.bhGSzt .subBox .img img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}

.bhGSzt .subBox .img 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;
}

.bhGSzt .subBox .img:hover img {
    transform: scale(1.2);
}

.bhGSzt .subBox .info {
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 130px;
    border-top: 1px solid #ecf0f1;
    text-align: center;
    display: block;
    width: 324px;
    height: 152px;
}

.bhGSzt .subBox .info:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    background: #c2d9e6;
    border-radius: 50%;
}

.bhGSzt .subBox .info strong {
    position: relative;
    margin-top: 6px;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhGSzt .subBox .info p {
    position: relative;
    display: block;
    max-height: 72px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #5c5c5c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bhGSzt .subBox .info:hover strong {
    color: #8ed7e8;
}

.bhGSzt .subBox .info span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-bottom: 8px;
}

.bhGSzt .subBox .list {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
    background: #fff;
}

.bhGSzt .subBox .list {
    width: 345px;
    padding-top: 5px;
    overflow: hidden;
}

.bhGSzt .subBox .list a {
    position: relative;
    float: left;
    width: 86px;
    text-align: center;
    padding: 3px 0;
    margin: 0 13px 0 12px;
}

.bhGSzt .subBox .list a img {
    display: block;
    width: 70px;
    height: 70px;
    background: #eee;
    border-radius: 15px;
    border: 8px solid #eee;
    margin: 0 auto;
}

.bhGSzt .subBox .list a p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.bhGSzt .subBox .list a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.bhGSzt .subBox .list a:hover img {
    border-color: #8ed7e8;
}

.bhGSnews .list {
    margin-top: 13px;
    width: 105%;
    overflow: hidden;
}

.bhGSnews .list a {
    float: left;
    display: block;
    margin-right: 29px;
    margin-bottom: 10px;
    width: 255px;
    height: 208px;
    overflow: hidden;
}

.bhGSnews .list a div {
    width: 100%;
    height: 146px;
    margin-bottom: 6px;
    border-radius: 10px;
    overflow: hidden;
}

.bhGSnews .list a img {
    width: 100%;
    min-height: 146px;
    height: auto;
    border-radius: 10px;
}

.bhGSnews .list a p {
    height: 24px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhGSnews .list 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;
}

.bhGSnews .list a img:hover {
    transform: scale(1.2);
}

.bhGSnews .list a span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.bhGSnews .list a:hover p {
    color: #8ed7e8;
}

.hotTag {
    position: relative;
    margin: 0 0 20px;
    background: #f6f9fb;
    border-radius: 20px;
    overflow: hidden;
}

.hotTag .list {
    position: relative;
    padding: 9px 7px 17px 14px;
    width: 98%;
    overflow: hidden;
    z-index: 1;
}

.hotTag .list a {
    float: left;
    padding: 0 23px;
    font-size: 16px;
    color: #666;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #e3e7e8;
    background: #f3f9fa;
    margin: 0 7px 11px 0;
}

.hotTag .list a:hover {
    color: #fff;
    background: #8ed7e8;
    border-color: #8ed7e8;
}

.companyOther {
    position: relative;
    margin: 0 0 20px;
    background: #f6f9fb;
    border-radius: 20px;
    overflow: hidden;
}

.companyOther .list {
    position: relative;
    padding: 0 8.5px 20px;
    overflow: hidden;
    z-index: 1;
}

.companyOther .list a {
    float: left;
    padding: 11px 0 0;
    width: 109px;
    height: 104px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    overflow: hidden;
}

.companyOther .list a img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin: auto;
}

.companyOther .list a:hover {
    color: #8ed7e8;
}

.bhGSRec {
    position: relative;
    margin: 0 0 20px;
    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;
}

.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: #9bbcdb;
    background: rgba(90, 150, 255, 0.1);
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
}

.bhGSRec li:hover a > span {
    color: #fff;
    background: #8ed7e8;
}

.newsLR {
    overflow: hidden;
}

.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;
}

.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 0.3s linear;
}

.newsListing li > a:hover img {
    transform: scale(1.1);
}

.newsListing li .info {
    float: left;
    width: 570px;
}

.newsListing li .info > a {
    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 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:before {
    content: '';
    position: relative;
    top: 4px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -221px -5px;
}

.newsListing li:hover .info > a {
    color: #8ed7e8;
}

.newsListing .pagecode .first,
.newsListing .pagecode .last,
.newsListing .pagecode .pre,
.newsListing .pagecode span a,
.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('../image/icon_zt.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: #8ed7e8;
}

.hotNews li > div {
    position: relative;
    padding: 0 20px;
    line-height: 34px;
    overflow: hidden;
}

.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: #8ed7e8;
}

.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, 0.1);
    color: #8ed7e8;
}

.bhNewsRec {
    padding-bottom: 21px;
}

.bhNewsRec ul {
    margin-top: -1px;
}

.bhNewsRec li {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
}

.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: #8ed7e8;
}

.bhNSCont {
    margin: 9px 0;
    padding: 10px 0;
    background-image: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.bhNSCont h1 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 18px;
}

.bhNSCont .intro {
    position: relative;
    height: 28px;
    margin-bottom: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(221, 223, 231, 0.5);
}

.bhNSCont .intro span,
.bhNSCont .intro time {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    color: #8d99a3;
    line-height: 28px;
    margin-right: 30px;
}

.bhNSCont .intro time {
    display: inline-block;
    vertical-align: top;
}

.bhNSCont .intro span:nth-of-type(1):before {
    content: '';
    position: relative;
    top: 7px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -221px -5px;
}

.bhNSCont .cont {
    padding: 10px 0 2px;
    background: #fff;
    font-size: 16px;
    color: #242424;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
}

.bhNSCont .cont a:hover {
    border-bottom: 0.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: 42px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    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, 0.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 14px;
    padding: 19px;
    height: 114px;
    background: rgba(246, 249, 251, 0.5);
    border-radius: 20px;
    border: 1px solid #8ed7e8;
    overflow: hidden;
}

.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 dd,
.bhNGSRel dt {
    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;
}

.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: #f4f6f8;
}

.bhNGSRel dl .tags a:hover {
    background: #8ed7e8;
    color: #fff;
}

.bhNGSRel dl dt a:hover {
    color: #8ed7e8;
}

.bhNGSRel .btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 59px;
    width: 106px;
    height: 38px;
    background: #8ed7e8;
    border-radius: 19px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.bhNGSRel .btn:hover {
    text-decoration: underline;
}

.logMain::-webkit-scrollbar,
.privacyMain::-webkit-scrollbar,
.ruleMain::-webkit-scrollbar {
    width: 10px !important;
    border-radius: 5px;
    background-color: #eee !important;
}

.logMain::-webkit-scrollbar-thumb,
.privacyMain::-webkit-scrollbar-thumb,
.ruleMain::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8ed7e8 !important;
}

.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, 0.5);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 188px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 35px 44px 15px;
    min-height: 340px;
    background: url('../img/orderbg.png') no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}

.orderBox .oClose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.orderBox .oClose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.orderBox .oTitle {
    position: relative;
    margin-top: 10px;
}

.orderBox .oTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 56px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.orderBox .oTelBox {
    position: relative;
    margin-top: 36px;
}

.orderBox form .tel {
    width: 412px;
    height: 60px;
    line-height: 60px;
    background: #f6f7fa;
    border: none;
    color: #b0b0b0;
    font-size: 18px;
    border-radius: 30px;
    padding: 0 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form .tel::-webkit-input-placeholder {
    color: #b0b0b0;
}

.orderBox form .tel:-moz-placeholder {
    color: #b0b0b0;
}

.orderBox form .tel::-moz-placeholder {
    color: #b0b0b0;
}

.orderBox form .tel:-ms-input-placeholder {
    color: #b0b0b0;
}

.orderBox form .tel:focus {
    color: #808080;
}

.orderBox form .msgTips {
    color: #999;
    margin-top: 16px;
}

.orderBox form p {
    margin-top: 4px;
    color: #373b44;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

.orderBox form span {
    color: #ff3232;
    font-size: 14px;
    text-align: left;
    display: block;
    padding-left: 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox .oKnow,
.orderBox form .oBtn {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 472px;
    height: 60px;
    color: #fffffd;
    font-size: 18px;
    line-height: 60px;
    margin: 25px auto;
    border-radius: 30px;
}

.orderBox .msg {
    display: block;
    color: #ff3232;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    margin: 0 auto;
}

.orderBox .oWin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oWin > i {
    display: block;
    width: 216px;
    height: 170px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -300px -429px;
    margin: 40px auto 30px;
    position: relative;
}

.orderBox .oAgin {
    width: 100%;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}

.orderBox .oAgin > i {
    display: block;
    width: 216px;
    height: 170px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -300px -429px;
    margin: 40px auto 30px;
    position: relative;
}

.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, 0.5);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 35px 44px 15px;
    min-height: 340px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
}

.logBox:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 241px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -0px;
    border-radius: 24px 24px 0 0;
}

.logBox:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 228px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -315px;
    border-radius: 0 0 24px 24px;
}

.gLog .gLclose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gLog .gLclose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.gLog .lTitle {
    position: relative;
}

.gLog .lTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 72px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.gLog .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 472px;
    height: 60px;
    color: #fffffd;
    font-size: 18px;
    line-height: 60px;
    margin: 25px auto;
    border-radius: 30px;
}

.logMain {
    display: block;
    height: 318px;
    border: none;
    padding: 0 10px 20px 1px;
    line-height: 26px;
    font-size: 16px;
    color: #373b44;
    margin: 20px auto 35px;
    text-align: left;
    overflow: auto;
}

.logMain strong {
    display: block;
    margin-bottom: 6px;
    color: #373b44;
    line-height: 30px;
    font-size: 18px;
    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;
}

.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, 0.5);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 35px 44px 15px;
    min-height: 340px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
}

.ruleTxt:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 241px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -0px;
    border-radius: 24px 24px 0 0;
}

.ruleTxt:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 228px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -315px;
    border-radius: 0 0 24px 24px;
}

.gRule .gRclose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.gRule .oTitle {
    position: relative;
}

.gRule .oTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 72px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 472px;
    height: 60px;
    color: #fffffd;
    font-size: 18px;
    line-height: 60px;
    margin: 25px auto;
    border-radius: 30px;
}

.ruleMain {
    display: block;
    height: 318px;
    border: none;
    padding: 0 10px 20px 1px;
    line-height: 26px;
    font-size: 16px;
    color: #373b44;
    margin: 20px auto 35px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    margin-bottom: 6px;
    color: #373b44;
    line-height: 30px;
    font-size: 18px;
    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;
}

.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, 0.5);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 35px 44px 15px;
    min-height: 340px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
}

.privacyTxt:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 241px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -0px;
    border-radius: 24px 24px 0 0;
}

.privacyTxt:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 228px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -315px;
    border-radius: 0 0 24px 24px;
}

.gPrivacy .gPclose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
}

.gPrivacy .oTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 72px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 472px;
    height: 60px;
    color: #fffffd;
    font-size: 18px;
    line-height: 60px;
    margin: 25px auto;
    border-radius: 30px;
}

.privacyMain {
    display: block;
    height: 318px;
    border: none;
    padding: 0 10px 20px 1px;
    line-height: 26px;
    font-size: 16px;
    color: #373b44;
    margin: 20px auto 35px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    margin-bottom: 6px;
    color: #373b44;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    line-height: 2px;
}

.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, 0.5);
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 25px 44px 15px;
    min-height: 340px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
}

.feBackBox:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 241px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -0px;
    border-radius: 24px 24px 0 0;
}

.feBackBox:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 228px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -315px;
    border-radius: 0 0 24px 24px;
}

.feBackBox .cont {
    overflow: hidden;
}

.feBaClose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.feBaClose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../image/icon_zt.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.feBackBox .fTitle {
    position: relative;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 416px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    margin: 25px auto;
    border-radius: 24px;
}

.feBack {
    margin: 0 0 25px;
}

.feBack > span {
    font-size: 18px;
    color: #373b44;
    line-height: 40px;
    margin: 0 0 2px;
    display: block;
    text-align: left;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 6px;
}

.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}

.otherRe {
    margin-bottom: 20px;
    min-height: 80px;
    background: #f6f7fa;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px 20px;
}

.feBack textarea {
    width: 100%;
    height: 80px;
    line-height: 24px;
    border: none;
    resize: none;
    background: transparent;
    font-size: 16px;
    color: #999;
}

.checkbox {
    position: relative;
    display: block;
    padding: 0;
    height: 36px;
    line-height: 36px;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 36px;
    opacity: 0;
}

.checkbox label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    font-size: 16px;
    color: #666;
    border-radius: 18px;
    background: #f9f9f9;
    cursor: pointer;
}

.checkbox input[type='checkbox']:checked + label {
    padding: 0 24px;
    height: 34px;
    line-height: 34px;
    color: #8ed7e8;
    border: 1px solid #8ed7e8;
}

.telBox {
    overflow: hidden;
    margin: 0 0 20px;
    background: #fafafa;
    border-radius: 24px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.telBox input {
    display: block;
    border: none;
    width: 432px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    background: #fafafa;
    border-radius: 24px;
    font-size: 16px;
    color: #999;
}

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

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

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

.telMsg {
    margin-bottom: 2px;
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 20px;
    display: block;
}

.video-source {
    width: auto !important;
    max-width: 72% !important;
    height: auto !important;
    max-height: 460px !important;
    display: block !important;
    margin: 10px auto !important;
}

.showImg .screenshots {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.showImg .screenshots div,
.showImg .screenshots div img {
    width: auto;
    height: 100%;
}

.bhIRMenu span {
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.bhIRMenu span.current,
.bhIRMenu span:hover {
    color: #e45f2b;
}

.bhIRMenu span {
    cursor: pointer;
    color: #666;
    font-size: 16px;
    line-height: 36px;
}

.bhIRMenu span.current,
.bhIRMenu span:hover {
    color: #e45f2b;
}

.bhGSType {
    margin-bottom: 5px;
}

.GSListing {
    position: relative;
}

.GSorder {
    bottom: auto;
    top: -30px;
}

.GSorder span {
    cursor: pointer;
    color: #757575;
    margin-left: 16px;
}

.GSorder span:before {
    content: '';
    position: relative;
    top: 2px;
    vertical-align: top;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    margin: 0 4px;
}

.GSorder span.current:before {
    width: 6px;
    height: 6px;
    background: #3c3c3c;
    border: 4px solid #f6c445;
}

.GSorder span:hover:before {
    width: 6px;
    height: 6px;
    border: 4px solid #f6c445;
}

.gdMarkBox,
.gdMarkBox,
.gdMarkBox {
    margin-top: 8px;
    padding-bottom: 26px;
}

.gdMarkBox .markNumber,
.gdMarkBox .markNumber,
.gdMarkBox .markNumber {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 24px;
    border-bottom: 1px dashed #e5e5e5;
}

.gdMarkBox .markNumber .numberL,
.gdMarkBox .markNumber .numberL,
.gdMarkBox .markNumber .numberL {
    font-size: 18px;
    line-height: 22px;
    color: #999;
}

.gdMarkBox .markNumber .numberL p,
.gdMarkBox .markNumber .numberL p,
.gdMarkBox .markNumber .numberL p {
    margin-top: 16px;
    text-align: center;
}

.gdMarkBox .markNumber .numberL p:first-child,
.gdMarkBox .markNumber .numberL p:first-child,
.gdMarkBox .markNumber .numberL p:first-child {
    margin-top: -10px;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #8ed7e8;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gdMarkBox .markNumber .numberL p i,
.gdMarkBox .markNumber .numberL p i,
.gdMarkBox .markNumber .numberL p i {
    font-weight: normal;
    font-size: 30px;
    line-height: 48px;
    font-style: normal;
}

.gdMarkBox .markNumber .numberL .scoreWrap,
.gdMarkBox .markNumber .numberL .scoreWrap,
.gdMarkBox .markNumber .numberL .scoreWrap {
    display: flex;
    margin: 4.5px -4.5px -4.5px;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'],
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'],
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'] {
    -webkit-appearance: none;
    width: 190px;
    margin: 0;
    outline: 0;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-runnable-track,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-runnable-track,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-runnable-track {
    background: #facc01;
    height: 38px;
    -webkit-mask: url('../img/star.png');
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-thumb,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-thumb,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range' i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 100%;
    box-shadow: 999px 0 0 999px #f2f2f8;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'],
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'],
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range'] {
    -webkit-mask: url('../img/star.png');
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x;
    height: 38px;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-track,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-track,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-track {
    background: #f2f2f8;
    height: inherit;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-progress,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-progress,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-progress {
    background: #8ed7e8;
    height: inherit;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-thumb,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-thumb,
.gdMarkBox .markNumber .numberL .scoreWrap input[type='range']::-moz-range-thumb {
    width: 0;
    opacity: 0;
}

.gdMarkBox .markNumber .numberR,
.gdMarkBox .markNumber .numberR,
.gdMarkBox .markNumber .numberR {
    font-size: 16px;
    line-height: 16px;
}

.gdMarkBox .markNumber .numberR ul li,
.gdMarkBox .markNumber .numberR ul li,
.gdMarkBox .markNumber .numberR ul li {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #333333;
}

.gdMarkBox .markNumber .numberR ul li:first-child,
.gdMarkBox .markNumber .numberR ul li:first-child,
.gdMarkBox .markNumber .numberR ul li:first-child {
    margin-top: 2px;
}

.gdMarkBox .markNumber .numberR ul li .progressBg,
.gdMarkBox .markNumber .numberR ul li .progressBg,
.gdMarkBox .markNumber .numberR ul li .progressBg {
    margin-left: 16px;
    margin-right: 18px;
    width: 465px;
    height: 16px;
    background: #f2f2f8;
    border-radius: 8px;
    position: relative;
}

.gdMarkBox .markNumber .numberR ul li .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li .progressBg .progressInner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 16px;
    background: #8ed7e8;
    border-radius: 8px;
}

.gdMarkBox .markNumber .numberR ul li .innerTxt,
.gdMarkBox .markNumber .numberR ul li .innerTxt,
.gdMarkBox .markNumber .numberR ul li .innerTxt {
    color: #999999;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner {
    background: #8ed7e8;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner {
    background: #8ed7e8;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner {
    background: #8ed7e8;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner,
.gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner {
    background: #8ed7e8;
}

.gdMarkBox .userIcon,
.gdMarkBox .userIcon,
.gdMarkBox .userIcon {
    width: 70px;
    height: 70px;
    background-image: url('../img/user.png');
    background-repeat: no-repeat;
    background-size: 70px 70px;
}

.gdMarkBox .markTxt,
.gdMarkBox .markTxt,
.gdMarkBox .markTxt {
    display: flex;
    margin-top: 24px;
}

.gdMarkBox .markTxt .inputWrap,
.gdMarkBox .markTxt .inputWrap,
.gdMarkBox .markTxt .inputWrap {
    flex: 1;
    padding-left: 54px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gdMarkBox .markTxt textarea,
.gdMarkBox .markTxt textarea,
.gdMarkBox .markTxt textarea {
    display: block;
    width: 100%;
    padding: 16px 20px;
    background: #f7f7f7;
    resize: none;
    height: 120px;
    border-radius: 16px;
    border: unset;
}

.gdMarkBox .markTxt .btn,
.gdMarkBox .markTxt .btn,
.gdMarkBox .markTxt .btn {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    height: 40px;
    background: #8ed7e8;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 28px;
    width: fit-content;
    border: none;
}

.gdMarkBox .markList,
.gdMarkBox .markList,
.gdMarkBox .markList {
    margin-top: 6px;
    margin-bottom: 50px;
    color: #333333;
}

.gdMarkBox .markList > p,
.gdMarkBox .markList > p,
.gdMarkBox .markList > p {
    font-weight: bold;
    font-size: 18px;
}

.gdMarkBox .markList ul,
.gdMarkBox .markList ul,
.gdMarkBox .markList ul {
    margin-top: 18px;
}

.gdMarkBox .markList ul li,
.gdMarkBox .markList ul li,
.gdMarkBox .markList ul li {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 18px;
    display: flex;
}

.gdMarkBox .markList ul li:last-child,
.gdMarkBox .markList ul li:last-child,
.gdMarkBox .markList ul li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.gdMarkBox .markList ul li .userInfo,
.gdMarkBox .markList ul li .userInfo,
.gdMarkBox .markList ul li .userInfo {
    margin-top: -2px;
    flex: 1;
    padding-left: 26px;
}

.gdMarkBox .markList ul li .userInfo p,
.gdMarkBox .markList ul li .userInfo p,
.gdMarkBox .markList ul li .userInfo p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.gdMarkBox .markList ul li .userInfo p.tip,
.gdMarkBox .markList ul li .userInfo p.tip,
.gdMarkBox .markList ul li .userInfo p.tip {
    color: #333;
    line-height: 20px;
    margin-top: 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.gdMarkBox .markList ul li .userInfo p.tip .time,
.gdMarkBox .markList ul li .userInfo p.tip .time,
.gdMarkBox .markList ul li .userInfo p.tip .time {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.ztDeGS ul:nth-of-type(n + 2) li a:before {
    display: none;
}

.tablep {
    padding: 6px 0;
    margin-bottom: 20px;
}

.tablep > em,
.tablep > strong {
    display: block;
    margin: 12px 0;
    line-height: 28px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.tablep > strong em {
    font-weight: bold;
}

.tablep a {
    color: #0000ee;
}

.tablep a:hover {
    text-decoration: underline;
}

.tablep table {
    width: 100%;
    margin: 0 auto;
    word-break: break-all;
    text-align: center;
    line-height: 1.5;
}

.tablep table img {
    max-width: 100%;
}

.tablep table td {
    height: 32px;
}

.detips {
    position: relative;
    top: 10px;
    padding-left: 18px;
    width: 700px;
    overflow: hidden;
    background: #f6f6f6;
    padding-bottom: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.detips div {
    margin: 12px 0 10px 6px;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
}

.detips p {
    white-space: pre-wrap;
    line-height: 24px;
    padding: 0 15px 0 6px;
    margin-bottom: 4px;
}

.detips div i {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('../img/detips.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.introTit {
    font-size: 16px !important;
    color: #8ed7e8 !important;
    font-weight: bold;
}

header {
    padding: 0 0 1px;
}

header > div > a img {
    height: 55px;
    margin-top: 7px;
}

.sideRank .list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bhNSCont .cont a {
    color: revert;
}

.bhNSCont .cont a:active,
.bhNSCont .cont a:hover {
    color: #0000ee;
    border: unset;
    text-decoration: underline;
}
/*  
@media screen and (max-width: 750px) {
    main {
        width: 100%;
    }
    .crumb {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .ztListing .list {
        display: none;
    }
    .bhMenu {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .bhMenu a.current,
    .bhMenu a,
    .bhMenu a:hover {
        margin-right: 0;
    }
    .ztListing ul {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .ztListing li {
        width: 100%;
    }
    .ztListing .pagecode a {
        margin: 0 3px;
        margin-bottom: 8px !important;
    }
}
*/
