@charset "UTF-8";
.byh-productservice-banner {
    width:100%;
    height: 563px;
    background:#ccc;
}

.byh-productservice-bannerinner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #ccc;
    padding-top: 60px;
}

/* 旋转动画 */
.section3 {
    width: 607px;
    height: 395px;
    margin: 0 auto;
    background: url(../../../statics/images/product/img/banner1.jpg) 0 0 no-repeat;
}

.section3 .base {
    -webkit-transform: rotateX(65deg) rotateY(-4deg);
    -moz-transform: rotateX(65deg) rotateY(-4deg);
    -o-transform: rotateX(65deg) rotateY(-4deg);
    -ms-transform: rotateX(65deg) rotateY(-4deg);
    transform: rotateX(65deg) rotateY(-4deg);
    position: relative;
    width: 360px;
    height: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: -124px;
    left: -155px;
    background: blue;
    border-radius: 180px 180px;
}

.section3 .ui_base {
    position: relative;
    top: 90px;
    left: 280px;
    width: 400px;
    height: 0px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 0%;
    -moz-perspective-origin: 50% 0%;
    -o-perspective-origin: 50% 0%;
    -ms-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%
}

.section3 .ball {
    -webkit-transition: all 2s ease-out 0ms;
    -o-transition: all 2s ease-out 0ms;
    -moz-transition: all 2s ease-out 0ms;
    -ms-transition: all 2s ease-out 0ms;
    transition: all 2s ease-out 0ms;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transform:  rotateX(87deg) rotateY(107deg)
}


.section3 .base {
    -webkit-animation: cir 28s linear 0s infinite;
    -o-animation: cir 28s linear 0s infinite;
    -ms-animation: cir 28s linear 0s infinite;
    -mozanimation: cir 28s linear 0s infinite;
    animation: cir 28s linear 0s infinite
}


@keyframes cir {
    0% {
        transform:  rotateX(65deg) rotateY(-4deg) rotateZ(0deg)
    }
    100% {
        transform:  rotateX(65deg) rotateY(-4deg) rotateZ(-360deg)
    }
}

@-webkit-keyframes cir {
    0% {
        -webkit-transform: r rotateX(65deg) rotateY(-4deg) rotateZ(0deg)
    }
    100% {
        -webkit-transform:  rotateX(65deg) rotateY(-4deg) rotateZ(-360deg)
    }
}

/* 旋转动画 */

.bannerwrap{
    position: relative;
    width: 100%;
    height: 483px;
}
.bannerwrap .slideritem{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerwrap .slideritem li{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.bannerwrap .slideritem li .liinner{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bannerwrap .slidernum{
    height: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
}
.bannerwrap .slidernum li{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background: url(../../statics/images/product/img/ibnum.png) no-repeat center center;
    cursor: pointer;
}
.bannerwrap .slidernum li.on{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center;
}

.bannerwrap .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center;
}

.bannerwrap.vendorJoined .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.market .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.quickcharge .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.stock .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.recharge .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.playwith .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.gameleveling .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.rent .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap.H5 .slideritem li.li0{
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.bannerwrap .slideritem li.li1{

}
.bannerwrap .slideritem li.li2{

}
.bannerwrap .slideritem li.li3{

}
.bannerwrap .slideritem li.li0 .liinner .bannertxt{
    width: 400px;
    height: 300px;
    position: absolute;
    top: 100px;
    left: 0;
    -webkit-animation: bannerli0 0.8s ease-in-out 0.4s backwards;
	-moz-animation: bannerli0 0.8s ease-in-out 0.4s backwards;
	animation: bannerli0 0.8s ease-in-out 0.4s backwards;
}
@-webkit-keyframes bannerli0 {
	0% {
		top: 10px;
		opacity: 0;
	}
	100% {
		top: 100px;
		opacity: 1;
	}
}

@-moz-keyframes bannerli0 {
	0% {
		left: 150px;
		opacity: 0;
	}
	100% {
		left: 200px;
		opacity: 1;
	}
}
.bannerwrap .slideritem li.li0 .liinner .bannertxt h2{
    color: #fff;
    font-size: 48px;
    line-height: 72px;
}
.bannerwrap .slideritem li.li0 .liinner .bannertxt p{
    /* color: #79797a; */
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    line-height: 50px;
    padding-bottom: 30px;
}
.bannerwrap .slideritem li.li0 .liinner .bannertxt a{
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #336aff;
    font-size: 20px;
}

.bannerwrap .slideritem li.li0 .liinner .bannertxt a:hover {
    background: #2954CC;
}

.byh-productservice-container {
    width:100%;
    background: #fff;
}

.byh-productservice-view {
    width:100%;
    height: 600px;
}

.byh-productservice-view02 {
    background: #FAFAFC;
}

.byh-productservice-viewinner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.byh-productservice-picbox {
    width: 780px;
    height: 585px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* opacity: 0; */
}

.byh-productservice-picbox img {
    margin: 0 -50px;
}

.byh-productservice-descbox .byh-productservice-imgbox {
    width:435px;
}

.byh-productservice-descbox img.number1 {
    position: absolute;
    top: 200px;
    left: 7px;
}

.byh-productservice-descbox img.number2 {
    position: absolute;
    top: 200px;
    left: 58px;
}

.byh-productservice-descbox img.number3 {
    position: absolute;
    top: 160px;
    left: 7px;
}


.byh-productservice-descbox {
    width: 435px;;
    height: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.byh-productservice-descbox .title{
    position: absolute;
    top: 261px;
    left: 6px;
    font-size: 36px;
    color: #336AFF;
    line-height: 54px;
    text-align: left;
}

.byh-productservice-descbox .desc{
    position: absolute;
    top: 343px;
    left: 6px;
    font-size: 18px;
    color: #333333;
    text-align: justify;
    line-height: 30px;
}

.byh-productservice-view02 .byh-productservice-descbox {
    padding: 0 50px;
}

.byh-productservice-view02 .byh-productservice-descbox .title{
    top: 262px;
    left: 56px;
}

.byh-productservice-view02 .byh-productservice-descbox .desc{
    top: 343px;
    left: 56px;
    width: 435px;
}

.byh-productservice-view03 .byh-productservice-descbox .title{
    top: 232px;
    left: 10px;
}

.byh-productservice-view03 .byh-productservice-descbox .desc{
    top: 370px;
    left: 10px;
}

.byh-productservice-consult {
    width: 100%;
    height: 236px;;
    background: url("../../statics/images/product/img/zxbg.png") no-repeat center center #4476FF;
}

.byh-productservice-consultinner {
    width: 1200px;
    height: 176px;;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}

.byh-productservice-consultcontent {
    font: 28px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-bottom: 30px;
}

.byh-productservice-consultbtn {
    display: inline-block;
    width: 200px;
    height: 50px;
    font: 24px "微软雅黑";
    line-height: 50px;
    color: #336AFF;
    letter-spacing: 2px;
    background: #FFFFFF;
    cursor: pointer;
}

a.byh-productservice-consultbtn:link , a.byh-productservice-consultbtn:active ,a.byh-productservice-consultbt:visited {
    color: #336AFF;
}

.byh-productservice-consultbtn:hover {
    color: #336AFF;
}

/**新版本*/
.byh-footer-item{
    width: 100%;
    vertical-align: middle;
}
.byh-section-bg{
    width: 100%;
    height: 524px;
}
.byh-section-bg.gray{
    background:rgba(250,250,252,1);
}
.byh-section{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.byh-section .cooperation-process{
    width: 1180px;
}
/* .byh-section .join-form div{
    display: flex;
    margin: 0 auto;
}
.byh-section .join-form label{
    min-width: 20px;
}
.byh-section .join-form label.require::before{
    content: '*';
    font-size: 16px;
    color: #F42D2A;
    line-height: 16px;
    margin-right: 10px;
} */
.byh-section .join-form div.require{
    position: relative;
    width: 584px;
    margin: 0 auto;
}
.byh-section .join-form div::before{
    content: '*';
    width: 10px;
    height: 10px;
    font-size: 16px;
    color: #F42D2A;
    line-height: 16px;
    position: absolute;
    left: -20px;
    margin-top: -6px;
    top: 50%;
    z-index: 9;
}
.byh-section .join-form input,.byh-section .join-form textarea{
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    line-height: 16px;
    font-size: 16px;
    text-indent: 12px;
    margin-bottom: 20px;
    width: 584px;
    max-width: 584px;
    min-width: 584px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
}
.byh-section .join-form textarea{
    min-height: 100px;
    max-height: 150px;
}
.byh-section .join-form input:focus,.byh-section .join-form textarea:focus{
    outline: none;
    border: 1px solid #DFDFDF;
}
.byh-section .join-form textarea{
    padding: 12px;
    text-indent: 0;
}
.byh-section .join-form .submit{
    cursor: pointer;
    width: 260px;
    height: 50px;
    background: #4375FF;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.byh-section .join-form .submit:hover{
    background: #336AFF;
}
.byh-section .join-form .submit:focus{
    background: #336AFF;
    outline: 0;
} 

.byh-section .head{
    text-align: center;
    position: relative;
    padding-top: 47px;
    padding-bottom: 22px;
}
.byh-section .head .liner{
    height:80px;
    font-size:80px;
    font-family:SourceHanSansCN-Heavy;
    font-weight:800;
    color:rgba(238,238,238,1);
    line-height:80px;
    margin: 0 auto;
    background:linear-gradient(180deg, rgba(235,235,235,0.7) 0%, rgba(243,243,243,0) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.byh-section .head .title{
    position: absolute;
    top: 80px;
    left: 50%;
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 32px;
    transform: translateX(-50%);
}
.byh-section .function-item1{
    float: left;
    width:580px;
    height:147px;
    background:rgba(255,255,255,1);
    margin: 20px 10px 0px 10px;
    text-align: left;
    display: flex;
    align-items: center;
}
.function-item1  img{
    width: 80px;
    height: 80px;
    margin-left: 65px;
}
.byh-section .section-title{
    width:1183px;
    /* height:50px; */
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 32px;
}
.function-item1 .function-title{
    margin-left: 30px;
    font-size:22px;
    font-family:PingFangSC-Medium;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:30px;
}
.function-item1 .function-desc{
    margin-top: 16px;
    margin-left: 30px;
    width: 350px;
    font-size:14px;
    font-family:PingFangSC-Light;
    font-weight:300;
    color:rgba(16,24,32,1);
    line-height:20px;
}

.function-item2{
    width: 1123px;
    height: 406px;
}

.function-item3{
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.function-item3 .title{
    position: relative;
}

.function-item3 .title .number{
    height:70px;
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.function-item3 .title p:not(.number){
    font-size:36px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    width: 490px;
    color:rgba(51,106,255,1);
    position: absolute;
    top: 60px;
    line-height: 54px;
    letter-spacing: 1px;
    
}

.function-item3 .desc{
    margin-top: 39px;
    font-size:18px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
    width: 450px;
}
.tipsBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    padding:10px;
    font-size: 15px;
    line-height: 1.5;
    background-color:#fff;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: rgba(0,0,0,.85);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    text-align:center;
    position:fixed;
    top: 10%;
    left:50%;
    z-index:999999;
    margin-left:-120px;
}
.tipsBox img{
    vertical-align: middle;
    margin-right:5px;
    width: 20px;
    height: 20px;
}

.scene-title{
    width: 850px;
    margin: 0 auto;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    margin-bottom: 30px;
}

.byh-section-bg.scene-bg{
    background:url(../../../statics/images/product/api/api-scene-bg.png)no-repeat center;
    background-size: cover;
}

/**供应商加盟*/
.byh-section-footer{
    position: relative;
}
.byh-section-footer .byh-footer-btn{
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    left: 50%;
    bottom: 25px;
    margin-left: -102px;
    width:200px;
    height:50px;
    line-height: 46px;
    border-radius:2px;
    text-align: center;
    font-size:20px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(255,255,255,1);
    border:2px solid rgba(255,255,255,1);
}
.byh-section .head.black .liner{
    width: 600px;
    height:80px;
    font-size:80px;
    font-family: SourceHanSansCN-Heavy;
    font-weight:800;
    /* color:rgba(238,238,238,1);
     */
    color: #1F294A;
    line-height:80px;
    /* background:linear-gradient(180deg, rgba(238,238,238,0.1) 0%, rgba(238,238,238,0) 100%); */
    background:linear-gradient(180deg, #1F294A 0%, #0C173B 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.byh-section .head.black .title{
    font-size:32px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:32px;
}
.byh-section .content-ul-01{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.byh-section .content-ul-01 li:nth-child(odd){
    width:145px;
}
.byh-section .content-ul-01 li:nth-child(odd) img{
    width: 123px;
}
.byh-section .content-ul-01 li:nth-child(even){
    width:115px;
}
.byh-section .content-ul-01 li:nth-child(even) img{
    margin-top: 58px;
}
.byh-section .content-ul-01 li p{
    margin-top: 15px;
    font-size:20px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.byh-section .content-ul-02{
    display: flex;
}

.byh-section .content-ul-02 li{
    width:197px;
    height:440px;
}
@keyframes content-ul-02
{
from {width:197px;}
to {width: 220px;}
}

@-moz-keyframes content-ul-02 /* Firefox */
{
    from {width:197px;}
    to {width: 220px;}
}

@-webkit-keyframes content-ul-02 /* Safari 和 Chrome */
{
    from {width:197px;}
    to {width: 220px;}
}

@-o-keyframes content-ul-02 /* Opera */
{
    from {width:197px;}
    to {width: 220px;}
}

@keyframes content-ul-02-out
{
    from {width:197px;}
    to {width: 188px;}
}
@-moz-keyframes content-ul-02-out /* Firefox */
{
    from {width:197px;}
    to {width: 188px;}
}

@-webkit-keyframes content-ul-02-out /* Safari 和 Chrome */
{
    from {width:197px;}
    to {width: 188px;}
}

@-o-keyframes content-ul-02-out /* Opera */
{
    from {width:197px;}
    to {width: 188px;}
}
.byh-section .content-ul-02 li:hover{
    animation: content-ul-02 300ms;
    -moz-animation: content-ul-02 300ms;	/* Firefox */
    -webkit-animation: content-ul-02 300ms;	/* Safari 和 Chrome */
    -o-animation: content-ul-02 300ms;	/* Opera */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
} 
.byh-section .content-ul-02 li:hover + li{
    /* width: 188px; */
    animation: content-ul-02-out 400ms;
    -moz-animation: content-ul-02-out 400ms;	/* Firefox */
    -webkit-animation: content-ul-02-out 400ms;	/* Safari 和 Chrome */
    -o-animation: content-ul-02-out 400ms;	/* Opera */
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
.byh-section .content-ul-02 li:hover .li-content{
    background:linear-gradient(180deg,rgba(20,59,158,0.8) 0%,rgba(8,20,58,0.8) 100%);
}  

.byh-section .content-ul-02 li .li-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background:rgba(8,20,58,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8000000,endcolorstr=#C8000000); 
}
.byh-section .content-ul-02 li .icon{
    margin-top: 68px;
    width: 44px;
    height: 44px;
}
.byh-section .content-ul-02 li:nth-child(1){
    background: url(../../statics/images/product/vendorJoined/advantage-bg1.png)no-repeat center center rgba(12,23,59,1);
}
.byh-section .content-ul-02 li:nth-child(2){
    background: url(../../statics/images/product/vendorJoined/advantage-bg2.png)no-repeat center center rgba(12,23,59,1);
}
.byh-section .content-ul-02 li:nth-child(3){
    background: url(../../statics/images/product/vendorJoined/advantage-bg3.png)no-repeat center center rgba(12,23,59,1);
}
.byh-section .content-ul-02 li:nth-child(4){
    background: url(../../statics/images/product/vendorJoined/advantage-bg4.png)no-repeat left center rgba(12,23,59,1);
}
.byh-section .content-ul-02 li:nth-child(5){
    background: url(../../statics/images/product/vendorJoined/advantage-bg5.png)no-repeat center center rgba(12,23,59,1);
}
.byh-section .content-ul-02 li:nth-child(6){
    background: url(../../statics/images/product/vendorJoined/advantage-bg6.png)no-repeat center center ;
}
.byh-section .content-ul-02 li .li-content .title{
    margin-top: 39px;
    font-size:20px;
    /* font-family:PingFangSC-Light,PingFang SC; */
    /* font-family:SourceHanSansCN-Medium,SourceHanSansCN; */
    font-weight: 500;
    color:rgba(255,255,255,1);
}
.byh-section .content-ul-02 li .li-content i{
    width:32px;
    height:4px;
    margin-top: 44px;
    background:rgba(51,106,255,1);
}
.byh-section .content-ul-02 li .li-content .explain{
    text-align: left;
    margin-top: 30px;
    width:147px;
    font-size:16px;
    /* font-family:SourceHanSansCN-Medium,SourceHanSansCN; */
    font-family:PingFangSC-Light,PingFang,SCSourceHanSansCN-Medium,SourceHanSansCN;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:29px;
}

.byh-section .content-ul-03{
    display: flex;
}
.byh-section .content-ul-03 li{
    display: flex;
    justify-content: center;
    width:280px;
    height:288px;
    margin: 0 10px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(237,240,242,1);
}
.byh-section .content-ul-03 img{
    width: 120px;
    height: 120px;
    margin-top: 54px;
}
.byh-section .content-ul-03 li p{
    margin-top: 15px;
    font-size: 20px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.byh-vendorJoin-content{
    width:1080px;
    height:436px;
    padding: 0 52px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    margin: 0px auto;
}
.byh-vendorJoin-content .title{
    text-align: center;
    padding-top: 28px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(220,222,224,1);
    font-size:24px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:42px;
}
.byh-vendorJoin-content .relation{
    margin-top: 34px;
    display: flex;
    justify-content: center;
}
.byh-vendorJoin-content .relation ul{
    font-size:14px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(70,70,70,1);
    line-height:41px;
}
.byh-vendorJoin-content .relation ul li:nth-child(1){
    font-weight:600;
}

.stockFooter{
    width: 100%;
    height: 240px;
    background: url(../../statics/images/product/stock/bgc.png) no-repeat center center;
    overflow: hidden;
}

.stockFooter h2{
    height:45px;
    font-size:32px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:45px;
    text-align: center;
    margin: 52px 0 35px;
}

.stockFooter .box {
    width: 100%;
    height: 50px;
    position: relative;
}

.stockFooter .box .btns{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width:200px;
    height:50px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    font-size:20px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:600;
    color:rgba(67,118,255,1);
    line-height:50px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

