* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}
#pc {
    display: none;
    min-width: 1440px;
    min-height: 960px;
    font-size: 12px;
    background: url('../../img/zhwang/body-bg.png') center center no-repeat;
    background-size: 100% 100%;
}

.pc-center-box {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    min-height: 960px;
    width: 1440px;
    margin: 0 auto;
    /* transform: scale(0.9); */
}
.pc-news-box {
    display: none;
}
.head-box {
    height: 16px;
    background-color: #00BF3C;
}
.head-new-box {
    position: relative;
    z-index: 99;
    display: none;
    margin: 0 auto;
    max-width: 1475px;
    min-width: 1200px;
    height: 50px;
    padding: 0 30px;
    background-color: #ffffff;
}
.px-head-flex-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-icon-box {
    display: flex;
    align-items: center;
}
.pc-icon-box .icon-img {
    width: 40px;
    height: 40px;
    border-radius:9px;
    overflow: hidden;
    background-image: url('../../img/monkey/icon.png');
    background-size: 100% 100%;
}
.pc-icon-box .icon-text {
    margin-left: 24px;
    width: 79px;
    height: 26px;
    background-image: url('../img/monkey/icon-text.png');
    background-size: 100% 100%;
}
.pc-index-btn-box {
    display: flex;
    align-items: center;
}
.pc-index-btn-box .pc-top-btn {
    font-weight: 500;
    font-size: 18px;
    height: 30px;
    margin-left: 20px;
    opacity: .6;
    cursor: pointer;
}
.pc-index-btn-box .pc-current-btn {
    opacity: 1;
    border-bottom: 3px solid #00BF3C;
}
.pc-top-btn:hover {
    opacity: 1;
}

.find-game {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 20;
    width: 751px;
    height: 151px;
}

.find-game-text {
    position: absolute;
    left: 30px;
    bottom: 6px;
    z-index: 2;
    height:52px;
    font-size:52px;
    font-family:PingFangSC-Semibold, sans-serif;
    font-weight:bold;
    color:rgba(28,32,44,1);
    line-height:52px;
    letter-spacing:8px;
}

.find-more {
    position: absolute;
    top: 295px;
    left: 30px;
    z-index: 20;
    height:24px;
    font-size:24px;
    font-family:PingFangSC-Medium, sans-serif;
    font-weight:500;
    color:rgba(28,32,44,0.41);
    line-height:24px;
    /* letter-spacing:8px; */
}

.an-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width:240px;
    height:70px;
    background:#3D77F8;
    border-radius:10px;
    transition: transform .5 ease;
    cursor: pointer;
    margin-top: 130px;
}
.an-btn:hover {
    opacity: .9;
}
.an-btn:active {
    transform: scale(.95);
}
.an-btn .an-icon {
    width: 30px;
    height: 30px;
    background-image: url('../../img/shape.png');
    background-size: 100% 100%;
    margin-right: 16px;
}

.an-btn .an-text {
    height:28px;
    font-size:24px;
    font-family:Roboto-Medium,Roboto;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:28px;
    letter-spacing:1px;
}
.down-btn {
    display: flex;
    position: absolute;
    top: 521px;
    left: 30px;
    z-index: 20;
    width:240px;
    height:70px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow:0px 16px 24px -10px rgba(25, 25, 25, 0.48);
    border-radius:10px;
    border: 1px solid #ccc;
    transition: transform .5 ease;
    cursor: pointer;
}
.down-btn:active {
    transform: scale(.95);
}
.down-btn .down-icon {
    z-index: 2;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-image: url('../../img/apple.png');
    background-size: 100% 100%;
}
.down-btn .down-text {
    z-index: 2;
    height:28px;
    font-size:24px;
    font-family:Roboto-Medium,Roboto;
    font-weight:500;
    color: #535353;
    line-height:28px;
    letter-spacing:1px;
}

.qrcode-box {
    position: absolute;
    top: 442px;
    left: 302px;
    z-index: 20;
    width:128px;
    height:128px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    border:1px solid rgba(208,208,208,1);
}

.qrcode-box #qrcode {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width:104px;
    height:104px;
    background:rgba(240,240,240,1);
}
.qrcode-box #qrcode > img {
    width: 100%;
    height: 100%;
}

.phone-box {
    position: absolute;
    top: 91px;
    right: 74px;
    z-index: 2;
    width: 830px;
    height: 830px;
    background-image: url('../../img/zhwang/bg.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.phone-box2 {
    position: absolute;
    top: 91px;
    right: 74px;
    z-index: 2;
    width: 802px;
    height: 617px;
    background-image: url('../../img/rent-phone.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.bottom-box {
    background: #F4F5F7;;
    padding: 28px 0;
}

.bottom-box .bottom-text {
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: 12px;
    font-family:SourceHanSansCN-Regular,SourceHanSansCN;
    font-weight:400;
    color: rgba(0,0,0,0.6);
    line-height:18px;
    vertical-align: middle;
}
.bottom-text > a {
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
.bottom-text > a:hover {
    color: #333333;
}
.beian-icon {
    margin-top: -2px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.wrap-center-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    padding: 20px;
}
.login-box {
    font-size: 14px;
}
.login-box .login-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.login-box .login-item {
    display: flex;
    align-items: center;
}
.login-box .login-item input {
    border: none;
    padding: 0 5px 5px;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    width: 500px;
    font-size: 14px;
    color: #333;
    outline: none;
}

.submit-btn-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.submit-btn-box .cancle-btn {
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
}
.submit-btn-box .cancle-btn:hover {
    opacity: .6;
}
.submit-btn-box .confirm-btn {
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    background-color:  #00BF3C;
}
.submit-btn-box .confirm-btn:hover {
    opacity: .6;
}



div, p, ul
{
   margin: 0;
   padding: 0;
}
ul {
   list-style-type: none;
}
.pc-news-box.pay-wrap {
    position: relative;
    z-index: 100;
   max-width: 1000px;
   background-color: #fff;
   margin: 0 auto;
   margin-top: 30px;
}
.dialogbox-2 .pay-li {
   display: flex;
   justify-content: space-between;
   padding: 30px 0;
   border-bottom: 1px solid #ccc;
}
.dialogbox-2 .pay-li:last-child {
    border-bottom: none;
}
.dialogbox-2 .pay-li:hover {
   border-bottom: 1px solid #00BF3C;
}
.dialogbox-2 .pay-title {
   cursor: pointer;
   font-size: 16px;
}
.dialogbox-2 .pay-btn {
   width: 120px;
   height: 30px;
   font-size: 14px;
   line-height: 30px;
   text-align: center;
   color: #fff;
   border-radius: 50px;
   background-color: #00BF3C;
   cursor: pointer;
}
.dialogbox-2 .pay-btn {
   width: 100px;
   height: 30px;
   font-size: 12px;
   line-height: 30px;
   text-align: center;
   color: #fff;
   border-radius: 50px;
   background-color: #00BF3C;
}
#pay-dialog {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 999999;
   align-items: center;
   justify-content: center;
   background-color: rgba(0,0,0,0.6);
}
#pay-qrCode, #pay-hint {
   display: none;
}
#pay-hint {
    width: 90%;
   max-width: 400px;
   padding: 15px 20px;
   background-color: #fff;
   border-radius: 6px;
}
#pay-hint .hint-text {
   margin-bottom: 30px;
   font-size: 14px;
   text-align: center;
}
.dialog-btn {
   width: 120px;
   height: 40px;
   margin: 0 auto;
   text-align: center;
   line-height: 40px;
   color: #fff;
   font-size: 14px;
   background-color: #00BF3C;
   border-radius: 50px;
   cursor: pointer;
}
#pay-qrCode {
    max-width: 470px;
   width: 90%;
   font-size: 12px;
   padding: 15px 20px;
   background-color: #fff;
   border-radius: 6px;
}
#pay-qrCode img {
   display: inline-block;
   margin-right: 10px;
   margin-bottom: 20px;
   width: 130px;
   cursor: pointer;
}
#pay-qrCode .qrCode-title {
   font-size: 16px;
   text-align: center;
   margin-bottom: 15px;
}

.pc-bussniess-box {
    display:  none;
    position: relative;
    padding: 200px;
    align-items: center;
    justify-content: center;
    min-height: 660px;
    z-index: 99;
}
.bussniess-left {
    width: 40%;
}
.pc-bussniess-box .bussniess-icon {
    width: 357px;
    height: 357px;
    margin-right: 100px;
    background-image: url('../../img/m-phone1.png');
    background-size: 100% 100%;
    border-radius: 12px;
}
.bussniess-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
}
.bussniess-con {
    font-size: 20px;
}





/* 游戏猴卖号 */


.pc-center-box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.pc-center-box .pc-left {
    padding-top: 130px;
}
.pc-center-box .pc-left .pc-logo{
    display: flex;

}

.pc-center-box .pc-left .pc-logo img{
    width: 72px;
    height: 72px;
    border-radius: 20px;
}


.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 14px;
}


.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper .pc-app-name{
    font-size: 26px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10px;
}

.pc-center-box .pc-left .pc-logo .pc-app-name-wrapper .pc-app-desc{
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
}


.pc-center-box .pc-left .tags{
    margin-top: 138px;

}


.pc-center-box .pc-left .tags .tag1{
    font-size: 60px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    line-height: 90px;
		letter-spacing: 8px;
}
.pc-center-box .pc-left .tags .tag2{
    width: 508px;
    height: 14px;
    background: rgba(254,46,30,0.37);
    border-radius: 4px;
    position: relative;
    top: -18px;
}
.pc-center-box .pc-left .tags .tag3{
    /* font-size: 28px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(0,0,0,0.7); */
    line-height: 42px;
    margin-top: 22px;
		
		
		font-size: 24px;
		font-family: PingFangSC-Semibold, sans-serif, SourceHanSansCN-Regular, SourceHanSansCN;
		font-weight: 500;
		color: rgba(28, 32, 44, 0.41);
		line-height: 24px;
		letter-spacing: 2px;
}

.pc-center-box .pc-left .dowload-btn{
    margin-top: 60px;
    width: 246px;
    height: 72px;
    background: linear-gradient(90deg, #FE1E1E 0%, #FF8B50 100%);
    border-radius: 16px;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pc-center-box .pc-left .dowload-btn img{
    width: 34px;
    height: 34px;
    margin-right: 3px;
}



.pc-center-box .pc-right{
    padding-top: 54px;
    padding-bottom: 54px;
}

.pc-center-box .pc-right-bg{
    margin-left: 20px;
    width: 760px;
    height: 760px;
    background: url('../../img/zhwang/bg.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    left: 0;
}