body {
    background-color: #fff;
}
.cl:after,
.col-extra:after,
.col-sub:after,
.layout:after,
.main-wrap:after {
    clear: both;
    display: block;
    height: 0;
    content: '\20';
}
/*pp-main*/
.pp-main {
    margin: 0 auto 40px;
    width: 1180px;
}
/*subTitle*/
.subTitle {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.subTitle .Name {
    float: left;
    /*padding: 0 0 0 18px;*/
    height: 24px;
    height: 40px;
    /*background: url(../img/icon_subtitle.png) no-repeat left center;*/
    font-size: 20px;
    line-height: 40px;
}
.subTitle .Name::before{
    content:'';
    display: inline-block;
    width:4px;
    height: 20px;
    background-color: #f54544;
    border-radius: 5px;
    margin-right: 18px;
    position: relative;
    top: 3px;
}
/*ppList*/
/*pL-l*/
.ppList .pL-l {
    float: left;
    width: 840px;
}
.ppList .pL-l .pL-list li {
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
}
.ppList .pL-l .pL-list li:first-child {
    border-top: none;
}
.pL-l .pL-list .tit {
    display: block;
    overflow: hidden;
    height: 26px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
.pL-l .pL-list .tit:hover {
    color: #07c5b9;
}
.pL-l .pL-list .list-cn {
    overflow: hidden;
    margin: 10px 0 0 0;
}
.pL-l .pL-list .Imgbox {
    float: left;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.pL-l .pL-list .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pL-l .pL-list .Imgbox img:hover {
    opacity: 0.9;
}
.pL-l .pL-list .cn-c {
    float: left;
    margin: 0 0 0 20px;
    width: 600px;
}
.pL-l .pL-list .cn-c p {
    max-height: 72px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.pL-l .pL-list .cn-style {
    overflow: hidden;
    margin: 8px 0 0 -30px;
}
.pL-l .pL-list .cn-style span {
    float: left;
    margin: 0 0 0 30px;
    height: 16px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}
.pL-l .pL-list .cn-style .time {
    padding: 0 0 0 22px;
    background: url(../img/icon-time.png) no-repeat left center;
}
.pL-l .pL-list .cn-style .language {
    padding: 0 0 0 22px;
    background: url(../img/icon-language.png) no-repeat left center;
}
.pL-l .pL-list .dn {
    float: right;
    display: block;
    margin: 31px 0 0 0;
    width: 100px;
    height: 38px;
    border-radius: 5px;
    background: #e6f8fb;
    color: #07c5b9;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 38px;
}
.pL-l .pL-list .dn:hover {
    background: #07c5b9;
    color: #fff;
}

/*pL-r*/
.ppList .pL-r {
    float: right;
    width: 300px;
}
.ppList .pL-r .pL-r-area {
    margin: 0 0 20px 0;
}
/*tW-ul*/
.ppList .pL-r .tW-ul {
    margin: 10px 0 0 -18px;
}
.ppList .pL-r .tW-ul li {
    float: left;
    margin: 13px 0 0 18px;
    width: 141px;
}
.ppList .pL-r .tW-ul .Imgbox {
    display: block;
    overflow: hidden;
    width: 141px;
    height: 94px;
}
.ppList .pL-r .tW-ul .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
.ppList .pL-r .tW-ul .Imgbox img:hover {
    transform: scale(1.1, 1.1);
}
.ppList .pL-r .tW-ul .Txtbox {
    display: block;
    overflow: hidden;
    width: 141px;
    height: 31px;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
}
.ppList .pL-r .tW-ul .Txtbox:hover {
    color: #f54544;
}
/*tWd-ul*/
.ppList .tWd-ul li {
    overflow: hidden;
    margin: 20px 0 0 0;
}
.ppList .tWd-ul .Imgbox {
    float: left;
    display: block;
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 10px;
}
.ppList .tWd-ul .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ppList .tWd-ul .Imgbox img:hover {
    opacity: 0.9;
}
.ppList .tWd-ul .tWd-cn {
    float: right;
    width: 216px;
}
.ppList .tWd-ul .tWd-cn .Tit {
    display: block;
    overflow: hidden;
    height: 21px;
    color: #000;
    font-size: 16px;
    line-height: 21px;
}
.ppList .tWd-ul .tWd-cn .Tit:hover {
    color: #07c5b9;
}
.ppList .tWd-ul .txt-cn {
    overflow: hidden;
    height: 51px;
}
.ppList .tWd-ul .txt-cn .txt-su {
    float: left;
    margin: 5px 0 0 0;
    width: 140px;
}
.ppList .tWd-ul .txt-cn span {
    display: block;
    height: 20px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}
.ppList .tWd-ul .txt-cn .Down {
    float: right;
    margin: 11px 0 0 0;
    width: 60px;
    height: 28px;
    border: 1px solid #07c5b9;
    border-radius: 5px;
    color: #07c5b9;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
}
.ppList .tWd-ul .txt-cn .Down:hover {
    background: #07c5b9;
    color: #fff;
}

/*sR-ul*/
.ppList .sR-ul {
    margin: 20px 0 0 0;
}
.ppList .sR-ul li {
    margin: 0 0 15px 0;
}
.ppList .sR-ul li:hover img {
    opacity: 0.8;
}
.ppList .sR-ul li:hover .Txtbox {
    color: #F54544;
}
.ppList .sR-ul li:hover .Dnbox {
    background: url(../img/icon-sr-ul02.png) no-repeat right center;
}
.ppList .sR-ul a {
    display: block;
    overflow: hidden;
}
.ppList .sR-ul .Imgbox {
    float: left;
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 10px;
}
.ppList .sR-ul .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ppList .sR-ul .Txtbox {
    float: left;
    display: block;
    margin: 0 0 0 10px;
    width: 235px;
    height: 32px;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
}
.ppList .sR-ul .Dnbox {
    float: right;
    display: block;
    width: 12px;
    height: 32px;
    background: url(../img/icon-sr-ul.png) no-repeat right center;
}
/*li-Txt*/
.li-Txt ul {
    margin: 10px 0;
}
.li-Txt li .Txtbox {
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    height: 36px;
    background: url(../img/li-txt-bg.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    line-height: 36px;
}
.li-Txt li .Txtbox:hover {
    background: url(../img/li-txt-bg02.png) no-repeat left center;
    color: #f54544;
}
/*pdetail-head*/
.pdetail-head .top {
    position: relative;
    width: 835px;
    height: 60px;
    border-radius: 4px;
    background: #f8f8f8;
}

.pdetail-head .head-img {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 19px;
    background: #ddd;
}

.pdetail-head .head-img img {
    display: block;
    margin: 4px 0 0 4px;
    width: 72px;
    height: 72px;
    border-radius: 19px;
}

.pdetail-head .head-img span {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 19px;
    background: #ddd;
}

/* .pdetail-head .head-img2{position:absolute;top:-12px;left:12px;z-index:2;display:block;width:55px;height:75px;background:#fff;border: 5px solid #fff; border-radius: 5px;box-shadow:0 2px 5px rgba(7,197,185,.15)}
.pdetail-head .head-img2 img{display:block;width:100%;height:100%;object-fit:cover;}
.pdetail-head .head-h1{float:left;margin-left:95px;overflow: hidden; height:60px;color:#333;font-weight:700;font-size:24px;font-family:Microsoft YaHei;line-height:60px}
.pdetail-head .intro{float:left;margin-left:10px;overflow:hidden; height:60px;color:#666;font-size:12px;line-height:60px}
.pdetail-head .safe{float:right;display:block;margin:18px 15px 0 10px;padding-left:22px;width:54px;height:22px;border:1px solid #00d431;border-radius:4px;background:url(../img/icon-safe.png) no-repeat 5px center;color:#00d431;font-size:12px;line-height:22px} */
/* 2023-11-27调整 */
.pdetail-head .head-title {
    display: flex;
    overflow: hidden;
    margin: 0 110px 0 95px;
}

.pdetail-head .head-title .head-h1 {
    overflow: hidden;
    height: 60px;
    max-width: 100%;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 24px;
    font-family: Microsoft YaHei;
    line-height: 60px;
    flex: 0 0 auto;
}

.pdetail-head .head-title .intro {
    overflow: hidden;
    margin-left: 10px;
    height: 60px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 60px;
    flex: 0 1 auto;
}

.pdetail-head .safe {
    float: right;
    display: block;
    margin: 18px 15px 0 10px;
    padding-left: 22px;
    width: 54px;
    height: 22px;
    border: 1px solid #00d431;
    border-radius: 4px;
    background: url(../img/icon-safe.png) no-repeat 5px center;
    color: #00d431;
    font-size: 12px;
    line-height: 22px;
}

.pdetail-head .bottm {
    margin: 20px 0 0 0;
}

.pdetail-head .bottm .l-box {
    float: left;
    width: 530px;
}

.pdetail-head .bottm .l-box ul {
    overflow: hidden;
    margin: 0 0 0 -20px;
    height: 140px;
}

.pdetail-head .bottm .l-box li {
    float: left;
    margin: 0 0 0 20px;
    width: 240px;
    height: 30px;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
}

.pdetail-head .bottm .l-box li a {
    color: #0866e1;
}

.pdetail-head .bottm .l-box li a:hover {
    text-decoration: underline;
}

.pdetail-head .bottm .l-box li em {
    color: #333;
}

.pdetail-head .bottm .r-img {
    float: right;
    width: 300px;
    height: 200px;
}

.pdetail-head .bottm .r-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdetail-head .bottm .r-img img:hover {
    opacity: 0.9;
}

/* 购买btn */
.legal-copy {
    float: left;
    margin: 0 15px 10px 0;
    padding: 0 37px;
    height: 66px;
    border-radius: 6px;
    background-image: linear-gradient(#f95931, #f6502e);
    line-height: 66px;
}

.legal-copy:hover {
    opacity: 0.9;
}

.legal-copy .lc-left {
    float: left;
    display: block;
    margin: 21px 0;
    padding-right: 12px;
    height: 24px;
    border-right: 1px solid #fbab83;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.legal-copy .lc-right {
    float: left;
    display: block;
    padding-left: 36px;
    background: url(../img/cart_empty.png) no-repeat 12px center;
    background-size: auto 24px;
    color: #fff;
    font-size: 16px;
}

.xz-pdetail-down,
.xz-pdetail-down2 {
    position: relative;
    float: left;
    display: block;
    padding: 0 45px;
    height: 60px;
    border-radius: 12px;
    background: #07c5b9;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
}

.xz-pdetail-down:hover,
.xz-pdetail-down2:hover {
    background-color: #00aba0;
}

.xz-pdetail-down .bgc {
    padding: 0 0 0 38px;
    background: url(../img/pdetail-down.png) no-repeat 0;
}

.xz-pdetail-down p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.xz-pdetail-down span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.75;
    font-weight: normal;
}

.xz-pdetail-down2 {
    margin-bottom: 40px;
}

.xz-pdetail-down2 p {
    padding-left: 38px;
    background: url(../img/pdetail-down.png) no-repeat 0;
    color: #fff;
}

.xz-pdetail-down2 .prompt {
    position: absolute;
    background: url(../img/icon_hintbg.png);
    color: #f98310;
    font-size: 12px;
    width: 180px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    padding-top: 8px;
    font-weight: normal;
    border-radius: 5px;
    margin-left: -90px;
    left: 50%;
    bottom: -40px;
    z-index: 9;
}

/*hint*/
.hint {
    margin: 20px 0 0;
    font-size: 15px;
    height: 28px;
    color: #fd3e3f;
    line-height: 28px;
    width: auto;
    display: inline-block;
}

.hint-link {
    margin: 0 5px;
    color: #fd3e3f;
    font-weight: 700;
    background-color: #fff8db;
    color: #fd3e3f;
}

.hint-link:hover {
    text-decoration: underline;
}

.hint-link:visited {
    color: #fd3e3f;
}

.pdetail-head .ewmwrap i {
    position: absolute;
    top: 0;
    right: 37px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
}

.pdetail-head .ewmwrap .bg {
    margin: 12px 0 0 0;
    padding: 24px 0 0 0;
    width: 162px;
    height: 166px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.16);
}

.pdetail-head .ewmwrap img {
    display: block;
    margin: 0 auto;
    width: 118px;
    height: 118px;
}

.pdetail-head .ewmwrap em {
    display: block;
    height: 51px;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 51px;
}

.pdetail-head .pdetail-down:hover .ewmwrap {
    display: block;
}

.pdetail-head .bottm .l-box li em {
    color: #333;
}

/* .pdetail-head .pdetail-down:hover{background-color:#00aba0} */
.pdetail-head .bottm .r-img {
    float: right;
    width: 300px;
    height: 200px;
}

.pdetail-head .bottm .r-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdetail-head .bottm .r-img img:hover {
    opacity: 0.9;
}

/*enterZone*/
.enterZone {
    margin: 20px 0 0 0;
    width: 840px;
    height: 200px;
    border-radius: 4px 0 0 4px;
    background: #e6f8fb;
    overflow: hidden;
}

.enterZone .link {
    display: block;
    margin: 0 0 0 4px;
    width: 836px;
    height: 200px;
    position: relative;
}

.enterZone .link .cn {
    position: relative;
    background: #e6f8fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.enterZone .link .cn .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 200px;
    height: 200px;
    background: #fff;
}

.enterZone .link .cn .bg-gradient {
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 2;
    width: 468px;
    height: 200px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.enterZone .link .quotes {
    display: block;
    margin: 15px 0 0 15px;
    width: 18px;
    height: 16px;
    background: url(../img/icon-quotes.png) no-repeat center;
}

.enterZone .eZ-wz {
    margin: 8px 0 0 23px;
    height: 60px;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.enterZone .link .cn .eZ-line {
    display: block;
    margin: 27px 0 0 23px;
    width: 56px;
    height: 4px;
    background: #e8e8e8;
}

.enterZone .link .cn .eZ-btn {
    display: inline-block;
    margin: 26px 0 0 23px;
    padding-right: 26px;
    height: 19px;
    background: url(../img/enterzone.png) no-repeat right center;
    color: #999;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

.enterZone .img {
    display: block;
    margin: 0 0 0 4px;
    width: 836px;
    height: 200px;
}

.enterZone .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterZone .eZ-wz:hover {
    color: #07c5b9;
}

.enterZone .cn .eZ-btn:hover {
    background: url(../img/enterzone02.png) no-repeat right center;
    color: #333;
}

.Center_anchor {
    overflow: hidden;
    margin-left: -2px;
    padding: 20px 0;
    width: 842px;
    background: #fff;
    height: 54px;
}

.Center_anchor span {
    float: left;
    display: block;
    width: 137px;
    height: 50px;
    border-top: 2px solid #d9f3f8;
    border-bottom: 2px solid #d9f3f8;
    border-right: 2px solid #d9f3f8;
    background: #f4fafe;
    color: #fff;
    color: #08746e;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
}

.Center_anchor span:first-child {
    border-left: 2px solid #d9f3f8;
}

.Center_anchor span.current {
    border-top: 2px solid #07c5b9;
    background: #fff;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}

.Center_anchor span a {
    color: #08746e;
    display: block;
}

.Center_anchor span.current a {
    color: #07c5b9;
}

.down_address {
    height: 54px !important;
    line-height: 54px !important;
    margin-left: 2px;
    background-color: #07c5b9 !important;
    border-left: none;
    border-radius: 4px;
    border: none !important;
}

.down_address a {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    background: url(../img/down_address.png) no-repeat 22px center;
    width: 87px !important;
    padding-left: 50px;
    text-align: left;
}

.arTarea {
    margin: 10px 0 25px 0;
    color: #333;
}

.arTarea .arT-tit {
    margin: 0 0 8px 0;
    height: 34px;
    background: url(../img/artarea-bg.png) repeat-x left center;
    text-align: center;
}

.arTarea .arT-tit em {
    display: inline-block;
    padding: 0 20px;
    height: 34px;
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 34px;
}

.arTarea p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 30px;
    word-break: break-all;
}

.arTarea p a {
    color: #1b57cd;
}

.arTarea p a:hover {
    color: #07c5b9;
}

.arTarea p a:hover > span,
.arTarea p a:active > span {
    color: #305af5 !important;
    text-decoration: underline;
}

.arTarea p img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 660px;
    height: auto !important;
}

.arTarea h3 {
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #f54544;
    background: #fafafa;
    text-indent: 14px;
    display: block;
    overflow: hidden;
    margin: 15px 0 10px;
}

.sv {
    padding: 20px 0;
    width: 838px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: #fff;
    margin: 0 0 30px 0;
}

.sv .sv-tit {
    margin: 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.sv .sv-tit em {
    display: block;
    padding-left: 25px;
    height: 21px;
    background: url(../img/sv-tit-bg.png) no-repeat left center;
    color: #fd3e3f;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.sv .cService {
    margin: 0 20px;
    padding: 10px 0;
    background: #f8f8f8;
}

.sv .cService ul {
    overflow: hidden;
    background: url(../img/artarea-bg.png) repeat-y center;
}

.sv .cService li {
    float: left;
    padding: 6px 0;
    width: 50%;
}

.sv .cService li em {
    float: left;
    display: block;
    width: 200px;
    height: 24px;
    color: #333;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

.sv .cService li a {
    float: left;
    display: block;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #77aff9;
    border-radius: 4px;
    color: #77aff9;
}

.sv .cService li a:hover {
    border: 1px solid #fd3e3f;
    color: #fd3e3f;
}

.arTarea table {
    width: 95%;
    border-collapse: collapse;
    margin: 10px auto;
}

.arTarea table thead td,
.arTarea table thead th {
    background-color: #999;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    text-align: center;
    border: 1px solid #999;
}

.arTarea table td {
    padding: 8px;
    border: 1px solid #eee;
    vertical-align: middle;
    color: #666;
    word-break: break-all;
}

.arTarea table td p {
    line-height: 1.5;
}

.arTarea table td img {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}

.arTarea table td a {
    color: #0366d6;
}

.arTarea embed {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.arTarea video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.arTarea iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.video-box {
    margin: 10px 0 20px;
}

.video-box video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.video-box iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#screenshot {
    margin: 0 0 30px 0;
}

.screenshot-container {
    margin: 20px 0 0 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.screenshot-container > p {
    height: 300px;
    width: auto;
}

.screenshot-container > p:nth-child(n + 2) {
    margin-left: 8px;
}

.screenshot-container > p img {
    display: block;
    height: 100%;
    width: auto;
}

.swiper-pagination-progressbar-fill {
    border-radius: 5px;
    background: #ffd83f !important;
}

.pdetail-tit {
    position: relative;
    height: 54px;
    border-bottom: 2px solid #e6f8fb;
}

.pdetail-tit span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    padding: 0 20px 0 0;
    height: 53px;
    border-bottom: 4px solid #333;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 53px;
}

.articles {
    margin: 0 0 20px 0;
}

.articles .tW-ul {
    margin: 10px 0 0 -20px;
}

.articles .tW-ul li {
    float: left;
    margin: 13px 0 0 20px;
    width: 195px;
}

.articles .tW-ul .Imgbox {
    position: relative;
    display: block;
    overflow: hidden;
    width: 195px;
    height: 130px;
}

.articles .tW-ul .Imgbox em {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/rvideo-bg.png) no-repeat center;
}

.articles .tW-ul .Imgbox:hover em {
    background: url(../img/rvideo-bg02.png) no-repeat center;
}

.articles .tW-ul .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

.articles .tW-ul .Imgbox:hover img {
    transform: scale(1.1, 1.1);
}

.articles .tW-ul .Txtbox {
    display: block;
    overflow: hidden;
    margin: 8px 0 5px;
    width: 195px;
    height: 44px;
    color: #333;
    font-size: 15px;
    line-height: 22px;
    word-break: break-all;
}

.articles .tW-ul .Txtbox:hover {
    color: #f54544;
}

#rVideo iframe {
    margin-top: 15px;
    display: block;
    width: 100%;
    min-height: 420px;
    border: none;
}

#down_address {
    margin-bottom: 30px;
    height: auto;
}

#down_address .pdetail-tit {
    position: relative;
}

#down_address .pdetail-tit .hd {
    position: absolute;
    top: 12px;
    left: 170px;
    z-index: 10;
}

#down_address .pdetail-tit .hd p {
    position: relative;
    float: left;
    display: block;
    margin: 0 0 0 10px;
    padding: 0 10px;
    height: 32px;
    color: #333;
    font-size: 15px;
    line-height: 32px;
}

#down_address .pdetail-tit .hd em {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 6px;
}

#down_address .pdetail-tit .hd p.active {
    border-radius: 3px;
    background: #ffd83f;
    color: #333;
    font-weight: 700;
    cursor: pointer;
}

#down_address .pdetail-tit .hd p.active em {
    display: block;
    background: url(../img/icon-triangle.png) no-repeat center top;
}

#down_address .bd-item {
    /*overflow:hidden;*/
    margin-top: 32px;
}

#down_address .dA-box {
    float: left;
    width: 460px;
}

/* 新增百度网盘链接 */
.cloud_box {
    margin-bottom: 25px;
}

.cloud_box .tit p {
    display: inline-block;
    padding: 0 25px 0 0;
    height: 22px;
    background: #fff;
    color: #043a37;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.cloud_box .cloud_link {
    margin-top: 11px;
    display: block;
    font-size: 12px;
    color: #aaaaaa;
    border-radius: 9px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 15px 0px #e4f0f9;
}

.cloud_box .cloud_link:hover {
    box-shadow: 0px 8px 15px 0px #e4f0f9;
}

.cloud_box .frame {
    padding: 15px;
    background-color: #fff;
    height: 26px;
}

.cloud_box .frame .blogo {
    float: left;
}

.cloud_box .frame .code {
    float: left;
    margin-left: 35px;
    line-height: 26px;
}

.cloud_box .frame .code b {
    font-size: 20px;
    font-weight: bold;
    color: #06a7ff;
}

.cloud_box .btn {
    display: block;
    float: right;
    border-radius: 11px;
    background-color: rgb(238, 249, 254);
    width: 84px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    color: #06a7ff;
    font-size: 13px;
    font-weight: bold;
}

.cloud_box .provide {
    line-height: 25px;
    background-color: #f5f5f5;
    text-align: center;
}

.cloud_box .provide .hue {
    color: #c29638;
    padding: 0 3px;
}

#down_address .tit {
    background: url(../img/artarea-bg.png) repeat-x left center;
}

#down_address .dA-hs {
    margin: 0 0 32px 0;
}

#down_address .dA-hs .tit p {
    display: inline-block;
    padding: 0 25px 0 30px;
    height: 22px;
    background: url(../img/da-hs.png) #fff no-repeat left center;
    color: #043a37;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

#down_address .dA-hs ul {
    margin: 0 0 0 -20px;
}

#down_address .dA-hs li {
    float: left;
    margin: 11px 0 0 20px;
}

#down_address .dA-hs li a {
    display: block;
    padding: 0 0 0 77px;
    width: 143px;
    height: 50px;
    border-radius: 4px;
    background: url(../img/da-hs-dn.png) #5298ff no-repeat 45px center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

#down_address .dA-hs li a:hover {
    background: url(../img/da-hs-dn.png) #2d73d9 no-repeat 45px center;
}

#down_address .dA-nd {
    margin: 0 0 30px 0;
}

#down_address .dA-nd .tit p {
    display: inline-block;
    padding: 0 25px 0 30px;
    height: 22px;
    background: url(../img/da-nd.png) #fff no-repeat left center;
    color: #043a37;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

#down_address .dA-nd ul {
    margin: 10px 0 0 -20px;
}

#down_address .dA-nd li {
    float: left;
    margin: 3px 0 0 20px;
}

#down_address .dA-nd li a {
    display: block;
    padding: 0 0 0 22px;
    width: 118px;
    height: 30px;
    background: url(../img/da-nd-dn.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

#down_address .dA-nd li a:hover {
    background: url(../img/da-nd-dn02.png) no-repeat left center;
    color: #07c5b9;
    font-weight: 700;
}

#down_address .dA-txt {
    margin-top: 32px;
    padding-left: 25px;
    height: 21px;
    background: url(../img/da-txt.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    line-height: 21px;
}

#down_address .dA-txt > span {
    color: #07c5b9;
    padding: 0 2px;
    font-weight: bold;
    cursor: pointer;
}

/* #down_address .dA-txt a:hover{text-decoration:underline} */
#down_address .detail-dd {
    padding-top: 10px;
    float: right;
    width: 360px;
    height: 360px;
}

#ask {
    margin: 0 0 30px 0;
}

#ask .pdetail-tit {
    margin-bottom: 10px;
}

#ask .anchor-cn {
    margin-left: -20px;
}

#ask ul {
    width: 400px;
    margin-left: 20px;
    float: left;
}

#ask .dt {
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    height: 36px;
    background: url(../img/li-txt-bg.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    line-height: 36px;
}

#ask li.on {
    cursor: pointer;
}

#ask li.on .dt {
    background: url(../img/li-txt-bg02.png) no-repeat left center;
    color: #07c5b9;
}

#ask .dd {
    display: none;
    overflow: hidden;
    padding: 11px 10px;
    border-radius: 8px;
    background: #f5fbff;
}

#ask .dd .Imgbox {
    float: left;
    display: block;
    width: 144px;
    height: 96px;
}

#ask .dd .Imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ask .dd .r-box {
    float: right;
    width: 220px;
}

#ask .dd .r-box .tit {
    overflow: hidden;
    margin-bottom: 5px;
    height: 30px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

#ask .dd .r-box .txt {
    overflow: hidden;
    max-height: 44px;
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

#ask li.on .dd {
    display: block;
}

.adetail-ca {
    display: block;
    margin: 0 0 20px 0;
    width: 1180px;
    height: 90px;
}

.adetail-ca img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.adetail-ca img:hover {
    opacity: 0.9;
}

.adetail-head {
    margin: 0 0 20px 0;
    padding-bottom: 19px;
    border-bottom: 2px solid #e8e8e8;
}

.adetail-head .h1 {
    overflow: hidden;
    width: 840px;
    color: #333;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    word-break: break-all;
}

.adetail-head .cn {
    overflow: hidden;
    margin: 15px 0 0 -19px;
}

.adetail-head .cn p {
    float: left;
    padding: 0 19px;
    background: url(../img/icon-h2-bg.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    height: 19px;
}

.adetail-head .cn p:first-child {
    background: 0 0;
}

.adetail-head .cn .comment {
    float: right !important;
    padding-left: 20px !important;
    background: url(../img/comment.png) no-repeat left center !important;
    cursor: pointer;
}

.adetail-head .cn .comment:hover {
    color: #07c5b9;
    background: url(../img/comment02.png) no-repeat left center !important;
}

.area {
    width: 1180px;
    margin: 10px auto;
}

.content-video {
    text-indent: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    padding-bottom: 20px;
}

.content-video.heng {
    height: auto;
}

.content-video.shu {
    max-width: 360px;
    height: auto;
}

.vjs-paused .vjs-big-play-button {
    display: block !important;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em !important;
    line-height: 2.3em !important;
    height: 2.5em !important;
    width: 2.5em !important;
    -webkit-border-radius: 2.5em !important;
    -moz-border-radius: 2.5em !important;
    border-radius: 2.5em !important;
    background-color: #73859f !important;
    background-color: rgba(115, 133, 159, 0.5) !important;
    border-width: 0.15em !important;
    margin-top: -1.25em !important;
    margin-left: -1.75em !important;
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -1.25em !important;
    margin-left: -1.15em !important;
}

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js :focus {
    outline: 0 !important;
    z-index: 10000;
}

.video-js button::-moz-focus-inner,
.video-js input::-moz-focus-inner {
    border: 0;
}

/* .anchor p img{display:block;margin:0 auto} */
/*nav-height*/
.nav-height {
    position: relative;
    padding: 30px 0 20px;
    height: 54px;
}

.nav-wrap {
    width: 840px;
    height: 54px;
    background-color: #fff;
}

.nav-wrap.navFix {
    position: fixed;
    top: 0;
    z-index: 9;
}

.nav-wrap ul {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li {
    float: left;
    display: inline-block;
    cursor: pointer;
}

.nav-wrap li:first-child a {
    border-left: 2px solid #d9f3f8;
}

.nav-wrap li a {
    display: block;
    width: 137px;
    height: 50px;
    border-top: 2px solid #d9f3f8;
    border-right: 2px solid #d9f3f8;
    border-bottom: 2px solid #d9f3f8;
    background: #f4fafe;
    color: #fff;
    color: #08746e;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
}

.nav-wrap li a.active {
    border-top: 2px solid #07c5b9;
    border-bottom: 2px solid #fff;
    background: #fff;
    font-size: 16px;
}

.nav-mobile {
    display: none;
    width: 100%;
    font-weight: 700;
}

.down_address {
    height: 54px !important;
    line-height: 54px !important;
    margin-left: 2px;
    background-color: #07c5b9 !important;
    border-left: none;
    border-radius: 4px;
    border: none !important;
}

.down_address span {
    display: block;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    background: url(../img/down_address.png) no-repeat 22px center;
    width: 87px !important;
    padding-left: 50px;
    text-align: left;
}

.fr {
    float: none !important;
}

/* order */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 2000px;
}

.popup .popup-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup .popup-box {
    position: absolute;
    top: 180px;
    left: 50%;
    overflow: hidden;
    margin-left: -265px;
    width: 530px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 0;
}

.popup-top {
    margin: 16px 0 6px;
}

.popup-top .tit {
    color: #222;
    font-weight: 700;
    font-size: 30px;
    line-height: 60px;
}

.popup-cont {
    margin-bottom: 20px;
    padding: 0 30px;
    text-align: left;
}

.popup-cont .items {
    overflow: hidden;
}

.popup-cont .name {
    float: left;
    display: block;
    padding-left: 18px;
    width: 72px;
    color: #222;
    text-align: left;
    font-size: 14px;
    line-height: 50px;
}

.popup-cont .r-cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 12px;
}

.popup-cont .r-cont .warning {
    position: absolute;
    bottom: 0;
    display: block;
    color: #ff7173;
    text-indent: 12px;
    font-size: 12px;
    line-height: 16px;
}

.popup-cont .input-txt2 {
    margin: 5px 0;
    width: 463px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #222;
    text-align: left;
    text-indent: 12px;
    font-size: 14px;
    line-height: 40px;
}

.popup-cont .input-txt2::-webkit-input-placeholder {
    color: #888;
    font-size: 14px;
    line-height: 40px;
}

.popup-cont .input-txt2:-ms-input-placeholder {
    color: #888;
    font-size: 14px;
    line-height: 40px;
}

.popup-cont .input-txt2:-moz-placeholder {
    color: #888;
    font-size: 14px;
    line-height: 40px;
}

.popup-btn {
    display: inline-block;
    overflow: hidden;
}

.popup-btn .btn {
    float: left;
    margin: 6px 0 6px 10px;
    width: 230px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    cursor: pointer;
}

.popup-btn .btn:first-child {
    margin-left: 0;
}

.popup-btn .btn.tipOff {
    background-color: #07c5b9;
}

.popup-btn .btn.toOrder {
    background-color: #07c5b9;
}

.popup-btn .btn.cancel {
    background-color: #e8e8e8;
    color: #555;
}

.popup-tips {
    margin: 6px 0 16px;
    color: #888;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}

.success {
    position: absolute;
    top: 360px;
    left: 50%;
    display: none;
    margin-left: -150px;
    width: 300px;
    border-radius: 4px;
    background-color: #fff;
}

.success span {
    display: block;
    padding: 20px;
    color: #222;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

/*暂停下载*/
.pause_down {
    background-image: url(../img/zwxz-bg.png);
    background-position: left top;
}

/*****************2023.3.24新增dll详情页**************/
.pdetail-list {
    overflow: hidden;
    margin-left: -20px;
    padding-bottom: 20px;
}

.pdetail-list li {
    float: left;
    margin-left: 20px;
    width: 240px;
    height: 30px;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
}

.pdetail-list li em {
    word-break: break-all;
}

.pdetail-list li a {
    color: #07c5b9;
}

.pdetail-list li a:hover {
    text-decoration: underline;
}

.free-down {
    padding: 0 0 0 96px;
    width: 144px;
    display: block;
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    background: url(../img/pdetail-down.png) #ff9503 no-repeat 57px center;
    position: relative;
    float: left;
    margin-right: 20px;
}

.free-down p {
    color: #fff;
}

.free-down:hover {
    opacity: 0.9;
}

.free-down i {
    font-size: 12px;
    color: #fff;
    background: #ff6d28;
    display: block;
    padding: 0 3px;
    border-radius: 0 5px 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.local-down {
    width: 240px;
    display: block;
    height: 66px;
    line-height: 66px;
    border-radius: 6px;
    background: #eee;
    position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.local-down p {
    font-size: 20px;
    color: #999;
}

.local-down i {
    font-size: 12px;
    color: #fff;
    background: #ccc;
    display: block;
    padding: 0 3px;
    border-radius: 0 5px 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.local-down:hover {
    background-color: #ececec;
}

.dll-down {
    display: block;
    margin-right: 20px;
    float: left;
    width: 240px;
    line-height: 66px;
    height: 66px;
    font-size: 18px;
    text-align: center;
    background: #07c5b9;
    border-radius: 6px;
}

.dll-down span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    text-align: left;
    padding-left: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background-image: url(../img/pdetail-down.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    line-height: 1em;
}

.dll-down:hover {
    opacity: 0.9;
}

.dll-down span i {
    font-size: 12px;
}

/*最近更新*/
.new-gx li {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.new-gx .num {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background-color: #eee;
    display: block;
    width: 24px;
    height: 24px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.new-gx .num.num1 {
    background-color: #07c5b9;
    color: #fff;
}

.new-gx .num.num2 {
    background-color: #07c5b9;
    color: #fff;
    opacity: 0.8;
}

.new-gx .num.num3 {
    background-color: #07c5b9;
    color: #fff;
    opacity: 0.6;
}

.new-gx .btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    display: block;
    width: 46px;
    background-color: #ecf3f7;
    color: #07c5b9;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}

.new-gx .conts {
    margin: 0 56px 0 40px;
    display: block;
    overflow: hidden;
}

.new-gx .name {
    overflow: hidden;
    display: block;
    margin: 2px 0;
    height: 20px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.new-gx li:hover .name a {
    color: #07c5b9;
}

.new-gx li:hover .btn {
    background-color: #07c5b9;
    color: #fff;
}

/*本类精品推荐*/
.rt-jptj li {
    overflow: hidden;
    margin: 15px 0;
}

.rt-jptj .btn {
    display: block;
    float: right;
    width: 44px;
    border: 1px solid #07c5b9;
    margin-top: 14px;
    color: #07c5b9;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    border-radius: 15px;
}

.rt-jptj .pic {
    display: block;
    float: left;
    margin-right: 12px;
    overflow: hidden;
    width: 40px;
    height: 55px;
}

.rt-jptj .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-jptj .cont {
    overflow: hidden;
    padding-right: 10px;
}

.rt-jptj .cont .name {
    overflow: hidden;
    margin: 5px 0;
}

.rt-jptj .cont .name a {
    display: block;
    overflow: hidden;
    height: 25px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rt-jptj li:hover .btn {
    background-color: #07c5b9;
    color: #fff;
}

.rt-jptj li:hover .cont .name a {
    color: #07c5b9;
}

.rt-jptj .cont p {
    color: #999;
    font-size: 13px;
    line-height: 1em;
}

.rt-jptj li.nopic {
    margin: 0 0 5px;
}

.rt-jptj li.nopic .btn {
    margin-top: 5px;
}

/*配置要求*/
.paramCont {
    padding: 20px 0;
}

.paramCont table {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    background-color: #fff;
    box-sizing: border-box;
}

.paramCont thead {
    background-color: #efefef;
    color: #6e7f9d;
    font-size: 16px;
    font-weight: bold;
}

.paramCont tbody tr {
    border-bottom: 1px solid #efefef;
}

.paramCont tbody tr:last-child {
    border-bottom: none;
}

.paramCont table td {
    padding: 15px 20px;
    vertical-align: middle;
    text-align: left;
    line-height: 18px;
    color: #666;
}

.paramCont tr td:first-child {
    width: 120px;
    color: #000;
}

/* 正版购买 */
.buyBox {
    margin: 20px 0 0;
    background: #fbfbfb;
    border-radius: 8px;
    border: 1px solid #efefef;
    display: block;
}

.buyBox .commodity-info {
    height: 100px;
    position: relative;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.buyBox .commodity-info .img {
    float: left;
    width: 200px;
    height: 100px;
    display: block;
    border-radius: 8px 0 0 8px;
}

.buyBox .commodity-info .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buyBox .commodity-info .c_info {
    height: 100px;
    margin: 0 10px 0 215px;
    overflow: hidden;
    text-align: left;
}

.buyBox .commodity-info .c_info .title {
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    color: #474747;
    font-weight: bold;
    overflow: hidden;
    margin: 18px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.buyBox .commodity-info .c_info .title i {
    font-size: 16px;
    color: #666;
    font-style: normal;
    vertical-align: middle;
}

.buyBox .commodity-info .c_info .etitle {
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 15px;
    overflow: hidden;
}

.buyBox .price-info {
    overflow: hidden;
    float: right;
    padding-right: 15px;
}

.buyBox .price-info .price {
    margin: 8px 0;
}

.buyBox .price-info .price span {
    display: block;
    margin-left: 12px;
    float: left;
}

.buyBox .price-info .price span.discount {
    background-color: #6ec449;
    border-radius: 4px;
    width: 56px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
}

.buyBox .price-info .price span.cost {
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}

.buyBox .price-info .price span.cur {
    letter-spacing: -1px;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #f95d00;
    font-weight: bold;
}

.buyBox .price-info .buybtn {
    display: block;
    background-color: #f95d00;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    width: 130px;
    line-height: 40px;
    border-radius: 4px;
    float: right;
}

.detail-helper-download-card {
    display: block;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #d6f5f4;
    border-radius: 2px;
    background-color: #fbffff;
}

.detail-helper-download-card .hc-btn {
    float: right;
    display: block;
    margin-top: 29px;
    margin-left: 16px;
    width: 160px;
    height: 42px;
    border-radius: 4px;
    background-color: #00c4b9;
    text-align: center;
    line-height: 42px;
}

.detail-helper-download-card .hc-btn:hover {
    background-color: #00958c;
}

.detail-helper-download-card .hc-btn span {
    display: inline-block;
    padding-left: 24px;
    background-image: url(../img/icon-detail-helper-download.png);
    background-position: 0;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
}

.detail-helper-download-card .hc-img {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 16px;
    width: 100px;
    height: 100px;
    border-radius: 24%;
}

.detail-helper-download-card .hc-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    max-width: 100%;
}

.detail-helper-download-card .hc-cont {
    overflow: hidden;
}

.detail-helper-download-card .hc-cont .hc-title {
    display: block;
    overflow: hidden;
    height: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    word-break: break-all;
    margin-top: 2px;
}

.detail-helper-download-card .hc-cont .hc-desc {
    overflow: hidden;
    margin: 3px 0 5px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.detail-helper-download-card .hc-cont .hc-desc i {
    margin-left: 20px;
    color: #999;
}

.detail-helper-download-card .hc-cont .hc-desc i:first-child {
    margin-left: 0;
}

.detail-helper-download-card .hc-cont .hc-summary {
    overflow: hidden;
    margin: 0;
    height: 40px;
    color: #666;
    text-indent: 0;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
}

/* 2023-11-29 新增视频模块 */
.pp-tj-video {
}

.pp-tj-video ul {
    overflow: hidden;
}

.pp-tj-video li {
    float: left;
    margin: 5px 0 10px 20px;
    width: 185px;
}

.pp-tj-video li .pic {
    display: block;
    width: 100%;
    height: 104px;
    overflow: hidden;
    position: relative;
}

.pp-tj-video li .pic::after {
    content: '';
    display: block;
    position: absolute;
    left: 77px;
    top: 37px;
    width: 30px;
    height: 30px;
    background: url(../img/video_02.png) no-repeat center;
    transition: all 0.2s ease-in-out;
}

.pp-tj-video li .pic:hover::after {
    transform: scale(1.15);
}

.pp-tj-video li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    max-width: 100%;
}

.pp-tj-video li .title {
    margin: 5px 5px 0 5px;
    line-height: 20px;
    height: 40px;
}

.pp-tj-video li .title > a {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pp-tj-video li .title > a:hover {
    color: #07c5b9;
}

/* infos */
.game-information {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.game-information li {
    flex: 0 1 48%;
    border-bottom: 1px dashed #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    height: 45px;
    line-height: 25px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.game-information li > em {
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    font-weight: bold;
}

.game-information li .infor-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    word-break: break-all;
    text-align: right;
    color: #333;
}

.game-information li .infor-r a {
    color: #07c5b9;
}

.game-information li .infor-r a:nth-child(n + 2) {
    margin-left: 6px;
}

.game-information li .infor-r a:hover {
    color: #00958c;
}

.game-information li .infor-r .btn-toPop {
    display: block;
    background-color: #f7f7f7;
    padding: 0 7px;
    color: #888;
    border-radius: 5px;
    cursor: pointer;
}

.game-information li .infor-r .btn-toPop:hover {
    color: #00958c;
}

/* 弹窗 */
.permission-box {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999;
}

.permission-bg {
    overflow: hidden;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.permission-bg,
.permission-card {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.permission-card {
    margin: auto;
    z-index: 1002;
    width: 35%;
    height: 300px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    padding: 55px 20px 20px;
}

.permission-card .permission-name {
    font-size: 23px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 30px;
    top: 15px;
    color: #333;
}

.permission-card .close {
    display: block;
    position: absolute;
    right: 13px;
    top: 18px;
    z-index: 105;
    cursor: pointer;
    width: 22px;
    height: 22px;
    height: 22px !important;
    background: url(../img/close.png) no-repeat 0 0;
}

.permission-card .close:hover {
    background-position: 0 100%;
}

.permission-card .permission-cont {
    height: 100%;
    padding: 0 10px;
    overflow-y: auto;
    color: #888;
    font-weight: 400;
    line-height: 1.5;
}

.permission-card .permission-cont .permission-title {
    position: relative;
    color: #555;
    font-weight: 400;
    line-height: 2;
    margin: 5px 0 0;
}

.permission-card .permission-cont .permission-title:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #555;
}

.permission-card .permission-cont .permission-desc,
.permission-card .permission-cont .permission-title {
    padding-left: 12px;
}

/* 详情页按钮样式：2024-12-11 完全重构 */
.game-btns-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.game-btns-wrap .game-btn {
    flex: 0 0 auto;
    width: 256px;
    height: 64px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.game-btn .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.game-btn .txt > em {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.game-btn .txt > i {
    font-size: 12px;
    opacity: 0.8;
    line-height: 16px;
}

/* 二维码 */
.game-btn .ewm {
    position: relative;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: auto 0 auto 8px;
}

.game-btn .ewm .ewm-icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/ico-ewm02.png) no-repeat center;
}

.game-btn .ewm .ewm-cont {
    position: absolute;
    top: 40px;
    left: -89px;
    z-index: 999;
    display: none;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.16);
}

.game-btn .ewm .ewm-cont::after {
    content: '';
    position: absolute;
    top: -12px;
    right: 37px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
}

.game-btn .ewm .ewm-cont img {
    flex: 0 0 auto;
    width: 118px;
    height: 118px;
}

.game-btn .ewm .ewm-cont i {
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.game-btn .ewm:hover .ewm-cont {
    display: flex;
}

/* btn style */
.game-btn.none {
    background-color: #eee;
    color: #aaa;
}

.game-btn.order {
    background-color: #eee;
    color: #666;
}

.game-btn.down-0 {
    background-color: #eee;
    color: #666;
}

.game-btn.down-1 {
    background-color: #07c5b9;
    color: #fff;
}

.game-btn.down-2 {
    background-color: #07c5b9;
    color: #fff;
}

.game-btn.down-ios {
    background-color: #5298ff;
    color: #fff;
}

.game-btn.down-steam {
    background-color: #7aa500;
    color: #fff;
}

.game-btn.down-simulator {
    background-color: #ff9503;
    color: #fff;
}

/* icon */
.game-btn.down-1 .txt,
.game-btn.down-2 .txt {
    padding-left: 40px;
    background: url(../img/pdetail-down.png) no-repeat left center;
}

.game-btn.down-ios .txt,
.game-btn.down-steam .txt,
.game-btn.down-simulator .txt {
    padding-left: 40px;
}

.game-btn.down-ios .txt {
    background: url(../img/icon-ios.png) no-repeat left center;
}

.game-btn.down-steam .txt {
    background: url(../img/icon_d_btn.png) no-repeat left 2px;
}

.game-btn.down-simulator .txt {
    background: url(../img/icon-mnq.png) no-repeat left center;
}

/* hover */
/*.game-btn.order:hover{background-color: #00aba0;}*/
.game-btn.down-ios:hover {
    background-color: #2d73d9;
}

.game-btn.down-simulator:hover {
    background-color: #e78600;
}

.game-btn.down-1:hover,
.game-btn.down-2:hover {
    background-color: #00aba0;
}

.game-btn.down-steam:hover {
    background-color: #5c7e10;
}

/* dialog */
.dialog {
    display: none;
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dialog .dialog_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.dialog .dialog_wrap .dialog_card {
    margin: auto;
    width: 600px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dialog_head {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.dialog_head .dialog-close {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    background: url(../img/icon-dialog-close.svg) no-repeat center;
    background-size: 24px;
}

.dialog_head .dialog-close:active,
.dialog_head .dialog-close:hover {
    background-color: #f5f5f5;
}

.dialog_head .title {
    vertical-align: middle;
    color: #222;
    text-align: center;
    font-weight: bolder;
    font-size: 22px;
    line-height: 30px;
}

.dialog_head .title.t-left {
    text-align: left;
}

.dialog_body .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative;
}

.dialog_body .form-item.hide {
    display: none;
}

.dialog_body .form-item .f-name {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.dialog_body .form-item .f-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dialog_body .form-item .f-cont > input,
.dialog_body .form-item .f-cont > textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    resize: none;
}

.dialog_body .form-item .f-cont > input::-webkit-input-placeholder,
.dialog_body .form-item .f-cont > textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.dialog_body .form-item .f-cont > input::-moz-placeholder,
.dialog_body .form-item .f-cont > textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.dialog_body .form-item .f-cont > input:-ms-input-placeholder,
.dialog_body .form-item .f-cont > textarea:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.dialog_body .form-item .f-cont > input::-ms-input-placeholder,
.dialog_body .form-item .f-cont > textarea::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.dialog_body .form-item .f-cont > input::placeholder,
.dialog_body .form-item .f-cont > textarea::placeholder {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.dialog_body .form-item .f-cont.f-check-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-top: -8px;
}

.dialog_body .form-item .f-cont.f-check-box > label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0 0 16px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.dialog_body .form-item .f-cont.f-check-box > label input {
    display: none;
}

.dialog_body .form-item .f-cont.f-check-box > label i {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.dialog_body .form-item .f-cont.f-check-box > label input:checked + i {
    background: url(../img/icon-dialog-right.svg) no-repeat center;
    background-size: 100%;
    border-color: #07c5b9;
}

.dialog_body .form-item .f-cont.f-check-box > label input[type='checkbox'] {
    display: none;
}

.dialog_body textarea:focus-visible,
.dialog_body input:focus-visible {
    outline: 1px solid #07c5b9;
}

.dialog_body .form-item .error-msg {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #ff514e;
    font-size: 12px;
    line-height: 1.5;
}

.dialog_body .form-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dialog_body .form-btns .btn-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dialog_body .form-btns .btn-item:nth-child(n + 2) {
    margin-left: 8px;
}

.dialog_body .form-btns .btn-item.b-appoint {
    background-color: #07c5b9;
    border: 1px solid #07c5b9;
}

.dialog_body .form-btns .btn-item.b-appoint:active,
.dialog_body .form-btns .btn-item.b-appoint:hover {
    background-color: #00aba0;
}

.dialog_body .form-btns .btn-item.b-submit {
    background-color: #07c5b9;
    border: 1px solid #07c5b9;
}

.dialog_body .form-btns .btn-item.b-submit:active,
.dialog_body .form-btns .btn-item.b-submit:hover {
    background-color: #00aba0;
}

.dialog_body .form-btns .btn-item.b-cancel {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
}

.dialog_body .form-btns .btn-item.b-cancel:active,
.dialog_body .form-btns .btn-item.b-cancel:hover {
    border-color: #07c5b9;
    color: #07c5b9;
}

.appoint-tips {
    margin-top: 16px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

.dialog-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.dialog-result span {
    margin: auto;
    max-width: 60%;
    background-color: #07c5b9;
    padding: 16px 24px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px -5px rgba(245, 43, 39, 0.2);
    box-shadow: 0 10px 20px -5px rgba(245, 43, 39, 0.2);
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    line-height: 1.5;
}

.special-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin: 20px 0 -10px 0;
    padding: 8px;
    background: #fff9f9;
    border: 1px dashed #f67c7e;
    border-radius: 6px;
}

.special-note .note-i {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    background-color: #ff5a5a;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    border-radius: 100px;
}

.special-note .note-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1px;
}

.special-note .note-txt p {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}

.special-note .note-txt p a {
    color: #358ff0;
}

.special-note .note-txt p a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    .pp-main {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .pp-main,
    .adetail-head .h1,
    .ppList .pL-l,
    .ppList .pL-r {
        width: 100%;
    }
    .adetail-head .h1 {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .articles .tW-ul {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 48%);
        justify-content: space-between;
    }
    .articles .tW-ul li {
        float: unset;
        margin: unset;
        margin-bottom: 10px;
        width: unset;
    }
    .articles .tW-ul .Imgbox {
        width: unset;
        height: 100px;
    }
    .articles .tW-ul .Txtbox {
        width: 100%;
    }
    .ppList .pL-r .tW-ul {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 48%);
        justify-content: space-between;
    }
    .ppList .pL-r .tW-ul li {
        float: unset;
        width: unset;
        margin: unset;
        margin-bottom: 10px;
    }
    .ppList .pL-r .tW-ul .Txtbox {
        width: 100%;
    }
    .ppList .pL-r .tW-ul .Imgbox {
        width: 100%;
        height: 90px;
    }
}
