*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #f7f7f7;
    padding: 0 0 3.5rem;
}

a{
    text-decoration: none;
    color: #000;   
}
#comHead{
    /* // height: 3.75rem; */
}
.commonDiv{
    margin: 0 auto;
    width: 21rem;
    max-width: 375px;  
}
#container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    /* padding: 3.75rem 0 3.5rem; */
    /* padding: 0 0 3.5rem; */
    box-sizing: border-box;
}
#comHead,#comRegister,#comContact,#comTrial{
    width: 100%;
}
.Headline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 3.75rem;
    padding: 0 .9375rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .Headline .HeadLogo {
    display: flex;
    align-items: center;
  }
  
  .Headline .HeadLogo h1 {
    width: 5.725rem;
	height: 1.5375rem;
	background-image: url(/static/logo@1x.png);
	background-size: 100%;
	font-size: 0;
  }
  
  .Headline .HeadLogo img {
    width: 5.725rem;
    height: 1.5375rem;
  }
  
  .Headline .menu {
    display: flex;
    align-items: center;
    height: 3.75rem;
    line-height: 3.75rem;
  }
  
  .Headline .menu img {
    width: 1.5rem;
    height: 1.25rem;
  }
  
  .headlineMask {
    z-index: 999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    border: .0031rem solid #f3f3f4;
  }
  
  .headlineMask .headModelTop {
    width: 100%;
    height: 3.75rem;
    padding: 0 .9375rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-bottom: .0313rem solid #f3f3f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .headlineMask .headModelTop .HeadLogo {
    display: flex;
    align-items: center;
  }
  
  .headlineMask .headModelTop .HeadLogo img {
    width: 5.725rem;
    height: 1.5375rem;
  }
  
  .headlineMask .headModelTop .menu {
    display: flex;
    align-items: center;
    height: 3.75rem;
    line-height: 3.75rem;
  }
  
  .headlineMask .headModelTop .menu img {
    width: 1.1875rem;
    height: 1.25rem;
  }
  
  .headlineMask .headModel {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    background-color: #FFFFFF;
    padding-bottom: .9375rem 0;
    box-sizing: border-box;
    border-bottom-left-radius: .25rem;
  }
  
  .headlineMask .headModel .headModelLeft {
    width: 9.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: .0313rem solid #efeff0;
  }
  
  .headlineMask .headModel .headModelLeft .headTitle {
    width: 100%;
    height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  
  .headlineMask .headModel .headModelLeft .headTitle .headTitleLine {
    width: .25rem;
    height: 75%;
    background-color: #0071EF;
  }
  
  .headlineMask .headModel .headModelLeft .headTitle .title {
    width: 100%;
    text-align: center;
    font-size: .88rem;
    font-weight: 500;
    //color: #0071EF;
  }
  
  .headlineMask .headModel .headCount {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 3.125rem;
  }
  
  .headlineMask .headModel .headCount .body_box_top {
    width: 100%;
    background-color: #FFFFFF;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 1.2rem .625rem;
    box-sizing: border-box;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .title {
    width: 100%;
    height: 3.8rem;
    font-size: .88rem;
    font-weight: 500;
    color: #17181b;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececed;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count .headBox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 400;
    color: #17181b;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count .headBox img {
    width: 2rem;
    height: 2rem;
    margin-right: .4688rem;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count .headBox .count_box {
    display: flex;
    flex-direction: column;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count .headBox .count_box .count_box01 {
    font-size: .8rem;
    font-weight: 400;
    color: #17181b;
  }
  
  .headlineMask .headModel .headCount .body_box_top .body_box_top_box .count .headBox .count_box .count_box02 {
    margin-top: .25rem;
    font-size: .7rem;
    font-weight: 400;
    color: #808082;
  }
  
  .headlineMask .headModel .headCount .body_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: .625rem;
    box-sizing: border-box;
  }
  
  .headlineMask .headModel .headCount .body_box .headBox {
    margin: 0 .625rem .625rem 0;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 500;
    color: #17181b;
  }


/* animate动画时长 */
.animate__animated{
    --animate-duration: 1.5s;
}
/* .animate__animated.animate__fadeInUp,.animate__fadeInRight,.animate__fadeInLeft,.animate__fadeInTopLeft,.animate__fadeInTopRight,.animate__fadeInBottomLeft,.animate__fadeInBottomRight,.animate__fadeIn{
    --animate-duration: 1.5s;
} */