* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }


::-webkit-scrollbar{
  display:none;
}
html,body{
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
}
html{
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust:none;
}
input{
  -webkit-appearance:none;
  outline:none;
}
input:focus {    
  outline:none;
}

a {
  text-decoration: none;
  color: #333; }

::selection {
  color: #333; }

::-moz-selection {
  color: #333; }

::-webkit-selection {
  color: #333; }

ul, li {
  list-style: none; }

.clear, section:before, section:after, #box:before, #box:after, #form_table #upload_lable:before, #form_table #upload_lable:after, #show_upload li:before, #show_upload li:after ,#form_table #upload_box:before ,#form_table #upload_box:after ,body:before ,body:after{
  content: "";
  display: table;
  clear: both; }
img{
  pointer-events: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select:none;  
  -o-user-select:none;  
  user-select:none;  
}
pre {
  white-space: pre-wrap;
  display: block; }

  section{
    position: relative;
  }
  summary {
    /* 去掉默认列表样式（三角形图标） */
    list-style: none;
    /* 鼠标悬停时显示手型 */
    cursor: pointer;
    height: 50px;
    /* 标题样式 */
    font-weight: bold;
    color: #2c3e50;
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  
  /* 自定义展开/折叠图标 */
  summary::before {
    content: '';
    background:url(../picture/zhedie.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 3px;
     font-size: 20px;
    color: #3bb270;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
}
  
  /* 展开状态时旋转图标 */
  details[open] summary::before {
    transform: rotate(-90deg);
    /*展开时图标朝上*/:;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
  
 
  .miao_su{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content:space-between;
  }
  .miao_su1{
    display: flex;
    width: 1200px;
    margin: 30px auto;
    justify-content:space-between;
  
  }
  /* 遮罩层样式 */
.modal {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 100; /* 置于顶层 */
  left: 0;
  top: 0;
  width: 100%; /* 宽度100% */
  height: 100%; /* 高度100% */
  overflow: auto; /* 如果需要滚动 */
  background-color: rgb(0,0,0); /* 背景颜色 */
  background-color: rgba(0,0,0,0.4); /* 背景颜色，带透明度 */
}

/* 弹窗内容样式 */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% 从顶部和自动水平居中 */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* 宽度 */
}

/* 关闭按钮样式 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
  .miao_button{
    display: block;
    width: 180px;
    height: 60px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    background-color: #3bb270;
   margin: 30px auto;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
 .box_active {
   color: #3bb270 !important;
   
}
  .miao_su_title{
    font-size: 18px !important;
  
  }
  .miao_su_ul{
   padding: 15px;
  }
  .miao_su_ul li{
    font-size: 18px;
    color: #4a4a4a;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 40px;
   }
 
  .miao_su_width{
    width: 100%;
    background-color: #fff;
    color: #000;
  }
  .miao_su_width1{
    width: 100%;
    background-color: #f2f2f2;
  }
  .box_display{
    width:1200px;
    margin: 0 auto;
  
   
    
  }
  .box_display p{
    color: #3bb270;
    font-size: 18px;
    margin-left:8px;
  }
  
  
  
  
.boxCenter, #title, #box {
  width: 1200px;
  margin-left: calc((100vw - 1200px) / 2); }

.positionMiddle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.positionCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

section {
  width: 100%;
  height: auto; }

#title {
  margin-top: 100px; }

#title h1 {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009341;
  line-height: 50px;
  text-align: center; }

#title p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #BBD400;
  line-height: 26px;
  text-align: center;
  margin-top: 20px; }

#box {
  margin-top: 30px;
  box-shadow: 0px 4px 19px 0px rgba(178, 178, 178, 0.2);
  height: 600px;
  margin-bottom: 100px;
  background:white; }

  #box::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 45%;
    background-color: #67bf8f;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
  }
  #box::after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 45%;
    background-color: #67bf8f; 
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
  }

#box > div {
  float: left; }

#info_box {
  /* height: 100%; */
  width: 800px; }

#info_list {
  width: 100%;
  height: 520px;
  position: relative; }

#info_list li {
  float: left;
  height: 100%;
  width: 100%;
  background: #7BD9C1;
  padding: 29px 83px;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

#info_list li.active {
  display: block; }

#info_list span{
   display:none;
}

#info_list li h1 {
  width: 100%;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 36px;
  text-align: center; }

#info_list li pre {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  line-height: 30px; }

#name_list {
  width: 100%;
  height: 80px; }

#name_list li {
  float: left;
  height: 80px;
  position: relative;
  width: calc(800px / 5); 
}

#name_list li p {
  width: 100%;
  height: 100%;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  cursor: pointer;
  color: #333; }

#name_list li em {
  position: absolute;
  width: 0px;
  height: 1px;
  border: 12px solid transparent;
  border-top: 12px solid #7BD9C1;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  margin: auto; }

#name_list li.active p {
  color: #009341; }

#form_box {
  width: 80% ; 
  margin: 0 auto;
}

#name_list li.active em {
  display: block; }

#name_list li:hover p {
  color: #009341; }

#form_box {
  padding: 20px; }

#form_box form {
  /* height: 100%; */
 }

#form_table {
  width: 100%; }

#form_table li {
  height: 40px;
  margin-top: 17px;
  width: 100%; }

#form_table li > * {
  float: left; }

#form_table li p {
  width: 52px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333; }

#form_table li input, #form_table li select {
  width: calc(100% - 52px);
  height: 40px;
  display: block;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  padding:0 12px; }

#form_table li h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-top: 28px;
  line-height: 26px; }

#form_table li pre {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 4px; }

#form_table #upload_lable {
  height: auto;
  margin-top: 0; }

#form_table #upload_box {
  width: 100%;
  height: 166px;
  margin-top: 0;
  position: relative; }

#form_table #upload_box .upload_img_box {
  width: 44px;
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
  display: none; }

#form_table #upload_box .upload_img_box.active {
  display: block; }

#form_table #upload_box #show_upload {
  display: none;
  width: 100%;
  height: 100%; }

#form_table #upload_box #show_upload.active {
  display: block; }

#form_table #upload_box #show_upload ul {
  width: 100%;
  height: 132px;
  background: #F9F9F9;
  padding-left: 15px;
  overflow:scroll; }

#form_table #upload_box #show_upload ul li {
  margin-top: 0;
  height: 56px;
  margin: 20px 0;
  display: none; }

#form_table #upload_box #show_upload ul li.active {
  display: block; }

#form_table #upload_box #show_upload ul li * {
  float: left; }

#form_table #upload_box #show_upload ul li span {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  line-height: 26px;
  margin-top: 4px;
  max-width: 100%; }

#form_table #upload_box #show_upload ul li .rate {
  width: 282px;
  margin-top: 4px;
  height: 6px;
  background: #C8E6D5; }

#form_table #upload_box #show_upload ul li .rate em {
  display: block;
  height: 6px;
  width: 0%;
  background: #009443; }

#form_table #upload_box #show_upload ul li p {
  display: none;
  width: calc(100% - 282px);
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 12px;
  height: 12px; }

#form_table #upload_box #show_upload ul li p.delete {
  color: #009443;
  cursor: pointer; }

#form_table #upload_box #show_upload ul li p.false {
  cursor: pointer;
  color: #999; }

#form_table #upload_box #show_upload ul li p.active {
  display: block; }

#form_table #upload_box #show_upload .in_upload_img_box {
  width: 100%;
  height: 34px;
  background: rgba(0, 147, 65, 0.1);
  position: relative;
  cursor: pointer; }

#form_table #upload_box #show_upload .in_upload_img_box img {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.upload_img_box img {
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(0, 148, 67, 0.1); }

#form_table .upload_img_box p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  text-align: center;
  width: 44px;
  line-height: 16px;
  height: 16px;
  margin-top: 8px; }

#submit_box {
  margin-top: 9px;
  width: 100%; }

#form_table #submit_box input {
  width: 100px;
  height: 40px;
  background: #009341;
  border-radius: 4px;
  line-height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  text-align: center;
  border: none;
  padding: 0;
  z-index: 100;
  -webkit-appearance : none ;  /*解决iphone safari上的圆角问题*/
  margin-left: calc((100% - 100px) / 2);
  cursor: pointer; }

#info_list li p {
  display: none; }

#back {
  display: none; }

.top_banner{
  width: 100vw;
  overflow: hidden;
  margin-top:120px;
  position: relative;
}

.top_banner .image_bg,.top_banner .image_bg img{
  width: 100vw;
}
.join_name{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50vw;
  text-align: center;
  height: 68px;
  font-size: 68px;
  color: #000000;
  line-height: 68px;
}
.join_name span{
  color: #009341;
}
@media (max-width: 450px) {
  .join_name{
    width: 80vw;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    text-shadow:0px 4px 4px rgba(0, 0, 0, 0.75);
    font-weight: bold;
  }
  #box::before,#box::after{
    display: none;
  }
  #back.active {
    display: block;
    position: absolute;
    left: 5%;
    top: -2%;
    height: 20px;
    width: 20px;
    background: white;
    z-index:1000; }

   #form_table #upload_box{
     height:auto;
     min-height:166px;
   }

   #form_table #upload_box #show_upload{
     height:auto;
     min-height:166px;
   }

   #form_table #upload_box #show_upload ul{
     height:auto;
     min-height:132px;
     overflow:inherit;
   }

  #back img {
    width: 100%;
    height: 100%; }
    #form_table #upload_box #show_upload ul li .rate {
      width: 215px !important;
      }
      #form_table #upload_box #show_upload ul li p{
        width: calc(100% - 215px) !important;
      }
    #form_box {
      width: 300px;
      margin: 0 auto }
      .modal-content{
        width: 94% !important;
      }
      .box_display{
         width: 100%;
         margin: 0;
        
         font-size: 12px;
      }
     
      
      .miao_su_ul li{
        font-size: 14px;
      }
      .miao_su{

      width: 100%;
      margin: 0;
      }
    
      .miao_su1{
        width: 100%;
       
      }
  #info_list, #name_list, #form_box, #title, #info_box {
    /* display: none; */
   }

  #info_list.active, #name_list.active, #form_box.active, #title.active, #info_box.active {
    display: block; }

  .boxCenter, #title, #box{
    width: 100%;
    margin: 0; }

  section {
    margin: 50px auto; }

  #title h1 {
    font-size: 17px;
    line-height: 30px; }

  #title p {
    margin-top: 0;
    font-size: 10px;
    line-height: 18px; }

  #info_box {
    width: 100%; }

  #box {
    height: auto;
    box-shadow: none; }

  #name_list {
    height: auto;
    padding: 0 20px; }

  #name_list li {
    float: unset;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #dedede;
    position: relative; }

  #name_list li.active p {
    color: #333; }

  #name_list li p {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    text-align: left;
    font-weight: 400; }

  #name_list li em {
    background: white;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    left: inherit;
    margin: auto;
    transform: rotate(45deg);
    display: block; }

  #info_list li {
    width: 100%;
    padding: 29px;
    height: auto;
    background: white; }

  #info_list li h1 {
    display: none; }

  #info_list li p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #009341;
    line-height: 26px; }

  #info_list li pre {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 36px; }

  #info_list li:first-child pre{
    line-height: 26px !important;
  }
  #info_list li:last-child pre{
    line-height: 18px !important;
  }
  #info_list li span {
    width: 100px;
    height: 40px;
    background: #009341;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: white;
    line-height: 40px;
    text-align: center;
    -webkit-appearance : none ;  /*解决iphone safari上的圆角问题*/
    margin-left: calc((100% - 100px) / 2);
    margin-top: 40px;
    display: block; }

  #form_table li p {
    font-size: 15px;
    height: 35px;
    line-height: 35px; }

  #form_table li input, #form_table li select {
    height: 35px;
    font-size: 16px; }

  #form_table li {
    margin-top: 28px;
    height: 35px; }

  #form_table li h1 {
    margin-top: 39px; }

  #form_table li pre {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 12px; }

  #form_table #upload_box #show_upload {
    margin-top: 5px; } 
	
	.top_banner{
		margin-top:50px;
	}

	.top_banner .image_bg{
		width: 100%;
	}

	.top_banner .banner_mask{
		bottom:0;
		right:50%;
		width:207px;
	}
	
	.container.short{
		padding-left: 15px;
		padding-right: 15px;
	}

	.top_banner .banner_text .top_text{
		font-size: 16px;
	}

	.top_banner .banner_text .bottom_text{
		font-size: 26px;
	}

	}

/*# sourceMappingURL=join_us.css.map */
