* {
    margin: 0;
    padding: 0;
}



#app {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 100px;
}


.pc-head-nav {
    position: fixed;
    top: 0;
    padding: 0 5%;
    width: 100vw;
    height: 30px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    line-height: 30px;
    z-index: 9999;
    border-bottom: 1px solid #dfdddd;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pc-head-left,.pc-head-right {
    display: flex;
    align-items: center;
    

}

.pc-head-right {
    cursor: pointer;
}

.pc-head-left div:first-child {
    margin-right: 50px;
}


.pc-head-right div:nth-child(2){
    margin: 0 20px;
}

.pc-head-left div,.pc-head-right div {
    white-space: nowrap;
}


.head-nav {
    width: 750px;
    height: 170px;
    background: #ffffff;
    box-shadow: 0px 4px 21.4px 0px rgba(0,0,0,0.12); 
    box-sizing: border-box;
    padding: 23px 24px 32px;
    position: relative;
    
}

.head-nav2 {
    position: fixed;
    top: 0;
    z-index: 10;
}

.app-info {
    display: flex;
}

.app-info .icon {
    width: 115px;
    height: 115px;
    margin-right: 21px;
}

.app-name div{

    font-size: 36px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
    color: #333333;
}

ul {
    list-style: none;
}


.app-name .app-tag {
    display: flex;
    margin-top: 8px;

}

.app-name .app-tag li  {
    width: 120px;
    height: 48px;
    line-height: 44px;
    border-radius: 11px;


    font-size: 24px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;

}
.app-name .app-tag li:nth-child(1){
    border: 2px solid #ffc77f;
    color:#ffc77f ;
    margin-right: 12px;
}

.app-name .app-tag li:nth-child(2){
    border: 2px solid #92d2fc;
    color:#92d2fc; 
    margin-right: 12px;

}


.app-name .app-tag li:nth-child(3){
    border: 2px solid #aabbfa;
    color: #5777f6;

}


.down-btn {
    width: 140px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: #f98e30;
    border-radius: 31px;


    font-size: 26px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    color: #ffffff;

    position: absolute;
    top: 49px;
    right: 24px;
    cursor: pointer;

}

.content-box {
    margin-top: 226px;
}





#swiper-container1 {
    box-sizing: border-box;
    padding: 0 24px;
}

.swiper-wrapper {
    /* display: flex; */
}


#swiper-container1 .swiper-slide {
 width: auto;
}

#swiper-container1 .swiper-slide img {
    width: 210px;
    height: 378px;
    border-radius: 24px;
}



.video-slide video{
    width: 672px;
    height: 378px;
    border-radius: 24px;
}

.game-box {
    width: 750px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 37px 0 56px 0;
}


.info-box {
    display: flex;
    align-items: center;
}

.info-box img {
    width: 149px;
    height: 149px;
    border-radius: 30px;
    margin-right: 24px;
}

.game-name .gamename_a  {

    font-size: 36px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.game-str span {
    display: inline-block;
    width: 69px;
    height: 36px;
    line-height: 36px;
    background: #f6f6f6;
    border-radius: 8px;
    font-size: 22px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: center;
    color: #666666;


}

.game-str span:first-child {
    margin-right: 8px;
}


.game-info {
    position: relative;
}

.discount-box {
    width: 110px;
    height: 110px;
    background: url('../img/discount_box.png') no-repeat;
    background-size:100%;
    position: absolute;
    top: 19px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;


    font-size: 28px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
    font-weight: 500;
    color: #ffffff;

}

.game-others {
    width: 702px;
    height: 175px;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 34px auto;
    box-sizing: border-box;
    padding-top: 31px;
    display: flex;
}

.game-others>div {
    
    font-size: 26px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: center;
    color: #666666;
    position: relative;
}

.game-others>div:nth-child(-n+2){
    width: 185px;
}

.game-others>div:nth-child(3){
    width: 149px;
}

.game-others>div:nth-child(4){
    width: 174px;
}

.game-others .line {
    width: 3px;
    height: 91px;
    background: #f3f3f3;
    position: absolute;
    top: calc(50% - 61px);
}

.other0 {
    margin-top: 8px;
}

.other1 {
    margin-top: 24px;
}

.other2 {
    margin-top: 10px;
}

.other-name {

    font-size: 26px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
    font-weight: 500;
    color: #333333;
}

.score {
    width: 121px;
    height:25px;
}

.game-size {
    color: #666666;
}

.game-box .btn-game {
    width: 634px;
    height: 104px;
    line-height: 104px;
    background: linear-gradient(106deg,#ffb936 0%, #f98e30 100%);
    border-radius: 60px;
    margin: 0 auto;


    font-size: 40px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;

}

.welfare-box {
    width: 750px;
    box-sizing: border-box;
    padding: 0 43px;
    margin-bottom:49px;
}

.welfare-title {

    font-size: 36px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
    text-align: center;
    color: #333333;
}

.coupon-line {
    margin-bottom: 24px;
}

.coupon-line div:first-child {
    height: 45px;
    font-size: 32px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
}

.coupon-line .bootom-img {
    width: 43px;
    height: 5px;
    background: url('../img/line.png') no-repeat;
    background-size: 100%;
    margin-top: 6px;
}


.welfare-box .coupon-box {
    width: 664px;
    height: 166px;
    background: url('../img/coupon_box.png') no-repeat;
    background-size: 100%;
    display: flex;
    margin-bottom: 24px;
} 

.coupon-box .coupon-left{
    width: 187px;
    height: 166px;
    line-height: 166px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #ffffff;
}


.coupon-box .coupon-left div:first-child {
    font-size: 28px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
}

.coupon-box .coupon-left div:last-child {

    font-size: 64px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
}

.welfare-box .tips{
    height: 34px;
    font-size: 24px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-top: 24px;
}


.coupon-box .coupon-right{
    width: 477px;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 30px;
    letter-spacing: 1px;
}

.coupon-right div:first-child{

    font-size: 32px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
    font-weight: 500;
    color: #333333;
}

.coupon-right div:last-child {

    font-size: 24px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}

.look-more {

    height: 39px;
    font-size: 28px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: center;
    color: #f98e30;
    margin-top: 33px;
}


.like-game {
    width: 750px;
    box-sizing: border-box;
    
}

.like-title {
    height: 48px;
    font-size: 34px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
    color: #333333;
    padding: 0 43px;
    margin-bottom: 33px;
}

.like-info {
    display: flex;
}

.like-info .img-game {
    width: 124px;
    height: 124px;
    border-radius:20px ;
    margin-right: 14px;

}

.like-game-box {
    margin-bottom: 25px;
    position: relative;
}

.like-game-info .gamename_a {
    height: 39px;

    font-size: 28px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
    font-weight: 500;
    color: #333333;
}




#swiper-container2 {
    box-sizing: border-box;
    padding: 0 43px;
}



.game-other2 span:first-child {

    font-size: 21px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    color: #999999;
}

.game-other2 span:nth-child(n+2) {
    width: 62px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 8px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 5px;

    font-size: 20px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    color: #666666;

}

.label-box span {
    display: inline-block;
    padding: 5px 10px;

    font-size: 20px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: center;
    color: #f98e30;
    border: 1px solid #f98e30;
    border-radius: 8px;
    margin-top: 6px;
    
}

.label-box2 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
    font-weight: 400;
    text-align: left;
    color: #f98e30;
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    
}

.label-box span:nth-child(n+2){
    margin-left: 12px;
}

.btn-discount {
    width: 119px;
    height: 54px;
    line-height: 54px;
    background: #f98e30;
    border-radius: 72px;


    font-size: 27px;
    font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-600;
    font-weight: 600;
    text-align: center;
    color: #ffffff;

    position: absolute;
    right: 50px;
    top: calc(50% - 27px);

}

.like-game-box .free-icon {
    width: 131px;
    height: 76px;
    position: absolute;
    right: 50px;
    top: calc(50% - 38px);
}

#swiper-container3 .swiper-slide {
    display: flex;
    align-items: center;
}


#swiper-container3 .swiper-slide .magnify-img {
    width: 750px;
    
}

.my-swiper-preview {
    position: fixed;
    left: calc(50%-375px);
    top: 0;
    width: 750px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;

    transition: all 0.3s;
}

.swiper-pagination-fraction {
    color: #ffffff;
    font-size: 36px;
}



.code-box {
    width: 190px;
    position: fixed;
    top: calc(50% - 95px);
    left:calc(50% + 420px);
    z-index: 99;
}

.code-text {
    text-align: center;
    margin-bottom: 10px;
}

#qrcode {
    display: block;
    width: 190px;
    height: 190px;
}

.down-box img {
    width: 190px;
    margin-top: 15px;
    cursor: pointer;
}



.tishi {
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}


.tishi>img {
    width: 100%;
    margin-top: 10px;
}