*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    background-image: url(../img/backgroundImg.png);
    background-repeat: no-repeat;
    background-size:1920px auto;
    background-position: center 0;
    width: 100%;
}
.header{
    width: 100%;
    background: white;
    height: 90px;
    min-width: 1440px;
    margin: auto;
    margin-bottom:25rem;
}
.header-box{
    width: 1440px;
    height: 100%;
    display: flex;
    max-width: 1920px;
    align-items: center;
    margin: auto;
}
.logo{
    float: left;
}
.head_list{
    width: auto;
    height: auto;
    float: left;
    margin-left: 80px;
}
.head_list ul{
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_list ul span{
    font-size: 20px;
}
.head_list li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding-top: 15px;
    width: 72px;
    height: 56px;
}
.head_list ul li p:nth-child(1){
    font-size: 12px;
    font-weight: 800;
}
.head_list ul li:nth-child(1){
    text-align: center;
}
.current{
    padding-top: 15px;
    width: 72px;
    height: 56px;
    color: #14a78e;
    background-image: url(../img/146.png);
    background-position: center;
}
.main{
    height: auto;
    max-width: 1920px;
    margin: auto;
}
.main-box{
    width: 1480px;
    height: 400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-left{
    width: 210px;
    height: 100%;
    float: left;

}
.download{
    width: 210px;
    height: 130px;
    background-color: #cbb171;
    display: flex;
    justify-content: center;
}
.download img{
    width: 120px;
    height: 100px;
}
.download_list{
    width: 100%;
    height: calc(100% - 130px);
background-color: #ab9a6d;
}
.download_list ul>li{
    width: 80%;
    height: 65px;
    margin: auto;
    border-bottom: 1px solid #d2c8ad;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.download_list ul>li:last-child{
    border: none;
}
.download_list ul>li img{
    margin-right: 20px;
}
.swiper{
    width: 950px;
    height: 100%;
    float: left;
    margin-left: 20px;
    position: relative;
overflow: hidden;
}
.swiper-item{
    width: 100%;
    height: 100%;
}
.swiper-img{
    width: 100%;
    height: calc(400px - 40px);
}
.swiper-title{
    width: 100%;
    height: 40px;
    background-color: #373737;
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
}
.swiper-img img{
    width: 100%;
    height: 100%;
}
.swiper-pointer{
    position: absolute;
    bottom: 8px;
    display: flex;
    right: 20px;
}
.active{
    width: 50px !important;
    height: 15px;
    border-radius: 300px !important;
    background-color: #878787;
}
.swiper-pointer .pointer{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #878787;
    z-index: 10;
    margin: 5px;
}
.qq-box>div{
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.qq_btn{
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
}
.codes{
    display: block;
    text-align: right;
}
.code-box{
    width: 301px;
    height: 100%;
    background-color: #fefefe;
    margin-left: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;

    background-image: url(../img/qrcode_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 2px solid #c8af76;
    padding: 0 10px;
    box-sizing: border-box;
}
.code{
    width:190px ;
    height: 190px;
    background-color: #373737;
    margin: 20px auto 0 auto;
}
.qrcode{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.line-box{
    width: 100%;
}
.line-box>img{
    width: 100%;
}
.qq{
    font-size: 20px;
}
.qq-box{
    /*width: max-content;*/
    display: flex;
    justify-content: space-between;
    /*margin: 0 auto;*/
    align-items: center;
    margin-bottom: 15px;
    width: 100%;

}
.qq-box div{
    width: 130px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
}
.qq-box div:nth-child(1){
    background-color: #2fc3a3;
}
.qq-box div:nth-child(2){
    background-color: #cbb171;
}
.main-classification{
    height: 350px;
    margin: auto;
    margin-top: 20px;
    max-width: 1920px;
}
.classification-main{
    width: 1480px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.classification-left{
    width: 210px;
    height: 100%;
    background-image: url(../img/attr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    float: left;
}
.classification-left .title{
    background-image: url(../img/586.png);
    height: 45px;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    width: 156px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
}
.newList{
    width: 495px;
    height: 100%;
    float: left;
}
.newTab{
    width: 90%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-bottom: 1px solid #a9b9c1;
}
.newTab ul{
    display: flex;
}
.newTab ul>li{
    height: 60px;
    margin-right: 40px;
    line-height: 60px;
    cursor: pointer;
    font-weight: bold;
}
.xin{
    color: #a7905a;
    background-image: url(../img/532.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.list{
    width: 90%;
    height: calc(100% - 60px);
    display: none;
    margin: auto;
}

.list ul>li{
    display: flex;
    margin-top: 12px;
}

.list ul>li p{
    width: 85px;
    height: 20px;
    background-color: #a7905a;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 14px;
}
.list ul>li span:last-child{
    display: inline-block;
    color: #00000;
      font-weight: bold;
}
.list ul>li span:nth-last-child(2){
    width: 400px;
    margin-left: 20px;
    font-weight: bold;
}
.newCurrent{
    display: block;
}
.Pedigree{
    width: 450px;
    height: 100%;
    float: left;
    background-image: url(../img/639.png);
    overflow: hidden;
}

.pedi ul{
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 20px;
}
.pedi ul>li{
    margin-left: 5px;
    cursor: pointer;
    color: #969898;
    font-size: 12px;
    font-weight: bold;
}
.green{
    color: #0d9b7c !important;
}
.pedi-box{
    width: 100%;
    height: 100%;
}
.pedi-item{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    overflow: hidden;
}
.pedi-item img{
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.pedi-item h1{
    color:#0d9b7c ;
    white-space: nowrap;
    margin-top: 30px;
    margin-left: 20px;
}
.pedi-item p{
    width: 200px;
    margin-top: 30px;
    margin-left: 30px;
}
.pedi-item h1{
    font-size: 36px;
}
.gengduo{
    width: 130px;
    height: 40px;
    border-radius: 1000px;
    background-color: #2fc3a3;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-left: 25px;
    margin-top: 80px;
    position: absolute;
    z-index: 999;
    bottom: 100px;
}
.hidd{
    display: block;

}
.kezhi{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.kezhi img{
    width: 100%;
    height: 100%;
    object-fit:scake-down;
}
.Labour{
    height: 350px;
    margin: auto;
    margin-top: 20px;
    max-width: 1920px;
}
.labour-box{
    width: 1480px;
    height: 100%;
    margin: auto;
}
.labour-left{
    width: 210px;
    height: 350px;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
    padding-bottom: 5px;
}
.labour-left ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.labour-left ul>li{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #575141;
    margin-top: 5px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.labour-left ul>li:last-child{
    border: none;
}
.playing{
    width: 940px;
    height: 100%;
    margin-left: 20px;
    float: left;
}
.item-box{
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    float: left;
}

.item-box .item-left{
    width: 69px;
    height: 100%;
    float: left;
}
.item-left img{
    width: 100%;
    height: 100%;
}
.item-bnner{
    width: 0;
    height: 340px;
    display: none;
    transition: all 3s;
    position: relative;
}
.item-bnner h2{
    color: white;
    margin-left: 35px;
    margin-top: 20px;
}
.item-bnner p{
    width: 260px;
    color: white;
    margin-left: 35px;
    margin-top: 50px;
}
.item-bnner img{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
}
.item1{
    width: 495px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
.race{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.race-title{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    white-space: nowrap;
}
.zhiye{
    width: 100%;
    overflow-x: auto;
    overflow-y:hidden ;
    white-space: nowrap;
}
.zhiye::-webkit-scrollbar {display: none;}
.zhiye { -ms-overflow-style: none; }
.zhiye { overflow: -moz-scrollbars-none; }
.zhiye-window div{
    width: 30px;
    height: 30px;
    display: inline-block; 
    margin:0 10px
}
.TabBack{
    background-position-y:-63px !important;
}
.isShow{
    display: none;
}
.icon_box>img{
    width: 100%;
    height: 100%;
}


/*.zhiye div:nth-child(1){
    background-image: url(../img/tubiao.png);
    background-position: -5px -5px;
}
.zhiye div:nth-child(2){
    background-image: url(../img/tubiao.png);
    background-position: -55px -4px;
}
.zhiye div:nth-child(3){
    background-image: url(../img/tubiao.png);
    background-position: -105px -4px;
}
.zhiye div:nth-child(4){
    width: 40px;
    background-image: url(../img/tubiao.png);
    background-position: -155px -4px;
}
.zhiye div:nth-child(5){
    background-image: url(../img/tubiao.png);
    background-position: -213px -4px;
}
.zhiye div:nth-child(6){
    background-image: url(../img/tubiao.png);
    background-position: -263px -4px;
}
.zhiye div:nth-child(7){
    width: 35px;
    background-image: url(../img/tubiao.png);
    background-position: -313px -4px;
}
.zhiye div:nth-child(8){
    width: 35px;
    background-image: url(../img/tubiao.png);
    background-position: -367px -4px;
}
.zhiye div:nth-child(9){
    width: 35px;
    background-image: url(../img/tubiao.png);
    background-position: -420px -4px;
}
.zhiye div:nth-child(10){
    width: 35px;
    background-image: url(../img/tubiao.png);
    background-position: -473px -4px;
}
.zhiye div:nth-child(11){
    width: 35px;
    background-image: url(../img/tubiao.png);
    background-position: -525px -4px;
}*/
.race-content{
    width: 100%;
    height: calc(100% - 30px);
}
.itemHidd{
display: block !important;
}
.race-item{
    width: 300px;
    height: 320px;
    overflow: hidden;
}
.race-item:nth-child(1){
background-image: url(../img/43c46b5249d23614f40f81ea8a1284718fd83dcd38e81-QdUkBw.png);
background-position: center center;
background-size: 100% 100%;
}
.race-item img{
    width: auto;
    height: 54px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.race-item p{
    font-size: 12px;
    padding: 0 15px;
    box-sizing: border-box;
    text-indent: 24px;
}
.Strategy{
    max-width: 1920px;
    height: 300px;
    margin: auto;
    margin-top: 20px;
}
.Strategy-box{
    width: 1480px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.div{
    width: 200px;
    height: 100%;
    float: left;
}
.xinshou{
    width: 450px;
    height: 100%;
    float: left;
}
.xin-title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c1ccd2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xin-title p{
    height: 40px;
    line-height: 40px;
    background-image: url(../img/532.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    color: #a7905a;
}
.xin-content{
    width: 100%;
    height: calc(100% - 50px);
}
.xin-content ul>li{
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
    line-height: 20px;
}
.huodong{
    width: 450px;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.huo-title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c1ccd2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.huo-title p{
    height: 40px;
    line-height: 40px;
    background-image: url(../img/56.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    color: #a7905a;
}
.huo-content{
    width: 100%;
    height: calc(100% - 50px);
}
.huo-content ul>li{
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
    line-height: 20px;
}
.problem{
    width: 300px;
    height: 100%;
    float: left;
    background-color: #ede9dd;
    margin-left: 0px;
}
.problem-title{
    width: 90%;
    height: 40px;
    margin: auto;
    border-bottom: 1px solid #c1ccd2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.problem-title p{
    color: #482f22;
    font-weight: 600;
}
.problem-box{
    width: 100%;
    height:  calc(100% - 40px);
}
.problem-box ul>li{
    color:#a7905a ;
    margin-top: 10px;
    font-size: 14px;
}
.footer{
    width: 100%;
    height: 200px;
    /*border-top: 1px solid rebeccapurple;*/
    margin-top: 20px;
}
.footer-box{
    width: 1480px;
    height: 100%;
    margin: auto;
    /*text-align: center;*/
    display: flex;
    justify-content: flex-start;
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 100px;
    box-sizing: border-box;
}
.content-logo{
    margin-right: 50px
}
.content-box{
    padding-top: 25px;
    box-sizing: border-box;
    width: 100%;
}
.content-logo>img{
    height: 100%;
    max-width: 400px;
    margin-left: 50px;
}
.content-box p{
    margin-top: 10px;
    color: #999;
}
.footer-box>div:nth-child(2){
    display: flex;
    align-items: center;
}
.title{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 10px;
    align-items: center;
    border-bottom: 1px solid #c1ccd2;
}
.content{
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
}
.content-item{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    margin-top: 5px;
}
.content-item span{
    font-size: 14px;
    color: #482f22;
}