*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.top{
    width: 100%;
    height: 0.89rem;
background: #fff;
}
.top_center{
    width: 14rem;
    height: 0.89rem;
    margin: 0 auto;
        background: url(/wovenbag/ygen/img/top.webp) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.top_email{
    width: 3.5rem;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666;
    position: absolute;
    top: 0.29rem;
    right: 1.95rem;
}
.top_email span{
    color: #3564e6;
}
.top_email img{
    width: 0.39rem;
    height: 0.39rem;
    float: left;
    margin-top: 0.05rem;
    margin-right: 0.05rem;
}
.top_email1{
    float: left;
   
}
.top_tel{
    width: 3.5rem;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666;
    position: absolute;
    top: 0.29rem;
    right: -1.7rem;
}
.top_tel span{
    color: #3564e6;
}
.top_tel img{
    width: 0.39rem;
    height: 0.39rem;
    float: left;
    margin-top: 0.05rem;
    margin-right: 0.05rem;
}
.top_tel1{
    float: left;
   
}
.banner{
    width: 100%;
    height: 8.48rem;
    background: url(/wovenbag/ygen/img/banner.webp) no-repeat;
    background-size: 100% 100%;
}
.what{
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    padding-top: 0.84rem;
    padding-bottom: 0.99rem;
}
.what_center{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.what_title{
    text-align: center;
    font-size: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 0.46rem;
}
.what_title2{
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #666;
    text-align: center;
    height: auto;
    width: 10rem;
    margin: 0 auto;
}
.what_box{
    width: 14rem;
    height: 4.64rem;
    margin:  auto;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.what_box ul{
    width: 14rem;
    height: 4.64rem;
    display: flex;
    justify-content: space-between;
}
.what_box ul li{
    width: 3.35rem;
    height: 4.64rem;
    float: left;
    background: rebeccapurple;
   
}
.lun{
    width: 100%;
    max-width: 19.2rem;
    height: 11.68rem;
    background: url(/wovenbag/ygen/img/1168.webp) no-repeat;
    background-size: 100% 100%;
}
.lun_center{
    width: 14rem;
    height: 11.68rem;
    margin: 0 auto;
}
.lunbox{
    width: 14rem;
    height: 7.4rem;
    margin: 0 auto;
    margin-top: 0.7rem;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
  

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .boximgleft{
      width: 9.04rem;
      height: 7.4rem;
      float: left;
      position: absolute;
      left: 0rem;
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      overflow: hidden;
  }
  .boxbottom{
    width: 100%;
    height: 1.4rem;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));
    position: absolute;
    bottom: 0rem;
    border: none;

  }
  .boximgleft img{
      width: 100%;
      height: 100%;
  }
  .boxright{
      width: 7.65rem;
      height: 5.15rem;
      border-top-right-radius: 80px;
      border-bottom-left-radius: 80px;
      background: url(/wovenbag/ygen/img/765.webp) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      right: 0rem;
  }
  .boxright_title{
      width: 100%;
      height: 0.36rem;
      line-height: 0.36rem;
      text-indent: 0.43rem;
      text-align: left;
      font-weight: 600;
      font-size: 0.36rem;
      margin-top: 0.7rem;
      margin-bottom: 0.28rem;
  }
  .boxright_list{
      width: 6.86rem;
      height: 2.1rem;
      display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    margin-left: 0.43rem;
}
.boxlist{
    width: 3.36rem;
    height: 0.525rem;
    line-height: 0.525rem;
    font-size: 0.22rem;
    color: #000;
    text-align: left;
}
.boxlist span{
    color: #666;
}
.bottom_button1{
    width: 2.24rem;
    height: 0.5rem;
    background: #c7282d;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 0.5rem;
    font-weight: 600;
    font-size: 0.2rem;
    position: absolute;
    bottom: 0.75rem;
    left: 0.43rem;
    cursor:pointer !important;
}
.bottom_button2{
    width: 4.12rem;
    height: 0.46rem;
    border: 2px solid #c7282d;
    border-radius: 8px;
    background: #fff;
    color: #c7282d;
    font-size: 0.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 0.46rem;
    position: absolute;
    bottom: 0.75rem;
    right: 0.62rem;
}
.lunbox .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem !important;
    height: 0.12rem !important;
    background: #fff !important;
}
.lunbox .swiper-pagination .swiper-pagination-bullet-active{
    background: #c7282d !important;
}
.process{
    width: 100%;
    max-width: 19.2rem;
    height: 11.06rem;
    margin: 0 auto;
    background: #fff;
}
.processimg{
    width: 14rem;
    height: 6.86rem;
    background: url(/wovenbag/ygen/img/686.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.7rem;
}
.important{
    width: 100%;
    max-width: 19.2rem;
    height: 11.17rem;
    margin: 0 auto;
    background: #f7f7f7;
}
.importantcenter{
    width: 14rem;
    height: 11.17rem;
    margin:  0 auto;
}
.importantbox{
    width: 14rem;
    height: 8.1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.imbox{
    width: 6.87rem;
    height: 3.89rem;
    background: #fff;
    position: relative;
}
.imbox img{
    width: 6.87rem;
    height: 3.89rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.imboxtitle{
    width: 6.87rem;
    height: 1.06rem;
    line-height: 1.06rem;
    font-size: 0.26rem;
    color: #000;
    text-align: center;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.whether{
    width: 100%;
    max-width: 19.2rem;
    height: 2.59rem;
    background: url(/wovenbag/ygen/img/259.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.whether_center{
    width: 14rem;
    height: 2.59rem;
    margin: 0 auto;
    position: relative;
}
.wheter_title{
    width: 8.4rem;
    height: auto;
    font-size: 0.36rem;
    line-height: 0.45rem;
    color: #fff;
    font-weight: 600;
    padding-top: 0.83rem;
    float: left;
}
.who_button {
    padding: 0.16rem 0.45rem;
    background: #1770e8;
    font-size: 0.2rem;
    width: auto;
    display: inline-block;
    cursor:pointer !important;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}
.who_button img {
    float: left;
    width: 0.27rem;
    height: 0.22rem;
    margin-right: 0.1rem;
}
.world{
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
    background: url(/wovenbag/ygen/img/world.webp) no-repeat;
    background-size: 100% 100%;
    height: 9.15rem;
}
.world_center{
    width: 14rem;
    height: 9.15rem;
    margin: 0 auto;
}
.eight{
    width: 14rem;
    height: 5.15rem;
    margin: 0 auto;
    margin-top: 0.65rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.why{
    width: 100%;
    max-width: 19.2rem;
    background: #f7f7f7;
    margin: 0 auto;
    height: 11.4rem;
}
.why_center{
    width: 14rem;
    height: 11.4rem;
    margin: 0 auto;
}


.baozhang {float:left;width: 100%;height: 8.53rem;}
.title{text-align: center}
.title h4{font-size: 30px;line-height: 30px;}
.title p{font-size: 16px;line-height: 10px;margin-top: -20px;}
.clearfix:after{display:block; content:''; clear:both;}
.clearfix{zoom:1;text-align: center;}
.fl {
    float: left;
    width: 6.9rem;
    height: 4.16rem;
    box-shadow: 0px 0px 5px #ccc;
}
.fr{float:right;}
.part1{
    width: 100%;
    height: 8.53rem;
    margin: 0 auto;
}

.part5 .tBox{
    width: 100%;
    height: 8.53rem;
	position: relative;
}
.part5 .tBox .picBox{
    width: 100%;
    height: 8.53rem;
	
	position: relative;
}
#posBox{
    width: 100%;
    height: 8.53rem;
	position: absolute;
	left: 0;
	top: 0;	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.part5 .tBox .picBox .roll{
	position: relative;
	
	perspective: 1000px;   	
	cursor: pointer;
}
.part5 .tBox .picBox li .bg{
	width: 100%;
	height: 65px;
	background: #000;
	opacity: 0.8;
	filter:alpha(opacity=80); 
	position: absolute;
	left: 0;
	bottom: 0;
}
.part5 .tBox .picBox li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	text-align: left;
	padding-left: 13px;
}

.part5 .tBox .picBox li .tName{
	font-size: 18px;
	color: #fff;
	padding-top: 13px;
	margin-bottom: 5px;
}
.what_box ul li img{
    width: 3.35rem;
    height: 4.64rem;
}
.part5 .tBox .picBox li .tTitle{
	font-size: 12px;
	color: #b4b4b4;
}
.eight img{
    width: 3.31rem;
    height: 2.45rem;
}
.roll .box-content{
	width: 100%;
	height: 4.16rem;
	position: absolute;
	top: 0;
	left: 0;
    background-image: linear-gradient(to right,#1766cf,#08a8d6);
	
	filter:alpha(opacity=80); 
	transform: rotateY(90deg);
	transition: all 0.50s ease-in-out 0s;
	overflow: hidden;
}
.roll .box-img{
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}
.roll:hover .box-img{
	transform: rotateY(-90deg);
}
.roll:hover .box-content{
	transform: rotateY(0);
}
.roll .box-content .t1,.roll .box-content2 .t1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
}
.roll .box-content .t2,.roll .box-content2 .t2{
	font-size: 16px;
	color: #fff;
	padding-top: 12px;
}
.roll .box-content .t3,.roll .box-content2 .t3{
	width: 190px;
	height: 1px ;
	background: #fff;
	margin: 20px auto 0;
}
.roll .box-content .t4,.roll .box-content2 .t4{
	font-size: 14px;
	width: 182px;
	text-align: justify;
	color: #fff;
	margin: 20px auto 0;
}

.box-content2{
	position: absolute;
	left: 0px;
	top: -470px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70); 
	color: #fff;
}
.anniuk{width:100%;float: left;text-align: center;}
.anniu{border:1px solid #0D0D0D;height: 60px;width:550px;line-height: 60px;text-align:center;border-radius: 200px;margin-top: 40px;margin-bottom: 40px;cursor:pointer;font-size: 30px;display: inline-block;}
.anniu:hover{background: #ffc670;transform: scale(1.05);transition: all 0.5s;}
.box-img h2{
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.box-img h6{
    padding: 0.2rem 0.3rem ;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
}
.box-content h2{
    font-size: 0.3rem;
    line-height: 0.36rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 100%;
}
.box-content h6{
    padding: 0.2rem 0.3rem ;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.box-img img{
    width: 6.9rem;
    height: 4.15rem;
   position: absolute;
   left: 0rem;
}
.cc1{
    width: 6.9rem;
    height: 4.15rem;
    position: relative;
}
.cc2{
    width: 6.9rem;
    height: 0.71rem;
    font-size: 0.26rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: rgba(0,0,0,0.7);
    text-align: left;
    text-indent: 0.4rem;
    line-height: 0.71rem;
}
.cc3{
    width: 6.9rem;
    height: 4.15rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    top: 0rem;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.7rem;
    padding-top: 1.1rem;
    font-weight: 600;
}
.cc4{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: left;
    width: 5.85rem;
    height: auto;
    font-weight: 400;
    padding-top: 0.2rem;
}
.worry{
    width: 100%;
    max-width: 19.2rem;
    height: 9.97rem;
    margin: 0 auto;
    background: url(/wovenbag/ygen/img/997.webp) no-repeat;
    background-size: 100% 100%;
}
.worry_center{
    width: 14rem;
    height: 9.97rem;
    margin: 0 auto;
    position: relative;
}
.worry_button{
    width: 2.15rem;
    height: 0.6rem;
    background: #3564e6;
    border-radius: 8px;
    font-size: 0.2em;
    line-height: 0.6rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.three{
    width: 14rem;
    height: 4.3rem;
    position: absolute;
    bottom: 0rem;
    background: #fff;
}
.three1{
    width: 13.44rem;
    height: 4.01rem;
    margin: 0 auto;
    margin-top: 0.29rem;
    display: flex;
    justify-content: space-between;
}
.threebox{
    width: 4.34rem;
    height: 4.01rem;
    background: #f7f7f7;
}
.threebox img{
    width: 4.34rem;
    height: 3.21rem;
    display: block;
}
.threetitle{
    width: 4.34rem;
    height: 0.8rem;
    font-size: 0.22rem;
    color: #000;
    line-height: 0.8rem;
    text-align: center;
}
.pic{
    width: 100%;
    height: 6.88rem;
    margin: 0 auto;
    max-width: 19.2rem;
}
.pic_bottom{
    width: 14rem;
    height: 6.88rem;
    margin: 0 auto;
    background: url(/wovenbag/ygen/img/688.webp) no-repeat;
    background-size: 100% 100%;
}
.contact{
    width: 100%;
    height: 7.7rem;
    background: url(/wovenbag/ygen/img/770.webp) no-repeat;
    background-size: 100% 100%;
}
.contact_title{
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.48rem;
    color: #fff;
    text-align: center;
    padding-top: 0.74rem;
    font-weight: 600;
}
.contact_tiao{
    width: 1rem;
    height: 3px;
    background: #ff9900;
    margin: 0 auto;
}
.contact_three{
    width: 14rem;
    height: 1.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.contact_three img{
    width: 0.44rem;
    height: 0.44rem;
    float: left;
    margin-top: 0.5rem;
}
.contact_box{
    width: auto;
    height: 1.1rem;
    float: left;
}
.boxp1{
    float: right;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 400;
    margin-top: 0.45rem;
    margin-left: 0.2rem;
    line-height: 0.3rem;
}
.boxp2{
    float: right;
    font-size: 0.18rem;
    color: #fff;
    font-weight: 600;
    max-width: 5.46rem;

}
.contact_form{
  width: 13.5rem;
    padding: 0.41rem 0.4rem 0.51rem 0rem;
    height: 3.84rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}
.formsone{
    width: 13.5rem;
    height: 0.85rem;
    display: flex;
    justify-content: space-between;
}
.formsone li{
    color: #fff;
    font-size: 0.18rem;
}
.formsone li span{
    color: red;
}
.formsone li input{
    width: 2.45rem;
    height: 0.44rem;
    border: 1px solid #fff;
    margin-top: 0.1rem;
    text-indent: 0.2rem;
        font-size: 0.18rem;
    background: #fff;
    border-radius: 5px;
    color: #000;
}
.formtwo{
    width: 13.5rem;
    height: auto;
    font-size: 0.18rem;
    color: #000;
}
.formtwo span{
    color: red;
}
.formtwo textarea{
    width: 13.1rem;
    height: 1.63rem;
    background: #fff;
    resize:none;
    margin-top: 0.1rem;
    padding: 0.2rem;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
    font-size: 0.18rem;
}
.requirebutton{
    width: 3.1rem;
    height: 0.5rem;
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(to right,#2996e0 , #34c8e2);
    text-align: center;
    line-height: 0.5rem;
    font-weight: 600;
    font-size: 0.24rem;
    margin: 0 auto;
    margin-top: 0.55rem;
}
.bottom{
    width: 100%;
    max-width: 100%;
    height: 1.03rem;
    background: #000;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.03rem;
}
input::-webkit-input-placeholder{

    color:#666666;
  
  }
  
  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color:#666666;
  
  }
  
  input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color:#666666;
  
  }
  
  input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color:#666666;
  
  }


  textarea::-webkit-input-placeholder{

    color:#666666;
    font-size: 0.18rem;
  }
  
  textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color:#666666;
    font-size: 0.18rem;
  }
  
  textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color:#666666;
    font-size: 0.18rem;
  }
  
  textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color:#666666;
    font-size: 0.18rem;
  
  }
  .Requirement textarea::-webkit-input-placeholder{

    color:#666666 !important;
    font-size: 0.18rem;
  }
  
 .Requirement textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color:#000 !important;
    font-size: 0.18rem;
  }
  
 .Requirement textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color:#000 !important;
    font-size: 0.18rem;
  }
  
 .Requirement textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color:#000 !important;
    font-size: 0.18rem;
  
  }
  .contact-way input::-webkit-input-placeholder{

    color:#000 !important;
  
  }
  
 .contact-way input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color:#000 !important;
  
  }
  
 .contact-way input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color:#000 !important;
  
  }
  
 .contact-way input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color:#000 !important;
  
  }

.contact-way input::-webkit-input-placeholder{

    color:#000 !important;
  
  }



#bkform3{
    position: fixed;
    z-index: 99999999;
    top: 0%;
    display: none;
}
.form {
    width: 7.71rem;
    padding: 0.2rem 0.1rem;
    background: rgba(75, 74, 73, 0.8);
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.2rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown.active .option {
    display: block;
  }
  .form .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  .form .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form .dropdown::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.14rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .form .dropdown.active::before {
      top: 0.25rem;
      transform: rotate(-225deg);
  }
  .form .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .form .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .form .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
  .form .contact-way {
    font-size: 0.2rem;
    font-family: Arial-Regular, Arial;
    height: 1rem;
    color: #001323;
    display: flex;
    justify-content: space-between;
  }
  .form .contact-way div {
    width: 2.5rem;
  }
  .form .contact-way input {
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: #fafafa;
    border: 1px solid #cccccc;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000;
    padding-left: 0.1rem;
  }
  .form .Requirement p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
  }
  .form .Requirement textarea {
    width: 100%;
    height: 1.29rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #ccc;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
  }
  .form .submit {
    text-align: center;
    margin-top: 0.27rem;
  }
  .form .submit button {
    width: 1.97rem;
    height: 0.68rem;
    background: #1daf0f;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
  }
.guanbi{
  float: right;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;

}
.hint{
  font-size: 0.18rem;
  color: red;
}