
.cheader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: #fff;
    z-index: 1001
  }
  
  .topheader_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 60px 8px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box
  }
  
  .tophead_cate {
    flex: 1;
    width: 100%;
    height: 100%
  }
  
  .headertwo_list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%
  }
  
  .headertwo_item {
    width: 50%;
    height: 100%
  }
  
  .headertwo_item:nth-of-type(n+2) {
    margin-left: 12px
  }
  
  @media screen and (max-width: 374px) {
    .headertwo_item:nth-of-type(n+2) {
        margin-left: 9px
    }
  }
  
  .tophead_nabbtn_box {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 18.5px 20px;
    width: 60px;
    height: 53px;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    opacity: 1;
    transition: all .3s ease;
    visibility: visible;
    z-index: 1004
  }
  
  .tophead_nabbtn_box[aria-pressed=true] {
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0
  }
  
  
  
  .tophead_nabbtn_box[aria-pressed=true] .tophead_nabbtn::before {
    transform: translate(0, 7px) rotate(45deg)
  }
  
  .tophead_nabbtn_box[aria-pressed=true] .tophead_nabbtn::after {
    transform: translate(0, -7px) rotate(-45deg)
  }
  
  .tophead_nabbtn_box[aria-pressed=true] .tophead_nabbtn span {
    opacity: 0
  }
  
  .tophead_nabbtn_box[aria-hidden=true] {
    visibility: hidden;
    opacity: 0
  }
  
  .tophead_nabbtn {
    position: relative;
    width: 20px;
    height: 16px
  }
  
  .tophead_nabbtn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #13c4ce;
    border-radius: 2px;
    transition: transform .2s ease
  }
  
  .tophead_nabbtn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #13c4ce;
    border-radius: 2px;
    transition: transform .2s ease
  }
  
  .tophead_nabbtn span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #13c4ce;
    border-radius: 2px;
    transition: opacity .2s ease
  }
  
  .tophead_nav {
    position: fixed;
    top: 0;
    display: block;
    padding: 20px;
    width: 87%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s ease;
    z-index: 1003
  }
  
  .tophead_nav[aria-hidden=true] {
    visibility: hidden;
    right: -87%
  }
  
  .tophead_nav[aria-hidden=false] {
    visibility: visible;
    right: 0
  }
  
  .topheader_navcontent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll
  }
  
  .topheader_navlists {
    padding: 0 12px 32px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  
  .tophead_navitem {
    position: relative
  }
  
  .tophead_navitem:nth-of-type(n+2) {
    padding-top: 32px
  }
  
  .tophead_navlink {
    color: #3f4f5f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: none
  }
  
  .tophead_navlink[aria-expanded=true] .tophead_navricon svg {
    transform: rotate(90deg)
  }
  
  .tophead_navricon {
    padding-left: 16px;
    width: 7px;
    height: 12px
  }
  
  .tophead_navricon svg {
    width: inherit;
    height: inherit;
    fill: #8e909e;
    transform: rotate(-90deg);
    transition: transform .3s ease;
    display: inline-block !important;
  }
  
  .tophead_navsecond {
    padding: 32px 0 0 16px;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s ease
  }
  
  .tophead_navsecond[aria-hidden=true] {
    display: none
  }
  
  .tophead_navsecond[aria-hidden=false] {
    display: block
  }
  
  .headnav_item:nth-of-type(n+2) {
    padding-top: 24px
  }
  
  .headnav_link {
    color: #3f4f5f;
    font-size: 14px;
    letter-spacing: .02em;
    text-decoration: none
  }
  
  .tophead_navCta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 100%
  }
  
  .tophead_navCtaList__item button {
    width: 100%
  }
  
  .tophead_navbtn {
    width: 100%
  }
  
  .tophead_navbtn:first-of-type {
    padding-top: 54px
  }
  
  .tophead_navbtn:nth-of-type(n+2) {
    padding-top: 20px
  }
  
  .tophead_navbtn a {
    text-decoration: none
  }
  
  .tophead_navbtn_default {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 97px;
    width: 100%;
    height: 45px;
    background: #fff;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(44, 69, 125, .1)
  }
  
  .tophead_navbtn_male {
    border-color: #1651b0
  }
  
  .tophead_navbtn_male p {
    color: #094591
  }
  
  .tophead_navbtn_female {
    border-color: #f35f71
  }
  
  .tophead_navbtn_female p {
    color: #fc798b
  }
  
  .tophead_navbtn_default p {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em
  }
  
  @media screen and (max-width: 374px) {
    .tophead_navbtn_default p {
        font-size: 3.733vw
    }
  }
  
  .tophead_navbtn_arrow {
    position: absolute;
    width: 6px;
    height: 10px;
    right: 20px;
    display: flex
  }
  
  .tophead_navbtn_pic {
    position: absolute;
    bottom: 0;
    left: 8px;
    display: flex;
    max-width: 64px;
    width: 17.067vw;
    height: auto
  }
  
  .tophead_navbtn_pic img {
    width: 100%;
    height: auto
  }
  
  .headtwo_personalicon {
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  
  .headtwo_applyicon {
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  
  .headtwo_personal {
    position: relative;
    display: flex;
    background-color: #00c17c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  
  .headtwo_apply {
    position: relative;
    display: flex;
    background-color: #3374cd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }
  
  .headtwo_apply::before {
    width: 17px;
    height: 15.17px;
    margin-right: 4px;
    content: "";
    background: url(../images/ico_mypage_wht.svg) no-repeat center/contain;
    /* background: url("images/ico_reserve.svg") no-repeat center/contain */
  }
  
  .headtwo_personal::before {
    width: 17px;
    height: 15.17px;
    margin-right: 4px;
    content: "";
    background: url(../images/ico_reserve.svg) no-repeat center/contain;
    /* background: url("images/ico_mypage_wht.svg") no-repeat center/contain */
  }
  
  .topCarousel .swiper-button-next {
    right: 15px !important;
  }
  
  .topCarousel .swiper-button-prev {
    left: 15px !important;
  }
  
  @media screen and (min-width: 375px) {
    .topCarousel .swiper-button-next {
        right: 15px !important;
    }
  
    .topCarousel .swiper-button-prev {
        left: 15px !important;
    }
  }
  .pcindex .header{
  width:1200px;
  margin:0 auto;
  z-index: 1001;
  }
  .pcindex .head_left{
  height:80px;
  }
  .pcindex .header #uers_icon.head_licon img{
  width: 40px;
  height: 40px;
  max-width: 40px;
  }
  .pcindex .header_logo a {
  display: table-cell;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  }
  .pcindex .header_logo img {
  display: block;
  margin: 0 auto;
  }
  .pcindex .topheader_content{
  width:1200px;
  margin: 0 auto;
  padding:8px 0;
  }
  
  body {
  position: relative;
  }
  
  body.is-hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 8;
  }
  .tophead_nabbtn_box[aria-pressed=true].is_toptf{
  top:0px;
  right:30px;
  }
  /* .tophead_nabbtn_box[aria-pressed=true].is_toptf {
  top: -45px
  } */
  .pcindex .cheader{
  z-index: 1000 ;
  }
  .pcindex .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding:30px 0;
  overflow: hidden;
  padding-bottom:70px;
  }
  .pcindex .swiper.lineprogress{
  padding:60px 0;
  }
  .pcindex .tophead_nabbtn_box{
  position: relative;
  }
  .pcindex .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* 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; */
  }
  
  .pcindex .indexSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
  /* height: 100%;
  object-fit: cover; */
  }
  .pcindex .indexSwiper .swiper-slide .index_time{
  width: 100%;
  display: block;
  }
  .topswiper .swiper_text{
  padding-top:20px;
  font-size: 20px;
  color:#fff;
  }
  .pcindex .indexSwiper .index_time_desc{
  font-size: 15px;
  }
  .pcindex .topswiper .swiper-button-next{
  right:calc(30% - 9px);
  background-image:url(../images/index/rightwa.png)
  }
  .pcindex .topswiper .swiper-button-prev{
  left:calc(30% - 9px);
  background-image:url(../images/index/leftwa.png)
  }
  .topswiper .swiper-button-next,  .topswiper .swiper-button-prev{
  width: 18px;
  height: 20px;
  top:80%;
  }
  .pcindex .indexSwiper.topswiper .swiper-pagination-bullet{
  background: #A4CDD5;
  opacity: .5;
  }
  .pcindex .indexSwiper.topswiper .swiper-pagination-bullet-active{
  background: #25B8BC;
  opacity: 1;
  }
  .mainwrap{
  width:1200px;
  margin:0 auto;
  }
  .service_left{
  display:inline-block;
  width: 353px;
  height: 412px;
  border-radius: 12px;
  padding:35px 20px;
  background:#F6F6F6;
  vertical-align: top;
  }
  .service_lefttit{
  font-size: 34px;
  color:#333;
  margin-bottom: 20px;
  }
  .service_right_video{
  display:inline-block;
  width:calc(100% - 353px);
  padding-left:40px;
  }
  .service_video{
  margin:40px auto;
  font-size: 0;
  vertical-align: top;
  }
  .service_time{
  font-size: 24px;
  color:#333;
  }
  .service_day{
  margin-bottom: 15px;
  padding-right: 20px;
  }
  .service_leftdes{
  font-size: 16px;
  margin-bottom: 5px;
  color:#666;
  }
  .service_ma{
  width: 310px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top:15px;
  font-size: 22px;
  color:#fff;
  border-radius: 8px;
  background: #14B7BF;
  }
  .service_right_video video{
  border-radius: 12px;
  }
  .border-male{
  border-color:#14B7BF;
  }
  .h-\[200px\]{
  height: 200px;
  }
  .medicine_catetit{
  font-size: 40px;
  color:#14B7BF;
  margin-bottom:5px;
  }
  .medicine_catetit.on{
  color:#FC7B8F;
  }
  .medicine_catetit_des{
  display: block;
  font-size: 24px;
  color:#666666;
  margin-bottom:20px;
  }
  .pl-\[40\%\] {
  padding-left: 40%;
  }
  .medicinecate_name{
  font-size: 24px;
  color:#333;
  }
  .pcindex .grid-cols-top_subject_sp{
  grid-template-columns: repeat(5, minmax(125px, 1fr));
  }
  .medicinem_cateitem{
  height: 168px;
  text-align: center;
  }
  .medicinem_cateitem_name{
  display: block;
  text-align: left;
  font-size: 20px;
  color:#333;
  margin:10px 0 0;
  }
  .gap-\[20px\] {
  gap: 20px;
  }
  .gap-\[29px\] {
  gap: 29px;
  }
  .pcindex .aboutcgm_index .grid-cols-top_subject_sp{
  grid-template-columns: repeat(3, minmax(125px, 1fr));
  }
  .aboutcgm_index .aboutcgm_index_threes li{
  text-align: center;
  height: 210px;
  background: #F0F8FB;
  border-radius: 12px;
  }
  .aboutcgm_icon{
  width: 76px;
  display: block;
  margin:38px auto 18px;
  }
  .aboutcgm_text{
  font-size: 22px;
  color:#333333;
  display: block;
  
  }
  .aboutcgm_reason{
  text-align: center;
  background: #F0F8FB;
  }
  .greenltext{
  color:#14B7BF;
  }
  .aboutcgm_reason ul li img{
  display: inline-block;
  vertical-align: top;
  }
  .aboutcgm_reason ul li {
  font-size: 18px;
  margin-top: 5px;
  }
  .aboutcgm_samequestion{
  font-size: 20px;
  color:#333;
  text-align: center;
  }
  .aboutcgm_samequesbtn{
    display: block;
  width: 340px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #14B7BF;
  color:#fff;
  display: block;
  margin:20px auto 0;
  font-size: 20px;
  text-align: center;
  }
  .online_progress{
  background: #F6F6F6;
  }
  .lineprogress .swiper-button-prev{
  left:30%;
  background-image: url(../images/index/swiperl.png);
  background-size: 100% 100%;
  }
  .lineprogress .swiper-button-next{
  right:30%;
  background-image: url(../images/index/swiperr.png);
  background-size: 100% 100%;
  }
  .online_progress_box{
  margin-bottom: 40px;
  }
  .online_progress_box .text_bigmore{
  margin-bottom: 30px;
  }
  .lineprogress .swiper-button-next,  .lineprogress .swiper-button-prev{
  width: 50px;
  height: 50px;
  top:50%;
  }
  .lineprogress .swiper-slide{
  opacity: .5;
  }
  .lineprogress .swiper-slide-active{
  opacity: 1;
  }
  .lineprogress .swiper-slide .swiper_text{
  display: none;
  padding:80px 0 0;
  }
  .topswiper .swiper-slide .swiper_text{
    display: none;
  }
  .lineprogress .swiper-slide .swiper_text{
  display: none;
  padding:80px 0 0;
  }
  .topswiper .swiper-pagination{
  bottom:25px;
  }
  .indexSwiper .swiper-slide-active .swiper_text{
  display: block;
  }
  .lineprogress .swiper-slide .swiper_text .index_time{
  font-size: 20px;
  color: #333333;
  }
  .lineprogress .swiper-slide .swiper_text .index_time_desc{
  font-size: 14px;
  color: #666666;
  }
  .lineprogress .swiper-pagination{
  bottom:145px;
  }
  .lineprogress .swiper-pagination .swiper-pagination-bullet{
  background:#DBDBDB;
  opacity: 1;
  }
  .lineprogress .swiper-pagination .swiper-pagination-bullet-active{
  background:#14B7BF;
  }
  .pcindex .projectc_faq_liccont{
  border:none;
  }
  .pcindex_index .projectc_faq{
  padding:0 0 40px;
  }
  .pcindex .mainwrap .about_affiliated_clinictit{
  text-align: left;
  }
  .pcindex .projectc_faq_cont{
  padding:30px 0 0;
  }
  .pcindex .projectc_faq_question:before{
  content:'';
  display: inline-block;
  width:36px;
  height:36px;
  vertical-align: middle;
  padding-right: 0px;
  background: url(../images/index/Q@3x.png);
  background-size:100% 100%;
  }
  .pcindex .projectc_faq_icon{
  width:20px;
  height: auto; 
  top:35px;
  }
  .projectc_faq_li:nth-of-type(n+2){
  padding-top:20px;
  }
  .pcindex .projectc_faq_icon img{
  width:20px;
  max-width: 20px;
  height: auto;
  }
  .pcindex .projectc_faq_questionbox{
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding:0 0 0 70px;
  background: #f5f5f5;
  }
  .pcindex .projectc_faq_answer{
  border-top:none;
  }
  .projectc_faq_answerself span{
  font-size: 16px;
  }
  .pcindex .faqc_rightlinktxt{
  color:#14B7BF;
  width: 335px;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border-width: 1px;
  padding:0;
  }
  .pcindex .usagec_morequetion{
  width: 335px;
  }
  .pcindex .faqc_rightlinktxt{
  font-weight: normal;
  font-size:20px;
  color:#14B7BF;
  }
  .pcindex .index_newdate{
  font-size: 16px;
  color:#333333;
  }
  .pcindex .index_newbz{
  font-size: 22px;
  font-weight: bold;
  color:#14B7BF ;
  margin-right: 5px;
  }
  .pcindex .index_newlabel{
  width: 150px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  color:#333333;
  background: #000;
  background-color: #EFEFEF;
  }
  .pcindex .index_news{
  color:#14B7BF;
  font-size: 16px;
  }
  .index_newsd li{
  line-height: 40px;
  } 
  .index_newsd li.paddingt05{
  padding-top:20px;
  }
  .pcindex .footer{
  background-color: #F6F6F6;
  padding:57px 0 80px;
  }
  .footlogo{
  display: block;
  width: 202px;
  height: 28px;
  margin-bottom: 30px;
  }
  .footlogo img{
  width: 100%;
  height: 100%;;
  }
  .footli{
  display: inline-block;
  width: 440px;
  vertical-align: top;
  }
  .footli a{
  display: block;
  font-size: 16px;
  color:#333;
  margin-bottom: 20px;
  }
  .footjp{
  display: inline-block;
  font-size: 20px;
  padding:40px 200px 15px 0;
  border-bottom: 2px solid #333;
  color:#333;
  }
  .footjplink a{
  font-size: 16px;
  color:#333;
  margin-top: 20px;
  display: block;
  }
  .footjplink a:visited{
  color:#333;
  }
  .footjplink a img{
  display: inline-block;
  width: 26px;
  margin-left: 10px; 
  
  }
  .pcindex .copyright{
  color:#fff;
  text-align: center;
  font-size: 14px;
  }
  .bigcate{
  margin-left: 150px;
  width:158px;
  }
  .lineprogress{
    position: relative;
  }
  .lineprogress.beforebox::before{
    content:'';
    width: 30%;
    height: 100%;
    left:0;
    top:0;
    background: #F6F6F6;
    position: absolute;
    z-index: 9;
  }
  .lineprogress.afterbox::after{
    content:'';
    width: 30%;
    height: 100%;
    right:0;
    top:0;
    background: #F6F6F6;
    position: absolute;
    z-index: 9;
  }
  .changethree .pbt15{
    padding-bottom: 0;
  }
  .changethree .border-male{
    border-color:#25B8BC;
  }
  .changethree .medicine_catetit{
   font-size: 30px;
   margin-top: 24px;
  }
  .changethree .medicine_catetit_des{
   font-size: 20px;
  }
  .changethree_btn{
    display: block;
    background: #F28947;
    color:#fff;
    line-height: 35px;
    text-align: center;
    margin:0 auto;
    width: 300px;
    height: 35px;
    border-radius: 24px;
    font-size: 15px;
  }
  .changethree_img{
    width: 120px;
    height: 59px;
    margin-bottom: 18px;
    position: absolute;
    right:15px;
    top:20px;
  }
  .upload_bg{
    padding:20px 0 70px;
    background: #F2F4F8;
  }
  .upload_top{
    background: #FFFFFF;
    padding:16px 20px;
    box-sizing: border-box;
  }
  .uploadwrap{
    width: 1000px;
    margin:0 auto;
    overflow: hidden;
  }
  .upload_toptext{
    float: left;
    margin-top: 30px;
  }
  .upload_topimg{
    float: right;
    vertical-align: middle;
  }
  .upload_topimg img{
    width: 280px;
  }
  .upload_toptext P{
    margin-bottom:15px;
    font-size: 30px;
    color: #1161BA;
    font-weight: bold;
  }
  .upload_img{
    margin:80px 0;
    width: 100px;
    height: 100px;
    background: #fff;
    border:1px solid #B5B5B5;
    border-radius: 10px;
  }
  .upload_text{
    font-size: 12px;
    color:rgba(0, 0, 0, .56)
  }
  .upload_imgbtn{
    text-align: center;
    padding-top: 20px;
  }
  .upload_imgbtn img{
    width: 40px;
    height: 40px;
    margin:0 auto;
  }
  .upload_words{
    width: 100%;
    height: 200px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 17px;
    outline: none;
    padding:10px 15px;
  }
  .upload_attention{
    padding:14px 20px;
    border:2px solid #FF6849;
    border-radius: 3px;
    background-color: #fff;
  }
  .upload_attentiondes{
    font-size: 14px;
    color:#FF6849;
    margin-bottom: 10px;
  }
  .upload_attentionlist{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 50px;
  }
  .upload_pushbtn{
    width: 50%;
    height: 48px;
    color:#fff;
    text-align: center;
    line-height: 48px;
    background: #F28947;
    border-radius: 20px;
    margin:13px auto 0;
  }
  @media screen and (max-width: 1000px) {
  body {
  position: relative;
  }
  
  body.is-hidden::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 8;
  }
  .tophead_nabbtn_box[aria-pressed=true].is_toptf{
  top:0px;
  right: 0px;
  }
  .pcindex .header,.pcindex .topheader_content,.mainwrap{
  width: 95%;
  }
  .service_left{
  height: auto;
  }
  .lineprogress .swiper-slide .swiper_text .index_time{
  font-size: 16px;
  }
  .lineprogress .swiper-slide .swiper_text .index_time_desc{
  font-size: 12px;
  }
 
  .pcindex .indexSwiper .index_time_desc{
  font-size: 12px;
  }
  .bigcate{
  margin-left:80px;
  }
  .medicinem_cateitem_name{
  font-size: 16px;
  }
  .medicinem_cateitem{
  height: 150px;
  }
  .pcindex .index_newbz{
  font-size: 18px;
  }
  .pcindex .index_newlabel{
  width: 100px;
  font-size: 14px;
  margin-right: 10px;
  }
  .pcindex .index_news{
  font-size: 14px;
  }
  .index_newsd li.paddingt05,.projectc_faq_li:nth-of-type(n+2){
  padding-top:10px;
  }
  .pcindex .projectc_faq_questionbox{
  height: 80px;
  line-height: 80px;
  }
  .pcindex .projectc_faq_icon{
  top:20px;
  }
  .service_lefttit{
  font-size: 30px;
  }
  .service_time{
  font-size: 16px;
  }
  .service_day{
  margin:0 10px 10px 0;
  }
  .service_ma{
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  }
  }
  .headlogo_text{
      display: block;
      font-size: 12px;
      margin-top: 7px;
  }
  @media screen and (max-width: 768px) {
  .headlogo_text{
      margin-top: 3px;
  }
  .pcindex .head_left{
  height: 50px;
  }
  .head_licon{
    width: 30px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    max-width: 30px;
  }
  .pcindex .header #uers_icon.head_licon img{
    width: 30px;
    height: 30px;
    max-width: 30px;
  }
  .pcindex .tophead_nabbtn_box{
    width: 45px;
  }
  .pcindex .header_logo img{
  width: 140px;
  }
  .pcindex .tophead_nabbtn_box{
  padding:18.5px 0 18.5px 16px;
  }
  .tophead_nabbtn{
  width: 20px;
  height: 14px;
  }
  .service_left{
  width: 100%;
  }
  .service_right_video{
  width: 100%;
  }
  .pcindex .grid-cols-top_subject_sp{
  grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
  .gap-\[29px\]{
  gap:10px;
  }
  .gap-\[20px\]{
  gap:8px;
  }
  .footli{
  width: 100%;
  }
  .pcindex .header, .pcindex .topheader_content, .mainwrap{
  width: 100%;
  padding-left:4%;
  padding-right:4%;
  box-sizing: border-box;
  }
  .pcindex .topswiper .swiper_text{
  margin:0 auto;
  }
  .pcindex .topswiper .swiper_text .index_time{
  font-size: 16px;
  text-align: center;
  }
  .pcindex .topswiper .swiper_text .index_time_desc{
  text-align: center;
  }
  .topswiper .swiper-button-next, .topswiper .swiper-button-prev{
  /* top:60%; */
  display:none;
  }
  /* .pcindex .topswiper .swiper-button-prev{
  left:calc(24% - 9px)
  }
  .pcindex .topswiper .swiper-button-next{
  right:calc(24% - 9px)
  }
  */
  .pcindex .topswiper.swiper{
  padding: 10px 20px;
  }
  .service_lefttit{
  font-size: 20px;
  margin-bottom: 10px;
  }
  .service_day{
  padding-right: 0;
  margin-bottom: 5px;
  }
  .service_leftdes{
  font-size: 12px;
  }
  .service_ma{
  font-size: 18px;
  width: 240px;
  }
  .service_right_video{
  padding-left:0;
  margin-top: 20px;
  }
  .bigcate{
  margin-left: 20px;
  }
  .bigcate img{
  width: 80px!important;
  }
  .medicine_catetit{
  font-size: 20px;
  }
  .medicine_catetit_des{
  font-size: 16px;
  margin-bottom: 5px;
  }
  .sexcate_medicine .h-\[200px\]{
  height: 125px!important;
  }
  .sexcate_medicineicon{
  right:0!important;
  bottom:0;
  }
  .sexcate_medicine ul li a div.pl-\[40\%\]{
  padding-left: 100px;
  }
  .sexcate_medicineicon img{
  width: 100px!important;
  }
  .medicinem_cateitem{
  height: 100px;
  margin-bottom: 6px;
  }
  .medicinem_cateitem_name{
  font-size: 12px;
  margin-top:9px;
  padding-left:10px;
  }
  .pcindex .aboutcgm_index .grid-cols-top_subject_sp{
  margin-top:0!important;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .aboutcgm_text{
  font-size: 14px;
  }
  .aboutcgm_index{
  padding-top:0;
  }
  .aboutcgm_index .aboutcgm_index_threes li{
  height: 180px;
  }
  .aboutcgm_icon{
  margin-top:15px;
  }
  .aboutcgm_samequesbtn{
  width: 90%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  }
  .lineprogress .swiper-button-next, .lineprogress .swiper-button-prev{
     width: 45px;
     height: 45px;
     top:40%;
  }
  .lineprogress .swiper-button-next{
    right: calc(25% - 40px);
  }
  .lineprogress .swiper-button-prev{
    left: calc(25% - 40px);
  }
  .pcindex .swiper.lineprogress{
    height: auto;
  }
  .lineprogress .swiper-slide .swiper_text{
  padding-top: 50px;
  }
  .pcindex .projectc_faq_question:before{
  font-size: 20px;
  width: 20px;
  height: 20px;
  }
  .pcindex .projectc_faq_icon img{
  width: 12px;
  }
  .pcindex .projectc_faq_questionbox{
    padding-left:35px;
    padding-right: 35px;
   height: 65px;
   line-height: 65px;
  font-size: 14px;
  }
  .pcindex .projectc_faq_questionbox.on{
  line-height: 1;
  padding-top:17px;
  }
  .projectc_faq_answerself span{
  font-size: 14px;
  padding:10px;
  }
  .pcindex .faqc_rightlinktxt{
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 16px;
  }
  .pcindex .index_newdate{
  font-size: 12px;
  width: 72px;
  }
  .pcindex .index_newbz{
  display: none;
  }
  .pcindex .index_news{
  font-size: 12px;
  line-height: 1.5;
  }
  .pcindex .index_newlabel{
  font-size: 12px;
  width: 76px;
  max-width: 76px;
  min-width: 76px;
  }
  .pcindex .footer{
  padding:34px 0 33px
  }
  .footli a{
  font-size: 14px;
  margin-bottom: 10px;
  }
  .footlogo{
  width: 150px;
  height: auto;
  margin:0 auto 20px;
  }
  .footjp{
  padding:20px 70px 3px 0;
  font-size: 18px;
  border-bottom: 1px solid #333;
  }
  .footjplink a{
  font-size: 14px;
  margin-top: 10px;
  }
  .footjplink a img{
  width: 20px;
  margin-left: 3px;
  }
  .pcindex .copyright{
  font-size: 12px;
  }
  .tophead_nabbtn_box[aria-pressed=true] .tophead_nabbtn::before {
    transform: translate(0, 5px) rotate(45deg);
}
.tophead_nabbtn_box[aria-pressed=true] .tophead_nabbtn::after {
    transform: translate(0, -7px) rotate(-45deg);
}
.service_video{
  margin:40px auto 20px;
}
 /* .pcindex .topswiper.topswiper {
  width: calc(100% - 80px);
  overflow: auto;
  margin:0 auto;
} */
.pcindex .topswiper .swiper-slide {
  width: 92%!important;
}
.topswiper .swiper-slide.swiper-slide-prev{
  right:calc(10% - 20px);
}
.topswiper .swiper-slide.swiper-slide-next{
  left:calc(10% - 20px);
}
/*轮播定制化  --end */
li.medicinem_cateitem a div {
  text-align: right;
}
li.medicinem_cateitem a div div{
  padding-top:0px!important;
  width: 45px!important;
  height: 45px!important;
  margin:auto;
  /* margin:10px 0 0!important; */
  position: absolute;
  right:12px;
  bottom:10px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
li.medicinem_cateitem a div div.myl_icon{
 padding-top:8px!important; 
}
li.medicinem_cateitem a div div.xxjs_icon img{
   width: 35px!important; 
   padding-top:5px!important;
}
li.medicinem_cateitem a div div.zfg_icon svg{
  padding-top:16px!important;
}
li.medicinem_cateitem a div div.gxy_icon svg{
  padding-top:10px!important;
}
li.medicinem_cateitem a div div.zxzf_icon svg{
  padding-top:12px!important;
}
li.medicinem_cateitem a div div.tf_icon svg{
  padding-top:8px!important;
}
li.medicinem_cateitem a div div.gxy_icon svg{
  padding-top:12px!important;
}
li.medicinem_cateitem a div div.pfhl_icon svg{
  padding-top:5px!important;
}
li.medicinem_cateitem a div div.yhy_icon svg{
  padding-top:6px!important;
}
li.medicinem_cateitem a div div.jmzz_icon img{
  width:65px!important;
}
li.medicinem_cateitem a div div.gmby_icon svg{
  padding-top:6px!important;
}
li.medicinem_cateitem a div div.jzxjj_icon img{
  width:43px!important;
}
li.medicinem_cateitem a div div.nshf_icon img{
  width: 30px!important;
}
li.medicinem_cateitem a div div.pfgm_icon img{
  width:43px!important;
}
.lineprogress{
  position: relative;
}
.lineprogress.beforebox::before{
  content:'';
  width: 25%;
  height: 100%;
  left:0;
  top:0;
  background: #F6F6F6;
  position: absolute;
  z-index: 9;
}
.lineprogress.afterbox::after{
  content:'';
  width: 25%;
  height: 100%;
  right:0;
  top:0;
  background: #F6F6F6;
  position: absolute;
  z-index: 9;
}
.changethree .border-male{
  border-color:#25B8BC;
}
.changethree .medicine_catetit{
 font-size: 13px;
 margin-top: 24px;
}
.changethree .medicine_catetit_des{
 font-size: 12px;
}
.changethree_btn{
  display: block;
  background: #F28947;
  color:#fff;
  line-height: 25px;
  text-align: center;
  margin:0 auto;
  width: 168px;
  height: 25px;
  border-radius: 14px;
  font-size: 11px;
}
.changethree_img{
  width: 62px;
  height: 9px;
  margin-bottom: 18px;
  position: absolute;
  right:15px;
}
/* 上传页面 */
.upload_top{
  padding:10px 0;
}
.uploadwrap{
  width: 90%;
}
.upload_toptext P{
  font-size: 12px;
  margin-bottom: 5px;
}
.upload_topimg img{
  width: 130px;
}
.upload_toptext{
  margin-top:20px;
}
.upload_attentiondes{
  font-size: 12px;
}
.upload_attentionlist{
  font-size: 12px;
  line-height: 1.5;
}
.upload_pushbtn{
  width: 100%;
}
}
@media screen and (max-width: 500px){
  .pcindex .swiper.lineprogress{
    height: 558px;
    padding:40px 0;
  }
  .lineprogress .swiper-pagination{
    bottom:138px;
  }
}
.back_faqbtnbox {
  position: relative;
  display: block;
  padding: 6px;
  border-radius: 8px;
  color: #03afb9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all .2s;
}
.back_faqbtnitem{
  position: relative;
    display: block;
    padding: 6px;
    background-color: #fff;
    border: 2px solid #13c4ce;
    border-radius: 8px;
    color: #03afb9;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
}
.back_faqbtnbox svg {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 10px;
  fill: #03afb9;
}
.back_faqbtnbox svg{
   left: 18px;
    right: auto;
    transform: translateY(-50%) rotate(-180deg)
}


  /* 对话 */
.chathead{
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:7px 15px;
  background-color: rgb(248, 248, 248);
}
.chatheadback{
  width: 15px;
  height: 15px;
}
.chatheadtxt{
  text-align: center;
  flex:1;
  font-size: 14px;
  font-weight: bold;
}
.chathistory{
  font-size: 12px;
}
.chatbox{
  height: calc(100vh - 45px);
  position: relative;
  /* background-color: #f3f5fc; */
}
.chatinput{
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  padding:10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(248,248,248,.9);
}
.chatmain{
  height: calc(100vh - 111px);
  margin:0 auto;
  overflow-y: auto;
  padding: 15px 15px 0;
  background-color: #f3f5fc;
  height: calc(100% - 66px);
}
.chatlist{
  display:flex;
  margin-bottom:15px;
  flex: 1 1 0%;
  align-items: center;
}
.chatlist.on{
  justify-content: flex-end;
}
.chatimg{
  width: 17px;
  height: 17px;
}
.chatlistxt{
  max-width: 80%;
  border-radius: 5px;
  background: #fff;
  padding:7px;
  margin:0 10px;
  font-size: 14px;
}
.submitword{
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.chatinput .user{
  flex: 1;
  height: 40px;
  padding: 10px;
  margin-right: 10px;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  border:.5px solid #dadbde;
}
.uploadimg{
  width: 30px;
}
.camera{
  width: 30px;
  position: relative;
  margin-right: 10px;
  height: 30px;
}
.camera input.input_file{
  color: transparent;
  position: absolute;
  top:0;
  left:0;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  -ms-filter: 'alpha(opacity=0)';   
  font-size: 200px;
}
.camera input.input_file::-webkit-file-upload-button{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.pcindex .swiper.imgswiper{
  padding:0;
}
.pcindex .imgswiper .swiper-slide img{
  width: 100%;
}