@charset "UTF-8";
.top_nav .dropdown {
    width: 714px;
}
.wp {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.clear:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.download-bg {
    position: relative;
    width: 100%;
}
.banner {
    width: 100%;
    height: 478px;
    padding-top: 80px;
    background: url(../images/downcenter/banner-bg2.jpg) no-repeat center top;
}
.banner-cont {
    position: relative;
    text-align: center;
    color: #fff;
}
.banner-cont .banner-title {
    font-size: 50px;
}
.banner-cont .banner-text {
    margin: 28px 0;
    font-size: 24px;
}
.banner-cont .banner-text span {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}
.banner-cont .banner-link {
    width: 430px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #fff;
}
.night .banner-cont .banner-link {
    background: #202023;
    color: #fff;
}
.banner-cont .code {
    position: relative;
    display: block;
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
}
.qy-client-down {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0, 1.18);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0, 1.18);
    transition: all 0.2s cubic-bezier(0.42, 0, 0, 1.18);
}
.qy-client-down .mask {
    width: 140px;
}
.qy-client-down canvas {
    background: #fff;
    padding: 5px;
}
.banner-cont .code:hover .qy-client-down {
    display: block;
    transform: scale(1);
    opacity: 1;
}
.download-menu-context {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(247, 205, 192, 0.43);
}
.night .download-menu-context {
    border: none;
}
.download-menu {
    width: 100%;
    background: #1d1d26 url(/images/downcenter/part-bg1.jpg) no-repeat center top;
}
.download-menu ul li {
    float: left;
    width: 25%;
    padding: 38px 48px;
    font-size: 18px;
    color: #333;
    background-color: #ffffff;
    cursor: pointer;
}
.download-menu ul li.night {
    background-color: #222633;
}
.download-menu ul li:nth-of-type(1) {
    border-radius: 10px 0 0 10px;
}
.download-menu ul li:nth-of-type(4) {
    border-radius: 0 10px 10px 0;
}
.nav-list-container .nav-list-logo {
    display: inline-block;
    height: 57px;
    width: 58px;
    margin-right: 10px;
    vertical-align: top;
}
.download-menu li:nth-child(1) .nav-list-logo-bg1 {
    background: url(../images/web-icon10.png) no-repeat -300px -170px;
}
.night .download-menu li:nth-child(1) .nav-list-logo-bg1 {
    width: 58px;
    background: url(../images/web-icon10-n.png) no-repeat center center / 100% 100%;
}
.download-menu li:nth-child(2) .nav-list-logo-bg2 {
    background: url(../images/web-icon10.png) no-repeat -407px -169px;
}
.night .download-menu li:nth-child(2) .nav-list-logo-bg2 {
    width: 58px;
    background: url(../images/web-icon11-n.png) no-repeat center center / 100% 100%;
}
.download-menu li:nth-child(3) .nav-list-logo-bg3 {
    background: url(../images/web-icon10.png) no-repeat -511px -170px;
}
.night .download-menu li:nth-child(3) .nav-list-logo-bg3 {
    width: 58px;
    background: url(../images/web-icon12-n.png) no-repeat center center / 100% 100%;
}
.download-menu li:nth-child(4) .nav-list-logo-bg4 {
    background: url(../images/web-icon10.png) no-repeat -612px -170px;
}
.night .download-menu li:nth-child(4) .nav-list-logo-bg4 {
    width: 58px;
    background: url(../images/web-icon13-n.png) no-repeat center center / 100% 100%;
}
.nav-list-container .nav-list-context {
    display: inline-block;
}
.nav-list-container .nav-list-context p:nth-child(1) {
    margin: 0 0 5px;
    font-size: 18px;
    color: #333333;
}
.nav-list-container .nav-list-context p:nth-child(1).night {
    color: #ffffff;
}
.nav-list-container .nav-list-context p:nth-child(2) {
    font-size: 14px;
    color: #8e9abc;
}
.download-menu ul li:hover,
.download-menu ul li.on {
    background: #697e9e;
}
.download-menu ul li.night:hover,
.download-menu ul li.night.on {
    background: #101012;
}
.browser-down-list {
    padding-bottom: 75px;
}
.browser-down-list .item {
    float: left;
    position: relative;
    width: 224px;
    height: 224px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0.1rem 0.1rem transparent;
    box-shadow: 0 0.1rem 0.1rem transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.browser-down-list .item .info {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    border-radius: 40px;
    text-align: center;
}
.browser-down-list .item .info .browser-title {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.browser-down-list .item .info .browser-title.night {
    color: #fff;
}
.browser-down-list .item .info .browser-file {
    width: 130px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    border-radius: 11px;
    text-align: center;
    color: #fff;
    background: #7888a8;
    font-size: 12px;
}
.night .browser-down-list .item .info .browser-file {
    background: #313131;
    color: #666666;
}
.browser-down-list .item:not(:nth-last-of-type(1)) {
    margin-right: 20px;
}
.browser-down-btn {
    display: block;
    height: 44px;
    width: 136px;
    background: url(/images/downcenter/browser-btn.png) no-repeat center top;
    margin: 0 auto 10%;
}
.night .browser-down-btn {
    background: url(/images/downcenter/browser-btn-n.png) no-repeat center top;
}
.download-content1 {
    background: #f1f1f1;
}
.download-content1.night {
    background: #1d1d26;
}
.download-content2 {
    background: #ffffff;
}
.download-content2.night {
    background: #1e1e1e;
}
.download-content3 {
    background: #f1f1f1f1;
}
.download-content3.night {
    background: #161616;
}
.down-title {
    padding: 80px 0 5px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}
.down-title.night {
    color: #fff;
}
.down-title-p {
    color: #91a0bd;
    padding: 0 0 15px 0;
}
.app-down-list .item {
    display: inline-block;
    position: relative;
    width: 380px;
    margin-bottom: 20px;
    padding: 30px 25px;
    border-radius: 20px;
    background: #ffffff;
}
.app-down-list .item.night {
    background: #1e1e1e;
}
.app-down-list .item:not(:nth-of-type(3n + 3)) {
    margin-right: 20px;
}
.app-down-list .item .left-img {
    width: 140px;
    margin-right: 20px;
}
.app-down-list .item .app-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.app-down-list .item .app-title.night {
    color: #fff;
}
.app-down-list .item .app-text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #91a0bd;
}
.app-down-list .item .app-text {
    color: #999;
}
.app-down-list .item .app-link {
    width: 160px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    color: #333;
    background: #e3eaf1;
}
.night .app-down-list .item .app-link {
    background: #313131;
    color: #fff;
}
.app-down-list .item .mark-box {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: -5px;
    right: 0;
    opacity: 0;
    border-radius: 20px;
    background: #ffffff;
}
.app-down-list .item .mark-box.night {
    background: rgba(0, 0, 0, 0.3);
}
.app-down-list .item .mark-box .inline-block {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}
.night .app-down-list .item .mark-box .inline-block {
    background: #1e1e1e;
}
.app-down-list .item .mark-box .inline-block .po1 {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px;
    margin: 0px;
}
.app-down-list .item .mark-box .inline-block .po2 {
    left: 50%;
}
.qrTip {
    position: absolute;
    right: 25px;
    top: 30px;
    width: 160px;
    height: 124px;
    text-align: left;
}
.qrTip p {
    color: #fff;
    margin-bottom: 20px;
}
.qrTip h3 {
    color: #d02443;
}
.app-down-list .item .inline-block .po1 p {
    color: #fff;
    position: relative;
    bottom: -5px;
}
.app-down-list .item .inline-block .po1 .p2 {
    bottom: -3px;
}
.app-down-list .item .mark-box .code {
    width: 150px;
    height: 150px;
}
.codeImg {
    width: 540px;
    height: 60px;
    background: url("/images/downcenter/qy-code.png") no-repeat center center / 100% 100%;
}
.night .codeImg {
    background: url("/images/downcenter/qr-code-night.png") no-repeat center center / 100% 100%;
}
.app-down-list .item:hover .mark-box {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pc-down-cont {
    padding-bottom: 80px;
}
.pc-down-list .item {
    position: relative;
    height: 430px;
    margin: 50px auto;
    background: #edf3f8;
    border-radius: 10px;
}
.pc-down-list .item .btn {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    right: 420px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #58a7fb 0%, #58defb 100%);
    border-radius: 20px;
}
.pc-down-list .item .btn1 {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    right: 175px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#9968fd), to(#fc49af)) no-repeat center top;
    background: -webkit-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: -o-linear-gradient(left, #9968fd, #fc49af) no-repeat center top;
    background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top;
}
.pc-down-list .item .btn-left {
    left: 235px;
}
.pc-down-list .item1 {
    padding: 0 0 0 54%;
}
.pc-down-list .item2 {
    padding: 0 0 0 20%;
}
.pc-down-list .item h1 {
    color: #273247;
    font-size: 36px;
    padding-top: 65px;
    font-weight: 600;
}
.pc-down-list .item font {
    color: #91a0bd;
    font-size: 16px;
}
.pc-down-list .item div {
    width: 160px;
    line-height: 32px;
    color: #91a0bd;
    border: 1px solid #91a0bd;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
}
.pc-down-list .item p {
    color: #435476;
    margin: 5% auto;
}
.pc-down-list .item1 .pt-pc-down-img {
    padding-left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    left: 6%;
}
.pc-down-list .item2 .ea-pc-down-img {
    padding-right: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    right: 6%;
}
.pc-down-list .item1:hover .pt-pc-down-img {
    padding-left: 40px;
}
.pc-down-list .item2:hover .ea-pc-down-img {
    padding-right: 40px;
}
.pc-down-list .item .btn1:hover,
.pc-down-list .item .btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#c4a7ff), to(#ff95d2)) no-repeat center top;
    background: -webkit-linear-gradient(left, #c4a7ff, #ff95d2) no-repeat center top;
    background: -o-linear-gradient(left, #c4a7ff, #ff95d2) no-repeat center top;
    background: linear-gradient(90deg, #c4a7ff, #ff95d2) no-repeat center top;
}
.software-down-list .item {
    float: left;
    position: relative;
    height: 210px;
    width: 590px;
    padding: 42px 60px;
    font-size: 16px;
    -webkit-box-shadow: 0 0.1rem 0.1rem transparent;
    box-shadow: 0 0.1rem 0.1rem transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #666666;
}
.software-down-list .item.night {
    color: #fff;
}
.software-down-list {
    padding-bottom: 80px;
}
.software-down-list .item1 {
    margin-right: 20px;
    border-radius: 10px;
    background: #d22027;
}
.software-down-list .item2 {
    border-radius: 10px;
    background: #ffffff;
}
.software-down-list .item2.night {
    background: #1e1e1e;
}
.software-down-list .item .context {
    width: 310px;
    height: 125px;
}
.software-down-list .item .left-context {
    position: absolute;
    right: 60px;
}
.software-down-list .item .right-context {
    position: relative;
    text-align: right;
}
.software-down-list .item .title {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
}
.software-down-list .item .text {
    margin: 10px 0;
}
.night .software-down-list .item .text {
    color: #666666;
}
.software-down-list .item .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 92px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #d22027;
}
.software-down-list .item .btn.night {
    color: #fff;
    background: #d02443;
}
.software-down-list .item .right-context .btn {
    right: 0;
    left: auto;
    color: #4e5e78;
}
.software-down-list .item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}
.software-down-list .item1:hover {
    background: #f7646a;
}
.software-down-list .item1 .btn:hover {
    background: #ffd0d0;
}
.software-down-list .item2:hover {
    background: #fff;
}
.night .software-down-list .item2:hover {
    background: #1E1E1E;
}
.software-down-list .item2 .btn:hover {
    background: #d0e3ff;
}
.content-main-bg .download-menu,
.content-main-bg .download-content1 {
    position: relative;
    background-color: #f1f1f1f1;
}
.content-main-bg .download-menu,
.content-main-bg .download-content1.night {
    background-color: #161616;
}
.content-main-bg.night .download-content2 {
    background-color: #ffffff;
}
.content-main-bg.night .download-content2.night {
    background-color: #1e1e1e;
}
.content-main-bg.night .down-title {
    color: #697da9;
}
.content-main-bg.night .down-title.night {
    color: #fff;
}
.content-main-bg.night .download-menu ul li {
    background: #ffffff;
}
.night .content-main-bg .download-menu ul li {
    background: #1e1e1e;
}
.content-main-bg.night .nav-list-container .nav-list-context p:nth-child(1).night {
    color: #fff;
}
.content-main-bg.night .nav-list-container .nav-list-context p:nth-child(2) {
    color: #999999;
}
.content-main-bg.night .pc-down-list .item1 {
    background: url(/images/downcenter/pc-pt-bg3-n.png) no-repeat center;
}
.content-main-bg.night .pc-down-list .item2 {
    background: url(/images/downcenter/ea-pc-bg-n.png) no-repeat center left;
}
.footer-detail {
    background: #e3eaf1 url(/images/footer-bg.jpg) no-repeat center top;
}
.footer-detail.night {
    background: url(/images/footer-bg-night.jpg) no-repeat center top;
}
.Qrcode img.code {
    width: 110px;
}
.okxDown {
    position: absolute;
    left: 44%;
    top: 53px;
    width: 400px;
    height: 290px;
    cursor: pointer;
    z-index: 100;
}
