/*详情页details.css*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
* {
    margin: 0;
    padding: 0;
}

.box {
    margin: 100px auto;
    perspective: 1000px;
}

.stage {
    margin: 0 auto;
    background: whitesmoke;
    position: relative;
    width: 200px;
    height: 100px;
    transform: rotateX(-8deg);
    transform-style: preserve-3d;
    animation: rot linear 6s infinite;
}

.stage div {
    position: absolute;
    width: 200px;
    height: 100px;
}

.stage div:nth-child(1) {
    background-color: red;
    transform: rotateY(0deg)  translateZ(350px);
    /*transform: translate(-50%, -50%) ;*/
}

.stage div:nth-child(2) {
    background-color: orange;
    transform: rotateY(60deg) translateZ(350px) ;

}

.stage div:nth-child(3) {
    background-color: yellow;
    transform: rotateY(120deg) translateZ(350px) ;
}

.stage div:nth-child(4) {
    background-color: green;
    transform: rotateY(180deg) translateZ(350px) ;
}

.stage div:nth-child(5) {
    background-color: blue;
    transform: rotateY(240deg) translateZ(350px);
}

.stage div:nth-child(6) {
    background-color: blueviolet;
    transform: rotateY(300deg) translateZ(350px) ;
}

.stage div:nth-child(7) {
    background-color: blanchedalmond;
    transform: rotateY(90deg);
}

@keyframes rot {
    from {
        transform: rotateX(-8deg) rotateY(0deg);
    }
    to {
        transform: rotateX(-8deg) rotateY(-360deg);
    }
}
/*1*/
.prize-name[data-v-fbdff704] {
    margin: 25px 0;
    width: 180px;
    height: 70px;
    overflow: hidden;
    font-size: 16px
}

/*1*/
.lottery-ready-box[data-v-74d1fa35] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1200px;
    min-height:20%;
    /*//最小高度*/
/*max-height:550px;*/
/*//最大高度*/
    height: 550px;
    margin: auto;
    /*margin-top: 10px;*/
    z-index: 20;
}
/*1*/
.left[data-v-74d1fa35] {
    position: relative;
    width: 490px;
    height: 586px;
    /*background: url(img/01.png) no-repeat;*/
    left: -10px;
}
/*1*/
.left > div[data-v-74d1fa35], .left[data-v-74d1fa35], .right[data-v-74d1fa35] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
/*1*/
.right[data-v-74d1fa35] {
    position: relative;
    width:710px;
    height: 586px;
    left: -10px;
    /*background: url(img/2.png) no-repeat;*/
}
/*1*/
.award-tit[data-v-74d1fa35] {
    /*width: 242px;*/
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #ffeabc;
    text-shadow: 0 0 10px rgba(255, 186, 0, .74);
    margin-top: 35px;
    padding: 0 15px;
    position: relative;
    top: 0;
    left: 0
}
/*1*/
.award-tit i[data-v-74d1fa35] {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 50%;
    right: 0;
    cursor: pointer
}


/*1*/
.prize-name[data-v-74d1fa35] {
    width: 272px;
    height: 73px;
    color: #ffeabc;
    font-size: 15px;
    margin: 10px 0
}
/*1*/
.setbox[data-v-74d1fa35] {
    position: absolute;
    bottom: 34px;
    width: 246px;
    height: 50px;
    color: #ffcd6a;
    font-size: 15px
}


/*1*/
.winner-count[data-v-74d1fa35] {
    position: absolute;
    top: 21px;
    /*right: 35px;*/
    /*width: 85px;*/
    width: 100%;
    /*height: 14px;*/
    text-align: center;
    right: -0;
    /*line-height: 14px;*/
    color: #ffeabc;
    font-size: 14px;
    text-shadow: 0 0 10px rgba(255, 186, 0, .74);
    display: flex;
    justify-content: center;
}
/*1*/
.winner-count span[data-v-74d1fa35] {
    display: inline-block;
    /*margin-right: 10px;*/
    font-size: 18px
}



/*.hide[data-v-74d1fa35] {*/
/*-webkit-animation: rotate-data-v-74d1fa35 1s ease-in-out 0s 1 forwards;*/
/*animation: rotate-data-v-74d1fa35 1s ease-in-out 0s 1 forwards*/
/*}*/


/*1*/
.showpage[data-v-74d1fa35] {
    /*-webkit-animation: _rotate-data-v-74d1fa35 1s ease-in-out 0s 1 backwards;*/
    /*animation: _rotate-data-v-74d1fa35 1s ease-in-out 0s 1 backwards;*/
    /*display: none;*/
    /*padding: 20px;*/
}


@-webkit-keyframes _rotate-data-v-74d1fa35 {
    0% {
        -webkit-transform: rotateY(0deg) scale(0);
        transform: rotateY(0deg) scale(0)
    }
    to {
        -webkit-transform: rotateY(1turn) scale(1);
        transform: rotateY(1turn) scale(1)
    }
}

@keyframes _rotate-data-v-74d1fa35 {
    0% {
        -webkit-transform: rotateY(0deg) scale(0);
        transform: rotateY(0deg) scale(0)
    }
    to {
        -webkit-transform: rotateY(1turn) scale(1);
        transform: rotateY(1turn) scale(1)
    }
}
.nav-2{
    font-size: 50px;
    position: absolute;
    bottom: 1px;
    /*left: 25%;*/

}
.nav-2 a{
    display: none;
}
.nav-1 a{
    /*display: none;*/
}
.nav-1{
    font-size: 50px;
    position: absolute;
    bottom: 1px;
    /*left: 55%;*/
    /*display: none;*/
}
/*.showpage:target{*/
    /*-webkit-animation: rotate-data-v-74d1fa35 1s ease-in-out 0s 1 forwards;*/
    /*animation: rotate-data-v-74d1fa35 1s ease-in-out 0s 1 forwards*/
/*}*/
/*.showpage:target ~ .nav-1{*/
    /*display: none;*/
/*}*/
/*.showpage1:target ~ .nav-2{*/
    /*display: none;*/
/*}*/
@-webkit-keyframes rotate-data-v-74d1fa35 {
    0% {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1)
    }
    to {
        -webkit-transform: rotateY(-1turn) scale(0);
        transform: rotateY(-1turn) scale(0)
    }
}

@keyframes rotate-data-v-74d1fa35 {
    0% {
        -webkit-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1)
    }
    to {
        -webkit-transform: rotateY(-1turn) scale(0);
        transform: rotateY(-1turn) scale(0)
    }
}
li{
    padding: 25px;
    margin: 0px 10px;
}
/*1*/
.recordlist[data-v-74d1fa35] {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 117px;
    overflow: hidden
}
.bgvideo[data-v-6495362a] {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}
/*1*/
.scroll-box[data-v-74d1fa35] {
    width: calc(100% - 40px);
    max-height: 100%;

    padding: 0 20px;

    overflow: auto;
}
/*1*/
.scroll-box > ul[data-v-74d1fa35] {
    width: 100%;
    overflow: hidden;
    padding-left:0px;

}
::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 100%, .3);
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, .3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .1)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: hsla(0, 0%, 100%, .2)
}
/*1*/
.cell .header[data-v-74d1fa35], .cell[data-v-74d1fa35] {
    position: relative
}
/*1*/
.cell .header > img[data-v-74d1fa35] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}
.cell .header .wxhaeder {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 3em;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%
}
/*1*/
.cell.one .header[data-v-74d1fa35] {
    width: 204px;
    height: 204px
}
/*1*/
.cell.two .header[data-v-74d1fa35] {
    width: 156px;
    height: 156px
}
/*1*/
.cell.three .header[data-v-74d1fa35] {
    width: 110px;
    height: 110px
}
/*1*/
.cell.one .wxhaeder[data-v-74d1fa35] {
    width: 164px;
    height: 164px
}
/*1*/
.cell.two .wxhaeder[data-v-74d1fa35] {
    width: 126px;
    height: 126px
}
/*1*/
.cell.three .wxhaeder[data-v-74d1fa35] {
    width: 88px;
    height: 88px
}



/*1*/
.user-info[data-v-74d1fa35] {
    color: #ffeabc;
    width: 100%;
    background: url('')no-repeat top;    text-align: center
}
/*1*/
.cell.one .user-info[data-v-74d1fa35] {
    line-height: 54px;
    height: 54px;
    font-size: 24px
}
/*1*/
.cell.two .user-info[data-v-74d1fa35] {
    line-height: 34px;
    height: 34px;
    font-size: 18px;
    background-size: contain
}
/*1*/
.cell.three .user-info[data-v-74d1fa35] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    background-size: contain;

}


.l[data-v-50d4b1ce] {
    margin-bottom: 99px;
    padding: 40px 12px;
    width: 290px;
    height: 602px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
    border-radius: 16px;
    text-align: center
}


.l .awards-name span[data-v-50d4b1ce] {
    width: 198px
}

.l .awards-name i[data-v-50d4b1ce] {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 10px;
    right: 20px;
    cursor: pointer
}

/*1*/
.l .prize-name[data-v-50d4b1ce] {
    margin: 20px 0;
    width: 200px;
    height: 106px;
    overflow: hidden
}
/*1*/
.l .prize-name span[data-v-50d4b1ce] {
    width: 100%;
    line-height: 32px
}
/*1*/
.l .set1[data-v-50d4b1ce] {
    width: 100%
}
/*1*/
.l .win-record-btn[data-v-50d4b1ce] {
    margin-top: 30px;
    width: 164px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(65, 0, 0, .3);
    box-shadow: 0 4px 8px 0 rgba(65, 0, 0, .3);
    border-radius: 20px
}
/*1*/
.r[data-v-50d4b1ce] {
    margin-bottom: 68px;
    width: 932px;
    height: 624px
}
/*1*/
.r .ani-box[data-v-50d4b1ce] {
    position: relative;
    margin-top: -20px;
    padding-bottom: 20px;
    width: 100%;
    height: 552px
}
/*1*/
.r .ani-box > section[data-v-50d4b1ce] {
    width: 100%
}
/*1*/
.r .operate[data-v-50d4b1ce] {
    width: 100%;
    font-size: 30px
}
/*1*/
.r .operate .minusbtn[data-v-50d4b1ce] {
    margin-left: 20px
}
/*1*/
.r .operate .num[data-v-50d4b1ce] {
    display: inline-block;
    width: 76px;
    line-height: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 26px;
    color: #000;
    text-align: center
}
/*1*/
.r .operate .btn[data-v-50d4b1ce] {
    position: relative;
    margin-left: 60px;
    width: 334px;
    line-height: 76px;
    height: 88px;
    border-radius: 60px;
    /*background: url(img/btn.84576e1d.png) no-repeat;*/
    color: #fff;
    font-size: 36px;
    text-align: center;
    -webkit-box-shadow: 0 8px 16px 0 rgba(65, 0, 0, .3);
    box-shadow: 0 8px 16px 0 rgba(65, 0, 0, .3)
}

/*1*/
/*.del[data-v-3659f164] {*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*background-color: rgba(0, 0, 0, .5);*/
/*opacity: 0;*/
/*-webkit-transition: opacity .3s;*/
/*transition: opacity .3s;*/
/*color: #fff;*/
/*cursor: pointer*/
/*}*/
/*1*/
/*.del[data-v-3659f164]:hover {*/
/*opacity: 1*/
/*}*/

/*1*/
.prize-name[data-v-fbdff704] {
    margin: 25px 0;
    width: 180px;
    height: 70px;
    overflow: hidden;
    font-size: 16px
}

/*1*/
.set1[data-v-fbdff704], .set2[data-v-fbdff704] {
    width: 100%;
    height: 38px;
    background-color: hsla(0, 0%, 100%, .08);
    padding-right: 8px;
    border-radius: 0 38px 38px 0;
    margin-top: 10px;
    color: rgba(255, 242, 204, .5);
    font-size: 14px
}
/*1*/
.set1 > img[data-v-fbdff704], .set2 > img[data-v-fbdff704] {
    cursor: pointer
}
/*1*/
.set1 > label[data-v-fbdff704], .set2 > label[data-v-fbdff704] {
    margin-left: 20px
}
/*1*/
.set1[data-v-fbdff704] {
    margin-top: 0
}
/*1*/
.set1 span[data-v-fbdff704] {
    width: 70px
}
/*1*/
.set1 span[data-v-fbdff704], .set2 span[data-v-fbdff704] {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    text-align: center
}
/*1*/
.set2 span[data-v-fbdff704] {
    width: 40px
}




/*1*/
.award-tit i[data-v-74d1fa35] {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 50%;
    right: 0;
    cursor: pointer
}
/*1*/
/*.award-tit .top[data-v-74d1fa35] {*/
    /*top: 0;*/
    /*background: url(img/startbtn.10bd5a3b.png) no-repeat;*/
    /*background-position: top*/
/*}*/
/*1*/
/*.award-tit .top[data-v-74d1fa35]:hover {*/
    /*top: 0;*/
    /*background: url(img/startbtn.10bd5a3b.png) no-repeat;*/
    /*background-position: top*/
/*}*/
/*1*/
/*.award-tit .bottom[data-v-74d1fa35] {*/
    /*bottom: 0;*/
    /*background: url(img/startbtn.10bd5a3b.png) no-repeat;*/
    /*background-position: bottom*/
/*}*/
/*1*/
/*.award-tit .bottom[data-v-74d1fa35]:hover {*/
    /*bottom: 0;*/
    /*background: url(img/startbtn.10bd5a3b.png) no-repeat;*/
    /*background-position: bottom*/
/*}*/
/*1*/
.award-img[data-v-74d1fa35] {
    width: 238px;
    height: 238px;
    margin-top: 20px
}
/*1*/
.awards-count[data-v-74d1fa35] {
    width: 284px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffcd6a;
    font-size: 15px;
    margin-top: 20px
}
/*1*/
.prize-name[data-v-74d1fa35] {
    width: 272px;
    height: 73px;
    color: #ffeabc;
    font-size: 15px;
    margin: 10px 0
}
/*1*/
.setbox[data-v-74d1fa35] {
    position: absolute;
    bottom: 34px;
    width: 246px;
    height: 50px;
    color: #ffcd6a;
    font-size: 15px
}
/*1*/
.setbox[data-v-fbdff704] {
    width: 100%;
    padding-left: 3px;
    width: 218px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
/*1*/
.setbox > div[data-v-74d1fa35] {
    width: 100%;
    height: 20px
}
/*1*/
.setbox > div .cont[data-v-74d1fa35] {
    width: 140px;
    height: 100%
}
/*1*/
.setbox > div .l[data-v-74d1fa35], .setbox > div .r[data-v-74d1fa35] {
    width: 20px
}
/*1*/
.setbox > div .m[data-v-74d1fa35] {
    width: 90px;
    text-align: center;
    line-height: 20px
}
/*1*/
.setbox > div .r[data-v-74d1fa35] {
    cursor: pointer
}
/*1*/
.set2 .m[data-v-74d1fa35] {
    border: 1px solid #583615;
    border-radius: 4px
}
/*1*/
.set2 .l[data-v-74d1fa35] {
    cursor: pointer
}
/*1*/
.oprate-btn[data-v-fbdff704] {
    width: 100%;
    text-align: center;
    padding-top: 10px
}
/*1*/
.oprate-btn > img[data-v-fbdff704] {
    cursor: pointer
}
/*1*/
.oprate-btn[data-v-74d1fa35] {
    width: 190px;
    height: 44px;
    color: #ffeabc;
    font-size: 20px;
    position: absolute;
    /*right:636px;*/
    bottom:-20%;
    cursor: pointer;
    /*background: url(img/startbtn.10bd5a3b.png) no-repeat 50%;*/
    border: 3px solid #E4B774;
    background-color: #C2744D;
    z-index: 10;
    border-radius: 30px;
    letter-spacing:3px;
}
/*1*/
.oprate-btn span[data-v-74d1fa35] {

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}



/*1*/
.cell .header[data-v-74d1fa35], .cell[data-v-74d1fa35] {
    position: relative
}
/*1*/
.cell .header > img[data-v-74d1fa35] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}
.header img:nth-child(1){
    -webkit-animation:run 1s linear 1s infinite;
}

@keyframes run{
    from{
        -webkit-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
    }
}

/*1*/
.cell.one .header[data-v-74d1fa35] {
    width: 204px;
    height: 204px
}
/*1*/
.cell.two .header[data-v-74d1fa35] {
    width: 156px;
    height: 156px
}
/*1*/
.cell.three .header[data-v-74d1fa35] {
    width: 110px;
    height: 110px
}
/*1*/
.cell.one .wxhaeder[data-v-74d1fa35] {
    width: 164px;
    height: 164px
}
/*1*/
.cell.two .wxhaeder[data-v-74d1fa35] {
    width: 126px;
    height: 126px
}
/*1*/
.cell.three .wxhaeder[data-v-74d1fa35] {
    width: 88px;
    height: 88px
}
/*1*/
/*.cell.one .del[data-v-74d1fa35] {*/
/*width: 164px;*/
/*height: 164px*/
/*}*/
/*!*1*!*/
/*.cell.two .del[data-v-74d1fa35] {*/
/*width: 126px;*/
/*height: 126px*/
/*}*/
/*!*1*!*/
/*.cell.three .del[data-v-74d1fa35] {*/
/*width: 88px;*/
/*height: 88px*/
/*}*/
/*.del[data-v-74d1fa35] {*/
/*width: 100%;*/
/*height: 100%;*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*background-color: rgba(0, 0, 0, .5);*/
/*opacity: 0;*/
/*-webkit-transition: opacity .3s;*/
/*transition: opacity .3s;*/
/*color: #fff;*/
/*cursor: pointer*/
/*}*/
/*!*1*!*/
/*.del[data-v-74d1fa35]:hover {*/
/*opacity: 1*/
/*}*/
/*1*/
.user-info[data-v-74d1fa35] {
    color: #ffeabc;
    width: 100%;
    /*background: url(data:image/png;base64,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) no-repeat top;*/
    text-align: center
}
/*1*/
.cell.one .user-info[data-v-74d1fa35] {
    line-height: 54px;
    height: 54px;
    font-size: 24px
}
/*1*/
.cell.two .user-info[data-v-74d1fa35] {
    line-height: 34px;
    height: 34px;
    font-size: 18px;
    background-size: contain
}
/*1*/
.cell.three .user-info[data-v-74d1fa35] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    background-size: contain
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
/*1*/
.limit {
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden
}
/*1*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
/*1*/
.flex-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}
/*1*/
.flex-a-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
/*1*/
.flex-j-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
/*1*/
.flex-j-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
/*1*/
.flex-j-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
/*1*/

.flex-d-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
/*1*/
.fa-icon {
    display: inline-block;
    fill: currentColor
}
/*1*/
.emoji-box .wechat-emoji {
    margin: 0 2px;
    vertical-align: middle
}
/**/
.prizeList {
    width: 100%;
    margin: 0 auto;
    /*-moz-column-count: 2;*/
    /*-webkit-column-count: 2;*/
    /*column-count: 2;*/
    /*column-gap: none;*/
    /*column-count: none;*/
    margin-top: 110px;

}

.prizeList li {
    /*width: 40%;*/
    height: 60px;
    width: 23.3%;
    /*background-color: rgba(38,58,219,.7);*/
    line-height: 60px;
    box-sizing: border-box;
    /*border: 1px dashed #2864ef;*/
    background: url("img/hao.png") no-repeat ;
    background-size: 100% 100%;
    /*margin: 0px auto;*/
    margin-bottom: 15px;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    writing-mode: lr-tb;
    display: inline-block;
    letter-spacing:3px;
    text-align: center;

}
.prizeList2{
    display: flex;
   justify-content: center;
}
.prizeList li label {
    float: right;
    font-weight: 400;

}

.prizeList li div{
  /*width:40px;*/
    display: inline-block;

}
.kscjianganli{
    background: url('img/抽奖按钮.png') no-repeat;background-size:100% 100%; width: 351px;height:138px; margin: auto;padding-top: 30px;font-size: 30px;font-weight: bold;color: #830C10;
}
.kscjianganli:hover{
    color: #830C10;
}
.quanrenghaoma{
    min-width: 1200px;width: 100%;display: flex;justify-content: center;bottom: 5%;
}
.oprate-btn{
    font-size: 50px;
    position: absolute;
}