.welocme_user{text-align:center;font-size: 24px;color:#fff;line-height: 48px;}
.go_platform{ 
	display: block;
    width:264px;
    margin:32px auto;
    height:48px;
    line-height: 1;
    text-align:center;
    font-size:18px;
    margin-bottom:25px;
    color:#fff;
    font-family:"PingFang-SC-Medium" ;
    background: rgba(255, 255, 255, 0.05);
    border:1px solid #fff;
    outline:none;
    border-radius:4px;
	 cursor:pointer;
	 }
body{font-family: "PingFang-SC-Medium"}
img{border:none;vertical-align: top;}
#regBtn{cursor: pointer;}
#regBtn:hover{text-decoration:underline; color:#16325C;}
.inCenter{width:1366px;margin:0 auto;height:70px;}
.on{
  	/*
  	border-radius: 18px;
    background-color: rgba(255,255,255,0.2);
  	*/
 }
.header{
    width:100%;
    height:69px;
    background-color:rgba(0,0,0,0.18);
    position:fixed;
    top:0;
    z-index:999;
}
.headLeft{float: left;padding-top:16px;}
.headLeft .home_logo{
    width:146px;margin-right:27.5px;height:40px;
    float: left;
}
.headLeft span{
    width: 1px;
    height: 19px;
    opacity: 0.85;
    background-color: #ffffff;
    font-size:0;
    margin-top:10px;
    margin-right:27.5px;
    color:#fff;
    display:block;
    float: left;
}
.headLeft  .home_tell{
    margin-top:7px;
    width:25px;
    height:25px;
    margin-right:15px;
    float: left;
}
.headLeft  label{
    font-family: "PingFang-SC-Medium";
    font-size:19px;
    line-height: 38px;
    color: #ffffff;
    float: left;
}
.headRight{
    float:right;
    padding-top:17px;
}
.headRight ul li{
    float:left;
    width:110px;
    height:38px;
    position:relative;
    height:70px;
}

.headRight ul li .select-menu{
	display:none
}

.headRight ul li .select-menu a{
    width: 202px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0, .2);
    display: block;
    color: #eeeeee;
    padding: 5px 10px;
    font-size: 14px;
}
.headRight ul li:hover .select-menu{
	display:block;
	position: absolute;
    top: 52px;
    left: -41px;
}
.headRight ul li>a{
    display:block;
    width:110px;
    height:38px;
    font-size:14px;
    line-height: 38px;
    font-family: "PingFang-SC-Medium";
    color:#fff;
    text-align:center;
}
.headRight ul li>a:hover{
    background-color:rgba(255,255,255,0.2);
    border-radius: 18px;
}

		.headRight_skip1{
			display:block;
			border-bottom: 2.6px solid #d3d4d3; width:65px; margin:0 auto;cursor:pointer;
		}
.headRight_skip1:hover{ border:none;}

.screen1{
position: relative;
    height:870px;
    min-width:1336px;
}

/*缁楊兛绔寸仦蹇撳З閹礁娴�*/
#marquee3 {overflow:hidden;background:#333;border:1px solid #333;position:absolute;}
.swiper-slide {
	float:left;
	position: relative;  
	width:100%;
	height:870px;
	}
.swiper-slide1 {
	background: #ffffff url('/NT/51/images/home_bg1.jpg') no-repeat center center; 
}
.swiper-slide2 {
	background: #ffffff url('/NT/51/images/home_bg2.jpg') no-repeat center center; 
}
.swiper-slide3 {
	background: #ffffff url('/NT/51/images/home_bg3.jpg') no-repeat center center; 
}
.swiper-slide4 {
	background: #ffffff url('/NT/51/images/home_bg4.jpg') no-repeat center center; 
}
#marquee3 ul li .screen1Center{

    position: absolute;
    left:50%;
    top:213px;
    margin-left:-600px;
    padding-left:100px;
    color:#ffffff;
}
.screen1Center h5{
    font-size:42px;
    line-height: 1;
    font-family: "WenQuanYiZenHeiMono";
    text-shadow:0 4px 0 rgba(0,0,0,0.47) ;
    margin-bottom:23px;
    letter-spacing: 8px;
}
.screen1Center h6{
    font-size:30px;
    line-height: 1;
    font-family: "MicrosoftYaHei";
    letter-spacing: 6px;
    margin-bottom:23px;
}
.screen1Center p{
     font-size:20px;
     line-height:1;
      margin-bottom:53px;
}
#marquee3 ul li>img {display:block;height:870px;}

#mar3Nav {position:absolute;left:50%;bottom:35px;margin-left:-129px;}
#mar3Nav li {float:left;margin:0 3px;width:80px;height:5px;background:#ffffff;border-radius:5px;cursor:pointer;
   font-family:Arial;font-size:0px;opacity: 0.5;}
#mar3Nav li.navOn {opacity: 1}
.rowdown {
    width: 24px;
    height: 42px;
    background: transparent url(../images/rowdown.png) 0 0 no-repeat;

}
.startUp {
    -webkit-animation: startUp 1.5s infinite ease-in-out;
    -moz-animation: startUp 1.5s infinite ease-in-out;
    animation: startUp 1.5s infinite ease-in-out; }

@-webkit-keyframes startUp {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate(0, -25px); }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0); }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 8px); } }
@-moz-keyframes startUp {
    0%,30% {
        opacity: 0;
        -moz-transform: translate(0, -25px); }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0); }
    100% {
        opacity: 0;
        -moz-transform: translate(0, 8px); } }
@keyframes startUp {
    0%,30% {
        opacity: 0;
        transform: translate(0, -25px); }
    60% {
        opacity: 1;
        transform: translate(0, 0); }
    100% {
        opacity: 0;
        transform: translate(0, 8px); } }
.screen1Inner{
    position: relative;
    width: 1336px;
    margin: 0 auto;
    z-index:2;
}
.registerBox,.applyBox,.applysuc{
    width:340px;
    height:355px;
    padding-top:39px;
    border-radius:2px;
    position:absolute;
    right:-58px;
    top:180px;
    background: rgba(255,255,255,0.3);
}
.applyBox,.applysuc{ background: rgba(255,255,255,0.3);}
.applyBox{
    padding-top:31px;
    height:363px;
}
.applysuc{
    padding-top:63px;
    height:331px;
    text-align: center;
}
.applysuc h5{
    font-size:30px;
    line-height: 1;
    color:rgb(255,145,34);
    margin-bottom:35px;
}
.applysuc p{
    font-size:20px;
    line-height: 34px;
    text-indent: 1em;
    margin-bottom:33px;
    color:#ffffff;
    text-align: left;
    padding:0 36px;
}
div.applysuc .landBtn{
   margin-bottom:26px;
}
.applysuc .applyAccount{
    line-height: 1;
    font-size: 16px;
    color:rgb(179,179,179);
}
.applysuc .applyAccount span{
    color:rgb(255,145,34);
    margin-right:6px;
}
.applyBox h4{
    color:#ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom:51px;
    font-weight:normal;

}
.applyBox p{
    color:#ffffff;
    font-size: 20px;
    line-height: 22px;
    text-align:center;
    margin-bottom:35px;
}
.applyBox p span{
   margin-left:7px;
    color:#ffc24f;
    font-size:22px;
    line-height:1;
}
div.applyBox  .witeDown{
    margin-bottom:39px;
}
div.applyBox .landBtn{
    margin-bottom:43px;
}
.applyBox .applyAccount{
    font-size:14px;
    line-height: 1;
    color:#f6f6f6;
    text-align: center;
}
.applyBox .applyAccount span{
    color:#0070D2;
    margin-left: 10px;
}
.applyBox .applyAccount span:hover{
    color:#16325C;
}

.applyBox p span{
    clor:rgb(255,145,34);
    fon-size:22px;
}
.registerBox h3{
    text-align: center;
    font-size:22px;
    line-height:1;
    font-family: "PingFang-SC-Medium";
    color:#ffffff;
    margin-bottom:32px;
}
.witeCode{
    width: 188px;
    margin-left: 44px;
    height: 31px;
    border: 1px solid rgba(0,134,204,0.33);
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 32px;
    padding-top: 9px;
    float: left;
}
.get_code{
	float: left;
    width: 110px;
    height: 42px;
    cursor: pointer;
    margin-left: 22px;
}
.get_code button{
    width: 110px;
    height: 42px;
    border-radius: 4px;
    border: none;
    background: #0086cc;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.timian{
	display: none;
}
.witeCode img{
    margin-left: 17px;
    margin-right: 17px;
}
.witeCode input{
    font-family: "PingFang-SC-Medium";
    width: 100px;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
}
.registerBox  .witeDown,.applyBox  .witeDown{
    width:280px;
    margin:0 auto;
    height:31px;
    border-radius:2px;
    background: #ffffff;
    margin-bottom:32px;
    padding-top:9px;

}
.registerBox  .witeDown2{
    margin-bottom:16px;
}
.registerBox  .witeDown img,.applyBox .witeDown img{
    margin-left:17px;
    margin-right:17px;
}
.registerBox  .witeDown input,.applyBox .witeDown input{
    font-family:"PingFang-SC-Medium" ;
    width: 210px;
    height: 22px;
    line-height:22px;
    border:none;
    outline: none;
    font-size:16px;
    color:#666666;
}
.registerBox  .pwdBox{
    width:280px;
    margin:0 auto;
    color:#fff;
    font-family:"PingFang-SC-Medium" ;
    height:14px;
    margin-bottom:42px;
    cursor: pointer;
}

.registerBox  .pwdBox a{float:left;font-size:14px;color:#0070D2;}
.registerBox  .pwdBox a:hover{text-decoration:underline; color:#44bfff;color:#16325C;}
.registerBox  .pwdBox p{float:right;line-height: 14px;height:14px;}
.registerBox  .pwdBox p label{font-size:14px;cursor: pointer;color:#ffffff};
.registerBox  .pwdBox p label:hover{text-decoration:underline; color:#44bfff;}
.registerBox  .landBtn,.applyBox .landBtn,.applysuc .landBtn{
    display: block;
    width:280px;
    margin:0 auto;
    height:43px;
    line-height: 1;
    text-align:center;
    font-size:14px;
    margin-bottom:25px;
    color:#fff;
    font-family:"PingFang-SC-Medium" ;
    background: #0070D2;
    border:none;
    outline:none;
    border-radius:3px;
	 cursor:pointer;

}


.registerBox .applyAccount{
    width:144px;
    margin:0 auto;
    color:#fff;
    font-size:14px;
    line-height: 1;
    font-family:"PingFang-SC-Medium" ;
}
.registerBox .applyAccount span{
    color:#0070D2; cursor:pointer;
}
.registerBox .applyAccount span:hover{ text-decoration:underline; color:#16325C;}
.screen2{
    height:530px;
    background: #f4f4f4;

}
 .screenTop{
    width:514px;
    padding-top:70px;
    margin:0 auto;
    height:24px;
    margin-bottom:62px;
}
 .lineIcon{
    width:90px;
    height:1px;
    background: #aaaaaa;
    font-size:0;
    position:relative;
    float:left;
    margin-right:27px;
    margin-top:11px;
}
  .lineIcon.lineIconRight{
    margin-right:0px;
    margin-left:27px;
}
  .lineIcon:before{
     content:'';
     display:block;
     position:absolute;
     width:7px;
     height:7px;
     border-radius:3.5px;
     right:-7px;
     top:-3.5px;
    background: #aaaaaa;

 }
 .lineIconRight:before{
    left:-7px;
}
 .screenTop p{
    float:left;
    font-size:24px;
    line-height:1;
    text-align:center;
     color:#444444;
}
.screen2Main ul{overflow: hidden}
.screen2Main ul li{
    float: left;
     width:224px;
    height:230px;
    border-radius:6px;
    text-align: center;
    padding-top:50px;
    margin-right:19px;
    background: #ffffff;
}
.screen2Main ul li img{
    width:88px;
    height:auto;
}
.screen2Main ul li h6{
    margin-top:37px;
    font-size:16px;
    letter-spacing: 1px;
    color:#333333;
    font-family:"PingFang-SC-Medium" ;
    margin-bottom:21px;
}
.screen2Main ul li p{
    font-size:14px;
    letter-spacing: 1px;
    line-height: 1;
}
.screen2Main ul li .p2{
    margin-top:10px
}
.screen3 {
    height:760px;
    background: url("../images/screen3bj.jpg");
    background-size: cover;
}

.screen3 .screenTop{
    width:586px;
}
.screen3 .screenTop  .lineIcon:before{
    background: #ffffff;
}
.screen3 .screenTop p{color:#ffffff;}
/*閺冨娴嗛惃鍕櫏閺嬶拷*/
.rotatepic{
    transform: scale(1,1) rotate(0deg);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}


.screen3 .ratateItem{
    width:579px;
    margin:0 auto;
    position: relative;
    height:386px;
}
.screen3 .circle{
    width:386px;
    height:386px;
    border:2px dashed #ffffff;
    border-spacing: 4px;
    border-radius:50%;
    position: absolute;
    background: rgba(255,255,255,.1);
    top:0;


}
.screen3 .circleLeft{
    left:0;
}
.screen3 .circleRight{
    right:0;
}
.screen3 .lineWord{
    float: right;
    font-family:"PingFang-SC-Medium" ;
    min-height:39px;
    margin-right:4px;
    text-align: right;
    color:#fff;
}
.ratateline{overflow: hidden;min-width:435px;position:absolute;}
.ratateline1{right:248px;top:-10px;}
.ratateline1  .lineIcon,.ratateline5  .lineIcon,.ratateline6  .lineIcon,.ratateline10  .lineIcon{width:155px;}
.ratateline2  .lineIcon,.ratateline4  .lineIcon,.ratateline7  .lineIcon,.ratateline9  .lineIcon{width:62px;}
.ratateline3  .lineIcon,.ratateline8  .lineIcon { width:34px;}

.ratateline2{right:328px;top:65px;}
.ratateline3{right:359px;top:170px;}
.ratateline4{right:328px;bottom:65px;}
.ratateline5{right:248px;bottom:-10px;}
.ratateline6{left:248px;top:-10px;}
.ratateline7{left:328px;top:65px;}
.ratateline8{left:359px;top:170px;}
.ratateline9{left:328px;bottom:65px;}
.ratateline10{left:248px;bottom:-10px;}
.screen3 .lineWord h6{
    font-size:18px;
    line-height:1;
    margin-bottom:5px;
}
.screen3 .lineWord p{
    font-size:16px;
    line-height:1;
    margin-bottom:5px;


}
.screen3 .xian{
    float: right;
    height:19px;
    padding-top:20px;
}
.screen3 .xian .lineIcon{
    background: #fff;
    margin-right:0;
    margin-top:0;
}
.screen3  .circleLeft .xian .lineIcon:before{
    left:0;
    background: #fff;
}
.screen3  .circleIcon{
    float: right;
    width:56px;
    height:56px;
    background: rgba(255,255,255,0.28);
    border-radius:50%;
    text-align: center;

}
.screen3 .img{
    margin:6px;
    width:44px;
    height:44px;
    border-radius:50%;
    background: #fff;
    line-height: 44px;
}
.screen3  .circleIcon img{display: inline-block; vertical-align: middle;}
.screen3  .circleRight .xian,.screen3  .circleRight .lineWord,.screen3  .circleRight .circleIcon{
   float: left;
}
.screen3  .circleRight .lineWord{
    text-align: left;
}
.screen3  .circleRight  .xian .lineIcon:before{
    right:0;
    background: #fff;
}
.itemCenterIcon{width:100px;position: absolute;left: 128px; top: 16px;}
.itemCenterIcon img{
    margin-bottom:13px;
}
.itemCenterIcon p{font-size:20px;color:#ffffff;font-family: "PingFang-SC-Bold";}
.screen4{
    height:500px;
    background:url("../images/home_bgimg5.jpg") ;
    background-size:cover ;
}
.screen4Left{
    margin-left:100px;
    padding-top:50px;
    float: left;
    margin-right:58px;
    position: relative;
    width:442px;
    visibility:hidden;
}
.phone1{
    position: relative;
    z-index:30;
}
.phone2{
    position: absolute;
    left: 142px;
    top: 90px;
}
.screen4Right{
    padding-top:118px;
    float: left;
}
.screen4Right h6{
    font-family: "PingFang-SC-Bold";
    font-size:26px;
    letter-spacing: -1px;
    margin-bottom: 27px;
    line-height: 1;
    color:#fafcff;
                }
.screen4Right p{
    height:54px;
    margin-bottom: 25px;
             }
.screen4Right p a{display: block;float:left;height:54px;width:54px;border-radius: 50%;line-height:54px;text-align: center;
    font-family: "PingFang-SC-Bold";
    font-size:20px;
    letter-spacing: -1px;
    color:#fafcff;
    margin-right:26px;
}
.screen4Right p .a1{width:93px;border-radius: 26px;background:#fb956d; }
.screen4Right p .a2{background: #4f9ee9;}
.screen4Right p .a3{background: #ff7784;}
.screen4Right p .a4{background: #f3b76f;}
.screen4Right p .a5{background: #6ec680;}
.appdown{
    width:143px;
    height:32px;
    text-align:center;
    border:1px solid #fff;
    color:#fafcff;
    line-height: 32px;
    fontFamily: "PingFang-SC-Medium";
    cursor: pointer;

}
.appdown:hover{
    width:143px;
    height:32px;
    text-align:center;
    border:1px solid #fff;
    color:#fafcff;
    line-height: 32px;
    fontFamily: "PingFang-SC-Medium";
	background: rgba(255,255,255,.2);
}
.appdown a{ color: #fff;}
.screen5{
    height:606px;
    padding-top:74px;
    background: #f4f4f4 ;
    position:relative;
}
.screen5 h4{
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-family:'PingFang-SC-Regular' ;
    margin-bottom: 57px;
}
.screen5 h4 span{
    font-size: 36px;
    color:#0086cc;
    
    font-family:"PingFang-SC-Bold" ;
    margin-left: 10px;
    margin-right: 10px;
   

}
 .screen5 h4 .add{
	font-size: 24px;
    position: absolute;
} 
/*  .screen5 h4 span:before{
    content: '+';
    font-size:30px;
    position: relative;
    top: -16px;
    left: 84px;

}  */
.screen5 h4 label{
    font-size:16px;
    line-height: 16px;
    font-family:"PingFang-SC-Medium" ;
    color:#9f9f9f;
}
#marquee1 {

    width:1200px;
    height:208px;
    overflow:hidden;
    margin-bottom:28px;

}
#marquee1 ul li {
    float:left;width:352px;height:176px;border-radius:6px;background: #fff;
    padding-top:32px;
    padding-left:18px;
    padding-right:30px;
    position: relative;
    font-family:"PingFang-SC-Regular";

}
#marquee1 ul li h5{margin-left:101px;font-size: 14px;margin-bottom: 27px;}
#marquee1 ul li .h51{margin-bottom:10px; }
#marquee1 ul li img{position: absolute;top:22px;left:25px;width:59px;height:59px;border-radius: 50%;}
#marquee1 ul li p{font-size:14px;color:#555555;line-height: 28px;text-indent: 2em;}
.backhui{
   width:20px;
    height:208px;
    position:absolute;right:0;top:0;
    background: #f4f4f4 ;
}
#marquee6 {
    width:1200px;
    height:160px;
    overflow:hidden;
    margin-bottom:2px;
}
#marquee6 ul li{
    width:400px;
    height:160px;
    float: left;

}
#marquee6 ul li span{
    display: block;
    float: left;
    width:180px;
    height:64px;
    margin-right:20px;
    margin-bottom:16px;
}
#marquee6 ul li span img{width:100%;height:100%;}
.moreCase a{
    width:154px;
    margin:22px auto 0 auto;
    height:32px;
    line-height: 32px;
    text-align: center;
    background: #dddddd;
    font-family: "PingFang-SC-Regular";
    font-size: 14px;
    color:#666;
	display:block;
}
.moreCase a:hover{
    width:154px;
    margin:22px auto 0 auto;
    height:32px;
    line-height: 32px;
    text-align: center;
    background: #0086cc;
    font-family: "PingFang-SC-Regular";
    font-size: 14px;
    color:#fff;
	display:block;
}

#rember+label{display: inline-block;width:14px;height:14px;background: #e5e5e5; position:relative;top:2px;}
#rember:checked+label{
    background: url('../images/51_home_A_03.png') no-repeat 100% 100%;
}

.screen3{position: relative;}
.rotatepic{
    position: absolute;
    top:120px;
   width:536px;
    height:536px;
    left:50%;
    margin-left:-268px;
    transform: scale(1,1) rotate(0deg);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.ratateItem{



    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.screen3.active .rotatepic{
    transform: scale(0,0) rotate(720deg);
    opacity: 0;
}

.screen3.active .ratateItem {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.swiper-container {
    width: 100%;
    height: 870px;
    position:relative;
} 

.swiper-pagination-bullet{
	width: 80px;
    height: 4px;
    background: #fff;
    border-radius:0;
    opacity:0.4;
}

.swiper-pagination-bullet-active{
	opacity:1;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:30px;
}

.applySeal{
	width: 340px;
    height: 355px;
    padding-top: 39px;
    border-radius: 2px;
    right: 0px;
    top: 210px;
    background: #666666;
}

.applySeal p {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 35px;
}

.applySeal h4 {
    color: #f8f486;
    font-size: 24px;
    text-align: center;
    margin-bottom: 51px;
    font-weight: normal;
}

.applySeal p span {
    margin-left: 7px;
    color: #ffc24f;
    font-size: 22px;
    line-height: 1;
}
.applySeal .inputPhoneDiv {
    width: 280px;
    margin: 0 auto;
    height: 31px;
    border-radius: 2px;
    background: #ffffff;
    margin-bottom: 32px;
    padding-top: 9px;
}

.applySeal .inputPhoneDiv img {
    margin-left: 17px;
    margin-right: 17px;
}

 .applySeal .inputPhoneDiv input {
    font-family: "PingFang-SC-Medium";
    width: 210px;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666666;
    }
    .sealBtn {
    display: block;
    width: 280px;
    margin: 0 auto;
    height: 43px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
    color: #fff;
    font-family: "PingFang-SC-Medium";
    background: #0070D2;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}
