@font-face {
  font-family: 'Noto Sans';
  src: url('./font/NotoSans-Regular.ttf');
}

body {
  min-width: 300px;
}



* {
  margin: 0;
  padding: 0;
}

.layui-layer-btn {
  font-size: 14px;
}

.layui-layer-loading {
  display: flex;
  justify-content: center;

}


input,
select,
textarea {
  outline: 0;
  resize: none;
}

/* 去除弹框顶部文字信息 */
.layui-layer-title {
  transform:scale(0) !important;
}

/* app */
@media (min-width: 0px) and (max-width: 640px) {

  /* 一览到详情弹框 */
  .notHavePermissionsToView {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }

  .accessConditions {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  .missingMembers {
    text-align: center;
  }

  .missingCertificate {
    font-size: .8rem;
    text-align: center;
  }






  div {
    box-sizing: border-box;
  }

  .fade-enter-active,
  .fade-leave-active {
    transition: opacity .5s;
  }

  .fade-enter,
  .fade-leave-to

  /* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
  }


  textarea#symptomTxt {
    background: #F3F3F3;
    resize: none;
  }

  input#symptomTxt {
    background: #F3F3F3;
    resize: none;
  }

  textarea::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
  }

  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
  }

  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
  }

  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }


  .input-placeholder-center::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }


  .input-placeholder-center::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }

  .input-placeholder-center:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }

  .input-placeholder-center:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }


  /* 下拉框 下拉箭头 自定义 */

  .select-arrow-none {
    appearance: none;
    /* 隐藏原本的下拉框箭头 */
  }

  .select-arrow {
    padding-right: 20px;
    /*为箭头留出空间 */
    background: url('../img/select_arrow_im.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 15px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }

  /* 每个页面默认样式设置 */
  .body {
    font-family: 'Noto Sans';
    color: #333333;
    /* font-size: 12px; */
    margin: 0;
    padding: 0;
    /* min-width: 1300px;
    min-height: calc(100vh - 460px); */
    min-height: calc(100vh - 560px);
    /* margin-bottom: 10px; */
  }



  /* flexslider 轮播图的样式 勿动*/

  /* 加载图片未完成时播放的 loading:  .flexslider{position:relative;height:400px;overflow:hidden;background:url(../js/jqueryflexslider/images/loading.gif) 50% no-repeat;}  background-color: #A1A1A1;  */
  .flexslider {
    position: relative;
    /* height: 400px; */
    overflow: hidden;
    background-color: #fff;
  }

  .ver-align {
    vertical-align: top;
  }

  .slides {
    position: relative;
    z-index: 1;
  }

  .slides li {
    height: 14.2857rem;
  }

  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }


  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }




  /* flexslider1 轮播图的样式 勿动*/

  /* 放大轮播图 */
  /* 加载图片未完成时播放的 loading:  .flexslider{position:relative;height:400px;overflow:hidden;background:url(../js/jqueryflexslider/images/loading.gif) 50% no-repeat;}  background-color: #A1A1A1;  */
  .flexslider1 {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    background-color: #fff;
  }

  .flexslider1 {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    background-color: #fff;
  }

  .ver-align {
    vertical-align: top;
  }

  .slides1 {
    position: relative;
    z-index: 1;
  }

  .slides1 li {
    /* height: 800px; */
  }

  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }


  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }

  /* 梯形 */


  .trapezoid1 {
    width: 52px;
    height: 0;
    border-bottom: 90px solid #707070;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 1px 25px 60px;
  }

  .ti {
    position: absolute;
    z-index: 222;
    top: -28px;
    left: -98px;
    width: 51px;
    height: 0;
    border-bottom: 57px solid #fff;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-width: -2px 25px 60px;

  }

  .test {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-width: 0 25px 50px 25px;
    border-style: solid;
    border-color: red transparent #707070 transparent;
  }

  .test1 {
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 2px;
    width: 48px;
    height: 0;
    border-width: 0 24px 48px 24px;
    border-style: solid;
    border-color: red transparent #fff transparent;
  }

  .titext {
    position: relative;
    top: -1px;
    left: -2px;
    /* transform: rotate(180deg); */
    z-index: 999
  }


  /* swiper.js */

  .swiper-container {
    width: 100%;
    height: 100%;
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
  }

  #app-root {
    width: 100%;
    /* max-width: 960px;
    min-width: 960px; */
    margin: 0px auto;
    padding: 0 0.5rem 0;
  }

  #app-header {
    width: 100%;
    font-family: 'Noto Sans';
  }

  #app-footer {
    width: 100%;
    font-family: 'Noto Sans';
  }


  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  .tab-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 0px;
    background-color: #f5f5f5;
  }


  /*定义滚动条轨道 内阴影+圆角*/
  .tab-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }


  /*定义滑块 内阴影+圆角*/
  .tab-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
  }


  /* 点赞 心形 图 */
  /* 点赞 心形 图 */
  .like-img {
    background-image: url('../img/like.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  /* 选中 红色 心形 图 */
  .liked-img {
    background-image: url('../img/liked.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }



  /* div 三角形 */
  /* .triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #848484;
    border-bottom: 20px solid transparent;
  } */

  /* div 三角形 */
  .triangle-right-small {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid #848484;
    border-bottom: 7.5px solid transparent;
  }


  /* div 三角形 */
  .triangle-down {
    width: 0;
    height: 0;
    border-top: 7.5px solid #848484;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }


  .like-img-big {
    width: 40px;
    height: 40px;
  }

  .like-img-bigg {
    background-image: url('../img/like.svg');
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  /* 评论 图 */
  .comment-img {
    /* background-image: url('../img/comment.svg'); */
    background-size: contain;
    width: 25px;
    height: 25px;
  }


  .down-img {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 30px;
    height: 16px;
  }

  .down-img-2 {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 24px;
    height: 12px;
  }



  .arrow-left-to {
    background: url('../img/down.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }

  .arrow-left-disabled-to {
    background: url('../img/down_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }


  .arrow-right-to {
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  .arrow-right-disabled-to {
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }



  .arrow-left {
    background: url('../img/select_arrow.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .arrow-left_disabled {
    background: url('../img/select_arrow_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }



  .arrow-right {
    background: url('../img/select_arrow.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .arrow-right_disabled {
    background: url('../img/select_arrow_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .edit-img {
    background-image: url('../img/edit.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .delete-img {
    background-image: url('../img/delete.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .back-img {
    background-image: url('../img/back.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .cancel-img {
    background-image: url('../img/cancel.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  /* 头像 */
  .avatar-img {
    background-image: url('../img/03.png');
    background-size: contain;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .btn-box {
    width: 250px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .comment-btn-box {
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box2 {
    width: 160px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box:hover {
    background-color: #fafafa;
  }


  .btn-showmore-box {
    height: 64px;
    width: calc(100vw - 5rem);
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10px;
  }

  .btn-showmore-box:hover {
    background-color: #fafafa;
  }


  .view-btn {
    width: 280px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn2 {
    width: 300px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn:hover {
    /* height: 35px; */
    background-color: #fafafa;
  }

  .view-btn-stop {
    width: 280px;
    height: 45px;
    color: #fff;
    border: 1px solid #707070;
    background: #3A3A3A;
    border-radius: 20px;
  }

  /* 视频播放停止按钮 */
  .video-position {
    position: relative;
  }

  .stop-red {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-color: red;
    border-radius: 50%;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    left: 61px;
    right: 0;
    bottom: 0;
    border: 50px solid;
    border-color: transparent transparent transparent white;
  }


  .text-disabled {
    width: 280px;
    height: 45px;
    border: 1px solid #707070;
    color: #fff;
    background: #BEBEBE;
    border-radius: 20px;
  }

  .t-disabled {
    color: #fff;
    background: #BEBEBE;
  }

  .rotate-180 {
    transform: rotate(-180deg);
  }


  .tag-btn {
    width: 150px;
    height: 40px;
  }

  .tag-btn-active {
    color: #fff;
    background-color: #5A5A5A;
    border-radius: 20px;
  }

  .display {
    display: none;
  }

  /* 合并边框 */
  .border-collapse {
    border-collapse: collapse;
  }

  /* 绝对定位样式 */
  .postion-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .comment-texteare {
    width: 800px;
    min-height: 30px;
    height: 80px;
    /* line-height: 10px; */
    max-height: 120px;
    font-size: 16px;
    padding: 3px 5px;
  }

  .stage-legend-box {
    width: 20px;
    height: 20px;
  }

  .stage-legend-box2 {
    width: 30px;
    height: 30px;
  }

  .answer-title-box {
    width: 173px;
    height: 56px;
    background-color: #12597E;
    color: #fff;
  }

  .questionnaire-box {
    background-color: #F9F9F9;
  }

  .questionnaire-item-box {
    width: 180px;
    min-width: 180px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .questionnaire-item-box-selected {
    width: 180px;
    min-width: 180px;
    height: 50px;
    background-color: #707070;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .vote-result {
    background-color: #EBEAEA;
    height: 90px;
    line-height: 40px;
  }

  .must-text {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    width: 35px;
    height: 20px;
    background: #EB2525;
    padding: 1px 5px;
    margin-left: 10px;
  }

  .border-radius-45 {
    border-radius: 45px;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }


  .bg-FF-box-sd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000029;
    opacity: 1;
  }

  .bg-color-op {
    background: #999D9D 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .color-00A2CB {
    color: #00A2CB;
  }

  /* 透明三角形 */
  .san-triangle {
    position: absolute;
    z-index: 100;
    left: 119px;
    top: 40px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: #fff;
  }

  .ts-triangle {
    position: absolute;
    z-index: 100;
    left: 120px;
    top: 42px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: black;
  }

  .color-C4C4C4 {
    color: #C4C4C4;
  }

  .color-59A5CC {
    color: #59A5CC;
  }

  .color-1592E6 {
    color: #1592E6;
  }

  .color-5DACDC {
    color: #5DACDC;
  }

  .color-CE9898 {
    color: #CE9898;
  }

  .color-333333 {
    color: #333;
  }

  .color-999D9D {
    color: #999d9d;
  }

  .color-8B8B8B {
    color: #8B8B8B;
  }


  /* 选中 红色 心形 图 */
  .liked-img {
    background-image: url('../img/liked.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  .like-img-big {
    width: 40px;
    height: 40px;
  }


  .down-img {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 30px;
    height: 16px;
  }

  .down-img-2 {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 24px;
    height: 12px;
  }

  .edit-img {
    background-image: url('../img/edit.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .delete-img {
    background-image: url('../img/delete.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .back-img {
    background-image: url('../img/back.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .cancel-img {
    background-image: url('../img/cancel.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  /* 头像 */
  .avatar-img {
    background-image: url('../img/03.png');
    background-size: contain;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .btn-box {
    width: 250px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .comment-btn-box {
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box:hover {
    background-color: #fafafa;
  }

  .view-btn {
    width: 280px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn:hover {
    /* height: 35px; */
    background-color: #fafafa;
  }

  .view-btn-stop {
    width: 280px;
    height: 45px;
    color: #fff;
    border: 1px solid #707070;
    background: #3A3A3A;
    border-radius: 20px;
  }

  .text-disabled {
    width: 280px;
    height: 45px;
    border: 1px solid #707070;
    color: #fff;
    background: #BEBEBE;
    border-radius: 20px;
  }

  .t-disabled {
    color: #fff;
    background: #BEBEBE;
  }

  .tag-btn {
    width: 150px;
    height: 40px;
  }

  .tag-btn-active {
    color: #fff;
    background-color: #5A5A5A;
    border-radius: 20px;
  }

  /* 合并边框 */
  .border-collapse {
    border-collapse: collapse;
  }

  /* 盒子模型 */
  .bs-bb {
    box-sizing: border-box;
  }

  .comment-texteare {
    width: 800px;
    min-height: 30px;
    height: 80px;
    /* line-height: 10px; */
    max-height: 120px;
    font-size: 16px;
    padding: 3px 5px;
  }

  .stage-legend-box {
    width: 20px;
    height: 20px;
  }

  .stage-legend-box2 {
    width: 30px;
    height: 30px;
  }

  .answer-title-box {
    width: 173px;
    height: 56px;
    background-color: #12597E;
    color: #fff;
  }

  .questionnaire-item-box2 {
    width: 180px;
    min-width: 180px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .questionnaire-item-box-selected2 {
    width: 180px;
    min-width: 180px;
    height: 40px;
    background-color: #bbbbbb;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  /* 搜索框 前缀 放大镜 */
  .input-search-prefix {
    background-image: url('../img/search.svg');
    background-size: cover;
    width: 23px;
    height: 22px;
  }

  .vote-result {
    background-color: #EBEAEA;
    height: 90px;
    line-height: 40px;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }


  .bg-FF-box-sd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000029;
    opacity: 1;
  }

  .bgc-F3F3F3 {
    background-color: #F3F3F3;
  }

  .bgc-F9F9F9 {
    background-color: #F9F9F9;
  }

  .bgc-707070 {
    background-color: #707070;
  }

  .bgc-A1A1A1 {
    background-color: #A1A1A1;
  }

  .bgc-EBEAEA {
    background-color: #EBEAEA;
  }

  .bgc-FFF {
    background-color: #FFF;
  }

  .bgc-FF9898 {
    background-color: #FF9898;
  }

  .color-00BC0D {
    color: #00BC0D;
  }

  .color-2A6FE6 {
    color: #2A6FE6;
  }

  .bg-color-op {
    background: #999D9D 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .color-00A2CB {
    color: #00A2CB;
  }

  .color-333333 {
    color: #333;
  }

  .color-8B8B8B {
    color: #8B8B8B;
  }

  .color-red {
    color: #EF083F;
  }

  .color-high-red {
    color: #FF0000;
  }

  .color-949494 {
    color: #949494;
  }

  .color-a6a6a6 {
    color: #a6a6a6;
  }

  .color-fff {
    color: #fff;
  }

  .color-F52222 {
    color: #F52222;
  }

  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .bgc-F7F7F7 {
    background-color: #F7F7F7;
  }

  .bgc-94 {
    background-color: #949494;
  }

  .bgc-F6F6F6 {
    background-color: #F6F6F6;
  }

  .bgc-00D0C2 {
    background-color: #00D0C2;
  }

  .bgc-55B0C2 {
    background-color: #55B0C2;
  }


  .bgc-8CDCEC {
    background-color: #8CDCEC;
  }

  .bgc-F8F9FA {
    background-color: #F8F9FA;
  }


  .border-radius-left-8 {
    border-radius: 8px 0 0 8px;
  }

  .border-radius-right-8 {
    border-radius: 0 8px 8px 0;
  }


  .border-radius-91 {
    padding: 8px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    opacity: 1;
  }

  .border-radius-8 {
    border-radius: 8px;
  }

  .border-radius-20 {
    border-radius: 20px;
  }

  .border-radius-40 {
    border-radius: 40px;
  }

  .border-radius-2 {
    border-radius: 2px;
  }


  .f-w-800 {
    font-weight: 800;
  }

  .f-w-600 {
    font-weight: 600;
  }


  .f-right {
    float: right;
  }

  .w-30 {
    width: 30px;
  }

  .color-6cbaff {
    color: #6CBAFF;
  }

  .color-F20000 {
    color: #F20000;
  }

  .color-C2080E {
    color: #C2080E;
  }

  .color-949494 {
    color: #949494;
  }


  .w-105 {
    width: 105px;
  }


  .w-110 {
    width: 110px;
  }

  .w-120 {
    width: 120px;
  }

  .color-a6a6a6 {
    color: #a6a6a6;
  }

  .color-fff {
    color: #fff;
  }

  .w-180 {
    width: 180px;
  }

  .w-200 {
    width: 200px;
  }

  .color-777 {
    color: #777;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }

  .bg-color-Fa {
    background-color: #FAFAFA;
  }


  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .bgc-fff {
    background-color: #fff;
  }

  .bgc-707070 {
    background-color: #707070;
  }

  .color-000000 {
    color: #000000;
  }

  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .w-700 {
    width: 700px;
  }

  .w-750 {
    width: 750px;
  }

  .w-800 {
    width: 800px !important;
  }

  .w-814 {
    width: 814px;
  }

  .w-350-h-212 {
    width: 350px;
    height: 212px;
  }

  .w-380 {
    width: 380px;
  }

  .w-380-h-30 {
    width: 380px;
    height: 30px;
  }

  .w-827-h-233 {
    width: 827px;
    height: 233px;
  }

  .w-900-h-233 {
    width: 900px;
    height: 233px;
  }

  .w-900-h-244 {
    width: 900px;
    height: 244px;
  }

  .w-900-m-h-189 {
    width: 900px;
    min-height: 189px;
  }

  .w-900-h-255 {
    width: 900px;
    height: 255px;
  }

  .w-450-h-526 {
    width: 450px;
    height: 526px;
  }

  .w-450-h-405 {
    width: 450px;
    height: 405px;
  }

  .w-410-h-205 {
    width: 410px;
    height: 205px;
  }

  .w-330-h-50 {
    width: 330px;
    height: 50px;
  }

  .m-w-100-h-35 {
    min-width: 100px;
    min-height: 35px;
  }

  .m-w-150 {
    min-width: 150px;
  }

  .m-w-200 {
    min-width: 200px;
  }

  .max-w-700 {
    width: 700px;
  }

  .max-w-750 {
    max-width: 750px;
  }

  .m-w-526 {
    min-width: 526px;
  }

  .w-427-h-195 {
    width: 427px;
    height: 195px;
  }

  .w-427-h-255 {
    width: 427px;
    height: 255px;
  }

  .w-590-h-48 {
    width: 590px;
    height: 48px;
  }

  .w-590-h-40 {
    width: 590px;
    height: 40px;
  }


  .w-900-h-282 {
    width: 900px;
    height: 282px;
  }

  .w-630-h-108 {
    width: 630px;
    height: 108px;
  }

  .w-600-h-386 {
    width: 600px;
    height: 386px;
  }

  .w-600 {
    width: 600px;
  }

  .w-890 {
    width: 890px;
  }

  .w-1000 {
    width: 1000px;
  }

  .w-630 {
    width: 630px;
  }

  .w-900 {
    width: 900px;
  }

  .w-960 {
    width: 960px;
  }

  .w-140-h-20 {
    width: 140px;
    height: 20px;
    position: relative;
    left: -15px;
  }

  .h-108 {
    height: 108px;
  }

  .width-full {
    width: 100%;
  }

  .width-half {
    width: 50%;
  }


  .height-full {
    height: 100%;
  }

  .height-auto {
    height: auto;
  }

  .h-30 {
    height: 30px;
  }

  .h-34 {
    height: 34px;
  }

  .h-35 {
    height: 35px;
  }

  .h-36 {
    height: 36px;
  }

  .h-40 {
    height: 40px;
  }

  .h-50 {
    height: 50px;
  }

  .h-54 {
    height: 54px;
  }

  .h-60 {
    height: 60px;
  }

  .h-66 {
    height: 66px;
  }

  .h-70 {
    height: 70px;
  }

  .h-75 {
    height: 75px;
  }

  .h-80 {
    height: 80px;
  }

  .h-96 {
    height: 96;
  }

  .m-h-143 {
    min-height: 143px;
  }

  .m-h-145 {
    min-height: 145px;
  }

  .w-300-h-96 {
    width: 300px;
    height: 96.67px;
    box-sizing: border-box;
  }

  .h-200 {
    height: 200px;
  }

  .h-220 {
    height: 220px;
  }

  .h-230 {
    height: 230px;
  }

  .h-233 {
    height: 233px;
  }

  .h-300 {
    height: 300px;
  }

  .h-313 {
    height: 313px;
  }

  .m-h-337 {
    min-height: 337px;
  }

  .h-355 {
    height: 355px;
  }

  .h-390 {
    height: 390px;
  }

  .h-400 {
    height: 400px;
  }

  .h-462 {
    height: 462px;
  }

  .h-470 {
    height: 470px;
  }

  .w-192-h-24 {
    width: 192px;
    height: 24px;
  }

  .m-w-192-h-24 {
    min-width: 100px;
    height: 24px;
  }

  .w-549-h-205 {
    width: 549px;
    height: 205px;
  }

  .w-526-h-40 {
    width: 526px;
    height: 40px;
  }

  .w-180-h-120 {
    width: 180px;
    height: 120px;
  }

  .w-180-h-35 {
    width: 180px;
    height: 35px;
  }

  .h-251 {
    height: 251px;
  }

  .h-1288 {
    height: 1288px;
  }

  .h-1363 {
    height: 1363px;
  }

  .view_box {
    padding: 20px;
  }

  .img_view {
    width: 290px;
    height: 200px;
    background-size: contain;
  }

  .img_radio {
    width: 170px;
    height: 110px;
  }

  .small-img_radio {
    width: 100px;
    height: 66.67px;
  }

  .img_trapezoid {
    width: 130px;
    height: 86px;
  }

  .view_status_box {
    /* height: 35px; */
    padding: 5px 15px;
    color: #fff;
    background-color: #656565;
  }

  .view_status_box2 {
    /* height: 35px; */
    padding: 10px;
    color: #fff;
    background-color: #656565;
  }


  .view-new-box {
    width: 50px;
    height: 30px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 4px;
  }


  .line-h-52 {
    line-height: 50px;
  }

  .text-blod {
    font-weight: bold;
  }

  .text-no-blod {
    font-weight: normal;
  }

  .font-size-50 {
    font-size: 50px;
  }

  .font-size-40 {
    font-size: 40px;
  }

  .font-size-35 {
    font-size: 35px;
  }

  .font-size-32 {
    font-size: 32px;
  }

  .font-size-28 {
    font-size: 28px;
  }



  .font-size-24 {
    font-size: 24px;
  }

  .font-size-22 {
    font-size: 22px;
  }

  .font-size-20 {
    font-size: 20px;
  }

  .font-size-18 {
    font-size: 18px;
  }

  .font-size-16 {
    font-size: 16px;
  }

  .font-size-14 {
    font-size: 14px;
  }


  .border-left-none {
    border-left: 0px !important;
  }


  .border {
    border: 1px solid #707070;
  }

  .border-1 {
    border: 1px solid #333;
  }

  .border-9b {
    border: 1px solid #9B9B9B;
  }

  .border-e6 {
    border: 1px solid #e6e6e6;
  }

  .border-2d {
    border: 1px solid #2D2D2D;
  }

  .border-bottom {
    border-bottom: 1px solid #a3a3a3;
  }

  .border-bottom-1 {
    border-bottom: 1px solid #333 !important;
  }

  .border-bottom-2 {
    border-bottom: 2px solid #333 !important;
  }

  .border-actived {
    color: #333 !important;
    border-bottom: 3px solid #333 !important;
  }

  .border-bottom-3 {
    border-bottom: 1px dashed #333;
  }

  .border-bottom-4 {
    border-bottom: 1px solid #707070;
  }

  .border-pl {
    border: 1px solid #707070;
  }

  .border-none {
    border: none;
  }


  /* 梯形 */


  .trapezoid {
    width: 52px;
    height: 0;
    border-bottom: 90px solid #f5f5f5;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 0 25px 60px;
  }

  /* 问卷 梯形 */
  .questionnaire-trapezoid {
    width: 105px;
    height: 0;
    border-bottom: 30px solid #D4DEFF;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
  }

  /* 圆环 */
  .circular {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
  }

  .ring-style {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #CE2A2A;
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }

  .ring-style::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 160px;
    height: 160px;
    border-radius: 160px;
  }

  /* 叉号 */
  .draw-close {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 26px;
    /* border: 1px solid #025299; */
    /* background-color: #025299; */
    position: relative;
  }

  .draw-close::before,
  .draw-close::after {
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
  }

  .draw-close::before {
    transform: rotate(45deg);
  }

  .draw-close::after {
    transform: rotate(-45deg);
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px solid #a8a8a8;
  }

  .divider-000 {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }


  .vertical-dashed {
    display: block;
    height: 100px;
    width: 50%;
    margin: 12px 0;
    border-right: 2px dashed #333;
  }


  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .block {
    display: block;
  }

  .inline-block {
    display: inline-block;
  }

  /* flex 布局*/
  .flex {
    display: flex;
  }


  .flex-1 {
    flex: 1;
  }

  .flex-0-0-auto {
    flex: 0 0 auto;
  }

  /* flex 水平居中 布局*/
  .flex-horizontal-center {
    display: flex;
    justify-content: center;
  }

  /* flex 水平、竖向居中 布局*/
  .flex-horizontal-Vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-horizontal-Vertical-center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .flex-directions-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .flex-directions-center-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-center-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .a-t-c {
    align-items: center;
  }

  .flex-horizontal-between {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
  }

  .flex-horizontal-around {
    display: flex;
    justify-content: space-around;
  }

  .flex-horizontal-evenly {
    display: flex;
    justify-content: space-evenly;
  }

  .flex-justify-content-center {
    justify-content: center;
  }

  .flex-align-content-flex-start {
    align-content: flex-start;
  }

  .flex-align-content-space-between {
    align-content: space-between;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal-start {
    display: flex;
    justify-content: flex-start;
  }

  .flex-horizontal-end {
    display: flex;
    justify-content: flex-end;

  }

  .flex-align-items-flex-start {

    align-items: flex-start;
  }

  .flex-jfcc-fw-acfs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  /* flex 竖向排列 */
  .flex-Directions {
    display: flex;
    flex-direction: column;
  }

  .flex-Directions-atc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* flex 横向排列 */
  .flex-arrangement {
    display: flex;
    flex-direction: row;
  }

  .flex-w-d-jc {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
  }

  .p-0 {
    padding: 0 !important;
  }

  .p-2-3 {
    padding: 2px 3px;
  }

  .p-10 {
    padding: 10px;
  }

  .p-20 {
    padding: 20px;
  }

  .p-30 {
    padding: 30px;
  }

  .p-lr-165-b-20 {
    padding: 0 165px 20px;
  }

  .p-l-r-b-20 {
    padding: 0 20px 20px 20px;
  }

  .p-tb-5-lr-8 {
    padding: 5px 8px !important;
  }

  .p-tb-30-lr-50 {
    padding: 30px 50px;
  }

  .p-tb-20-lr-50 {
    padding: 20px 50px;
  }

  .p-t-40-b-50 {
    padding: 40px 0 50px 0;
  }

  .p-tb-50-rl-40 {
    padding: 50px 40px;
  }

  .p-tb-6-rl-10 {
    padding: 6px 10px;
  }

  .p-l-r-46 {
    padding: 0 46.5px;
  }

  .p-t-5 {
    padding-top: 5px;
  }

  .p-t-10 {
    padding-top: 10px;
  }

  .p-t-20 {
    padding-top: 20px;
  }


  .p-l-90 {
    padding-left: 90px;
  }

  .p-l-30 {
    padding-left: 30px;
  }

  .p-l-19 {
    padding-left: 19px;
  }


  .p-l-10 {
    padding-left: 10px;
  }

  .p-r-8 {
    padding-right: 8px;
  }

  .p-r-10 {
    padding-right: 10px;
  }

  .p-r-20 {
    padding-right: 20px;
  }

  .p-r-30 {
    padding-right: 30px;
  }

  .p-r-50 {
    padding-right: 50px;
  }

  .bg-color-da {
    background: #DADADA;
  }

  .bgc-F7F7F7 {
    background-color: #F7F7F7;
  }

  .bgc-94 {
    background-color: #949494;
  }

  .bgc-F6F6F6 {
    background-color: #F6F6F6;
  }

  .bgc-99ECE7 {
    background-color: #99ECE7;
  }

  .bgc-BBBBBB {
    background-color: #BBBBBB;
  }

  .bgc-55B0C2 {
    background-color: #55B0C2;
  }


  .p-b-5 {
    padding-bottom: 5px;
  }

  .p-b-30 {
    padding-bottom: 30px;
  }

  .p-b-45 {
    padding-bottom: 45px;
  }

  .p-b-50 {
    padding-bottom: 50px;
  }

  .bgc-8CDCEC {
    background-color: #8CDCEC;
  }

  .bgc-F8F9FA {
    background-color: #F8F9FA;
  }

  .bgc-00D0C2 {
    background-color: #00D0C2;
  }







  .p-t-20-r-17-b-24-l-17 {
    padding: 20px 17px 24px 17px;
  }

  .p-t-r-b-l-30 {
    padding: 30px;
  }

  .p-tb-10-rl-95 {
    padding: 10px 95px;
  }

  .pg17-bgc {
    width: 100%;
    height: 601px;
    background-color: #F9F9F9;
  }

  .border-radius-91 {
    padding: 8px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    opacity: 1;
  }

  .border-radius-8 {
    border-radius: 8px;
  }

  .border-radius-40 {
    border-radius: 40px;
  }

  .border-radius-2 {
    border-radius: 2px;
  }

  .border-radius-10 {
    border-radius: 10px;
  }

  .f-right {
    float: right;
  }

  .w-24 {
    width: 24px;
  }

  .m-t-b-10 {
    margin: 10px 0;
  }

  .m-t--30 {
    margin-top: -30px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .m-t-48 {
    margin-top: 48px;
  }

  .m-t-44 {
    margin-top: 44px;
  }

  .m-t-65 {
    margin-top: 65px;
  }

  .m-t-85 {
    margin-top: 85px;
  }


  .w-30 {
    width: 30px;
  }

  .w-35 {
    width: 35px;
  }

  .w-40 {
    width: 40px;
  }

  .w-54 {
    width: 54px;
  }

  .w-80 {
    width: 80px;
  }


  .m-t-16 {
    margin-top: 16px;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .w-100 {
    width: 100px;
  }

  .w-120 {
    width: 120px;
  }

  .w-130 {
    width: 130px;
  }

  .w-130-h-86 {
    width: 130px;
    height: 86px;
  }

  .w-150 {
    width: 150px !important;
  }

  .w-180 {
    width: 180px;
  }

  .w-175 {
    width: 175px;
  }

  .m-b-3 {
    margin-bottom: 3px;
  }

  .m-b-5 {
    margin-bottom: 5px;
  }

  .m-b-30 {
    margin-bottom: 30px;
  }

  .w-200 {
    width: 200px;
  }

  .w-242 {
    width: 242px;
  }

  .w-245 {
    width: 245px;
  }

  .w-270 {
    width: 270px;
  }

  .w-300 {
    width: 300px;
  }

  .m-b-60 {
    margin-bottom: 60px;
  }


  .w-370 {
    width: 370px;
  }

  .w-400 {
    width: 400px;
  }

  .w-435 {
    width: 435px;
  }

  .w-450 {
    width: 450px;
  }


  .w-460 {
    width: 460px;
  }

  .w-465 {
    width: 465px;
  }

  .w-470 {
    width: 470px;
  }

  .w-526 {
    width: 526px;
  }

  .w-350-h-212 {
    width: 350px;
    height: 212px;
  }

  .w-827-h-233 {
    width: 827px;
    height: 233px;
  }

  .w-900-h-255 {
    width: 900px;
    height: 255px;
  }

  .m-w-526 {
    min-width: 526px;
  }

  .w-180-h-180 {
    width: 180px;
    height: 180px;
  }

  .w-16-h-16 {
    width: 16px;
    height: 16px;
  }

  .w-36-h-36 {
    width: 36px;
    height: 36px;
  }

  .w-427-h-195 {
    width: 427px;
    height: 195px;
  }

  .w-427-h-255 {
    width: 427px;
    height: 255px;
  }

  .w-590-h-48 {
    width: 590px;
    height: 48px;
  }

  .w-600-h-414 {
    width: 600px;
    height: 414px;
  }

  .w-347-h-239 {
    width: 347px;
    height: 239px;
  }

  .w-610 {
    width: 610px;
  }

  .w-800-h-40-bg-f3-br-e6 {
    width: 800px;
    height: 40px;
    border: 1px solid #E6E6E6;
    background: #F3F3F3 0% 0% no-repeat padding-box;
  }

  .w-890 {
    width: 890px;
  }

  .w-1000 {
    width: 1000px;
  }

  .w-630 {
    width: 630px;
  }

  .w-640 {
    width: 640px;
  }

  .w-650 {
    width: 650px !important;
  }

  .w-680 {
    width: 680px !important;
  }

  .w-880 {
    width: 880px;
  }

  .w-900 {
    width: 900px;
  }

  .w-920 {
    width: 920px;
  }

  .w-960 {
    width: 960px;
  }

  .w-507-h-235 {
    width: 507px;
    height: 235px;
  }

  .width-half {
    width: 50%;
  }

  .h-24 {
    height: 24px;
  }

  .h-26 {
    height: 26px;
  }

  .h-29 {
    height: 29px;

  }

  .h-30 {
    height: 30px;
  }

  .h-34 {
    height: 34px;
  }

  .w-363-h-60-bg02295-color-ff {
    width: 363px;
    height: 60px;
    line-height: 60px;
    background: #229500;
    color: #FFFFFF;
  }

  .h-35 {
    height: 35px;
  }

  .h-36 {
    height: 36px;
  }

  .h-45 {
    height: 45px;
  }

  .h-46 {
    height: 46px;
  }

  .h-40 {
    height: 40px !important;
  }

  .h-42 {
    height: 42px;
  }

  .h-44 {
    height: 44px;
  }

  .h-45 {
    height: 45px;
  }

  .h-50 {
    height: 50px !important;
  }

  .h-54 {
    height: 54px;
  }


  .h-60 {
    height: 60px;
  }

  .h-70 {
    height: 70px;
  }

  .h-75 {
    height: 75px;
  }

  .h-80 {
    height: 80px;
  }

  .h-96 {
    height: 96;
  }

  .h-279 {
    height: 279px;
  }

  .h-180 {
    height: 180px;
  }

  .h-190 {
    height: 190px;
  }

  .w-800-h-585 {
    width: 800px;
    height: 585px;
    margin: 0 auto;
  }

  .h-189-bg-border {
    height: 189px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 20px;
    opacity: 1;
  }

  .w-283-h-59-bg-blue {
    width: 283px;
    height: 59px;
    background: #1D9BF0 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
  }

  .w-300-h-96 {
    width: 300px;
    height: 96.67px;
    box-sizing: border-box;
  }

  .h-100 {
    height: 100px;
  }

  .h-110 {
    height: 110px;
  }

  .h-120 {
    height: 120px;
  }

  .h-150 {
    height: 150px;
  }

  .h-200 {
    height: 200px;
  }

  .h-233 {
    height: 233px;
  }

  .h-250 {
    height: 250px;
  }

  .h-300 {
    height: 300px;
  }

  .h-313 {
    height: 313px;
  }

  .h-390 {
    height: 390px;
  }

  .w-160-h-40 {
    width: 160px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
  }

  .w-192-h-24 {
    width: 192px;
    height: 24px;
  }

  .w-526-h-205 {
    width: 526px;
    height: 205px;
  }

  .w-549-h-205 {
    width: 549px;
    height: 205px;
  }

  .w-526-h-40 {
    width: 526px;
    height: 40px;
  }

  .w-152-h29-text-color-333 {
    /* width: 152px;
    height: 29px; */
    text-align: left;
    font: normal normal bold 20px/25px "Noto Sans JP";
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
  }

  .w-246-h47-bg-fff {
    width: 246px;
    height: 47px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
  }


  .h-251 {
    height: 251px;
  }

  .m-h-1025 {
    min-height: 1025px;
  }

  .m-h-40 {
    min-height: 40px;
  }

  .h-1288 {
    height: 1288px;
  }

  .h-1363 {
    height: 1363px;
  }

  .view_box {
    padding: 20px;
  }

  .img_view {
    width: 290px;
    height: 200px;
    background-size: contain;
  }

  .img_radio {
    width: 170px;
    width: 170px;
    height: 110px;
  }

  .small-img_radio {
    width: 100px;
    width: 100px;
    height: 66.67px;
  }

  .img_trapezoid {
    width: 130px;
    width: 130px;
    height: 86px;
  }

  .view-new-box {
    width: 50px;
    height: 30px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 4px;
  }

  .line-h-64 {
    line-height: 64px;
  }

  .line-h-52 {
    line-height: 50px;
  }

  .line-h-40 {
    line-height: 40px;
  }

  .text-no-blod {
    font-weight: normal;
  }

  .font-size-50 {
    font-size: 50px;
  }

  .font-size-40 {
    font-size: 40px;
  }

  .font-size-35 {
    font-size: 35px;
  }

  .font-size-32 {
    font-size: 32px;
  }

  .font-size-28 {
    font-size: 28px;
  }

  .font-size-26 {
    font-size: 26px;
  }

  .font-size-22 {
    font-size: 22px;
  }

  .font-size-21 {
    font-size: 21px;
  }

  .font-size-14 {
    font-size: 14px;
  }

  .font-size-13 {
    font-size: 13px;
  }


  .border {
    border: 1px solid #707070;
  }

  .border-ff {
    border: 1px solid #FFFFFF;
  }


  .border-1 {
    border: 1px solid #333;
  }

  .border-CED4DA {
    border: 1px solid #CED4DA;
  }

  .border-9b {
    border: 1px solid #9B9B9B;
  }

  .border-2d {
    border: 1px solid #2D2D2D;
  }

  .border-bottom {
    border-bottom: 1px solid #a3a3a3;
  }

  .border-bottom-1 {
    border-bottom: 1px solid #333 !important;
  }

  .border-bottom-2 {
    border-bottom: 2px solid #333 !important;
  }

  .border-actived {
    color: #333 !important;
    border-bottom: 3px solid #333 !important;
  }

  .border-bottom-4 {
    border-bottom: 1px solid #707070;
  }

  .border-pl {
    border: 1px solid #707070;
  }

  /* 圆环 */
  .circular {

    position: relative;

    top: 0;

    left: 0;

    width: 200px;

    height: 200px;
  }


  .ring-style {

    display: inline-block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #CE2A2A;

    width: 200px;

    height: 200px;

    border-radius: 200px;
  }


  .ring-style::before {

    content: ' ';

    display: inline-block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: white;

    width: 160px;

    height: 160px;

    border-radius: 160px;
  }

  /* 叉号 */
  .draw-close {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 26px;
    /* border: 1px solid #025299; */
    /* background-color: #025299; */
    position: relative;
  }

  .draw-close::before,
  .draw-close::after {
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
  }

  .draw-close::before {
    transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .draw-close::after {
    transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px solid #a8a8a8;
  }

  .divider-000 {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }


  .vertical-dashed {
    display: block;
    height: 100px;
    width: 50%;
    margin: 12px 0;
    border-right: 2px dashed #333;
  }

  .block {
    display: block;
  }

  .none {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .border-box {
    box-sizing: border-box;
  }


  /* flex 布局*/
  .flex {
    display: flex;
  }


  .flex-1 {
    flex: 1;
  }

  .flex-0-0-auto {
    flex: 0 0 auto;
  }

  /* flex 水平居中 布局*/
  .flex-horizontal-center {
    display: flex;
    justify-content: center;
  }


  /* flex 竖向居中 布局*/
  .flex-Vertical-center {
    display: flex;
    align-items: center;
  }


  /* flex 水平、竖向居中 布局*/
  .flex-horizontal-Vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 垂直布局左居中 */
  .flex-directions-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  /* 垂直布局上下间距相同左右居中 */
  .flex-directions-center-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .flex-directions-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .a-t-c {
    align-items: center;
  }

  .flex-horizontal-between {
    display: flex;
    justify-content: space-between;
  }

  .flex-horizontal-around {
    display: flex;
    justify-content: space-around;
  }

  .flex-horizontal-evenly {
    display: flex;
    justify-content: space-evenly;
  }

  .flex-justify-content-center {
    justify-content: center;
  }

  .flex-align-content-flex-start {
    align-content: flex-start;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal-start {
    display: flex;
    justify-content: flex-start;
  }

  .flex-horizontal-end {
    display: flex;
    justify-content: flex-end;

  }

  .flex-align-items-end {
    display: flex;
    align-items: flex-end;

  }

  /* flex 竖向排列 */
  .flex-Directions {
    display: flex;
    flex-direction: column;
  }


  /* flex 横向排列 */
  .flex-arrangement {
    display: flex;
    flex-direction: row;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }


  .p-2-3 {
    padding: 2px 3px;
  }

  .p-10 {
    padding: 10px;
  }

  .p-20 {
    padding: 20px;
  }

  .p-l-r-b-20 {
    padding: 0 20px 20px 20px;
  }

  .p-l-r-46 {
    padding: 0 46.5px;
  }

  .p-t-10 {
    padding-top: 10px;
  }

  .p-t-20 {
    padding-top: 20px;
  }

  .p-t-30 {
    padding-top: 30px;
  }

  .p-l-90 {
    padding-left: 90px;
  }

  .p-l-40 {
    padding-left: 40px;
  }

  .p-r-40 {
    padding-right: 40px;
  }

  .p-r-50 {
    padding-right: 50px;
  }

  .m-0:nth-child(1) {
    margin-left: 0;
  }

  .p-l-80 {
    padding-left: 80px;
  }

  .p-b-20 {
    padding-bottom: 20px;
  }


  .p-b-30 {
    padding-bottom: 30px;
  }

  .p-l-20 {
    padding-left: 20px;
  }

  .p-l-60 {
    padding-left: 60px;
  }

  .p-b-50 {
    padding-bottom: 50px;
  }

  .p-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-l-r-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-l-r-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-t-r-b-l-30 {
    padding: 30px;
  }

  .pg17-bgc {
    width: 100%;
    height: 601px;
    background-color: #F9F9F9;
  }


  .m-auto {
    margin: auto;
  }

  .m-t-100 {
    margin-top: 100px;
  }

  .m-t-90 {
    margin-top: 100px;
  }

  .m-t-80 {
    margin-top: 80px;
  }


  .m-t-60 {
    margin-top: 60px;
  }

  .m-t-62 {
    margin-top: 62px;
  }

  .m-t-65 {
    margin-top: 65px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .m-t-46 {
    margin-top: 46px;
  }

  .m-t-44 {
    margin-top: 44px;
  }

  .m-t-40 {
    margin-top: 40px;
  }


  .m-t-35 {
    margin-top: 35px;
  }

  .m-t-30 {
    margin-top: 30px;
  }

  .m-t-25 {
    margin-top: 25px;
  }

  .m-t-24 {
    margin-top: 24px;
  }

  .m-t-20 {
    margin-top: 20px;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .m-t-12 {
    margin-top: 12px;
  }

  .m-t-5 {
    margin-top: 5px;
  }

  .m-t-16 {
    margin-top: 16px;
  }

  .m-t-16-b-4 {
    margin: 16px 0 3px 0;
  }

  .m-t-5 {
    margin-top: 5px;
  }

  .m-b-5 {
    margin-bottom: 5px;
  }


  .m-b-10 {
    margin-bottom: 10px;
  }


  .m-b-15 {
    margin-bottom: 15px;
  }

  .m-b-18 {
    margin-bottom: 18px;
  }

  .m-b-20 {
    margin-bottom: 20px;
  }

  .m-b-40 {
    margin-bottom: 40px;
  }

  .m-b-50 {
    margin-bottom: 50px;
  }

  .m-b-80 {
    margin-bottom: 80px;
  }



  .m-l-330 {
    margin-left: 330px;


  }

  .m-l-310 {
    margin-left: 310px;
  }

  .m-l-320 {
    margin-left: 320px;
  }

  .m-l-200 {
    margin-left: 200px;
  }

  .m-l-140 {
    margin-left: 140px;
  }

  .m-l-80 {
    margin-left: 80px;
  }

  .m-l-66 {
    margin-left: 66px;
  }

  .m-l-60 {
    margin-left: 60px;
  }

  .m-l-50 {
    margin-left: 50px;
  }

  .m-l-45 {
    margin-left: 45px;
  }

  .m-l-40 {
    margin-left: 40px;
  }

  .m-l-34 {
    margin-left: 34px;
  }

  .m-l-30 {
    margin-left: 30px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-10 {
    margin-left: 10px;
  }

  .m-l-12 {
    margin-left: 12px;
  }

  .m-l-11 {
    width: auto;
    height: 100%;
  }

  .p-l-r-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .m-l--10 {
    margin-left: -10px;
  }

  .m-l-5 {
    margin-left: 5px;
  }

  .m-l-2 {
    margin-left: 2px;
  }

  .m-l-15 {
    margin-left: 15px;
  }

  .m-l-16 {
    margin-left: 16px;
  }

  .m-l-55 {
    margin-left: 55px;
  }

  .m-r-80 {
    margin-right: 80px;
  }

  .m-r-60 {
    margin-right: 60px;
  }

  .m-r-50 {
    margin-right: 50px;
  }

  .m-r-40 {
    margin-right: 40px;
  }

  .m-r-20 {
    margin-right: 20px;
  }

  .m-t-22 {
    margin-top: 22px;
  }

  .m-t-10 {
    margin-top: 10px;
  }

  .m-r-17 {
    margin-right: 17px;
  }

  .m-r-15 {
    margin-right: 15px;
  }

  .m-r-13 {
    margin-right: 13px;
  }

  .m-r-10 {
    margin-right: 10px;
  }

  .m-r-160 {
    margin-right: 160px;
  }

  .m-r-170 {
    margin-right: 170px;
  }


  .m-t-b-30-50 {
    margin: 30px 0 50px 0;
  }

  .m-t-b-60-40 {
    margin: 60px 0 40px 0;
  }

  .m-t-b-65-20 {
    margin: 65px 0 20px 0;
  }



  .l-h-40 {
    line-height: 40px;
  }

  .l-h-44 {
    line-height: 44px;
  }

  .line-h-52 {
    line-height: 50px;
  }

  .l-h-45 {
    line-height: 45px;

  }

  .line-h-30 {
    line-height: 30px;
  }

  .line-h-26 {
    line-height: 26px;
  }


  .line-h-25 {
    line-height: 25px;
  }

  .line-h-20 {
    line-height: 20px;
  }

  /* 手型 */
  .pointer {
    cursor: pointer;
  }

  .pointer-disabled {
    cursor: not-allowed;
    pointer-events:none;
  }

  .text-more {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .text-more-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .t-l {
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 28px;
    background-color: #12597e;
    color: #fff;
    font-weight: normal;
    display: inline-block;
  }


  .router {
    /* margin: auto; */
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #333;
    background-color: #fff;
    /* position: fixed;
    left: 0;
    top: 50%; */
  }

  .router-actived {
    color: #fff;
    background-color: #5A5A5A;
    background-color: #5A5A5A;
  }

  .router a {
    display: inline-block;
    text-decoration: none;
    color: #000;
  }

  /* 下划线 */
  .underline {
    text-decoration: underline;
  }

  /* 404页面按钮 */
  .notFD-404 {
    width: 300px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
  }


  /* 会员证页面蓝色小点 */
  .blueDot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }


  /* 会员证页面蓝色小点 */
  .blueDot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }

  /* 移除最后一个元素下边框 */
  .last-child-none:last-child {
    border: 0;
  }

  /* 移除border边框 */
  .bd-0 {
    border: none;
  }

  .f-l {
    float: left;
  }

  .rltv {
    position: relative;
  }

  .rltv2 {
    position: relative;
    right: 0;
  }



  .zsdw {
    position: absolute;
    left: 0;
    top: 0;
  }

  .two-m-t-80:nth-child(2n) {
    margin-top: 80px;
  }

  .compositionRatio {
    width: 960px;
    min-height: 337px;
    border: 1px solid #000;
    padding: 50px 35px;
  }

  .transform-scalc-160 {
    transform: scale(1.6)
  }

  .border-00BC0D-green-big-kx {
    width: 50px;
    height: 50px;
    border: 3px solid #00BC0D;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-00BC0D-green-big-st {
    width: 50px;
    height: 50px;
    background-color: #00BC0D;
    border-radius: 50%;
  }

  .border-00BC0D-green-small-kx {
    width: 40px;
    height: 40px;
    border: 3px solid #00BC0D;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-00BC0D-green-small-st {
    width: 40px;
    height: 40px;
    background-color: #00BC0D;
    border-radius: 50%;
  }

  .border-707070-grey-s-kx {
    width: 30px;
    height: 30px;
    border: 3px solid #707070;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-707070-grey-s-st {
    width: 30px;
    height: 30px;
    background-color: #707070;
    border-radius: 50%;
  }

  .border-2A6FE6-blue-big-kx {
    width: 50px;
    height: 50px;
    border: 3px solid #2A6FE6;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-2A6FE6-blue-big-st {
    width: 50px;
    height: 50px;
    background-color: #2A6FE6;
    border-radius: 50%;
  }

  .border-2A6FE6-blue-small-kx {
    width: 40px;
    height: 40px;
    border: 3px solid #2A6FE6;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-2A6FE6-blue-small-st {
    width: 40px;
    height: 40px;
    background-color: #2A6FE6;
    border-radius: 50%;
  }

  /* 排除第一个元素并加margin-top */

  .exclude:not(:first-child) {
    margin-top: 35px;
  }

  .sataus:not(:first-child) {
    margin-top: 25px;
  }

  /* 移除最后一个元素下边框 */
  .last-child-none:last-child {
    border: 0;
  }


  /* 图片等比缩放 */
  .img_proportional_scaling {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background-image: url('../img/03.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
  }

  .irregular-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    /* 边框颜色 */
    border: 2px solid blue;
    /* 边框宽度和样式 */
  }


  /* .textareaaa {
    width: 650px;
    height: 30px;
    max-height: 300px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: #F3F3F3 0% 0% no-repeat;
    padding: 8px 0 0 10px;
  } */

  .no-data-box {
    background-image: url('../img/noData.svg');
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
  }



  /*--------------------------- component  pageheader----------------------------- start*/

  .pageheader-box {
    background-color: #F8F8F8;
    color: #333333;
    font-size: 14px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  }

  .pageheader-header {
    width: 100%;
    height: 5rem;
    margin: auto;
    background-color: #F8F8F8;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .pageheader-header-logo {
    background-image: url('../img/Metabadge_logo.png');
    background-size: cover;
    width: 8.04rem;
    height: 2.2rem;
  }

  .pageheader-header-info {
    height: 3.75rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }


  .pageheader-header-register {
    font-size: 16px;
    font-weight: bold;
  }

  .pageheader-header-login {
    /* margin-right: 1rem; */
    font-size: 16px;
    font-weight: bold;
  }


  .pageheader-header-register-text,
  .pageheader-header-login-text {
    cursor: pointer;
  }

  .pageheader-header-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
  }

  .pageheader-header-avatar-default {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/default_avater.svg');
    background-size: cover;
  }

  .pageheader-header-nav-menu-box {
    display: flex;
    justify-content: end;
    border-top: 0.01rem solid #707070;
    padding-right: 0.5rem;
  }

  .pageheader-header-nav-menu {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    background-image: url('../img/menu.svg');
    background-size: cover;
  }


  .pageheader-header-nav {
    width: 100vw;
    /* min-width: 1000px; */
    height: 2.375rem;
    background-color: #F2F2F2;
    display: flex;
    overflow: hidden;
  }

  .pageheader-header-menu-box {
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    /* animation: example1 1s ease-in-out 0s backwards; */
  }


  @keyframes example1 {
    0% {
      transform: translateX();
      opacity: 0;
    }

    50% {
      transform: translateX();
      opacity: 0.5;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }


  }

  .pageheader-header-nav-box {
    /* z-index: 999; */
    /* position: absolute; */
    /* right: 0; */
    /* width: 50%; */
    /* height: 100vh; */
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* background-color: #fff; */
    color: #333;
    /* padding-top: 30px; */

  }

  .pageheader-header-nav-box div {
    /* padding: 10px 30px; */
    box-sizing: border-box;
    /* border-bottom: 1px solid #707070; */
    font-size: 12px;
    width: auto;
  }

  .text-sd {
    padding: 5px 20px;
    box-sizing: border-box;
    border-right: 1px solid #707070;
  }

  .text-last-sd {
    border-right: 0;
  }

  .pageheader-header-nav-avtived {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold;
  }

  .pageheader-header-nav-pointer {
    cursor: pointer;
  }


  .hover_con {
    position: fixed;
    min-width: 180px;
    height: auto;
    padding: 0px 25px;
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 4px;
    z-index: 9999999;
  }


  .hover_user {
    position: fixed;
    min-width: 165px;
    box-sizing: border-box;
    height: auto;
    padding: 0px 25px;
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 4px;
    z-index: 9999999;
  }

  .menu-ul li {
    line-height: 40px;
    border-bottom: 1px solid #707070;
    list-style:none;
  }

  .menu-ul li:last-child {
    border-bottom: 0px;
  }

  .menu-ul>li:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .menu-ul-li-nickname {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 27px;
    line-height: 27px;
    margin-bottom: -10px;
    margin-top: 16px;
    /* text-decoration: none!important; */

    /* height: 50px; */
    /* border: 1px solid pink; */
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* .menu-ul-li-nickname:hover {
    text-decoration: none!important;
  } */

  .menu-ul-li-nickname-label {
    font-size: 14px;
    font-weight: bold;
    color: #AAAAAA;
  }





  /*--------------------------- component  pageheader----------------------------- end*/

  /*--------------------------- component  pagefooter----------------------------- start*/


  .pagefooter-box {
    /* position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; */
    background-color: #3D3D3D;
    color: #fff;
    font-size: 14px;
  }



  .pagefooter-content {
    /* min-width: 1000px; */
    display: flex;
    justify-content: center;
  }


  .pagefooter-content-sd {
    display: flex;
    justify-content: center;
  }

  .pagefooter-header-logo {
    background-image: url('../img/Metabadge_logo.png');
    background-size: contain;
    width: 219px;
    height: 60px;
    margin-top: 40px;
  }

  .pagefooter-nav-content {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .pagefooter-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .pagefooter-nav-item {
    margin-bottom: 15px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
  }

  .pagefooter-nav-item:last-child {
    margin-right: 0px;
  }

  .pagefooter-bottom-content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }

  .pagefooter-bottom-text {
    font-size: 12px;
    color: #FFFFFF;
  }

  /*--------------------------- component  pageheader----------------------------- end*/



  
  /*--------------------------- component  noticecard----------------------------- start*/

  .noticecard-dialog {
    /* display: none; */
    /* margin-top: 100px; */
  }

  .noticecard-dialog-header {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }

  .noticecard-dialog-header-title {
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
  }

  .noticecard-dialog-content {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noticecard-dialog-left-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 42px !important;
    width: 70px !important;
  }

  .noticecard-dialog-left-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 42px !important;
    width: 70px !important;
  }


  .noticecard-dialog-center {
    width: 100%;
  }

  .noticecard-dialog-center-img {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 50vw;
    margin: auto;
  }

  .noticecard-dialog-center-des-inventory {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }

  .noticecard-dialog-bottom {
    margin: 15px;
    text-align: center;
    font-size: 0.6rem;
  }

  .noticecard-dialog-btn-title {
    margin-top: 20px;
    font-weight: bold;
    color: #1592E6;
    text-decoration: underline;
    cursor: pointer;
  }

  .noticecard-dialog-right-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 42px !important;
    width: 70px !important;
  }

  .noticecard-dialog-right-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 42px !important;
    width: 70px !important;
  }

  /*--------------------------- component  noticecard----------------------------- end*/

}

/* pc */
@media (min-width: 640px) {

  /* 一览到详情弹框 */
  .notHavePermissionsToView {
    text-align: center;
    font-size: 1.6rem;
    margin: 3rem 0 0 0;
    font-weight: 600;
  }

  .accessConditions {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.1rem;
  }

  .missingMembers {
    margin-top: 2rem;
    text-align: center;
  }

  .missingCertificate {
    margin-top: 2rem;
    font-size: .8rem;
    text-align: center;
  }

  .fade-enter-active,
  .fade-leave-active {
    transition: opacity .5s;
  }

  .fade-enter,
  .fade-leave-to

  /* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
  }


  textarea#symptomTxt {
    background: #F3F3F3;
    resize: none;
  }

  input#symptomTxt {
    background: #F3F3F3;
    resize: none;
  }

  textarea::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
  }

  textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
  }

  textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
  }

  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    letter-spacing: 0.8px;
  }


  .input-placeholder-center::-webkit-input-placeholder {
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }


  .input-placeholder-center::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }

  .input-placeholder-center:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }

  .input-placeholder-center:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #949494;
    /* font: normal normal normal 16px 'Noto Sans'; */
    text-align: center !important;
  }


  /* 下拉框 下拉箭头 自定义 */

  .select-arrow-none {
    appearance: none;
    /* 隐藏原本的下拉框箭头 */
  }

  .select-arrow {
    padding-right: 20px;
    /*为箭头留出空间 */
    background: url('../img/select_arrow_im.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 15px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }

  /* 每个页面默认样式设置 */
  .body {
    font-family: 'Noto Sans';
    color: #333333;
    /* font-size: 14px; */
    margin: 0;
    padding: 0;
    /* min-width: 1300px; */
    min-height: calc(100vh - 460px);
    /* margin-bottom: 10px; */
  }



  /* flexslider 轮播图的样式 勿动*/

  /* 加载图片未完成时播放的 loading:  .flexslider{position:relative;height:400px;overflow:hidden;background:url(../js/jqueryflexslider/images/loading.gif) 50% no-repeat;}  background-color: #A1A1A1;  */
  .flexslider {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
  }

  .ver-align {
    vertical-align: top;
  }

  .slides {
    position: relative;
    z-index: 1;
  }

  .slides li {
    height: 400px;
  }

  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }


  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }




  /* flexslider1 轮播图的样式 勿动*/

  /* 放大轮播图 */
  /* 加载图片未完成时播放的 loading:  .flexslider{position:relative;height:400px;overflow:hidden;background:url(../js/jqueryflexslider/images/loading.gif) 50% no-repeat;}  background-color: #A1A1A1;  */
  .flexslider1 {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    background-color: #fff;
  }

  .flexslider1 {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    background-color: #fff;
  }

  .ver-align {
    vertical-align: top;
  }

  .slides1 {
    position: relative;
    z-index: 1;
  }

  .slides1 li {
    /* height: 800px; */
  }

  .slides1 li {
    /* height: 800px; */
  }

  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }


  .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
  }

  .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../js/plug_js/jqueryflexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
  }

  .flex-control-nav .flex-active {
    background-position: 0 0;
  }

  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
  }

  .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
  }

  .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/prev.png) center center no-repeat;
  }

  .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../js/plug_js/jqueryflexslider/images/next.png) center center no-repeat;
  }

  /* 梯形 */


  .trapezoid1 {
    width: 52px;
    height: 0;
    border-bottom: 90px solid #707070;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 1px 25px 60px;
  }

  .ti {
    position: absolute;
    z-index: 222;
    top: -28px;
    left: -98px;
    width: 51px;
    height: 0;
    border-bottom: 57px solid #fff;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-width: -2px 25px 60px;

  }

  .test {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 50px;
    height: 0;
    border-width: 0 25px 50px 25px;
    border-style: solid;
    border-color: red transparent #707070 transparent;
  }

  .test1 {
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 2px;
    width: 48px;
    height: 0;
    border-width: 0 24px 48px 24px;
    border-style: solid;
    border-color: red transparent #fff transparent;
  }

  .titext {
    position: relative;
    top: -1px;
    left: -2px;
    /* transform: rotate(180deg); */
    z-index: 999
  }


  /* swiper.js */

  .swiper-container {
    width: 100%;
    height: 100%;
  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
  }

  #app-root {
    width: 100%;
    max-width: 960px;
    min-width: 960px;
    margin: 0px auto;
  }

  #app-header {
    height: 150px;
    min-width: 1000px;
    font-family: 'Noto Sans';
  }

  #app-footer {
    min-width: 1000px;
    font-family: 'Noto Sans';
  }


  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  .tab-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 0px;
    background-color: #f5f5f5;
  }


  /*定义滚动条轨道 内阴影+圆角*/
  .tab-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }


  /*定义滑块 内阴影+圆角*/
  .tab-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
  }


  /* 点赞 心形 图 */
  /* 点赞 心形 图 */
  .like-img {
    background-image: url('../img/like.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  /* 选中 红色 心形 图 */
  .liked-img {
    background-image: url('../img/liked.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }



  /* div 三角形 */
  /* .triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #848484;
    border-bottom: 20px solid transparent;
  } */

  /* div 三角形 */
  .triangle-right-small {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid #848484;
    border-bottom: 7.5px solid transparent;
  }


  /* div 三角形 */
  .triangle-down {
    width: 0;
    height: 0;
    border-top: 7.5px solid #848484;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }


  .like-img-big {
    width: 40px;
    height: 40px;
  }

  .like-img-bigg {
    background-image: url('../img/like.svg');
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  /* 评论 图 */
  .comment-img {
    /* background-image: url('../img/comment.svg'); */
    background-size: contain;
    width: 25px;
    height: 25px;
  }


  .down-img {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 30px;
    height: 16px;
  }

  .down-img-2 {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 24px;
    height: 12px;
  }



  .arrow-left-to {
    background: url('../img/down.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }

  .arrow-left-disabled-to {
    background: url('../img/down_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }


  .arrow-right-to {
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  .arrow-right-disabled-to {
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }



  .arrow-left {
    background: url('../img/select_arrow.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .arrow-left_disabled {
    background: url('../img/select_arrow_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }



  .arrow-right {
    background: url('../img/select_arrow.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .arrow-right_disabled {
    background: url('../img/select_arrow_disabled.svg') no-repeat;
    /* 使用自定义的箭头图片 */
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .edit-img {
    background-image: url('../img/edit.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .delete-img {
    background-image: url('../img/delete.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .back-img {
    background-image: url('../img/back.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .cancel-img {
    background-image: url('../img/cancel.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  /* 头像 */
  .avatar-img {
    background-image: url('../img/03.png');
    background-size: contain;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .btn-box {
    width: 250px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .comment-btn-box {
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box2 {
    width: 160px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box:hover {
    background-color: #fafafa;
  }


  .btn-showmore-box {
    width: 450px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 10px;
  }

  .btn-showmore-box:hover {
    background-color: #fafafa;
  }


  .view-btn {
    width: 280px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn2 {
    width: 300px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn:hover {
    /* height: 35px; */
    background-color: #fafafa;
  }

  .view-btn-stop {
    width: 280px;
    height: 45px;
    color: #fff;
    border: 1px solid #707070;
    background: #3A3A3A;
    border-radius: 20px;
  }

  /* 视频播放停止按钮 */
  .video-position {
    position: relative;
  }

  .stop-red {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-color: red;
    border-radius: 50%;
  }

  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    left: 61px;
    right: 0;
    bottom: 0;
    border: 50px solid;
    border-color: transparent transparent transparent white;
  }


  .text-disabled {
    width: 280px;
    height: 45px;
    border: 1px solid #707070;
    color: #fff;
    background: #BEBEBE;
    border-radius: 20px;
  }

  .t-disabled {
    color: #fff;
    background: #BEBEBE;
  }

  .rotate-180 {
    transform: rotate(-180deg);
  }


  .tag-btn {
    width: 150px;
    height: 40px;
  }

  .tag-btn-active {
    color: #fff;
    background-color: #5A5A5A;
    border-radius: 20px;
  }

  .display {
    display: none;
  }

  /* 合并边框 */
  .border-collapse {
    border-collapse: collapse;
  }

  /* 绝对定位样式 */
  .postion-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .comment-texteare {
    width: 800px;
    min-height: 30px;
    height: 80px;
    /* line-height: 10px; */
    max-height: 120px;
    font-size: 16px;
    padding: 3px 5px;
  }

  .stage-legend-box {
    width: 20px;
    height: 20px;
  }

  .stage-legend-box2 {
    width: 30px;
    height: 30px;
  }

  .answer-title-box {
    width: 173px;
    height: 56px;
    background-color: #12597E;
    color: #fff;
  }

  .questionnaire-box {
    background-color: #F9F9F9;
  }

  .questionnaire-item-box {
    width: 180px;
    min-width: 180px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .questionnaire-item-box-selected {
    width: 180px;
    min-width: 180px;
    height: 50px;
    background-color: #707070;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .vote-result {
    background-color: #EBEAEA;
    height: 90px;
    line-height: 40px;
  }

  .must-text {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    width: 35px;
    height: 20px;
    background: #EB2525;
    padding: 1px 5px;
    margin-left: 10px;
  }

  .border-radius-45 {
    border-radius: 45px;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }


  .bg-FF-box-sd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000029;
    opacity: 1;
  }

  .bg-color-op {
    background: #999D9D 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .color-00A2CB {
    color: #00A2CB;
  }

  /* 透明三角形 */
  .san-triangle {
    position: absolute;
    z-index: 100;
    left: 119px;
    top: 40px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: #fff;
  }

  .ts-triangle {
    position: absolute;
    z-index: 100;
    left: 120px;
    top: 42px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: black;
  }

  .color-C4C4C4 {
    color: #C4C4C4;
  }

  .color-59A5CC {
    color: #59A5CC;
  }

  .color-1592E6 {
    color: #1592E6;
  }

  .color-5DACDC {
    color: #5DACDC;
  }

  .color-CE9898 {
    color: #CE9898;
  }

  .color-333333 {
    color: #333;
  }

  .color-999D9D {
    color: #999d9d;
  }

  .color-8B8B8B {
    color: #8B8B8B;
  }


  /* 选中 红色 心形 图 */
  .liked-img {
    background-image: url('../img/liked.svg');
    background-size: contain;
    width: 25px;
    height: 25px;
  }

  .like-img-big {
    width: 40px;
    height: 40px;
  }


  .down-img {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 30px;
    height: 16px;
  }

  .down-img-2 {
    background-image: url('../img/down.svg');
    background-size: contain;
    width: 24px;
    height: 12px;
  }

  .edit-img {
    background-image: url('../img/edit.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .delete-img {
    background-image: url('../img/delete.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .back-img {
    background-image: url('../img/back.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .cancel-img {
    background-image: url('../img/cancel.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  /* 头像 */
  .avatar-img {
    background-image: url('../img/03.png');
    background-size: contain;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .btn-box {
    width: 250px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 4px;
  }

  .comment-btn-box {
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 30px;
  }

  .comment-btn-box:hover {
    background-color: #fafafa;
  }

  .view-btn {
    width: 280px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
  }

  .view-btn:hover {
    /* height: 35px; */
    background-color: #fafafa;
  }

  .view-btn-stop {
    width: 280px;
    height: 45px;
    color: #fff;
    border: 1px solid #707070;
    background: #3A3A3A;
    border-radius: 20px;
  }

  .text-disabled {
    width: 280px;
    height: 45px;
    border: 1px solid #707070;
    color: #fff;
    background: #BEBEBE;
    border-radius: 20px;
  }

  .t-disabled {
    color: #fff;
    background: #BEBEBE;
  }

  .tag-btn {
    width: 150px;
    height: 40px;
  }

  .tag-btn-active {
    color: #fff;
    background-color: #5A5A5A;
    border-radius: 20px;
  }

  /* 合并边框 */
  .border-collapse {
    border-collapse: collapse;
  }

  /* 盒子模型 */
  .bs-bb {
    box-sizing: border-box;
  }

  .comment-texteare {
    width: 800px;
    min-height: 30px;
    height: 80px;
    /* line-height: 10px; */
    max-height: 120px;
    font-size: 16px;
    padding: 3px 5px;
  }

  .stage-legend-box {
    width: 20px;
    height: 20px;
  }

  .stage-legend-box2 {
    width: 30px;
    height: 30px;
  }

  .answer-title-box {
    width: 173px;
    height: 56px;
    background-color: #12597E;
    color: #fff;
  }

  .questionnaire-item-box2 {
    width: 180px;
    min-width: 180px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  .questionnaire-item-box-selected2 {
    width: 180px;
    min-width: 180px;
    height: 40px;
    background-color: #bbbbbb;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
  }

  /* 搜索框 前缀 放大镜 */
  .input-search-prefix {
    background-image: url('../img/search.svg');
    background-size: cover;
    width: 23px;
    height: 22px;
  }

  .vote-result {
    background-color: #EBEAEA;
    height: 90px;
    line-height: 40px;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }


  .bg-FF-box-sd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000029;
    opacity: 1;
  }

  .bgc-F3F3F3 {
    background-color: #F3F3F3;
  }

  .bgc-F9F9F9 {
    background-color: #F9F9F9;
  }

  .bgc-707070 {
    background-color: #707070;
  }

  .bgc-A1A1A1 {
    background-color: #A1A1A1;
  }

  .bgc-EBEAEA {
    background-color: #EBEAEA;
  }

  .bgc-FFF {
    background-color: #FFF;
  }

  .bgc-FF9898 {
    background-color: #FF9898;
  }

  .color-00BC0D {
    color: #00BC0D;
  }

  .color-2A6FE6 {
    color: #2A6FE6;
  }

  .bg-color-op {
    background: #999D9D 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .color-00A2CB {
    color: #00A2CB;
  }

  .color-333333 {
    color: #333;
  }

  .color-8B8B8B {
    color: #8B8B8B;
  }

  .color-red {
    color: #EF083F;
  }

  .color-high-red {
    color: #FF0000;
  }

  .color-949494 {
    color: #949494;
  }

  .color-a6a6a6 {
    color: #a6a6a6;
  }

  .color-fff {
    color: #fff;
  }

  .color-F52222 {
    color: #F52222;
  }

  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .bgc-F7F7F7 {
    background-color: #F7F7F7;
  }

  .bgc-94 {
    background-color: #949494;
  }

  .bgc-F6F6F6 {
    background-color: #F6F6F6;
  }

  .bgc-00D0C2 {
    background-color: #00D0C2;
  }

  .bgc-55B0C2 {
    background-color: #55B0C2;
  }


  .bgc-8CDCEC {
    background-color: #8CDCEC;
  }

  .bgc-F8F9FA {
    background-color: #F8F9FA;
  }


  .border-radius-left-8 {
    border-radius: 8px 0 0 8px;
  }

  .border-radius-right-8 {
    border-radius: 0 8px 8px 0;
  }


  .border-radius-91 {
    padding: 8px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    opacity: 1;
  }

  .border-radius-8 {
    border-radius: 8px;
  }

  .border-radius-20 {
    border-radius: 20px;
  }

  .border-radius-40 {
    border-radius: 40px;
  }

  .border-radius-2 {
    border-radius: 2px;
  }


  .f-w-800 {
    font-weight: 800;
  }

  .f-w-600 {
    font-weight: 600;
  }


  .f-right {
    float: right;
  }

  .w-30 {
    width: 30px;
  }

  .color-6cbaff {
    color: #6CBAFF;
  }

  .color-F20000 {
    color: #F20000;
  }

  .color-C2080E {
    color: #C2080E;
  }

  .color-949494 {
    color: #949494;
  }


  .w-105 {
    width: 105px;
  }


  .w-110 {
    width: 110px;
  }

  .w-120 {
    width: 120px;
  }

  .color-a6a6a6 {
    color: #a6a6a6;
  }

  .color-fff {
    color: #fff;
  }

  .w-180 {
    width: 180px;
  }

  .w-200 {
    width: 200px;
  }

  .color-777 {
    color: #777;
  }

  .bg-color-F2 {
    background-color: #F2F2F2;
  }

  .bg-color-Fa {
    background-color: #FAFAFA;
  }


  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .bgc-fff {
    background-color: #fff;
  }

  .bgc-707070 {
    background-color: #707070;
  }

  .color-000000 {
    color: #000000;
  }

  .bg-color-blue {
    background-color: #1DA1F2;
  }

  .w-700 {
    width: 700px;
  }

  .w-750 {
    width: 750px;
  }

  .w-800 {
    width: 800px !important;
  }

  .w-814 {
    width: 814px;
  }

  .w-350-h-212 {
    width: 350px;
    height: 212px;
  }

  .w-380 {
    width: 380px;
  }

  .w-380-h-30 {
    width: 380px;
    height: 30px;
  }

  .w-827-h-233 {
    width: 827px;
    height: 233px;
  }

  .w-900-h-233 {
    width: 900px;
    height: 233px;
  }

  .w-900-h-244 {
    width: 900px;
    height: 244px;
  }

  .w-900-m-h-189 {
    width: 900px;
    min-height: 189px;
  }

  .w-900-h-255 {
    width: 900px;
    height: 255px;
  }

  .w-450-h-526 {
    width: 450px;
    height: 526px;
  }

  .w-450-h-405 {
    width: 450px;
    height: 405px;
  }

  .w-410-h-205 {
    width: 410px;
    height: 205px;
  }

  .w-330-h-50 {
    width: 330px;
    height: 50px;
  }

  .m-w-100-h-35 {
    min-width: 100px;
    min-height: 35px;
  }

  .m-w-150 {
    min-width: 150px;
  }

  .m-w-200 {
    min-width: 200px;
  }

  .max-w-700 {
    width: 700px;
  }

  .max-w-750 {
    max-width: 750px;
  }

  .m-w-526 {
    min-width: 526px;
  }

  .w-427-h-195 {
    width: 427px;
    height: 195px;
  }

  .w-427-h-255 {
    width: 427px;
    height: 255px;
  }

  .w-590-h-48 {
    width: 590px;
    height: 48px;
  }

  .w-590-h-40 {
    width: 590px;
    height: 40px;
  }


  .w-900-h-282 {
    width: 900px;
    height: 282px;
  }

  .w-630-h-108 {
    width: 630px;
    height: 108px;
  }

  .w-600-h-386 {
    width: 600px;
    height: 386px;
  }

  .w-600 {
    width: 600px;
  }

  .w-890 {
    width: 890px;
  }

  .w-1000 {
    width: 1000px;
  }

  .w-630 {
    width: 630px;
  }

  .w-900 {
    width: 900px;
  }

  .w-960 {
    width: 960px;
  }

  .w-140-h-20 {
    width: 140px;
    height: 20px;
    position: relative;
    left: -15px;
  }

  .h-108 {
    height: 108px;
  }

  .width-full {
    width: 100%;
  }

  .width-half {
    width: 50%;
  }


  .height-full {
    height: 100%;
  }

  .height-auto {
    height: auto;
  }

  .h-30 {
    height: 30px;
  }

  .h-34 {
    height: 34px;
  }

  .h-35 {
    height: 35px;
  }

  .h-36 {
    height: 36px;
  }

  .h-40 {
    height: 40px;
  }

  .h-50 {
    height: 50px;
  }

  .h-54 {
    height: 54px;
  }

  .h-60 {
    height: 60px;
  }

  .h-66 {
    height: 66px;
  }

  .h-70 {
    height: 70px;
  }

  .h-75 {
    height: 75px;
  }

  .h-80 {
    height: 80px;
  }

  .h-96 {
    height: 96;
  }

  .m-h-143 {
    min-height: 143px;
  }

  .m-h-145 {
    min-height: 145px;
  }

  .w-300-h-96 {
    width: 300px;
    height: 96.67px;
    box-sizing: border-box;
  }

  .h-200 {
    height: 200px;
  }

  .h-220 {
    height: 220px;
  }

  .h-230 {
    height: 230px;
  }

  .h-233 {
    height: 233px;
  }

  .h-300 {
    height: 300px;
  }

  .h-313 {
    height: 313px;
  }

  .m-h-337 {
    min-height: 337px;
  }

  .h-355 {
    height: 355px;
  }

  .h-390 {
    height: 390px;
  }

  .h-400 {
    height: 400px;
  }

  .h-462 {
    height: 462px;
  }

  .h-470 {
    height: 470px;
  }

  .w-192-h-24 {
    width: 192px;
    height: 24px;
  }

  .m-w-192-h-24 {
    min-width: 100px;
    height: 24px;
  }

  .w-549-h-205 {
    width: 549px;
    height: 205px;
  }

  .w-526-h-40 {
    width: 526px;
    height: 40px;
  }

  .w-180-h-120 {
    width: 180px;
    height: 120px;
  }

  .w-180-h-35 {
    width: 180px;
    height: 35px;
  }

  .h-251 {
    height: 251px;
  }

  .h-1288 {
    height: 1288px;
  }

  .h-1363 {
    height: 1363px;
  }

  .view_box {
    padding: 20px;
  }

  .img_view {
    width: 290px;
    height: 200px;
    background-size: contain;
  }

  .img_radio {
    width: 170px;
    height: 110px;
  }

  .small-img_radio {
    width: 100px;
    height: 66.67px;
  }

  .img_trapezoid {
    width: 130px;
    height: 86px;
  }

  .view_status_box {
    /* height: 35px; */
    padding: 5px 15px;
    color: #fff;
    background-color: #656565;
  }

  .view_status_box2 {
    /* height: 35px; */
    padding: 10px;
    color: #fff;
    background-color: #656565;
  }


  .view-new-box {
    width: 50px;
    height: 30px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 4px;
  }


  .line-h-52 {
    line-height: 50px;
  }

  .text-blod {
    font-weight: bold;
  }

  .text-no-blod {
    font-weight: normal;
  }

  .font-size-50 {
    font-size: 50px;
  }

  .font-size-40 {
    font-size: 40px;
  }

  .font-size-35 {
    font-size: 35px;
  }

  .font-size-32 {
    font-size: 32px;
  }

  .font-size-28 {
    font-size: 28px;
  }



  .font-size-24 {
    font-size: 24px;
  }

  .font-size-22 {
    font-size: 22px;
  }

  .font-size-20 {
    font-size: 20px;
  }

  .font-size-18 {
    font-size: 18px;
  }

  .font-size-16 {
    font-size: 16px;
  }

  .font-size-14 {
    font-size: 14px;
  }


  .border-left-none {
    border-left: 0px !important;
  }


  .border {
    border: 1px solid #707070;
  }

  .border-1 {
    border: 1px solid #333;
  }

  .border-9b {
    border: 1px solid #9B9B9B;
  }

  .border-e6 {
    border: 1px solid #e6e6e6;
  }

  .border-2d {
    border: 1px solid #2D2D2D;
  }

  .border-bottom {
    border-bottom: 1px solid #a3a3a3;
  }

  .border-bottom-1 {
    border-bottom: 1px solid #333 !important;
  }

  .border-bottom-2 {
    border-bottom: 2px solid #333 !important;
  }

  .border-actived {
    color: #333 !important;
    border-bottom: 3px solid #333 !important;
  }

  .border-bottom-3 {
    border-bottom: 1px dashed #333;
  }

  .border-bottom-4 {
    border-bottom: 1px solid #707070;
  }

  .border-pl {
    border: 1px solid #707070;
  }

  .border-none {
    border: none;
  }


  /* 梯形 */


  .trapezoid {
    width: 52px;
    height: 0;
    border-bottom: 90px solid #f5f5f5;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 0 25px 60px;
  }

  /* 问卷 梯形 */
  .questionnaire-trapezoid {
    width: 105px;
    height: 0;
    border-bottom: 30px solid #D4DEFF;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
  }

  /* 圆环 */
  .circular {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
  }

  .ring-style {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #CE2A2A;
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }

  .ring-style::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 160px;
    height: 160px;
    border-radius: 160px;
  }

  /* 叉号 */
  .draw-close {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 26px;
    /* border: 1px solid #025299; */
    /* background-color: #025299; */
    position: relative;
  }

  .draw-close::before,
  .draw-close::after {
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
  }

  .draw-close::before {
    transform: rotate(45deg);
  }

  .draw-close::after {
    transform: rotate(-45deg);
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px solid #a8a8a8;
  }

  .divider-000 {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }


  .vertical-dashed {
    display: block;
    height: 100px;
    width: 50%;
    margin: 12px 0;
    border-right: 2px dashed #333;
  }


  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .block {
    display: block;
  }

  .inline-block {
    display: inline-block;
  }

  /* flex 布局*/
  .flex {
    display: flex;
  }


  .flex-1 {
    flex: 1;
  }

  .flex-0-0-auto {
    flex: 0 0 auto;
  }

  /* flex 水平居中 布局*/
  .flex-horizontal-center {
    display: flex;
    justify-content: center;
  }

  /* flex 水平、竖向居中 布局*/
  .flex-horizontal-Vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-horizontal-Vertical-center-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .flex-directions-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .flex-directions-center-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-center-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .a-t-c {
    align-items: center;
  }

  .flex-horizontal-between {
    display: flex;
    justify-content: space-between;
    font-size: 32px;
  }

  .flex-horizontal-around {
    display: flex;
    justify-content: space-around;
  }

  .flex-horizontal-evenly {
    display: flex;
    justify-content: space-evenly;
  }

  .flex-justify-content-center {
    justify-content: center;
  }

  .flex-align-content-flex-start {
    align-content: flex-start;
  }

  .flex-align-content-space-between {
    align-content: space-between;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal-start {
    display: flex;
    justify-content: flex-start;
  }

  .flex-horizontal-end {
    display: flex;
    justify-content: flex-end;

  }

  .flex-align-items-flex-start {

    align-items: flex-start;
  }

  .flex-jfcc-fw-acfs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  /* flex 竖向排列 */
  .flex-Directions {
    display: flex;
    flex-direction: column;
  }

  .flex-Directions-atc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* flex 横向排列 */
  .flex-arrangement {
    display: flex;
    flex-direction: row;
  }

  .flex-w-d-jc {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
  }

  .p-0 {
    padding: 0 !important;
  }

  .p-2-3 {
    padding: 2px 3px;
  }

  .p-10 {
    padding: 10px;
  }

  .p-20 {
    padding: 20px;
  }

  .p-30 {
    padding: 30px;
  }

  .p-lr-165-b-20 {
    padding: 0 165px 20px;
  }

  .p-l-r-b-20 {
    padding: 0 20px 20px 20px;
  }

  .p-tb-5-lr-8 {
    padding: 5px 8px !important;
  }

  .p-tb-30-lr-50 {
    padding: 30px 50px;
  }

  .p-tb-20-lr-50 {
    padding: 20px 50px;
  }

  .p-t-40-b-50 {
    padding: 40px 0 50px 0;
  }

  .p-tb-50-rl-40 {
    padding: 50px 40px;
  }

  .p-tb-6-rl-10 {
    padding: 6px 10px;
  }

  .p-l-r-46 {
    padding: 0 46.5px;
  }

  .p-t-5 {
    padding-top: 5px;
  }

  .p-t-10 {
    padding-top: 10px;
  }

  .p-t-20 {
    padding-top: 20px;
  }


  .p-l-90 {
    padding-left: 90px;
  }

  .p-l-30 {
    padding-left: 30px;
  }

  .p-l-19 {
    padding-left: 19px;
  }


  .p-l-10 {
    padding-left: 10px;
  }

  .p-r-8 {
    padding-right: 8px;
  }

  .p-r-10 {
    padding-right: 10px;
  }

  .p-r-20 {
    padding-right: 20px;
  }

  .p-r-30 {
    padding-right: 30px;
  }

  .p-r-50 {
    padding-right: 50px;
  }

  .bg-color-da {
    background: #DADADA;
  }

  .bgc-F7F7F7 {
    background-color: #F7F7F7;
  }

  .bgc-94 {
    background-color: #949494;
  }

  .bgc-F6F6F6 {
    background-color: #F6F6F6;
  }

  .bgc-99ECE7 {
    background-color: #99ECE7;
  }

  .bgc-BBBBBB {
    background-color: #BBBBBB;
  }

  .bgc-55B0C2 {
    background-color: #55B0C2;
  }


  .p-b-5 {
    padding-bottom: 5px;
  }

  .p-b-30 {
    padding-bottom: 30px;
  }

  .p-b-45 {
    padding-bottom: 45px;
  }

  .p-b-50 {
    padding-bottom: 50px;
  }

  .bgc-8CDCEC {
    background-color: #8CDCEC;
  }

  .bgc-F8F9FA {
    background-color: #F8F9FA;
  }

  .bgc-00D0C2 {
    background-color: #00D0C2;
  }







  .p-t-20-r-17-b-24-l-17 {
    padding: 20px 17px 24px 17px;
  }

  .p-t-r-b-l-30 {
    padding: 30px;
  }

  .p-tb-10-rl-95 {
    padding: 10px 95px;
  }

  .pg17-bgc {
    width: 100%;
    height: 601px;
    background-color: #F9F9F9;
  }

  .border-radius-91 {
    padding: 8px 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    opacity: 1;
  }

  .border-radius-8 {
    border-radius: 8px;
  }

  .border-radius-40 {
    border-radius: 40px;
  }

  .border-radius-2 {
    border-radius: 2px;
  }

  .border-radius-10 {
    border-radius: 10px;
  }

  .f-right {
    float: right;
  }

  .w-24 {
    width: 24px;
  }

  .m-t-b-10 {
    margin: 10px 0;
  }

  .m-t--30 {
    margin-top: -30px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .m-t-48 {
    margin-top: 48px;
  }

  .m-t-44 {
    margin-top: 44px;
  }

  .m-t-65 {
    margin-top: 65px;
  }

  .m-t-85 {
    margin-top: 85px;
  }


  .w-30 {
    width: 30px;
  }

  .w-35 {
    width: 35px;
  }

  .w-40 {
    width: 40px;
  }

  .w-54 {
    width: 54px;
  }

  .w-80 {
    width: 80px;
  }


  .m-t-16 {
    margin-top: 16px;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .w-100 {
    width: 100px;
  }

  .w-120 {
    width: 120px;
  }

  .w-130 {
    width: 130px;
  }

  .w-130-h-86 {
    width: 130px;
    height: 86px;
  }

  .w-150 {
    width: 150px !important;
  }

  .w-180 {
    width: 180px;
  }

  .w-175 {
    width: 175px;
  }

  .m-b-3 {
    margin-bottom: 3px;
  }

  .m-b-5 {
    margin-bottom: 5px;
  }

  .m-b-30 {
    margin-bottom: 30px;
  }

  .w-200 {
    width: 200px;
  }

  .w-242 {
    width: 242px;
  }

  .w-245 {
    width: 245px;
  }

  .w-270 {
    width: 270px;
  }

  .w-300 {
    width: 300px;
  }

  .m-b-60 {
    margin-bottom: 60px;
  }


  .w-370 {
    width: 370px;
  }

  .w-400 {
    width: 400px;
  }

  .w-435 {
    width: 435px;
  }

  .w-450 {
    width: 450px;
  }


  .w-460 {
    width: 460px;
  }

  .w-465 {
    width: 465px;
  }

  .w-470 {
    width: 470px;
  }

  .w-526 {
    width: 526px;
  }

  .w-350-h-212 {
    width: 350px;
    height: 212px;
  }

  .w-827-h-233 {
    width: 827px;
    height: 233px;
  }

  .w-900-h-255 {
    width: 900px;
    height: 255px;
  }

  .m-w-526 {
    min-width: 526px;
  }

  .w-180-h-180 {
    width: 180px;
    height: 180px;
  }

  .w-16-h-16 {
    width: 16px;
    height: 16px;
  }

  .w-36-h-36 {
    width: 36px;
    height: 36px;
  }

  .w-427-h-195 {
    width: 427px;
    height: 195px;
  }

  .w-427-h-255 {
    width: 427px;
    height: 255px;
  }

  .w-590-h-48 {
    width: 590px;
    height: 48px;
  }

  .w-600-h-414 {
    width: 600px;
    height: 414px;
  }

  .w-347-h-239 {
    width: 347px;
    height: 239px;
  }

  .w-610 {
    width: 610px;
  }

  .w-800-h-40-bg-f3-br-e6 {
    width: 800px;
    height: 40px;
    border: 1px solid #E6E6E6;
    background: #F3F3F3 0% 0% no-repeat padding-box;
  }

  .w-890 {
    width: 890px;
  }

  .w-1000 {
    width: 1000px;
  }

  .w-630 {
    width: 630px;
  }

  .w-640 {
    width: 640px;
  }

  .w-650 {
    width: 650px !important;
  }

  .w-680 {
    width: 680px !important;
  }

  .w-880 {
    width: 880px;
  }

  .w-900 {
    width: 900px;
  }

  .w-920 {
    width: 920px;
  }

  .w-960 {
    width: 960px;
  }

  .w-507-h-235 {
    width: 507px;
    height: 235px;
  }

  .width-half {
    width: 50%;
  }

  .h-24 {
    height: 24px;
  }

  .h-26 {
    height: 26px;
  }

  .h-29 {
    height: 29px;

  }

  .h-30 {
    height: 30px;
  }

  .h-34 {
    height: 34px;
  }

  .w-363-h-60-bg02295-color-ff {
    width: 363px;
    height: 60px;
    line-height: 60px;
    background: #229500;
    color: #FFFFFF;
  }

  .h-35 {
    height: 35px;
  }

  .h-36 {
    height: 36px;
  }

  .h-45 {
    height: 45px;
  }

  .h-46 {
    height: 46px;
  }

  .h-40 {
    height: 40px !important;
  }

  .h-42 {
    height: 42px;
  }

  .h-44 {
    height: 44px;
  }

  .h-45 {
    height: 45px;
  }

  .h-50 {
    height: 50px !important;
  }

  .h-54 {
    height: 54px;
  }


  .h-60 {
    height: 60px;
  }

  .h-70 {
    height: 70px;
  }

  .h-75 {
    height: 75px;
  }

  .h-80 {
    height: 80px;
  }

  .h-96 {
    height: 96;
  }

  .h-279 {
    height: 279px;
  }

  .h-180 {
    height: 180px;
  }

  .h-190 {
    height: 190px;
  }

  .w-800-h-585 {
    width: 800px;
    height: 585px;
    margin: 0 auto;
  }

  .h-189-bg-border {
    height: 189px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 20px;
    opacity: 1;
  }

  .w-283-h-59-bg-blue {
    width: 283px;
    height: 59px;
    background: #1D9BF0 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
  }

  .w-300-h-96 {
    width: 300px;
    height: 96.67px;
    box-sizing: border-box;
  }

  .h-100 {
    height: 100px;
  }

  .h-110 {
    height: 110px;
  }

  .h-120 {
    height: 120px;
  }

  .h-150 {
    height: 150px;
  }

  .h-200 {
    height: 200px;
  }

  .h-233 {
    height: 233px;
  }

  .h-250 {
    height: 250px;
  }

  .h-300 {
    height: 300px;
  }

  .h-313 {
    height: 313px;
  }

  .h-390 {
    height: 390px;
  }

  .w-160-h-40 {
    width: 160px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
  }

  .w-192-h-24 {
    width: 192px;
    height: 24px;
  }

  .w-526-h-205 {
    width: 526px;
    height: 205px;
  }

  .w-549-h-205 {
    width: 549px;
    height: 205px;
  }

  .w-526-h-40 {
    width: 526px;
    height: 40px;
  }

  .w-152-h29-text-color-333 {
    /* width: 152px;
    height: 29px; */
    text-align: left;
    font: normal normal bold 20px/25px "Noto Sans JP";
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
  }

  .w-246-h47-bg-fff {
    width: 246px;
    height: 47px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
  }


  .h-251 {
    height: 251px;
  }

  .m-h-1025 {
    min-height: 1025px;
  }

  .m-h-40 {
    min-height: 40px;
  }

  .h-1288 {
    height: 1288px;
  }

  .h-1363 {
    height: 1363px;
  }

  .view_box {
    padding: 20px;
  }

  .img_view {
    width: 290px;
    height: 200px;
    background-size: contain;
  }

  .img_radio {
    width: 170px;
    width: 170px;
    height: 110px;
  }

  .small-img_radio {
    width: 100px;
    width: 100px;
    height: 66.67px;
  }

  .img_trapezoid {
    width: 130px;
    width: 130px;
    height: 86px;
  }

  .view-new-box {
    width: 50px;
    height: 30px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 4px;
  }

  .line-h-64 {
    line-height: 64px;
  }

  .line-h-52 {
    line-height: 50px;
  }

  .line-h-40 {
    line-height: 40px;
  }

  .text-no-blod {
    font-weight: normal;
  }

  .font-size-50 {
    font-size: 50px;
  }

  .font-size-40 {
    font-size: 40px;
  }

  .font-size-35 {
    font-size: 35px;
  }

  .font-size-32 {
    font-size: 32px;
  }

  .font-size-28 {
    font-size: 28px;
  }

  .font-size-26 {
    font-size: 26px;
  }

  .font-size-22 {
    font-size: 22px;
  }

  .font-size-21 {
    font-size: 21px;
  }

  .font-size-14 {
    font-size: 14px;
  }

  .font-size-13 {
    font-size: 13px;
  }


  .border {
    border: 1px solid #707070;
  }

  .border-ff {
    border: 1px solid #FFFFFF;
  }


  .border-1 {
    border: 1px solid #333;
  }

  .border-CED4DA {
    border: 1px solid #CED4DA;
  }

  .border-9b {
    border: 1px solid #9B9B9B;
  }

  .border-2d {
    border: 1px solid #2D2D2D;
  }

  .border-bottom {
    border-bottom: 1px solid #a3a3a3;
  }

  .border-bottom-1 {
    border-bottom: 1px solid #333 !important;
  }

  .border-bottom-2 {
    border-bottom: 2px solid #333 !important;
  }

  .border-actived {
    color: #333 !important;
    border-bottom: 3px solid #333 !important;
  }

  .border-bottom-4 {
    border-bottom: 1px solid #707070;
  }

  .border-pl {
    border: 1px solid #707070;
  }

  /* 圆环 */
  .circular {

    position: relative;

    top: 0;

    left: 0;

    width: 200px;

    height: 200px;
  }


  .ring-style {

    display: inline-block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #CE2A2A;

    width: 200px;

    height: 200px;

    border-radius: 200px;
  }


  .ring-style::before {

    content: ' ';

    display: inline-block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: white;

    width: 160px;

    height: 160px;

    border-radius: 160px;
  }

  /* 叉号 */
  .draw-close {
    position: relative;
    width: 200px;
    height: 200px;
    line-height: 26px;
    /* border: 1px solid #025299; */
    /* background-color: #025299; */
    position: relative;
  }

  .draw-close::before,
  .draw-close::after {
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
    position: absolute;
    content: ' ';
    background-color: #000;
    height: 200px;
    width: 20px;
    /* top: 5px; */
    left: 90px;
    background: #000;
  }

  .draw-close::before {
    transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .draw-close::after {
    transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px solid #a8a8a8;
  }

  .divider-000 {
    display: block;
    height: 1px;
    width: 100%;
    margin: 16px 0;
    border-top: 1px solid #707070;
  }

  .divider-dashed {
    display: block;
    height: 1px;
    width: 100%;
    margin: 12px 0;
    border-top: 1px dashed #a8a8a8;
  }


  .vertical-dashed {
    display: block;
    height: 100px;
    width: 50%;
    margin: 12px 0;
    border-right: 2px dashed #333;
  }

  .block {
    display: block;
  }

  .none {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .border-box {
    box-sizing: border-box;
  }


  /* flex 布局*/
  .flex {
    display: flex;
  }


  .flex-1 {
    flex: 1;
  }

  .flex-0-0-auto {
    flex: 0 0 auto;
  }

  /* flex 水平居中 布局*/
  .flex-horizontal-center {
    display: flex;
    justify-content: center;
  }


  /* flex 竖向居中 布局*/
  .flex-Vertical-center {
    display: flex;
    align-items: center;
  }


  /* flex 水平、竖向居中 布局*/
  .flex-horizontal-Vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 垂直布局左居中 */
  .flex-directions-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  /* 垂直布局上下间距相同左右居中 */
  .flex-directions-center-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .flex-directions-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .a-t-c {
    align-items: center;
  }

  .flex-horizontal-between {
    display: flex;
    justify-content: space-between;
  }

  .flex-horizontal-around {
    display: flex;
    justify-content: space-around;
  }

  .flex-horizontal-evenly {
    display: flex;
    justify-content: space-evenly;
  }

  .flex-justify-content-center {
    justify-content: center;
  }

  .flex-align-content-flex-start {
    align-content: flex-start;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal-start {
    display: flex;
    justify-content: flex-start;
  }

  .flex-horizontal-end {
    display: flex;
    justify-content: flex-end;

  }

  .flex-align-items-end {
    display: flex;
    align-items: flex-end;

  }

  /* flex 竖向排列 */
  .flex-Directions {
    display: flex;
    flex-direction: column;
  }


  /* flex 横向排列 */
  .flex-arrangement {
    display: flex;
    flex-direction: row;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }


  .p-2-3 {
    padding: 2px 3px;
  }

  .p-10 {
    padding: 10px;
  }

  .p-20 {
    padding: 20px;
  }

  .p-l-r-b-20 {
    padding: 0 20px 20px 20px;
  }

  .p-l-r-46 {
    padding: 0 46.5px;
  }

  .p-t-10 {
    padding-top: 10px;
  }

  .p-t-20 {
    padding-top: 20px;
  }

  .p-t-30 {
    padding-top: 30px;
  }

  .p-l-90 {
    padding-left: 90px;
  }

  .p-l-40 {
    padding-left: 40px;
  }

  .p-r-40 {
    padding-right: 40px;
  }

  .p-r-50 {
    padding-right: 50px;
  }

  .m-0:nth-child(1) {
    margin-left: 0;
  }

  .p-l-80 {
    padding-left: 80px;
  }

  .p-b-20 {
    padding-bottom: 20px;
  }


  .p-b-30 {
    padding-bottom: 30px;
  }

  .p-l-20 {
    padding-left: 20px;
  }

  .p-l-60 {
    padding-left: 60px;
  }

  .p-b-50 {
    padding-bottom: 50px;
  }

  .p-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-l-r-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-l-r-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-t-r-b-l-30 {
    padding: 30px;
  }

  .pg17-bgc {
    width: 100%;
    height: 601px;
    background-color: #F9F9F9;
  }


  .m-auto {
    margin: auto;
  }

  .m-t-100 {
    margin-top: 100px;
  }

  .m-t-90 {
    margin-top: 100px;
  }

  .m-t-80 {
    margin-top: 80px;
  }


  .m-t-60 {
    margin-top: 60px;
  }

  .m-t-62 {
    margin-top: 62px;
  }

  .m-t-65 {
    margin-top: 65px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .m-t-46 {
    margin-top: 46px;
  }

  .m-t-44 {
    margin-top: 44px;
  }

  .m-t-40 {
    margin-top: 40px;
  }


  .m-t-35 {
    margin-top: 35px;
  }

  .m-t-30 {
    margin-top: 30px;
  }

  .m-t-25 {
    margin-top: 25px;
  }

  .m-t-24 {
    margin-top: 24px;
  }

  .m-t-20 {
    margin-top: 20px;
  }

  .m-t-15 {
    margin-top: 15px;
  }

  .m-t-12 {
    margin-top: 12px;
  }

  .m-t-5 {
    margin-top: 5px;
  }

  .m-t-16 {
    margin-top: 16px;
  }

  .m-t-16-b-4 {
    margin: 16px 0 3px 0;
  }

  .m-t-5 {
    margin-top: 5px;
  }

  .m-b-5 {
    margin-bottom: 5px;
  }


  .m-b-10 {
    margin-bottom: 10px;
  }


  .m-b-15 {
    margin-bottom: 15px;
  }

  .m-b-18 {
    margin-bottom: 18px;
  }

  .m-b-20 {
    margin-bottom: 20px;
  }

  .m-b-40 {
    margin-bottom: 40px;
  }

  .m-b-50 {
    margin-bottom: 50px;
  }

  .m-b-80 {
    margin-bottom: 80px;
  }



  .m-l-330 {
    margin-left: 330px;


  }

  .m-l-310 {
    margin-left: 310px;
  }

  .m-l-320 {
    margin-left: 320px;
  }

  .m-l-200 {
    margin-left: 200px;
  }

  .m-l-140 {
    margin-left: 140px;
  }

  .m-l-80 {
    margin-left: 80px;
  }

  .m-l-66 {
    margin-left: 66px;
  }

  .m-l-60 {
    margin-left: 60px;
  }

  .m-l-50 {
    margin-left: 50px;
  }

  .m-l-45 {
    margin-left: 45px;
  }

  .m-l-40 {
    margin-left: 40px;
  }

  .m-l-34 {
    margin-left: 34px;
  }

  .m-l-30 {
    margin-left: 30px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-10 {
    margin-left: 10px;
  }

  .m-l-12 {
    margin-left: 12px;
  }

  .m-l-11 {
    width: auto;
    height: 100%;
  }

  .p-l-r-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .m-l--10 {
    margin-left: -10px;
  }

  .m-l-5 {
    margin-left: 5px;
  }

  .m-l-2 {
    margin-left: 2px;
  }

  .m-l-15 {
    margin-left: 15px;
  }

  .m-l-16 {
    margin-left: 16px;
  }

  .m-l-55 {
    margin-left: 55px;
  }

  .m-r-80 {
    margin-right: 80px;
  }

  .m-r-60 {
    margin-right: 60px;
  }

  .m-r-50 {
    margin-right: 50px;
  }

  .m-r-40 {
    margin-right: 40px;
  }

  .m-r-20 {
    margin-right: 20px;
  }

  .m-t-22 {
    margin-top: 22px;
  }

  .m-t-10 {
    margin-top: 10px;
  }

  .m-r-17 {
    margin-right: 17px;
  }

  .m-r-15 {
    margin-right: 15px;
  }

  .m-r-13 {
    margin-right: 13px;
  }

  .m-r-10 {
    margin-right: 10px;
  }

  .m-r-160 {
    margin-right: 160px;
  }

  .m-r-170 {
    margin-right: 170px;
  }


  .m-t-b-30-50 {
    margin: 30px 0 50px 0;
  }

  .m-t-b-60-40 {
    margin: 60px 0 40px 0;
  }

  .m-t-b-65-20 {
    margin: 65px 0 20px 0;
  }



  .l-h-40 {
    line-height: 40px;
  }

  .l-h-44 {
    line-height: 44px;
  }

  .line-h-52 {
    line-height: 50px;
  }

  .l-h-45 {
    line-height: 45px;

  }

  .line-h-30 {
    line-height: 30px;
  }

  .line-h-26 {
    line-height: 26px;
  }


  .line-h-25 {
    line-height: 25px;
  }

  .line-h-20 {
    line-height: 20px;
  }

  /* 手型 */
  .pointer {
    cursor: pointer;
  }

  .pointer-disabled {
    cursor: not-allowed;
    pointer-events:none;
  }

  .text-more {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .text-more-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .t-l {
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 28px;
    background-color: #12597e;
    color: #fff;
    font-weight: normal;
    display: inline-block;
  }


  .router {
    /* margin: auto; */
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    color: #333;
    background-color: #fff;
    /* position: fixed;
    left: 0;
    top: 50%; */
  }

  .router-actived {
    color: #fff;
    background-color: #5A5A5A;
    background-color: #5A5A5A;
  }

  .router a {
    display: inline-block;
    text-decoration: none;
    color: #000;
  }

  /* 下划线 */
  .underline {
    text-decoration: underline;
  }

  /* 404页面按钮 */
  .notFD-404 {
    width: 300px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
  }


  /* 会员证页面蓝色小点 */
  .blueDot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }


  /* 会员证页面蓝色小点 */
  .blueDot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }

  /* 移除最后一个元素下边框 */
  .last-child-none:last-child {
    border: 0;
  }

  /* 移除border边框 */
  .bd-0 {
    border: none;
  }

  .f-l {
    float: left;
  }

  .rltv {
    position: relative;
  }

  .rltv2 {
    position: relative;
    right: 0;
  }



  .zsdw {
    position: absolute;
    left: 0;
    top: 0;
  }

  .two-m-t-80:nth-child(2n) {
    margin-top: 80px;
  }

  .compositionRatio {
    width: 960px;
    min-height: 337px;
    border: 1px solid #000;
    padding: 50px 35px;
  }

  .transform-scalc-160 {
    transform: scale(1.6)
  }

  .border-00BC0D-green-big-kx {
    width: 50px;
    height: 50px;
    border: 3px solid #00BC0D;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-00BC0D-green-big-st {
    width: 50px;
    height: 50px;
    background-color: #00BC0D;
    border-radius: 50%;
  }

  .border-00BC0D-green-small-kx {
    width: 40px;
    height: 40px;
    border: 3px solid #00BC0D;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-00BC0D-green-small-st {
    width: 40px;
    height: 40px;
    background-color: #00BC0D;
    border-radius: 50%;
  }

  .border-707070-grey-s-kx {
    width: 30px;
    height: 30px;
    border: 3px solid #707070;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-707070-grey-s-st {
    width: 30px;
    height: 30px;
    background-color: #707070;
    border-radius: 50%;
  }

  .border-2A6FE6-blue-big-kx {
    width: 50px;
    height: 50px;
    border: 3px solid #2A6FE6;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-2A6FE6-blue-big-st {
    width: 50px;
    height: 50px;
    background-color: #2A6FE6;
    border-radius: 50%;
  }

  .border-2A6FE6-blue-small-kx {
    width: 40px;
    height: 40px;
    border: 3px solid #2A6FE6;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .border-2A6FE6-blue-small-st {
    width: 40px;
    height: 40px;
    background-color: #2A6FE6;
    border-radius: 50%;
  }

  /* 排除第一个元素并加margin-top */

  .exclude:not(:first-child) {
    margin-top: 35px;
  }

  .sataus:not(:first-child) {
    margin-top: 25px;
  }

  /* 移除最后一个元素下边框 */
  .last-child-none:last-child {
    border: 0;
  }


  /* 图片等比缩放 */
  .img_proportional_scaling {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background-image: url('../img/03.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
  }

  .irregular-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    /* 边框颜色 */
    border: 2px solid blue;
    /* 边框宽度和样式 */
  }


  /* .textareaaa {
    width: 650px;
    height: 30px;
    max-height: 300px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: #F3F3F3 0% 0% no-repeat;
    padding: 8px 0 0 10px;
  } */

  .no-data-box {
    background-image: url('../img/noData.svg');
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: auto;
  }



  /*--------------------------- component  pageheader----------------------------- start*/

  .pageheader-box {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: 0px; */
    /* height: 100px; */
    background-color: #F8F8F8;
    color: #333333;
    font-size: 14px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  }

  .pageheader-header {
    width: 960px;
    height: 80px;
    margin: auto;
    background-color: #F8F8F8;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pageheader-header-logo {
    background-image: url('../img/Metabadge_logo.png');
    background-size: contain;
    width: 219px;
    height: 60px;
  }

  .pageheader-header-info {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .pageheader-header-info {
    margin-left: 40px;
  }

  .pageheader-header-register {
    font-size: 16px;
    font-weight: bold;
  }

  .pageheader-header-login {
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
  }

  .pageheader-header-login-name {
    width: 120px;
    min-height: 24px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .pageheader-header-register-text,
  .pageheader-header-login-text {
    cursor: pointer;
  }

  .pageheader-header-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
  }

  .pageheader-header-avatar-default {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('../img/default_avater.svg');
    background-size: cover;
  }


  .pageheader-header-nav {
    width: 100%;
    min-width: 1000px;
    height: 70px;
    background-color: #F2F2F2;
    display: flex;
  }

  .pageheader-header-nav-box {
    width: 1000px !important;
    min-width: 800px;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .pageheader-header-nav-box div {
    padding: 10px 30px;
    box-sizing: border-box;
    border-right: 1px solid #707070;
    font-size: 16px;
    font-weight: bold;
    color: rgb(102 101 101 / 81%);
  }

  .pageheader-header-nav-avtived {
    color: #333 !important;
  }

  .pageheader-header-nav-pointer {
    cursor: pointer;
  }

  .pageheader-header-nav-box div:last-child {
    border-right: 0px;
  }

  .hover_con {
    position: fixed;
    min-width: 180px;
    height: auto;
    padding: 0px 25px;
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 4px;
    z-index: 9999999;
  }


  .hover_user {
    position: fixed;
    min-width: 165px;
    box-sizing: border-box;
    height: auto;
    padding: 0px 25px;
    border: 1px solid #D4D4D4;
    background: #fff;
    border-radius: 4px;
    z-index: 9999999;
  }

  .menu-ul li {
    line-height: 40px;
    border-bottom: 1px solid #707070;
    list-style:none;
  }

  .menu-ul li:last-child {
    border-bottom: 0px;
  }

  .menu-ul>li:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .menu-ul-li-nickname {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 27px;
    line-height: 27px;
    margin-bottom: -10px;
    margin-top: 16px;
    /* text-decoration: none!important; */

    /* height: 50px; */
    /* border: 1px solid pink; */
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* .menu-ul-li-nickname:hover {
    text-decoration: none!important;
  } */

  .menu-ul-li-nickname-label {
    font-size: 14px;
    font-weight: bold;
    color: #AAAAAA;
  }





  /*--------------------------- component  pageheader----------------------------- end*/

  /*--------------------------- component  pagefooter----------------------------- start*/


  .pagefooter-box {
    /* position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; */
    height: 280px;
    background-color: #3D3D3D;
    color: #fff;
    font-size: 14px;
  }



  .pagefooter-content {
    min-width: 1000px;
    display: flex;
    justify-content: center;
  }

  .pagefooter-header-logo {
    background-image: url('../img/Metabadge_logo.png');
    background-size: contain;
    width: 219px;
    height: 60px;
    margin-top: 40px;
  }

  .pagefooter-nav-content {
    margin-top: 40px;
    min-width: 1000px;
    display: flex;
    justify-content: center;
  }

  .pagefooter-center {
    display: flex;
    justify-content: center;
    min-width: 1000px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }

  .pagefooter-nav-item {
    margin-right: 80px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
  }

  .pagefooter-nav-item:last-child {
    margin-right: 0px;
  }

  .pagefooter-bottom-content {
    margin-top: 20px;
    min-width: 1000px;
    display: flex;
    justify-content: center;
  }

  .pagefooter-bottom-text {
    font-size: 12px;
    color: #FFFFFF;
  }





  /*--------------------------- component  pageheader----------------------------- end*/



  /*--------------------------- component  noticecard----------------------------- start*/

  .noticecard-dialog {
    /* display: none; */
    /* margin-top: 100px; */
  }

  .noticecard-dialog-header {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }

  .noticecard-dialog-header-title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 900;
  }

  .noticecard-dialog-content {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noticecard-dialog-left-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 42px !important;
    width: 70px !important;
  }

  .noticecard-dialog-left-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 42px !important;
    width: 70px !important;
  }


  .noticecard-dialog-center {
    width: 700px;
  }

  .noticecard-dialog-center-img {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 280px;
    margin: auto;
  }

  .noticecard-dialog-center-des-inventory {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .noticecard-dialog-bottom {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
  }

  .noticecard-dialog-btn-title {
    margin-top: 20px;
    font-weight: bold;
    color: #1592E6;
    text-decoration: underline;
    cursor: pointer;
  }

  .noticecard-dialog-right-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 42px !important;
    width: 70px !important;
  }

  .noticecard-dialog-right-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 42px !important;
    width: 70px !important;
  }

  /*--------------------------- component  noticecard----------------------------- end*/
}




.cc-footer {

  background-color: #323232;
  
  padding-top: 60px;
  
  padding-bottom: 60px;
  
  }
  
  @media screen and (max-width: 991.8px) {
  
  .cc-footer {
  
  padding-top: 42px;
  
  }
  
  }
  
  @media screen and (max-width: 767.8px) {
  
  .cc-footer {
  
  padding-top: 30px;
  
  }
  
  }
  
  @media screen and (max-width: 991.8px) {
  
  .cc-footer {
  
  padding-bottom: 42px;
  
  }
  
  }
  
  @media screen and (max-width: 767.8px) {
  
  .cc-footer {
  
  padding-bottom: 30px;
  
  }
  
  }
  
  .cc-footer_list {
  
  display: flex;
  
  justify-content: center;
  
  gap: 5px 40px;

  list-style: none;
  
  }
  
  .cc-footer_list li {
  
  position: relative;
  
  }
  
  .cc-footer_list li:after {
  
  content: "";
  
  width: 1px;
  
  height: 24px;
  
  background: #fff;
  
  position: absolute;
  
  right: -20px;
  
  top: calc(50% - 12px);
  
  }
  
  .cc-footer_list li:first-child::before {
  
  content: "";
  
  width: 1px;
  
  height: 24px;
  
  background: #fff;
  
  position: absolute;
  
  left: -20px;
  
  top: calc(50% - 12px);
  
  }
  
  .cc-footer_list a {
  
  color: #fff;
  
  }
  
  .cc-footer_copyright {
  
  margin-top: 40px;
  
  text-align: center;
  
  }
  
  @media screen and (max-width: 991.8px) {
  
  .cc-footer_copyright {
  
  margin-top: 28px;
  
  }
  
  }
  
  @media screen and (max-width: 767.8px) {
  
  .cc-footer_copyright {
  
  margin-top: 20px;
  
  }
  
  }
  
  .cc-footer_copyright small {
  
  color: #fff;
  
  font-size: 14px;
  
  }


  /* .cc-footer a {
    transition: all .3s;
    text-decoration: none;
    font-size: 100%;
  }

  .cc-footer a:hover {
    text-decoration: underline;
  } */