@charset "utf-8";
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

button,
input,
select,
textarea {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

sub,
sup {
    font-size: 100%;
    vertical-align: baseline;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

* {
    margin: 0;
    padding: 0;
}

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

body,
html {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 1000px;
    background-color: #f8f8f8;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'Microsoft Yahei', Arial, Tahoma, Helvetica, 'SimSun', 'Hiragino Sans GB', sans-serif;
}

article,
aside,
figure,
footer,
header,
nav,
section {
    display: block;
}

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

a:focus,
a:hover {
    -webkit-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -moz-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -ms-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    -o-transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
    transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms;
}

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

a:hover {
    color: #4ccb70;
}

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

header {
    position: relative;
    z-index: 2;
    height: 77px;
}

header > div {
    position: relative;
    padding: 0 27px 0 31px;
    width: 1150px;
    background-size: 100% auto;
    margin: auto;
    overflow: hidden;
}

header > div > a {
    position: relative;
    float: left;
    height: 100%;
    min-width: 188px;
}

header > div > a img {
    position: relative;
    width: auto;
    height: 48px;
    margin-top: 12px;
}

nav {
    position: relative;
    float: left;
    padding: 0 0 0 30px;
    overflow: hidden;
}

nav li {
    position: relative;
    z-index: 0;
    float: left;
    margin-left: 10px;
    display: block;
    padding-top: 2px;
    line-height: 70px;
    text-align: center;
    font-size: 15px;
    color: #172b43;
    font-weight: bold;
}

nav li a {
    display: block;
    color: #172b43;
}

nav li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

nav li.current:after,
nav li:hover:after {
    display: block;
    width: 22px;
    height: 3px;
    background: #4ccb70;
}

nav li:hover a {
    color: #172b43;
}

header .searchBtn {
    cursor: pointer;
    position: relative;
    float: right;
    display: block;
    padding: 10px 8px 10px 32px;
    width: 0;
    height: 15px;
    margin-top: 18px;
    border-radius: 1px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

header .searchBtn input {
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

header .searchBtn input {
    display: none;
    cursor: pointer;
}

header .searchBtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 7px;
    width: 23px;
    height: 23px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -8px;
}

header .searchBtn:hover {
    width: 158px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e8f6ee;
}

header .searchBtn:hover input {
    display: block;
    border: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    font-size: 14px;
    width: 228px;
    background: transparent;
}

header .searchBtn:hover:before {
    left: 12px;
    background-position: -9px -8px;
}

header .searchBtn:hover input::-webkit-input-placeholder {
    color: #999;
}

header .searchBtn:hover input:-moz-placeholder {
    color: #999;
}

header .searchBtn:hover input::-moz-placeholder {
    color: #999;
}

header .searchBtn:hover input:-ms-input-placeholder {
    color: #999;
}

footer {
    position: relative;
    margin-top: 40px;
    width: 100%;
    padding: 30px 0 0;
    background-position: left bottom;
    background-size: 100% 306px;
    background-color: #172b3d;
    text-align: center;
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -38px;
    width: 339px;
    height: 85px;
    background: #142636;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
}

footer:after {
    content: '';
    position: absolute;
    right: 0;
    top: -38px;
    width: 339px;
    height: 85px;
    background: #142636;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
}

footer > div {
    width: 940px;
    margin: auto;
    background: #142636;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 12px;
}

footer p a,
footer p span {
    margin: 0 6px;
    color: #fff;
}

footer p:nth-of-type(n + 2) {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.5);
}

footer p:nth-of-type(n + 2) a {
    color: rgba(255, 255, 255, 0.5);
}

footer p a:hover {
    color: rgba(255, 255, 255, 1);
}

footer p:nth-of-type(1) {
    padding-top: 20px;
}

footer p:last-of-type {
    padding-bottom: 15px;
}

.qcLink {
    position: relative;
    z-index: 1;
    margin: 8px auto 31px;
    padding: 3px 20px 16px;
    width: 1160px;
    background: #273d52;
    border-radius: 10px;
}

.qcLink .list {
    margin: auto;
    overflow: hidden;
}

.qcLink .list a {
    float: left;
    display: block;
    margin-right: 18px;
    height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.qcLink .list a:hover {
    color: #4ccb70;
}

.linkTit {
    margin-bottom: 9px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.05);
}

.linkTit span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.linkTit span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 35px;
    height: 2px;
    background: #3dbb61;
}

.wrapper section {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
    margin-top: 12px;
}
.recTit {
    position: relative;
    margin-top: 2px;
    padding: 10px 20px;
    overflow: hidden;
}

.recTit a {
    position: relative;
    top: 0;
    padding: 7px;
    z-index: 1;
    float: right;
    display: block;
    font-size: 12px;
    color: rgba(153, 153, 153, 0.75);
    width: 12px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -277px 0;
    background-color: #4ccb70;
    border-radius: 50%;
}

.recTit a:hover {
    background-color: #3dbb61;
}

.recTit strong {
    float: left;
    position: relative;
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #172b3d;
    font-weight: bold;
}

.recTit strong:before {
    content: '';
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 16px;
    height: 18px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -86px -8px;
}

.recTit em {
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: #ccc;
    margin-left: 4px;
}

.recTit i {
    position: absolute;
    right: 15px;
    top: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 11px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -152px -3px;
    cursor: pointer;
}

.recTit i:hover {
    background-position: -152px -21px;
}

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

.xinTit a {
    position: relative;
    top: 7px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 17px;
    background: #3dbb61;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 16px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.xinTit a:hover {
    background: #4ccb70;
}

.xinTit strong {
    float: left;
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    color: #172b3d;
    font-weight: 400;
}

.qcIXin .xinTit strong {
    line-height: 42px;
}

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

.qcTit a {
    position: relative;
    top: 12.5px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    padding: 0 15px 0 16px;
    height: 34px;
    border-radius: 17px;
    background: #3dbb61;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden;
}

.qcTit a:hover {
    background: #4ccb70;
}

.qcTit h2 {
    float: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 59px;
    line-height: 59px;
    font-size: 28px;
    color: #172b3d;
    font-weight: bold;
}

.qcTit h2:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 5px;
    z-index: -1;
    width: 96px;
    height: 49px;
    background: #ceeed7;
}

.qcTit strong {
    float: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    color: #172b3d;
    font-weight: bold;
}

.qcxTit {
    position: relative;
    padding: 1px 0 7px;
    margin-bottom: 1px;
    overflow: hidden;
}

.qcxTit a {
    position: relative;
    top: 0;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    padding: 0 15px 0 16px;
    height: 34px;
    border-radius: 17px;
    background: #3dbb61;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden;
}

.qcxTit a:hover {
    background: #4ccb70;
}

.qcxTit strong {
    float: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    color: #172b3d;
    font-weight: bold;
}

.gsTit {
    position: relative;
    margin-bottom: 10px;
    padding: 5px 25px;
    overflow: hidden;
    padding-left: 80px;
}

.gsTit strong {
    float: left;
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.slideTit {
    position: relative;
    padding: 4px 0;
    overflow: hidden;
}

.slideTit a {
    position: relative;
    top: 10px;
    padding: 4px 5px;
    z-index: 1;
    float: right;
    display: block;
    font-size: 0;
    width: 26px;
    height: 9px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -574px -4px;
}

.slideTit a:hover {
    background-position: -574px -26px;
}

.slideTit strong {
    float: left;
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #202020;
    font-weight: 400;
}

.slideTit em {
    float: left;
    position: relative;
    display: block;
    max-width: 320px;
    height: 38px;
    font-size: 20px;
    color: #4ccb70;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.slideTit em:before {
    content: '';
    position: relative;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 22px;
    height: 38px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -244px -46px;
}

.slideTit em:after {
    content: '';
    position: relative;
    margin-left: 6px;
    vertical-align: top;
    display: inline-block;
    width: 22px;
    height: 47px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -244px -46px;
    transform: rotateY(180deg);
}

.qcCrumb {
    position: relative;
    z-index: 1;
    width: 1200px;
    padding-bottom: 30px;
    margin: -72px auto 0 !important;
}

.qcCrumb div {
    display: inline-block;
    padding: 65px 83px 0 32px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(90deg, #49c36e, #30a276);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 42px 42px 42px;
}

.qcCrumb div:before {
    content: '';
    position: relative;
    top: 10px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -54px -8px;
}

.qcCrumb div,
.qcCrumb div a {
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

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

.qcCrumb a:nth-of-type(n + 2),
.qcCrumb span {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    line-height: 32px;
}

.qcCrumb a:hover {
    color: rgba(255, 255, 255, 1);
}

.pagecode {
    padding: 10px 0 20px;
    text-align: center;
    font-size: 18px;
    color: #172b3d;
    font-weight: bold;
    overflow: hidden;
}

.pagecode a {
    position: relative;
    padding: 7.5px 14px;
    margin: 0 5px;
    color: #172b3d;
    text-decoration: none;
    border: none;
    font-weight: bold;
    background-color: transparent;
    border-radius: 50%;
}

.pagecode > span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}

.pagecode a:hover {
    color: #fff;
    background-color: #2b99ff !important;
}

.pagecode a.current,
.pagecode a.current:hover {
    top: 1px;
    color: #fff;
    background-color: #2b99ff !important;
    border-color: transparent;
    padding: 8px 15px;
    font-weight: normal;
    font-weight: bold;
}

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

.pagecode .ico {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -650px 6px;
    border-radius: 50%;
}

.pagecode .icoleft {
    background-color: #dae0d7;
    margin-right: 184px;
}

.pagecode .icoright {
    transform: rotate(-180deg);
    background-color: #4ccb70;
    margin-left: 184px;
}

.qcITop {
    position: relative;
    width: 1200px;
    padding-top: 25px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper .qcITop {
    margin-bottom: 18px;
}

.hSlider {
    position: relative;
    float: left;
    width: 920px;
    height: 342px;
    border-radius: 20px;
}

.hSlider .hSImg {
    position: relative;
    z-index: 4;
    width: 918px;
    height: 340px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
}

.hSlider .hSImg ul {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hSlider .hSImg li {
    float: left;
    position: absolute;
    opacity: 0;
    z-index: 0;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hSlider .hSImg a {
    position: relative;
    display: block;
    width: 920px;
    height: 342px;
    border-radius: 20px;
    overflow: hidden;
}

.hSlider .hSImg a:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px;
    width: 100%;
    height: 74px;
    text-align: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, transparent 98%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

.hSlider .hSImg a > img {
    display: block;
    width: 920px;
    height: 342px;
    height: auto;
}

.hSlider .hSImg p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    width: 720px;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hSlider .hDot {
    position: absolute;
    bottom: 17px;
    right: 16.5px;
    z-index: 5;
    text-align: right;
    width: auto !important;
}

.hSlider .hDot ul {
    padding: 10px 0;
    height: 8px;
    text-align: center;
    overflow: hidden;

    width: auto !important;
}

.hSlider .hDot li {
    height: 8px;
    margin: 0 2.5px;
    cursor: pointer;
    float: left;
    border-radius: 4px;
}

.hSlider .hDot span {
    vertical-align: top;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.hSlider .hDot li.current,
.hSlider .hDot li.current span {
    background: #fcd445;
    width: 19px;
}

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

.hSlider .hSImg img:hover {
    transform: scale(1.2);
}

.hSlider .hSImg li i {
    position: absolute;
    top: 15px;
    left: 20px;
    padding: 0 10px 0 8px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    border-radius: 13px;
}

.hSlider .hSImg li i:before {
    content: '';
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 11px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -124px -8px;
}

.qcITopL {
    float: left;
    width: 260px;
    height: 340px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.qcITopL ul {
    padding: 0 20px 8px;
    height: 283px;
    overflow-y: scroll;
}

.qcITopL ul::-webkit-scrollbar {
    width: 0 !important;
}

.qcITopL ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #dfdfdf !important;
}

.qcITopL li {
    position: relative;
    height: 115px;
    border-radius: 10px;
    margin: 0 0 10px;
    overflow: hidden;
}

.qcITopL li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.qcITopL li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 8px 6px 6px 6px;
}

.qcITopL li p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 9px 10px 7px;
    width: 200px;
    height: 34px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.15) 98%);
    border-radius: 0 0 10px 10px;
}

.qcITopL li p:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 12px;
    height: 5px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -185px -3px;
    cursor: pointer;
}

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

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

.personRec {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.wrapper .personRec {
    margin-bottom: 18px;
}

.personRec .tab_l {
    position: absolute;
    right: 46px;
    top: -49px;
    display: block;
    width: 34px;
    height: 28px;
    background-position: -225px 2px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    border: 2px solid #2b99ff;
    border-radius: 6px;
}

.personRec .tab_l:hover {
    background-color: #2b99ff;
    background-position: -224px -17px;
}

.personRec .tab_r {
    position: absolute;
    right: 0;
    top: -49px;
    display: block;
    width: 34px;
    height: 28px;
    background-position: -225px 3px;
    margin: auto 0;
    z-index: 2;
    cursor: pointer;
    border: 2px solid #2b99ff;
    border-radius: 6px;
    transform: rotate(180deg);
}

.personRec .tab_r,
.personRec .tab_r:hover {
    background-color: #2b99ff;
    background-position: -226px -18px;
}

.personRec .sub_box {
    position: relative;
}

.personRec .sub_box .subSlider {
    position: relative;
    width: 102%;
    height: 208px;
    overflow: hidden;
}

.personRec .sub_box .subSlider ul {
    position: absolute;
    height: 208px;
    overflow: hidden;
}

.personRec .sub_box .subSlider li {
    float: left;
    width: 310px;
    height: 208px;
    margin: 0 30px 20px 0;
    overflow: hidden;
}

.personRec .sub_box .subSlider .img {
    display: block;
    width: 100%;
    height: 155px;
    border-radius: 10px;
    overflow: hidden;
}

.personRec .sub_box .subSlider .img img {
    float: right;
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.personRec .sub_box .subSlider .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;
}

.personRec .sub_box .subSlider .img img:hover {
    transform: scale(1.2);
}

.personRec .sub_box .subSlider .info {
    position: relative;
    top: -28px;
    margin: auto;
    padding-top: 7px;
    display: block;
    width: 246px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    text-align: center;
}

.personRec .sub_box .subSlider .info p {
    display: block;
    font-size: 14px;
    color: #172b3d;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.personRec .sub_box .subSlider .info span {
    display: block;
    font-size: 12px;
    color: #2b99ff;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.personRec .sub_box .subSlider .info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
    padding: 7px;
    z-index: 1;
    float: right;
    display: block;
    font-size: 12px;
    color: rgba(153, 153, 153, 0.75);
    width: 12px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -277px 0;
    background-color: #2b99ff;
    border-radius: 50%;
}

.personRec .sub_box .subSlider .info:after:hover {
    background-color: #2b99ff;
}

.qcIXin {
    position: relative;
}

.wrapper .qcIXin {
    margin-bottom: 16px;
}

.qcIXin .list {
    width: 1210px;
    overflow: hidden;
}

.qcIXin .list a {
    position: relative;
    display: block;
    float: left;
    width: 116px;
    text-align: center;
    margin-right: 4px;
    padding: 28px 26px 3px;
}

.qcIXin .list a img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin-bottom: 5px;
    border: 3px solid #4ccb70;
}

.qcIXin .list a p {
    display: block;
    width: 100%;
    margin: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcIXin .list a span {
    color: #4ccb70;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcIXin .list a img {
    position: relative;
    top: 0;
    transition: all 0.1s linear;
}

.qcIXin .list a:hover img {
    top: -6px;
    position: relative;
    opacity: 1;
}

.qcIXin .list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 56px;
    height: 68px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -10px -465px;
}

.qcIXin .list a:nth-of-type(7n + 1):before {
    width: 36px;
    background-position: -10px -465px;
}

.qcIXin .list a:nth-of-type(7n + 2):before {
    width: 46px;
    background-position: -48px -465px;
}

.qcIXin .list a:nth-of-type(7n + 3):before {
    width: 46px;
    background-position: -112px -465px;
}

.qcIXin .list a:nth-of-type(7n + 4):before {
    width: 46px;
    background-position: -166px -465px;
}

.qcIXin .list a:nth-of-type(7n + 5):before {
    width: 46px;
    background-position: -228px -465px;
}

.qcIXin .list a:nth-of-type(7n + 6):before {
    width: 46px;
    background-position: -288px -465px;
}

.qcIXin .list a:nth-of-type(7n + 7):before {
    width: 46px;
    background-position: -356px -465px;
}

.findGame {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    padding: 0 10px 0 20px;
    border-radius: 23px;
    background: #dff2e3;
    overflow: hidden;
}

.findGame p {
    float: left;
    font-size: 12px;
    color: #172b3d;
    line-height: 45px;
    margin-right: 17px;
}

.findGame img {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.wrapper .qcGame,
.wrapper .qcSoft {
    position: relative;
    margin-bottom: 10px;
}

.qcGame .tabMenu {
    position: relative;
    padding: 0 61px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 10px;
    height: 46px;
}

.qcGame .tabMenu > div {
    position: relative;
    padding: 0 7px;
    margin-top: 1px;
    height: 44px;
    overflow: hidden;
    border-left: 1px solid #d7dede;
    border-right: 1px solid #d7dede;
}

.qcGame .tabMenu .list {
    position: absolute;
    width: 1075px;
    height: 44px;
    overflow: hidden;

    left: 0;
    right: 0;
    margin: auto;
}

.qcGame .tabMenu i {
    position: absolute;
    top: 1px;
    padding: 15px 26px;
    width: 8px;
    height: 14px;
    background-position: -380px 8px;
    cursor: pointer;
}

.qcGame .tabMenu .tabLeft {
    right: 1px;
    transform: rotate(180deg);
}

.qcGame .tabMenu .tabRight {
    left: 1px;
}

.qcGame .tabMenu .tabLeft:hover {
    opacity: 1;
    transform: rotate(180deg);
}

.qcGame .tabMenu .tabRight:hover {
    opacity: 1;
}

.qcGame .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 5px 10px;
    padding: 0 11px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    line-height: 34px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

.qcGame .tabMenu span.current,
.qcGame .tabMenu span:hover {
    position: relative;
    color: #fff;
    background: #fcd445;
}

.qcGame .tabMenu span:nth-of-type(1) {
    margin-left: 18px;
}

.qcGame .tabCont {
    position: relative;
    padding: 10px 0 0;
    overflow: hidden;
}

.qcGame .tabCont .subBox {
    width: 106%;
    overflow: hidden;
}

.qcGame .tabCont .subBox a {
    position: relative;
    float: left;
    padding-top: 30px;
    margin-right: 40px;
    width: 208px;
    height: 266px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

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

.qcGame .tabCont .subBox a > p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    height: 26px;
    margin-top: 14px;
    overflow: hidden;
}

.qcGame .tabCont .subBox a > span {
    display: block;
    font-size: 12px;
    color: #73cc78;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcGame .tabCont .subBox a img {
    position: relative;
    top: 0;
    transition: all 0.1s linear;
}

.qcGame .tabCont .subBox a:hover img {
    top: -6px;
    position: relative;
    opacity: 1;
}

.qcGame .tabCont .subBox .info {
    position: relative;
    margin-top: 32px;
    padding-top: 3px;
    display: block;
    height: 51px;
    font-size: 11px;
    color: #8b959e;
    line-height: 28px;
    overflow: hidden;
}

.qcGame .tabCont .subBox .info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 53px;
    background: #e6eff4;
}

.qcGame .tabCont .subBox .info span {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcGame .tabCont .subBox .info span:before {
    content: '';
    margin: auto;
    display: block;
    width: 20px;
    height: 18px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -453px -8px;
}

.qcGame .tabCont .subBox .info span:nth-of-type(2):before {
    background-position: -494px -8px;
}

.qcGame .tabCont .subBox a i {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    padding: 0 7px;
    font-size: 12px;
    color: #f9563d;
    border-radius: 10px;
    background: rgba(250, 102, 79, 0.1);
}

.qcGame .tabCont .subBox a i:before {
    content: '';
    position: relative;
    top: 6px;
    vertical-align: top;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f9563d;
    border-radius: 4px;
    margin-right: 3px;
}

.qcGame .tabCont .subBox a i.up {
    color: #37b6e5;
    background: rgba(55, 182, 229, 0.1);
}

.qcGame .tabCont .subBox a i.up:before {
    background: #37b6e5;
}

.qcSoft .tabMenu {
    position: relative;
    padding: 0 61px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: 10px;
    height: 46px;
}

.qcSoft .tabMenu > div {
    position: relative;
    padding: 0 7px;
    margin-top: 1px;
    height: 44px;
    overflow: hidden;
    border-left: 1px solid #d7dede;
    border-right: 1px solid #d7dede;
}

.qcSoft .tabMenu .list {
    position: absolute;
    width: 1075px;
    height: 44px;
    overflow: hidden;

    left: 0;
    right: 0;
    margin: auto;
}

.qcSoft .tabMenu i {
    position: absolute;
    top: 1px;
    padding: 15px 26px;
    width: 8px;
    height: 14px;
    background-position: -380px 8px;
    cursor: pointer;
}

.qcSoft .tabMenu .tabLeft {
    right: 1px;
    transform: rotate(180deg);
}

.qcSoft .tabMenu .tabRight {
    left: 1px;
}

.qcSoft .tabMenu .tabLeft:hover {
    opacity: 1;
    transform: rotate(180deg);
}

.qcSoft .tabMenu .tabRight:hover {
    opacity: 1;
}

.qcSoft .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 5px 10px;
    padding: 0 11px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    line-height: 34px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

.qcSoft .tabMenu span.current,
.qcSoft .tabMenu span:hover {
    position: relative;
    color: #fff;
    background: #4ccb70;
}

.qcSoft .tabMenu span:nth-of-type(1) {
    margin-left: 18px;
}

.qcSoft .tabCont {
    position: relative;
    padding: 6px 0 0;
    overflow: hidden;
}

.qcSoft .tabCont .subBox {
    width: 106%;
    overflow: hidden;
}

.qcSoft .tabCont .subBox a {
    position: relative;
    float: left;
    padding-top: 30px;
    margin-right: 40px;
    width: 208px;
    height: 266px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

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

.qcSoft .tabCont .subBox a > p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    height: 26px;
    margin-top: 14px;
    overflow: hidden;
}

.qcSoft .tabCont .subBox a > span {
    display: block;
    font-size: 12px;
    color: #73cc78;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcSoft .tabCont .subBox a img {
    position: relative;
    top: 0;
    transition: all 0.1s linear;
}

.qcSoft .tabCont .subBox a:hover img {
    top: -6px;
    position: relative;
    opacity: 1;
}

.qcSoft .tabCont .subBox .info {
    position: relative;
    margin-top: 32px;
    padding-top: 3px;
    display: block;
    height: 51px;
    font-size: 11px;
    color: #8b959e;
    line-height: 28px;
    overflow: hidden;
}

.qcSoft .tabCont .subBox .info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 53px;
    background: #e6eff4;
}

.qcSoft .tabCont .subBox .info span {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcSoft .tabCont .subBox .info span:before {
    content: '';
    margin: auto;
    display: block;
    width: 20px;
    height: 18px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -453px -8px;
}

.qcSoft .tabCont .subBox .info span:nth-of-type(2):before {
    background-position: -494px -8px;
}

.qcSoft .tabCont .subBox a i {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    padding: 0 7px;
    font-size: 12px;
    color: #f9563d;
    border-radius: 10px;
    background: rgba(250, 102, 79, 0.1);
}

.qcSoft .tabCont .subBox a i:before {
    content: '';
    position: relative;
    top: 6px;
    vertical-align: top;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f9563d;
    border-radius: 4px;
    margin-right: 3px;
}

.qcSoft .tabCont .subBox a i.up {
    color: #37b6e5;
    background: rgba(55, 182, 229, 0.1);
}

.qcSoft .tabCont .subBox a i.up:before {
    background: #37b6e5;
}

.qcTopic > div {
    position: relative;
    width: 1200px;
    margin: 0 auto 14px;
}

.qcTopic .tabMenu {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 286px;
    overflow: hidden;
}

.qcTopic .tabMenu span {
    float: left;
    display: block;
    margin: 0 8px;
    padding: 0 34px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    cursor: pointer;
}

.qcTopic .tabMenu span.current {
    border-color: #fcd445;
    background: #fcd445;
    color: #fff;
}

.qcTopic .tabMenu span:hover {
    color: #fcd445;
}

.qcTopic .tabMenu span:hover.current {
    color: #fff;
}

.qcTopic ul {
    margin-top: 13px;
    width: 105%;
    height: 425px;
    overflow: hidden;
}

.qcTopic ul li {
    position: relative;
    float: left;
    width: 232px;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.qcTopic ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

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

.qcTopic ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0 9px;
    height: 55px;
    background: transparent;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.15) 98%);
    border-radius: 0 0 10px 10px;
}

.qcTopic ul li div p {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcTopic ul li div span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcTopic ul li div p,
.qcTopic ul li div span {
    position: relative;
    top: 0;
}

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

.qcTopic ul li:hover a img {
    transform: scale(1.2);
}

.qcTopic ul > li:nth-of-type(7n + 1) {
    height: 415px;
}

.qcTopic ul > li:nth-of-type(7n + 2) {
    height: 261px;
}

.qcTopic ul > li:nth-of-type(7n + 3) {
    height: 144px;
}

.qcTopic ul > li:nth-of-type(7n + 4) {
    height: 415px;
}

.qcTopic ul > li:nth-of-type(7n + 5) {
    height: 144px;
}

.qcTopic ul > li:nth-of-type(7n + 6) {
    height: 261px;
}

.qcTopic ul > li:nth-of-type(7n + 7) {
    height: 415px;
}

.qcTopic ul {
    width: 100%;
    columns: 5;
    column-gap: 10px;
}

.qcTopic ul > li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.qcRank {
    overflow: inherit !important;
    margin-bottom: 6px !important;
}

.qcRank .slideTit em {
    max-width: 320px;
}

.qcRank ul {
    width: 105%;
    margin-top: 6px;
}

.qcRank ul > li {
    float: left;
    width: 378px;
    margin-right: 31px;
}

.qcRank ol {
    width: 100%;
}

.qcRank ol li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 15px;
}

.qcRank ol li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    height: 70px;
    overflow: hidden;
}

.qcRank ol li a i {
    float: left;
    margin-right: 10px;
    display: block;
    width: 25px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #202020;
    font-weight: bold;
    text-align: center;
}

.qcRank ol li a img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}

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

.qcRank ol li a div p {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

.qcRank ol li a > span {
    display: none;
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 28px;
    font-size: 13px;
    color: #4ccb70;
    line-height: 28px;
    border: 2px solid #4ccb70;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.qcRank ol li:hover a > span {
    display: block;
}

.qcRank ol li:hover {
    box-shadow: 0 10px 20px 0 rgba(102, 102, 102, 0.1);
}

.qcRank ol li a:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 67px;
    z-index: 1;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -535px -8px;
}

.qcRank ul > li:nth-of-type(1) a > span {
    color: #ff9a50;
    border-color: #ff9a50;
}

.qcRank ul > li:nth-of-type(1) .slideTit em {
    color: #ff9a50;
}

.qcRank ul > li:nth-of-type(1) .slideTit em:after,
.qcRank ul > li:nth-of-type(1) .slideTit em:before {
    background-position: -9px -46px;
}

.qcRank ul > li:nth-of-type(2) a > span {
    color: #d77af9;
    border-color: #d77af9;
}

.qcRank ul > li:nth-of-type(2) .slideTit em {
    color: #d77af9;
}

.qcRank ul > li:nth-of-type(2) .slideTit em:after,
.qcRank ul > li:nth-of-type(2) .slideTit em:before {
    background-position: -56px -46px;
}

.qcNews .qcTit {
    margin-top: -6px;
    top: -7px;
}

.qcNewsL {
    float: left;
    width: 384px;
}

.qcNewsL > a {
    position: relative;
    margin-bottom: 21px;
    display: block;
    width: 384px;
    height: 236px;
    border-radius: 10px;
    overflow: hidden;
}

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

.qcNewsL > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    margin: auto;
    overflow: hidden;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), rgba(114, 102, 104, 0.2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), rgba(114, 102, 104, 0.2);
}

.qcNewsL > a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 48px;
    text-indent: 0.56em;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.qcNewsL .list {
    padding-top: 21px;
    border-top: 1px solid #dae3e4;
}

.qcNewsL .list a {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.qcNewsL .list a img {
    float: left;
    width: 129px;
    height: 72px;
    border-radius: 10px;
    margin-right: 15px;
}

.qcNewsL .list a div {
    float: left;
    width: 239px;
    height: 72px;
    overflow: hidden;
}

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

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

.qcNewsL .list a:hover div p {
    color: #4ccb70;
}

.qcNewsM {
    float: left;
    width: 478px;
    margin-right: 10px;
}

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

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

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

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

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

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

.qcNewsM a .info {
    overflow: hidden;
}

.qcNewsM a .info span {
    float: left;
    display: block;
    max-width: 50%;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 20px;
}

.qcNewsM a .info span:nth-of-type(n + 2) {
    float: right;
    margin-top: 2px;
    padding: 0 4px;
    font-size: 11px;
    color: #999;
    line-height: 14px;
    border-radius: 3px;
    border: 1px solid #dbe6e3;
}

.qcNewsM a:hover p {
    color: #4ccb70;
}

.qcNewsR {
    float: right;
    width: 280px;
    padding: 11px 20px 30px;
    background: linear-gradient(180deg, #dcfddc 0%, rgba(255, 255, 255, 0.75) 13%, rgba(255, 255, 255, 0.75) 100%);
    border-radius: 10px;
    overflow: hidden;
}

.qcNewsR ul {
    margin-top: -2px;
}

.qcNewsR li {
    width: 100%;
    height: 53.5px;
    line-height: 53.5px;
    border-bottom: 1px solid #eceeec;
    overflow: hidden;
}

.qcNewsR li:before {
    content: '';
    position: relative;
    top: 18.25px;
    vertical-align: top;
    margin-right: 7px;
    float: left;
    display: inline-block;
    width: 14px;
    height: 17px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -627px -8px;
}

.qcNewsR li a {
    float: left;
    display: block;
    width: 188px;
    font-size: 14px;
    color: #454545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcNewsR li span {
    float: right;
    font-size: 14px;
    color: #ccc;
}

.qcNewsR li:hover a {
    color: #4ccb70;
}

.wrapper .qcGSTop {
    margin-bottom: 22px;
}

.qcList ul {
    width: 106%;
    overflow: hidden;
    padding-top: 10px;
}

.qcList ul li {
    position: relative;
    float: left;
    margin-right: 40px;
    width: 208px;
    height: 296px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    /*overflow: hidden;*/
}

.qcList ul li a {
    display: block;
}

.qcList ul li .info {
    padding-top: 30px;
}

.qcList ul li .info img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    margin: 0 auto;
}

.qcList ul li .info > p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    height: 26px;
    margin-top: 14px;
    overflow: hidden;
}

.qcList ul li .info > span {
    display: block;
    font-size: 12px;
    color: #2b99ff;
    height: 22px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcList ul li .info div {
    position: relative;
    margin-top: 32px;
    padding-top: 3px;
    display: block;
    height: 51px;
    font-size: 11px;
    color: #8b959e;
    line-height: 28px;
    overflow: hidden;
}

.qcList ul li .info div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 53px;
    background: #e6eff4;
}

.qcList ul li .info div span {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcList ul li .info div span:before {
    content: '';
    position: relative;
    top: 2px;
    margin: auto;
    display: block;
    width: 20px;
    height: 18px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -453px -8px;
}

.qcList ul li .info div span:nth-of-type(2):before {
    background-position: -494px -8px;
}

/*.qcList ul li .info i {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 20px;*/
/*    display: block;*/
/*    padding: 0 7px;*/
/*    font-size: 12px;*/
/*    color: #f9563d;*/
/*    border-radius: 10px;*/
/*    background: rgba(250, 102, 79, 0.1);*/
/*}*/
/*.qcList ul li:nth-child(n + 4) .info i{*/
/*    display: none;*/
/*}*/

/*.qcList ul li .info i:before {*/
/*    content: '';*/
/*    position: relative;*/
/*    top: 6px;*/
/*    vertical-align: top;*/
/*    display: inline-block;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background: #f9563d;*/
/*    border-radius: 4px;*/
/*    margin-right: 3px;*/
/*}*/
.qcList ul li .info i{
    font-size: 0;
}
.qcList ul li:nth-child(n + 4) .info i{
    display: none;
}
.qcList ul li .info i:before{
    content: "";
    display: block;
    width: 78px;
    height: 78px;
    background-image: url(../img/icon_rec.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -3px -591px;
    position: absolute;
    right: -9px;
    top: -6px;
    pointer-events: none;
}
.qcList ul li:nth-child(2) .info i:before{
    background-position: -94px -591px;
}
.qcList ul li:nth-child(3) .info i:before{
    background-position: -183px -591px;
}
.qcList ul li .info i.up {
    color: #37b6e5;
    background: rgba(55, 182, 229, 0.1);
}

.qcList ul li .info i.up:before {
    background: #37b6e5;
}

.qcList ul li .btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
    width: 72px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #edfaf3;
    background: #2b99ff;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
}

.qcList ul li .btn {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.qcList ul li:hover .btn {
    bottom: 58px;
    display: block;
}

.qcGSTop .list {
    position: relative;
    top: -6px;
    width: 1200px;
    padding: 6px 10px 0 17px;
    overflow: hidden;
}

.qcGSTop .list a {
    position: relative;
    float: left;
    display: block;
    padding: 0 25px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: rgba(28, 67, 73, 0.25);
    border-radius: 6px;
    margin: 0 5px 14px 6px;
    text-align: center;
}

.qcGSTop .list a.current {
    background: rgba(28, 67, 73, 1);
    font-weight: bold;
}

.qcGSTop .list a:hover {
    background: rgba(28, 67, 73, 0.72);
}

.qcGSTop .list a i {
    position: absolute;
    top: -4px;
    right: -7px;
    display: block;
    padding: 0 5px;
    height: 15px;
    background: #fcd445;
    border-radius: 6px;
    font-size: 11px;
    color: #172b43;
    line-height: 15px;
}

.qcMenu {
    overflow: hidden;
}

.qcMenu a {
    float: left;
    display: block;
    margin: 0 8px;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.qcMenu a.current {
    border-color: #2b99ff;
    background: #2b99ff;
    color: #fff;
    font-weight: bold;
}

.qcMenu a:hover {
    color: #2b99ff;
}

.qcMenu a:hover.current {
    color: #fff;
}

.qcZt {
    position: relative;
    overflow: hidden;
}

.qcZt .qcMenu {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.qcZt .qcMenu a {
    float: initial;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.qcZt .list {
    width: 1200px;
    padding: 0 66px;
    padding-top: 26px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    
}

.qcZt dl {
    float: left;
    position: relative;
    display: block;
    padding: 20px 30px;
    width: 326px;
    height: 379px;
    margin: 0 20px 30px 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.qcZt dl a {
    display: block;
}

.qcZt dl dt {
    margin-bottom: 4px;
    overflow: hidden;
}

.qcZt dl dt a {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    max-width: 106%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcZt dl dt a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9px;
    display: block;
    width: 100%;
    height: 8px;
    background: #c7d9eb;
}

.qcZt dl dd a {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}

.qcZt dl dd a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
    object-fit: cover;
}

.qcZt dl dd span {
    display: block;
    margin-bottom: 11px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcZt dl dd p {
    height: 44px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcZt dl dd 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;
}

.qcZt dl dd a:hover img {
    transform: scale(1.1);
}

.qcZtTop {
    position: relative;
    width: 1200px;
    padding-bottom: 32px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.qcZtTop dl {
    position: relative;
    width: 1200px;
    min-height: 227px;
    padding: 19px 510px 19px 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

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

.qcZtTop h1 {
    position: relative;
    margin-bottom: 3px;
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    max-width: 101%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcZtTop h1:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9px;
    display: block;
    width: 100%;
    height: 8px;
    background: #bbd4eb;
}

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

.qcZtTop em,
.qcZtTop span {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcZtTop em {
    margin-right: 18px;
}

.qcZtTop a {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    color: #2b99ff;
    line-height: 24px;
    border-radius: 6px;
    margin: 0 9px 9px 0;
    border: 1px solid rgba(43, 153, 255, 0.5);
    background: transparent;
}

.qcZtTop a:hover {
    background: #2b99ff;
    color: #fff;
}

.qcZtTop .img {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    width: 452px;
    height: 265px;
    border-radius: 10px;
    overflow: hidden;
}

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

.qcZtTop dl:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    width: 56px;
    height: 4px;
    background: #2b99ff;
    border-radius: 1px;
}

.qcZtTop dl:after {
    content: '';
    position: absolute;
    left: 605px;
    top: 50px;
    z-index: 0;
    width: 162px;
    height: 101px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -829px -889px;
}

.ztbg .qcList {
    padding-top: 10px;
    margin-bottom: 10px;
}

.ztbg .qcList .pagecode {
    padding-top: 1px;
}

.ztbg .personRec {
    padding-bottom: 4px;
}

.rkbg .qcMenu {
    text-align: center;
    margin-bottom: 0;
}

.rkbg .qcMenu a {
    float: inherit;
    vertical-align: top;
    display: inline-block;
    padding: 0 37px;
    font-weight: bold;
    color: rgba(40, 155, 127, 1);
    border-color: rgba(40, 155, 127, 0.5);
}

.rkbg .qcMenu a.current,
.rkbg .qcMenu a.current:hover,
.rkbg .qcMenu a:hover {
    border-color: #289b7f;
    background: #289b7f;
    color: #fff;
    font-weight: bold;
}

.rkbg .qcRank ul > li {
    margin-bottom: 11px;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 1) a > span {
    color: #ff9a50;
    border-color: #ff9a50;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 1) .slideTit em {
    color: #ff9a50;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 1) .slideTit em:after,
.rkbg .qcRank ul > li:nth-of-type(6n + 1) .slideTit em:before {
    background-position: -9px -46px;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 2) a > span {
    color: #d77af9;
    border-color: #d77af9;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 2) .slideTit em {
    color: #d77af9;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 2) .slideTit em:after,
.rkbg .qcRank ul > li:nth-of-type(6n + 2) .slideTit em:before {
    background-position: -56px -46px;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 3) a > span {
    color: #00e0b4;
    border-color: #00e0b4;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 3) .slideTit em {
    color: #00e0b4;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 3) .slideTit em:after,
.rkbg .qcRank ul > li:nth-of-type(6n + 3) .slideTit em:before {
    background-position: -103px -46px;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 4) a > span {
    color: #00c1f1;
    border-color: #00c1f1;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 4) .slideTit em {
    color: #00c1f1;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 4) .slideTit em:after,
.rkbg .qcRank ul > li:nth-of-type(6n + 4) .slideTit em:before {
    background-position: -150px -46px;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 5) a > span {
    color: #8ee777;
    border-color: #8ee777;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 5) .slideTit em {
    color: #8ee777;
}

.rkbg .qcRank ul > li:nth-of-type(6n + 5) .slideTit em:after,
.rkbg .qcRank ul > li:nth-of-type(6n + 5) .slideTit em:before {
    background-position: -197px -46px;
}

.tagsMenu {
    padding: 20px 0 1px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    overflow: hidden;
}

.tagsMenu a {
    position: relative;
    float: left;
    display: block;
    padding: 0 12px;
    margin: 0 0 20px 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: rgba(244, 244, 244, 0.8);
    font-size: 14px;
    color: #666;
}

.tagsMenu .rc,
.tagsMenu .rh,
.tagsMenu .rp,
.tagsMenu a:hover {
    background: #fff3f4;
    color: #fb6076;
}

.tagsMenu a:before {
    content: '';
    display: none;
    position: relative;
    top: 11px;
    margin-right: 6px;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -801px -8px;
}

.tagsMenu .rp:before {
    display: inline-block;
    width: 13px;
    height: 15px;
    background-position: -801px -8px;
}

.tagsMenu .rh:before {
    display: inline-block;
    width: 11px;
    height: 14px;
    background-position: -836px -8px;
}

.tagsMenu .rc:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -869px -8px;
}

.rkbg .qcRecRank {
    margin-top: -5px;
}

.qcRecRank .qcxTit strong {
    line-height: 33px;
}

.rkbg .wrapper {
    padding-bottom: 14px;
}

.qcRecRank ul {
    margin-top: 11px;
    position: relative;
    width: 1236px;
    overflow: hidden;
}

.qcRecRank ul li {
    float: left;
    width: 224px;
    height: 138px;
    background: #cdebda;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.qcRecRank ul li a {
    display: block;
}

.qcRecRank ul li .qcRecRb:hover {
    color: rgba(255, 255, 255, 0.9);
}

.qcRecRt {
    margin-top: 4px;
    padding: 10px 2px 12px 10px;
    height: 76px;
    background: #f3fdf7;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.qcRecRt img {
    float: left;
    width: 66px;
    height: 66px;
    border: 5px solid #f4fdf7;
    border-radius: 19px;
    margin-right: 11px;
}

.qcRecRt div {
    float: left;
    width: 124px;
    height: 76px;
    overflow: hidden;
}

.qcRecRt div p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #172b3d;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRecRt div span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRecRank ul li:hover .qcRecRt,
.qcRecRank ul li:nth-of-type(1) .qcRecRt {
    background: linear-gradient(0deg, #d7f6e2, #e2f8ea);
}

.qcRecRb {
    padding: 0 10px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: #49c36e;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcNewRank ul {
    margin-top: 11px;
    position: relative;
    width: 1236px;
    padding: 30px 0 0 1px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.qcNewRank ul li {
    float: left;
    width: 277px;
    height: 138px;
    margin: 0 0 20px 18px;
}

.qcNewRank li a {
    position: relative;
    display: block;
    width: 100%;
    height: 138px;
    overflow: hidden;
    border-radius: 8px;
}

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

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

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

.qcNewRank li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0 10px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: transparent;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.12) 98%);
    border-radius: 0 0 10px 10px;
}

.qcNewRank .tagsMenu {
    margin-bottom: 2px;
    padding-bottom: 12px;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.qcNewRank ~ .qcRank .slideTit {
    padding-top: 5px;
}

.qcNewRank ~ .qcRank ul > li .slideTit em {
    font-weight: bold;
}

.qcRankIntro {
    position: relative;
    padding-bottom: 2px;
    overflow: inherit !important;
}

.qcRankIntro dl {
    padding: 0 20px;
}

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

.qcRankIntro dl dt h1 {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: inline-block;
    max-width: 101%;
    height: 28px;
    line-height: 26px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRankIntro dl p {
    position: relative;
    z-index: 1;
    display: block;
    height: 64px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 32px;
    margin: 13px 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcRankIntro dl:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -17px;
    z-index: 0;
    width: 162px;
    height: 101px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -829px -889px;
}

.qcRec {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -47px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: rgba(76, 203, 112, 0.5);
}

.qcRec a {
    color: rgba(76, 203, 112, 0.5);
    text-decoration: underline;
    margin: 0 7px;
}

.qcRec a:hover {
    color: rgba(76, 203, 112, 1);
}

.rkdebg .wrapper {
    padding-bottom: 1px;
}

.rkdebg .wrapper .qcRankList {
    margin-bottom: 8px;
}

.rtime {
    position: absolute;
    right: 23px;
    top: 0;
    display: block;
    font-size: 14px;
    color: #ccc;
    text-align: right;
    line-height: 36px;
}

.qcRankList {
    position: relative;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 0;
}

.qcRankList ol {
    position: relative;
    padding: 0 20px;
}

.qcRankList ol li {
    position: relative;
    display: block;
    padding: 30px 0 21px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

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

.qcRankList ol li > i {
    float: left;
    margin-right: 20px;
    display: block;
    width: 64px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
    color: #202020;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
}

.qcRankList .pic {
    float: left;
    margin: 4px 30px 10px 0;
    width: 150px;
    height: 150px;
    border-radius: 30px;
}

.qcRankList .pic img {
    width: 150px;
    height: 150px;
    border-radius: 30px;
}

.qcRankList dl {
    position: relative;
    float: left;
    width: 690px;
}

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

.qcRankList dl dt a {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRankList dl em,
.qcRankList dl span {
    float: left;
    position: relative;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRankList dl p {
    position: relative;
    z-index: 1;
    display: block;
    height: 72px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.qcRankList dl .tags a {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    color: #23c268;
    line-height: 24px;
    border-radius: 6px;
    margin: 0 9px 9px 0;
    border: 1px solid rgba(70, 196, 106, 0.5);
    background: transparent;
}

.qcRankList dl .tags a:hover {
    background: #4ccb70;
    color: #fff;
}

.qcRankList dl dt a:hover {
    color: #4ccb70;
    font-weight: bold;
}

.qcRankList ol li .img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: block;
    height: 42px;
}

.qcRankList ol li .img a {
    display: block;
    padding: 0 30px;
    height: 42px;
    font-size: 16px;
    color: #4ccb70;
    background-color: #edfaf3;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
}

.qcRankList ol li:hover .img a {
    color: #fff;
    background: #4ccb70;
    border-color: #fff;
}

.wrapLR {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.wrapL {
    float: left;
    width: 808px;
    margin-right: 10px;
    overflow: hidden;
}

.wrapR {
    float: right;
    width: 360px;
    overflow: hidden;
}

.wrapL section {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.wrapR section {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.nsbg .wrapL {
    float: left;
    width: 860px;
    margin-right: 10px;
    overflow: hidden;
}

.nsbg .wrapR {
    float: right;
    width: 320px;
    overflow: hidden;
}

.nsbg .wrapR section {
    width: 280px;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
}

#certify .swiper-container {
    padding: 1px 0;
}

#certify .swiper-slide {
    width: 650px;
    height: 364px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

#certify .swiper-slide a {
    display: block;
    width: 650px;
    height: 364px;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
}

#certify .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 0, 0, 0.3);
}

#certify .swiper-slide p {
    display: none;
}

#certify .swiper-slide-active a:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    padding-top: 10px;
    width: 100%;
    height: 74px;
    text-align: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, transparent 98%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    align-items: center;
    border-radius: 0 0 20px 20px;
}

#certify .swiper-slide-active p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    width: 500px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#certify .swiper-slide-pre {
    left: 0;
}

#certify .swiper-slide-next {
    right: 0;
}

#certify .swiper-pagination {
    width: 100px;
    bottom: 18px;
    right: 95.5px;
    text-align: right;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 4px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: rgba(252, 212, 69, 1);
    width: 19px;
}

.qcNewsMenu {
    overflow: hidden;
}

.qcNewsMenu a {
    float: left;
    display: block;
    padding: 0 21px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #666;
    background: #fff;
    border-radius: 17px;
    margin: 0 16px 14px 0;
}

.qcNewsMenu a.current,
.qcNewsMenu a.current:hover,
.qcNewsMenu a:hover {
    background: #3dbb61;
    color: #fff;
}

.qcNewsMenu a {
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

.qcNewsList ul {
    position: relative;
    padding: 11px 0 0;
}

.qcNewsList ul li {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.qcNewsList ul li > i {
    float: left;
    margin-right: 20px;
    display: block;
    width: 64px;
    height: 150px;
    line-height: 150px;
    font-size: 30px;
    color: #202020;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
}

.qcNewsList .pic {
    float: left;
    margin-right: 30px;
    width: 289px;
    height: 188px;
    overflow: hidden;
}

.qcNewsList .pic img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.qcNewsList dl {
    position: relative;
    float: left;
    width: 476px;
    padding-top: 20px;
}

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

.qcNewsList dl dt a {
    position: relative;
    z-index: 1;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #172b3d;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcNewsList dl i,
.qcNewsList dl span {
    position: relative;
    display: block;
    font-size: 12px;
    color: #8d98a0;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcNewsList dl p {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 30px;
    margin-bottom: 15px;
    max-height: 45px;
    font-size: 14px;
    color: #8b959e;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcNewsList dl span {
    float: left;
    display: block;
    padding: 0 12px;
    margin-bottom: 12px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #8d98a0;
    background: #f3f4f5;
    border-radius: 14px;
}

.qcNewsList dl i {
    float: right;
    margin-bottom: 6px;
}

.qcNewsList dl i:before {
    content: '';
    position: relative;
    top: 8px;
    vertical-align: top;
    margin-right: 4px;
    float: left;
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -699px -8px;
}

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

.qcNewsList .pic img:hover {
    transform: scale(1.2);
}

.qcNewsList dl dd a {
    display: block;
    font-size: 14px;
    color: #4ccb70;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcNewsList dl dd a:hover {
    text-decoration: underline;
}

.qcNewsList .pagecode .icoleft {
    float: left;
    margin-right: 120px;
}

.qcNewsList .pagecode .icoright {
    float: right;
    margin-left: 120px;
}

.qcNewsList ul li:hover dl dt a {
    color: #4ccb70;
}

.qcRHotGame {
    padding: 9px 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.qcRHotGame ul {
    position: relative;
    padding: 1px 0;
}

.qcRHotGame li {
    position: relative;
    z-index: 1;
    height: 90px;
    overflow: hidden;
}

.qcRHotGame li a {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
}

.qcRHotGame li img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.qcRHotGame li div {
    float: left;
    width: 228px;
    height: 70px;
    overflow: hidden;
}

.qcRHotGame li div p {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #172b3d;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.qcRHotGame li div span:nth-of-type(2) {
    margin-top: 4px;
}

.qcRHotGame li a > span {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #4ccb70;
    background-color: #edfaf3;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
}

.qcRHotGame li:hover a > span {
    color: #fff;
    background: #4ccb70;
    border-color: #fff;
}

.qcRHeaderLine {
    position: relative;
    padding: 8px 20px 20px;
}

.qcRHeaderLine li a {
    display: block;
    padding: 7.5px 0;
    overflow: hidden;
}

.qcRHeaderLine li a img {
    float: left;
    width: 109px;
    height: 58px;
    margin-right: 13px;
    border-radius: 10px;
}

.qcRHeaderLine li a div {
    float: left;
    width: 198px;
    height: 58px;
}

.qcRHeaderLine li a div p {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcRHeaderLine li a div span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
}

.qcRHeaderLine li a:hover div p {
    color: #4ccb70;
}

.gsbg .qcRHeaderLine:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 61px;
    height: 30px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -99px;
}

.qcRHotRec {
    position: relative;
    padding: 10px 20px 19px;
}

.qcRHotRec ul {
    margin-top: -2px;
}

.qcRHotRec li a {
    display: block;
    padding: 9px 0 11px;
    overflow: hidden;
}

.qcRHotRec li a img {
    float: right;
    width: 109px;
    height: 58px;
    margin-left: 13px;
    border-radius: 10px;
}

.qcRHotRec li a div {
    float: left;
    width: 198px;
    height: 58px;
}

.qcRHotRec li a div p {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcRHotRec li a div span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
}

.qcRHotRec li a:hover div p {
    color: #4ccb70;
}

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

.qcNewsCont h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 17px;
}

.qcNewsCont .intro {
    position: relative;
    height: 28px;
    margin-bottom: 40px;
}

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

.qcNewsCont .intro time {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    background: #263c4e;
    border-radius: 14px;
}

.qcNewsCont .intro span i {
    position: relative;
    top: 7.5px;
    vertical-align: top;
    margin-right: 4px;
    display: inline-block;
    width: 10px;
    height: 12px;
    background-position: -699px -8px;
}

.qcNewsCont .cont {
    padding: 17px 0 14px;
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    word-break: break-all;
}

.qcNewsCont .cont a {
    line-height: 33px;
    text-indent: 0;
    color: #fb371f;
}

.qcNewsCont .cont a:hover {
    border-bottom: 0.01px solid #fb371f;
}

.qcNewsCont .cont p {
    line-height: 32px;
    color: #333;
    margin-bottom: 16px;
}

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

.qcNewsCont .cont img {
    max-width: 775px;
    margin: auto;
    display: block;
}

.qcNewsCont .cont p img {
    max-width: 775px;
}

.qcNewsCont .cont h3 {
    position: relative;
    line-height: 42px;
    font-size: 20px;
    color: #172b3d;
    font-weight: bold;
    overflow: hidden;

    margin-bottom: 9px;
}

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

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

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

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

.qcNewsCont .cont .info {
    margin: 0 16px 20px;
    overflow: hidden;
    background: #f9f9f9;
    height: 113px;
}

.qcNewsCont .cont .info img {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border-radius: 12px;
    margin: 17px 20px 16px 15px;
}

.qcNewsCont .cont .info p {
    text-indent: 0;
    margin-bottom: 10px;
}

.qcNewsCont .qaboxs {
    float: left;
    width: 62%;
}

.qcNewsCont .qaboxs .name {
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 16px;
}

.qcNewsCont .qaboxs p span {
    font-size: 14px;
    color: #999;
    margin-right: 45px;
}

.qcNewsCont .qaboxs p span em {
    font-size: 14px;
    color: #666;
}

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

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

.prevBox {
    margin-bottom: 20px;
    padding: 0 15px 0 20px;
    height: 43px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(177, 177, 177, 0.15);
    border-radius: 20px;
    border: 1px solid rgba(229, 229, 229, 0.5);
    overflow: hidden;
    *z-index: 1;
}

.prevBox .nextBtn,
.prevBox .prevBtn {
    float: left;
    display: block;
    width: 50%;
    height: 43px;
}

.prevBox .nextBtn span,
.prevBox .prevBtn span {
    float: left;
    font-size: 12px;
    color: #46c46a;
    line-height: 43px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prevBox .nextBtn p,
.prevBox .prevBtn p {
    float: left;
    max-width: 342px;
    font-size: 14px;
    color: #172b3d;
    line-height: 43px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prevBox a:hover p {
    color: #46c46a;
}

.newsCopy {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #888;
    margin: 5px auto 20px;
    border-bottom: 1px solid #f2f2f2;
}

.newsCopy span {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ff9700;
    border: 1px solid #ff9700;
    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: -731px -8px;
}

.newsCopy span input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.newsCopy span:hover {
    text-decoration: underline;
}

.qcNewsDeRel {
    position: relative;
    display: block;
    margin-top: 8px;
    padding: 20px;
    background: #edfaf0;
    border-radius: 20px;
    overflow: hidden;
}

.qcNewsDeRel .pic {
    float: left;
    margin-right: 20px;
    width: 110px;
    height: 110px;
    border-radius: 20px;
}

.qcNewsDeRel .pic img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.qcNewsDeRel dl {
    position: relative;
    float: left;
    width: 590px;
}

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

.qcNewsDeRel dl dt a {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #172b3d;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcNewsDeRel dl em,
.qcNewsDeRel dl span {
    float: left;
    margin-right: 28px;
    position: relative;
    margin-bottom: 9px;
    display: block;
    font-size: 14px;
    color: #9da5ad;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcNewsDeRel dl .tags a {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    color: #23c268;
    line-height: 24px;
    border-radius: 6px;
    margin: 0 9px 9px 0;
    border: 1px solid rgba(70, 196, 106, 0.5);
    background: transparent;
}

.qcNewsDeRel dl .tags a:hover {
    background: #4ccb70;
    color: #fff;
}

.qcNewsDeRel dl dt a:hover {
    color: #4ccb70;
}

.qcNewsDeRel .btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 54px;
    padding: 0 26px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #46c46a;
    border-radius: 21px;
}

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

.qcLNewsRel {
    position: relative;
    padding: 21px 20px;
    background: #fff;
}

.qcLNewsRel ul {
    width: 105%;
    margin-top: -2px;
    overflow: hidden;
}

.qcLNewsRel li {
    float: left;
    width: 400px;
    height: 92px;
    overflow: hidden;
    margin-right: 23px;
}

.qcLNewsRel li a {
    display: block;
    padding: 10px 0;
    overflow: hidden;
}

.qcLNewsRel li a img {
    float: left;
    width: 129px;
    height: 72px;
    margin-right: 14px;
    border-radius: 10px;
}

.qcLNewsRel li a div {
    float: left;
    width: 256px;
    height: 72px;
}

.qcLNewsRel li a div p {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcLNewsRel li a div span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
}

.qcLNewsRel li a:hover div p {
    color: #4ccb70;
}

.qcLNewAsk {
    position: relative;
    padding: 21px 20px;
    background: #fff;
}

.qcLNewAsk ul {
    width: 105%;
    margin-top: -1px;
    overflow: hidden;
}

.qcLNewAsk li {
    float: left;
    width: 388px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;

    margin-right: 40px;
}

.qcLNewAsk li:before {
    content: '';
    position: relative;
    float: left;
    top: 16px;
    margin-right: 9px;
    margin-left: 4px;
    vertical-align: top;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b4bec0;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.qcLNewAsk li span {
    float: right;
    max-width: 78px;
    font-size: 14px;
    color: #999;
    margin-left: 2px;
    overflow: hidden;
}

.qcLNewAsk li a {
    float: left;
    display: block;
    width: 288px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcLNewAsk li:hover a {
    color: #4ccb70;
}

.qcLNewAsk li:hover:before {
    background: #4ccb70;
}

.nsbg .qcRHotRec li a div {
    width: 158px;
}

.nsbg .qcRHotGame li div {
    width: 188px;
}

.gsdebg .qcList .qcxTit strong {
    line-height: 36px;
}

.gsdebg .qcList {
    margin-bottom: 10px;
}

.qcRHotZt {
    padding: 11px 20px 20px;
}

.qcRHotZt ul {
    overflow: hidden;
}

.qcRHotZt ul li {
    position: relative;
    width: 280px;
    height: 143px;
    border-radius: 10px;
    margin: 0 0 10px;
    overflow: hidden;
}

.qcRHotZt ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

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

.qcRHotZt ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    padding: 0 9px;
    height: 53px;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.15) 98%);
    border-radius: 0 0 10px 10px;
}

.qcRHotZt ul li div p {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcRHotZt ul li div span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qcRHotZt ul li div p,
.qcRHotZt ul li div span {
    position: relative;
    top: 0;
}

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

.qcRHotZt ul li:hover a img {
    transform: scale(1.2);
}

.qcRCompanyGame {
    padding: 12px 20px 18px;
}

.qcRCompanyGame .list {
    position: relative;
    left: -18px;
    width: 120%;
    overflow: hidden;
    z-index: 1;
}

.qcRCompanyGame .list a {
    float: left;
    margin-top: 9px;
    width: 106px;
    height: 106px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    overflow: hidden;
}

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

.qcRCompanyGame .list a:hover {
    color: #4ccb70;
}

.nsbg .qcxTit {
    padding-bottom: 4px;
}

.nsbg .qcxTit strong {
    font-size: 20px;
}

.nsbg .qcList {
    position: relative;
    padding-top: 2px;
}

.nsbg .qcList ul {
    padding: 10px 0 0;
}

.nsbg .qcList ul li {
    margin: 0 9px 9px 0;
}

.nsbg .qcList .qcxTit {
    padding-left: 20px;
}

.qcChange {
    position: absolute;
    top: 4px;
    right: 20px;
    padding: 0 11px;
    height: 34px;
    background: #fcd445;
    border-radius: 17px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    cursor: pointer;
}

.qcChange i {
    position: relative;
    top: 11px;
    vertical-align: top;
    display: inline-block;
    width: 15px;
    height: 12px;
    background-position: -264px -99px;
    margin-right: 5px;
}

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

.qcRelZt {
    position: relative;
    padding: 21px 20px;
    background: #fff;
}

.qcRelZt .tabMenu {
    position: relative;
    top: -40px;
    left: 149px;
    overflow: hidden;
}

.qcRelZt .tabMenu > div {
    position: relative;
    top: 0;
    padding: 0 2px;
    width: 561px;
    min-height: 33px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.qcRelZt .tabMenu span {
    position: relative;
    float: left;
    display: block;
    margin: 0 20px 0 8px;
    padding: 0 13px;
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 33px;
    cursor: pointer;
    border-radius: 6px;
}

.qcRelZt .tabMenu span.current,
.qcRelZt .tabMenu span:hover {
    position: relative;
    top: 0;
    color: #fff;
    background: #fcd445;
    height: 33px;
    line-height: 33px;
}

.qcRelZt .tabCont {
    margin-top: -20px;
}

.qcRelZt .subBox {
    position: relative;
}

.qcRelZt .subBox dl {
    display: block;
    padding: 0 15px 0 345px;
    width: 460px;
    min-height: 215px;
    background: #edfaf0;
    border-radius: 20px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.qcRelZt .subBox dl dd,
.qcRelZt .subBox dl dt {
    display: block;
    overflow: hidden;
}

.qcRelZt .subBox dt a {
    position: relative;
    z-index: 1;
    vertical-align: top;
    margin: 10px 0 4px;
    display: inline-block;
    max-width: 101%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcRelZt .subBox dt a:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9px;
    display: block;
    width: 100%;
    height: 8px;
    background: #fcd445;
}

.qcRelZt .subBox dl p {
    position: relative;
    z-index: 1;
    display: block;
    max-height: 44px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcRelZt .subBox dl em {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.totalGame {
    position: relative;
    right: 0;
    top: 0;
    height: 45px;
    padding: 0 20px;
    border-radius: 23px;
    background: #fff;
    overflow: hidden;
}

.totalGame span {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 45px;
    margin-right: 17px;
}

.totalGame span i {
    color: #4ccb70;
}

.totalGame a img {
    float: right;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    margin: 10px 1px 0 9px;
}

.qcRelZt .subBox .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 326px;
    height: 214px;
    background: #eff7f1;
    border-radius: 10px;
    overflow: hidden;
}

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

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

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

.qcRelZt .subBox .info:hover strong {
    color: #4ccb70;
    text-decoration: underline;
}

.qcRelZt .subBox .list {
    position: relative;
    left: -18px;
    width: 120%;
    overflow: hidden;
    z-index: 1;
}

.qcRelZt .subBox .list a {
    float: left;
    margin-top: 9px;
    margin-right: 14.5px;
    width: 110px;
    height: 105px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    overflow: hidden;
}

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

.qcRelZt .subBox .list a:hover {
    color: #4ccb70;
}

.qcVersion {
    margin-bottom: 20px;
    position: relative;
    padding: 21px 20px 12px;
    background: #fff;
}

.qcVersion ul {
    position: relative;
    left: -3px;
    width: 826px;
    margin: 7px auto 0;
}

.qcVersion li {
    height: 52px;
    background: transparent;
    margin-bottom: 14px;
    border-radius: 26px;
    overflow: hidden;
}

.qcVersion li a:before {
    content: '';
    position: relative;
    top: 15px;
    float: left;
    margin: 0 16px 0 10px;
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -224px -99px;
}

.qcVersion li a {
    display: block;
    height: 46.5px;
    margin: 3px;
    padding: 0 10px;
    background: #4ccb70;
    border-radius: 23px;
    overflow: hidden;
}

.qcVersion li a p {
    float: left;
    margin-right: 10px;
    display: block;
    width: 200px;
    height: 46px;
    font-size: 15px;
    color: #fff;
    line-height: 46px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qcVersion li a p:nth-of-type(1) {
    width: 242px;
}

.qcVersion li a p:nth-of-type(n + 2) {
    font-size: 14px;
}

.qcVersion li a > span {
    float: right;
    margin-top: 9px;
    display: block;
    width: 72px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    background: #349850;
}

.qcVersion li:hover {
    background: rgba(76, 203, 112, 0.3);
}

.qcInfo {
    margin-bottom: 20px;
    position: relative;
    padding: 21px 20px 20px;
    background: #fff;
}

.qcInfo > ul {
    margin: 3px 0;
    padding: 5px 0;
    overflow: hidden;
}

.qcInfo > ul li {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #1d2127;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}

.qcInfo > ul li span {
    vertical-align: top;
    display: inline-block;
    width: 68px;
    color: #999;
    margin: 0;
    overflow: hidden;
}

.qcInfo > ul li a,
.qcInfo > ul li i {
    color: #3cd59b;
    cursor: pointer;
}

.qcInfo > ul li a:hover,
.qcInfo > ul li i:hover {
    text-decoration: underline;
}

.qcLog {
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    background: #fff;
}

.rizhi {
    position: relative;
    padding-top: 8px;
    font-size: 16px;
    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: 6px;
    border-bottom: none;
    display: block;
}

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

.rizhi p span {
    display: block;
}

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

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

.rLog:hover {
    color: #4ccb70;
}

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

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

.qcGameCont {
    margin-bottom: 20px;
    position: relative;
    padding: 21px 20px 8px;
    background: #fff;
}

.qcGameCont .cont {
    position: relative;
    margin: 3px 0;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
}

.qcGameCont .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #4ccb70;
}

.qcGameCont .cont p {
    color: #1d2127;
    margin-bottom: 20px;
}

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

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

.qcGameCont .cont p img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.qcGameCont .cont h3 {
    position: relative;
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #46c46a;
    font-weight: bold;
    margin-bottom: 10px;
}

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

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

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

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

.cont_main {
    position: relative;
    width: 1160px;
    margin: auto auto 20px;
    position: relative;
    padding: 21px 20px 8px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.cont_main:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    width: 56px;
    height: 4px;
    background: #3dbb61;
    border-radius: 1px;
}

.cont_main:after {
    content: '';
    position: absolute;
    left: 695px;
    top: 0;
    width: 56px;
    height: 4px;
    background: #3dbb61;
    border-radius: 1px;
}

.cont_main .gsInfo {
    position: relative;
    float: right;
    width: 486px;
}

.cont_main .gsInfo .tags {
    position: relative;
    height: 360px;
}

.cont_main .gsInfo .tags li {
    padding: 2px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    border: 2px solid #a7f0ff;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    transition: all 0.2s linear;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.cont_main .gsInfo .tags li span {
    font-weight: bold;
    display: block;
    margin: 12px 0 3px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.cont_main .gsInfo .tags li u {
    text-decoration: none;
    font-size: 36px;
    color: #666;
    height: 80px;
    display: block;
    line-height: 80px;
    font-style: italic;
    text-indent: -5px;
}

.cont_main .gsInfo .tags .c1 {
    left: 36px;
    top: 10px;
}

.cont_main .gsInfo .tags .c1:hover {
    background: #a7f0ff;
    color: #fff;
}

.cont_main .gsInfo .tags .c2 {
    left: 0;
    top: 130px;
    border-color: #20e7a4;
}

.cont_main .gsInfo .tags .c2:hover {
    background: #20e7a4;
    color: #fff;
}

.cont_main .gsInfo .tags .c3 {
    left: 36px;
    top: 260px;
    border-color: #c3cdff;
    font-size: 12px;
}

.cont_main .gsInfo .tags .c3 span {
    font-size: 14px;
}

.cont_main .gsInfo .tags .c3:hover {
    background: #c3cdff;
    color: #fff;
}

.cont_main .gsInfo .tags .c4 {
    right: 36px;
    top: 10px;
    border-color: #fef2b1;
}

.cont_main .gsInfo .tags .c4:hover {
    background: #fef2b1;
    color: #fff;
}

.cont_main .gsInfo .tags .c5 {
    right: 0;
    top: 130px;
    border-color: #ffcdc1;
}

.cont_main .gsInfo .tags .c5:hover {
    background: #ffcdc1;
    color: #fff;
}

.cont_main .gsInfo .tags .c6 {
    right: 36px;
    top: 260px;
    border-color: #daa4ff;
}

.cont_main .gsInfo .tags .c6:hover {
    background: #daa4ff;
    color: #fff;
}

.cont_main .gsInfo .tagbox {
    width: 265px;
    height: 265px;
    background: #46c46a;
    border-radius: 50%;
    border: 2px solid #46c46a;
    position: absolute;
    left: 108px;
    top: 95px;
    overflow: hidden;
}

.gsInfo .list {
    position: relative;
    margin-top: 10px;
    padding: 13px 20px 7px;
    width: 445px;
    height: 60px;
    line-height: 28px;
    background: rgba(237, 250, 240, 0.5);
    border-radius: 10px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.gsInfo .list span {
    max-width: 360px;
    float: right;
    text-align: right;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gsInfo .list dd {
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feBaBtn {
    position: absolute;
    top: -15px;
    right: 0;
    display: block;
    padding: 0 0 0 29px;
    width: 29px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -94px -99px;
}

.feBaBtn:hover {
    text-decoration: underline;
}

.showImg .qcxTit {
    padding-top: 0;
}

.cont_main .showImg {
    float: left;
    width: 655px;
}

.showImg {
    margin: 2px 0 12px;
    padding-bottom: 94px;
    height: 400px;
    overflow: hidden;
}

.showImg .swiper-container {
    overflow: initial;
}

.showImg .swiper-container {
    margin-top: 12px;
    padding: 12px;
    height: 350px;
    background-color: #edfaf0;
    border-radius: 20px;
}

.showImg .swiper-slide {
    margin-right: 12px;
    position: relative;
    text-align: center;
    width: auto !important;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.showImg .gallery1 .swiper-slide,
.showImg .gallery1 .video-js {
    margin-right: 0;
    width: 100% !important;
    border-radius: 20px;
}

.showImg .swiper-container .swiper-slide video {
    position: relative;
    width: 100%;
    height: 350px;
}

.showImg .swiper-container .swiper-slide a {
    display: block;
    width: auto;
    height: 100%;
}

.showImg .swiper-container .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: 20px;
}

.showImg .swiper-slide i {
    display: block;
    width: 32px;
    height: 32px;
    background-position: -259px -126px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.showImg .swiper-container-horizontal > .swiper-pagination-progressbar,
.showImg .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: -41px;
    width: 531px !important;
    height: 2px !important;
    background: #ebeced;
}

.showImg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 2px;
    background-color: #46c46a !important;
}

.showImg .swiper-button-next,
.showImg .swiper-button-prev {
    margin: auto;
    z-index: 2;
    bottom: -65px;
    right: 63px;
    top: initial;
    left: initial;
    width: 42px;
    height: 42px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px -183px;
}

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

.showImg .swiper-button-prev {
    transform: rotate(180deg);
}

.showImg .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
    background-position: -158px -183px;
    transform: rotate(180deg);
}

.showImg .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    background-position: -158px -183px;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before,
.vjs-icon-play:before {
    content: '';
}

.video-js .vjs-big-play-button {
    border: 0;
    z-index: 2;
    margin: -37px 0 0 -37px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
    width: 75px;
    height: 75px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -239px -183px;
}

.vjs-paused .vjs-big-play-button {
    background-position: -239px -183px;
}

.video-js.vjsMask:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.showImg {
    position: relative;
}

.swtab {
    position: absolute;
    z-index: 2;
    top: 378px;
    right: 22px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 5px;
    height: 24px;
    background: rgba(11, 33, 28, 0.5);
}

.swtab span {
    float: inherit;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    border-radius: 11px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
}

.swtab span.current,
.swtab span.current:hover {
    background: #46c46a;
    color: #fff;
}

.qcIntro {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 10px auto 20px;
    overflow: hidden;
}

.qcIntro img {
    position: relative;
    z-index: 1;
    float: left;
    width: 152px;
    height: 152px;
    border: 12px solid #ffffff;
    border-radius: 30px;
    margin-right: 18px;
}

.qcIntro .info {
    position: relative;
    z-index: 1;
    float: left;
    width: 880px;
}

.qcIntro .info h1 {
    position: relative;
    top: -4px;
    display: block;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 8px;
    overflow: hidden;
}

.qcIntro .info .rk {
    padding-top: 3px;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.qcIntro .info .rk em {
    color: #fcd445;
}

.qcIntro .info .rk span {
    color: #fff;
}

.qcIntro .info .tags {
    padding-left: 1px;
    margin-bottom: 7px;
    overflow: hidden;
}

.qcIntro .info .tags a,
.qcIntro .info .tags span {
    float: left;
    display: block;
    margin: 5px 8px 0 0;
    padding: 0 8px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    border: 1px solid rgba(70, 196, 106, 0.5);
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
}

.qcIntro .info .tags a:hover {
    background-color: #4ccb70;
    color: #fff;
}

.downBtn {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.downBtn a,
.downBtn button {
    position: relative;
    float: left;
    display: block;
    border: none;
    padding: 0 48px;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background-color: #46c46a;
    margin: 14px 20px 0 0;
    box-sizing: content-box;
}

.downBtn .orderBtn {
    background: #fcd445;
}

.downBtn .iosBtn {
    background: #2d68ff;
}

.downBtn .pcBtn {
    background: #d068f4;
}

.downBtn .noBtn {
    background: rgba(102, 102, 102, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

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

.qcIntro .phb {
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
    width: 134px;
    padding-top: 35px;
    height: 104px;
    background-position: -866px -715px;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.qcIntro .phb:hover {
    text-decoration: underline;
}

.editerSay {
    float: left;
    position: relative;
    width: 1168px;
    padding: 15px 10px 14px 20px;
    margin: 20px auto 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.editerSay p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.editerTips {
    position: relative;
    width: 1168px;
    padding: 13px 10px 11px 20px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: #fff9db;
}

.editerTips p {
    font-size: 14px;
    color: #765846;
    line-height: 24px;
    font-weight: bold;
}

.editerTips p em {
    color: #46c46a;
    font-weight: bold;
}

.editerTips p:before {
    content: '';
    position: relative;
    top: 0;
    margin-right: 7px;
    vertical-align: top;
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -176px -99px;
}

.imgbg {
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 8%;
    width: 668px;
    height: 368px;
}

.imgbg img {
    filter: blur(28px);
    width: 668px;
    height: 368px;
}

.imgbg:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -80px;
    left: -80px;
    display: block;
    width: 150%;
    height: 150%;
    max-height: 500px;
    background: linear-gradient(to right, rgba(23, 43, 61, 0.82) 90%, transparent 100%);
    overflow: hidden;
}

.qcIntro:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 78px;
    top: 72px;
    z-index: 0;
    width: 148px;
    height: 147px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -843px;
}

.logMain::-webkit-scrollbar,
.privacyMain::-webkit-scrollbar,
.ruleMain::-webkit-scrollbar {
    width: 6px !important;
    border-radius: 6px;
    background-color: transparent !important;
}

.logMain::-webkit-scrollbar-thumb,
.privacyMain::-webkit-scrollbar-thumb,
.ruleMain::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #dfdfdf !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.7);
}

.orderBox {
    position: absolute;
    z-index: 5;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    padding: 18px 45px;
    min-height: 302px;
    background-image: linear-gradient(180deg, rgba(252, 212, 69, 0.36), transparent 27%, transparent);
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}

.orderBox .oClose {
    position: absolute;
    top: 9px;
    right: 9px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.orderBox .oClose i {
    display: inline-block;
    padding: 10px;
    width: 21px;
    height: 20px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -0px -276px;
    position: relative;
}

.orderBox .oClose:hover i {
    background-position: -307px -276px;
}

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

.orderBox .oTitle i {
    display: block;
    font-size: 32px;
    color: #333;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.orderBox .oTelBox {
    position: relative;
}

.orderBox .oTelBox i {
    position: absolute;
    top: 15px;
    left: 21px;
    display: block;
    width: 22px;
    height: 33px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -63px -286px;
}

.orderBox .oTelBox:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 60px;
    display: block;
    width: 1px;
    height: 42px;
    background: #ddd;
}

.orderBox form .tel {
    width: 300px;
    height: 60px;
    line-height: 48px;
    background: #efefef;
    border: none;
    color: #999;
    font-size: 18px;
    border-radius: 9px;
    padding: 0 28px 0 72px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

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

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

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

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

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

.orderBox form p {
    color: #666;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.orderBox form p em {
    color: #ff3333;
}

.orderBox form p:last-of-type {
    text-decoration: none;
    font-size: 16px;
    color: #ccc;
    margin-top: 4px;
}

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

.orderBox .oKnow,
.orderBox form .oBtn {
    display: block;
    cursor: pointer;
    border: 0;
    background: #cc9966;
    width: 224px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    margin: 19px auto;
    border-radius: 24px;
}

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

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

.orderBox .oWin > strong {
    display: block;
    font-size: 24px;
    color: #3fe7bd;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 36px;
    margin-top: 18px;
}

.orderBox .oWin > i {
    display: block;
    width: 102px;
    height: 76px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -9px -341px;
    margin: auto;
    position: relative;
}

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

.orderBox .oAgin > strong {
    display: block;
    font-size: 24px;
    color: #77e5ff;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 36px;
    margin-top: 18px;
}

.orderBox .oAgin > i {
    display: block;
    width: 102px;
    height: 77px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -141px -341px;
    margin: auto;
    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.7);
}

.logBox {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gLog .gLclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gLog .gLclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gLog .lTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #4ccb70;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gLog .lTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gLog .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #fb371f 0%, #fa7f2a 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.logMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px 23px 35px auto;
    text-align: left;
    overflow: auto;
}

.logMain strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

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

.logMain p span {
    display: block;
}

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

.logBox:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 12px 12px;
}

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

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gRule .oTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #4ccb70;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gRule .oTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #fb371f 0%, #fa7f2a 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px 23px 35px auto;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

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

.ruleMain p span {
    display: block;
}

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

.ruleTxt:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 12px 12px;
}

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

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    width: 520px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -236px -286px;
}

.gPrivacy .oTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 63px;
    background: #4ccb70;
    padding: 0 28px;
    border-radius: 10px 10px 0 0;
}

.gPrivacy .oTitle p {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 62px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: none;
    cursor: pointer;
    border: 0;
    width: 345px;
    height: 52px;
    background: linear-gradient(90deg, #fb371f 0%, #fa7f2a 100%);
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    margin: 20px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.privacyMain {
    display: block;
    height: 408px;
    border: none;
    padding: 0 18px 20px 28px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 20px 23px 35px auto;
    text-align: left;
    overflow: auto;
}

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

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

.privacyMain p span {
    display: block;
}

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

.privacyTxt:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 12px 12px;
}

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

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 68px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    width: 500px;
    min-height: 700px;
    padding: 12px 10px 11px;
    text-align: center;
}

.feBackBox .cont {
    padding-top: 13px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.feBaClose {
    position: absolute;
    height: 37px;
    top: 15px;
    right: 14px;
    z-index: 10;
    cursor: pointer;
}

.feBaClose i {
    display: inline-block;
    width: 36px;
    height: 37px;
    background-position: 1px -278px;
}

.feBackBox .fTitle {
    position: relative;
    display: block;
    text-align: left;
    height: 70px;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 0;
    color: #333;
    font-weight: bold;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    width: 224px;
    height: 48px;
    background: #3fe7bd;
    border-radius: 24px;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    margin: 28px auto 20px;
    overflow: hidden;
    white-space: nowrap;
}

.feBack {
    margin: 0 0 25px;
}

.feBack > span {
    font-size: 22px;
    color: #000;
    line-height: 42px;
    margin: 5px 25px 0;
    display: block;
    text-align: left;
}

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

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

.otherRe {
    margin: 6px 22px 10px;
    min-height: 80px;
    background: #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 20px;
}

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

.checkbox {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
}

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

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

.checkbox label {
    position: absolute;
    left: 62px;
    top: 0;
    height: 52px;
    line-height: 52px;
    width: 415px;
    font-size: 18px;
    color: #666;
    text-align: left;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -38px;
    top: 13px;
    width: 27px;
    height: 27px;
    background: url('../img/icon2.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -115px -286px;
}

.checkbox input[type='checkbox']:checked + label:after {
    background-position: -170.5px -284.5px;
}

.telBox {
    overflow: hidden;
    margin: 0 22px 10px;
    background: #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
    height: 53px;
    line-height: 53px;
    margin-top: 6px;
}

.telBox input {
    display: block;
    border: none;
    width: 436px;
    padding: 0 10px;
    height: 53px;
    line-height: 53px;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 16px;
    color: #454545;
}

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

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

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

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

.qcTopic ul li:nth-of-type(2) a img,
.qcTopic ul li:nth-of-type(3n + 1) a img,
.qcTopic ul li:nth-of-type(6) a img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.qcIntro .phb {
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
    width: 134px;
    padding-top: 69px;
    height: 70px;
    background-position: -866px -715px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.qcIntro .info .rk {
    color: #808080;
}

.qcIntro .info .rk a {
    color: #fff;
}

.qcIntro .info .rk a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    body,
    html {
        min-width: unset;
    }
    .wrapper section,
    .qcZt .list {
        width: 100%;
    }
    .wrapper section {
        margin-bottom: 0;
    }
    .qcZt .list {
        padding: 0 ;
        padding-top: 50px;
    }
    .gsTit {
        display: none;
    }
    .qcZt dl {
        width: 100%;
        margin-right: 0;
    }
    .pagecode a {
        padding: 7.5px 10px;
    }

    .qcZtTop {
        display: flex;
        flex-direction: column;
    }
    .qcZtTop dl {
        width: 100%;
        padding: 0 10px;
    }
    .qcZtTop .img {
        position: unset;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .qcZtTop .img img {
        width: 100%;
        height: auto;
    }
    .qcList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        width: 100%;
        padding-top:10px;
    }
    .qcList ul li {
        margin-right: 0;
        width: 48%;
    }
    .xinTit {
        padding: 0 10px;
    }
}
