/************************* PC ************************/
.wrap{
    min-height: 100vh;
    position: relative;
    padding-top: 60px;
}
.gotoTopBtn{
    position: fixed;
    bottom: 140px;
    left: 50%;
    margin-left: 620px;
    width: 42px;
    height: 42px;
    background: url(../../images/index/up.png);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 99;
}
.patten1{
    position: absolute;
    top: 450px;
    right: -320px;
    width: 234px;
    z-index: 8;
}
.patten2{
    position: absolute;
    top: 1320px;
    left: -320px;
    width: 209px;
    z-index: 8;
}
.patten3{
    position: absolute;
    top: 990px;
    right: -100px;
    width: 182px;
    z-index: 8;
}
.topBox{
    width: 100%;
    height: 630px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.topBox .bgColor{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 476px;
    background: linear-gradient(218deg, #E13232 0%, #FF584A 100%);
}
.topBox .wxBox{
    width: 260px;
    padding-top: 45px;
    position: relative;
    z-index: 2;
}
.topBox .wxBox .wxIcon{
    float: left;
    width: 44px;
    height: 44px;
}
.topBox .wxBox .word{
    float: right;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    height: 60px;
}
.topBox .phone{
    width: 260px;
    height: 522px;
}
.topBox .bg{
    position: absolute;
    bottom: 153px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%,0);
    width: 100vw;
}
.topBox::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 153px;
    background-color: #FFFFFF;
    z-index: 3;
}
.topBox .bannerBox{
    width: 840px;
    height: 360px;
    margin-top: 32px;
    position: relative;
    z-index: 5;
}
.topBox .bannerBox .swiper{
    width: 840px;
    height: 360px;
}
.topBox .bannerBox .swiper{
    --swiper-pagination-color: #FC8E33;
}
.topBox .bannerBox .swiper .swiper-slide{
    border: 5px solid #dca951;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.topBox .bannerBox .swiper .bannerImg{
    width: 840px;
}

.aboutBox{
    width: 100%;
    height: 380px;
    position: relative;
    z-index: 19;
    top: -125px;
}
.aboutBox .people{
    position: absolute;
    top: -20px;
    left: 0;
    width: 294px;
    height: 252px;
}
.aboutBox .btnBox{
    position: absolute;
    top: 0;
    left: 250px;
    width: 404px;
    height: 398px;
}
.aboutBox .btnBox .hand{
    position: absolute;
    top: 54%;
    left: 51%;
    width: 50px;
    z-index: 9;
    pointer-events: none;
}
.handing{
    -webkit-animation: handing 1.8s ease infinite;
}

@-webkit-keyframes handing {
	0% {transform: translate(0,0);}
	50% {transform: translate(20px,20px);}
	100% {transform: translate(0,0);}
}
.aboutBox .btnBox .btnBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 404px;
    height: 398px;
}
.aboutBox .btnBox .btn1{
    position: absolute;
    top: 125px;
    left: 25px;
    width: 205px;
    height: 200px;
    cursor: pointer;
}
.aboutBox .btnBox .btn2{
    position: absolute;
    top: 0;
    right: 50px;
    width: 160px;
    height: 190px;
    cursor: pointer;
}
.aboutBox .btnBox .btn3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 175px;
    height: 200px;
    cursor: pointer;
}
.aboutBox .word{
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
}
.commonWord .title{
    height: 85px;
    margin-bottom: 39px;
}
.commonWord p{
    font-size: 13px;
    color: #000000;
    line-height: 19px;
    padding-bottom: 15px;
}
.commonWord p b{
    font-size: 13px;
    color: #E13232;
}
.commonWord h3{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    padding-bottom: 15px;
}
.productBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productBox .title{
    margin-right: 100px;
}
.productBox .box{
    width: 45%;
}
.productBox .intro{
    width: 1195px;
    display: block;
    margin: 0 auto;
}

.joinBox{
    padding-top: 120px;
    display: flex;
}
.joinBox .wordBox{
    width: 500px;
}
.joinBox .word1{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 27px;
    padding-bottom: 50px;
    padding-top: 35px;
}
.showImgBtn{
    cursor: pointer;
}
.joinBox .people{
    width: 226px;
    height: 247px;
}
.joinBox .codeBox{
    width: 300px;
    margin-left: 170px;
    text-align: center;
}
.joinBox .code{
    width: 200px;
    height: 200px;
}
.joinBox .codeWord{
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
    letter-spacing: 3px;
}

.contactBox{
    padding: 50px 30px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 60px;
    padding-top: 200px;
}
.contactBox .title{
    width: 445px;
    margin-bottom: 50px;
}
.contactBox .wordBox{
    display: flex;
}
.contactBox .wordBox .word{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 25px;
    width: 30%;
}

.imgDialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.imgDialog .imgBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: auto;
    height: auto;
    border: 10px solid #FFFFFF;
}
.imgDialog .closeBtn{
    position: absolute;
    top: -50px;
    right: -60px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.imgDialog .imgShow{
    max-width: 800px;
    max-height: 600px;
}
.imgDialog .closeBtn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 5px;
    height: 40px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
}
.imgDialog .closeBtn::after{
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 5px;
    height: 40px;
    background-color: #FFFFFF;
    transform: rotate(-45deg);
}
