html::-webkit-scrollbar {
  width: 0;
}
body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
li,
a,
p,
textarea,
button,
input,
select {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body:focus,
div:focus,
span:focus,
header:focus,
footer:focus,
nav:focus,
section:focus,
aside:focus,
article:focus,
ul:focus,
li:focus,
a:focus,
p:focus,
textarea:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}
[v-cloak] {
  display: none;
}
.global-font-family {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif !important;
}
.isvideo {
  position: relative;
}
.isvideo::before {
  position: absolute;
  content: url('../images/illness/icon-play.png');
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  z-index: 1;
}
.overflow {
  overflow: hidden;
}
.border-radio {
  border-radius: 50%;
}
.hover:hover,
.hover:hover > h1,
.hover:hover > h2,
.hover:hover > h3,
.hover:hover > h4,
.hover:hover > h5,
.hover:hover > h6,
.hover:hover > span {
  cursor: pointer;
  color: #37bd19;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.hw100p {
  height: 100%;
  width: 100%;
}
.h100p {
  height: 100%;
}
.w100p {
  width: 100%;
}
.newTitle {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  border-left: 2px solid #37BD19;
  padding-left: 10px;
  font-weight: bold;
}
.margin-0 {
  margin: 0;
}
.margin-xs {
  margin: 10px;
}
.margin-sm {
  margin: 20px;
}
.margin {
  margin: 30px;
}
.margin-lg {
  margin: 40px;
}
.margin-xl {
  margin: 50px;
}
.margin-top-xs {
  margin-top: 10px;
}
.margin-top-sm {
  margin-top: 20px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top-lg {
  margin-top: 40px;
}
.margin-top-xl {
  margin-top: 50px;
}
.margin-right-xs {
  margin-right: 10px;
}
.margin-right-sm {
  margin-right: 20px;
}
.margin-right {
  margin-right: 30px;
}
.margin-right-lg {
  margin-right: 40px;
}
.margin-right-xl {
  margin-right: 50px;
}
.margin-bottom-xs {
  margin-bottom: 10px;
}
.margin-bottom-sm {
  margin-bottom: 20px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom-lg {
  margin-bottom: 40px;
}
.margin-bottom-xl {
  margin-bottom: 50px;
}
.margin-left-xs {
  margin-left: 10px;
}
.margin-left-sm {
  margin-left: 20px;
}
.margin-left {
  margin-left: 30px;
}
.margin-left-lg {
  margin-left: 40px;
}
.margin-left-xl {
  margin-left: 50px;
}
.margin-lr-xs {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-lr-sm {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-lr {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-lr-lg {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-lr-xl {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-tb-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-tb-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb-lg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-tb-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.padding-0 {
  padding: 0;
}
.padding-xs {
  padding: 10px;
}
.padding-sm {
  padding: 20px;
}
.padding {
  padding: 30px;
}
.padding-lg {
  padding: 40px;
}
.padding-xl {
  padding: 50px;
}
.padding-top-xs {
  padding-top: 10px;
}
.padding-top-sm {
  padding-top: 20px;
}
.padding-top {
  padding-top: 30px;
}
.padding-top-lg {
  padding-top: 40px;
}
.padding-top-xl {
  padding-top: 50px;
}
.padding-right-xs {
  padding-right: 10px;
}
.padding-right-sm {
  padding-right: 20px;
}
.padding-right {
  padding-right: 30px;
}
.padding-right-lg {
  padding-right: 40px;
}
.padding-right-xl {
  padding-right: 50px;
}
.padding-bottom-xs {
  padding-bottom: 10px;
}
.padding-bottom-sm {
  padding-bottom: 20px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-bottom-lg {
  padding-bottom: 40px;
}
.padding-bottom-xl {
  padding-bottom: 50px;
}
.padding-left-xs {
  padding-left: 10px;
}
.padding-left-sm {
  padding-left: 20px;
}
.padding-left {
  padding-left: 30px;
}
.padding-left-lg {
  padding-left: 40px;
}
.padding-left-xl {
  padding-left: 50px;
}
.padding-lr-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-lr-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-lr {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-lr-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-lr-xl {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-tb-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-tb-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cf::after,
.cf::before {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 定位 */
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.pac {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.paxc {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.payc {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m0auto {
  margin: 0 auto;
  display: block;
}
/*文本*/
.text-Abc {
  text-transform: Capitalize;
}
.text-ABC {
  text-transform: Uppercase;
}
.text-abc {
  text-transform: Lowercase;
}
.text-price::before {
  content: "¥";
  font-size: 80%;
  margin-right: 4upx;
}
.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-sig {
  font-weight: 100;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-content {
  line-height: 1.6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.index-sm {
  text-indent: 20px;
}
/*新flex，需要做调整*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basis-xs {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.basis-sm {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.basis-df {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.basis-lg {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.basis-xl {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.flex-sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-twice {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-treble {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-center {
  -ms-flex-item-align: flex-center;
  align-self: flex-center;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.text-right {
  text-align: right;
}
/*还有背景颜色、字体颜色、边框、虚线、阴影要调整*/
.b_wrap,
.b_box-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.b_wrap.autoWidth,
.b_box-wrap.autoWidth {
  width: auto;
}
.b_box-wrap-scroll {
  max-width: 1218px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.b_text-zindex {
  z-index: 4;
}
.b_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b_flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b_flex.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.b_flex.middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.b_flex.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.b_flex .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 块级 */
.b_inline-block {
  display: inline-block;
}
.b_block {
  display: block;
}
.b_inline {
  display: inline;
}
.ptb_normal {
  padding: 25px 31px 31px 29px;
}
.ptb_normal-2 {
  padding: 30px 39px;
}
.ptb_normal-3 {
  padding: 10px 0;
}
.font-medium {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
}
.font-regular {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
}
.font-bold {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Bold;
  font-weight: bold;
}
.b_FS-0 {
  font-size: 0;
}
.b_FS-10 {
  font-size: 10px;
}
.b_FS-12 {
  font-size: 12px;
}
.b_FS-14 {
  font-size: 14px;
}
.b_FS-15 {
  font-size: 15px;
}
.b_FS-16 {
  font-size: 16px;
}
.b_FS-18 {
  font-size: 18px;
}
.b_FS-20 {
  font-size: 20px;
}
.b_FS-22 {
  font-size: 22px;
}
.b_FS-24 {
  font-size: 24px;
}
.b_FS-28 {
  font-size: 28px;
}
.b_FS-30 {
  font-size: 30px;
}
.c_333 {
  color: #333;
}
.c_555 {
  color: #555;
}
.c_666 {
  color: #666;
}
.c_777 {
  color: #777;
}
.c_999 {
  color: #999;
}
.c_ba {
  color: #bababa;
}
.c_lightheight {
  color: #37BD19;
}
.c_price {
  color: #F4AF28;
}
.c_blue {
  color: #208CE8;
}
.c_purple {
  color: #602DB4;
}
.c_yellow {
  color: #E5CD01;
}
.c_white {
  color: #fff;
}
.c_grey {
  color: #D7D7D7;
}
.c_thin-green {
  color: #ebf8e8;
}
.c_lightheight-bd {
  border-color: #37BD19;
}
.c_lightheight-bg {
  background-color: #37BD19;
}
.c_thin-green-bg {
  background-color: #ebf8e8;
}
.block {
  width: 100vw;
  height: 20px;
  background-color: #F3F3F3;
}
.text-block {
  width: 100%;
  height: 20px;
}
.border-wrapper {
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #d7d7d7;
}
.border-title {
  display: inline-block;
  line-height: 1;
  color: #333333;
  padding-bottom: 7px;
  border-bottom: 1px solid#37bd19;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #333;
}
.inline_block {
  width: 100%;
  display: inline-block;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.common_ask-button {
  background: #37bd19;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.common_ask-button.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common_ask-button.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.common_ask-button.middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.common_ask-button.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.common_ask-button .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common_ask-button:hover {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.line-height-1 {
  line-height: 1;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis.nowrap {
  white-space: nowrap;
}
.b_line-1,
.b_line-2,
.b_line-3,
.b_line-4,
.b_line-5,
.b_line-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  overflow-x: hidden;
  line-height: 1.5;
}
.b_line-1 {
  display: block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.b_line-2 {
  -webkit-line-clamp: 2;
}
.b_line-3 {
  -webkit-line-clamp: 3;
}
.b_line-4 {
  -webkit-line-clamp: 4;
}
.b_line-5 {
  -webkit-line-clamp: 5;
}
.b_line-6 {
  -webkit-line-clamp: 6;
}
.b_line-7 {
  -webkit-line-clamp: 7;
}
.b_line-8 {
  -webkit-line-clamp: 8;
}
.b_line-9 {
  -webkit-line-clamp: 9;
}
.b_line-10 {
  -webkit-line-clamp: 10;
}
a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.shendu-layout-wrap {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 210px;
  position: relative;
}
.shendu-layout-wrap .App {
  min-height: 700px;
  padding-top: 64px;
}
.shendu-layout-wrap .options {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 51px;
  left: -56px;
}
.shendu-layout-wrap .options > li:last-child {
  border-top: 1px solid #D7D7D7;
}
.shendu-layout-wrap .options .option-item {
  text-align: center;
  color: #333;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18px;
  width: 152px;
  padding: 11px 0;
  background-color: #fff;
}
.shendu-layout-wrap .options .option-item :before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.shendu-layout-wrap .options .option-item :before:hover {
  background-color: #F2F2F2;
}
.shendu-layout-wrap .options .option-item :after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.shendu-layout-wrap .options .option-item:hover {
  background-color: #F2F2F2;
  color: #37BD19;
}
.shendu-layout-wrap .options .option-item-btn {
  text-align: center;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  display: inline-block;
  margin: auto;
  width: 72px;
  padding: 3px 0;
  color: #FEFEFE;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#76b928), to(#37bd19));
  background-image: linear-gradient(90deg, #76b928 0%, #37bd19 100%);
}
.shendu-layout-wrap .options .option-item-btn:hover {
  color: #FEFEFE;
}
.shendu-layout-wrap .notice {
  position: absolute;
  left: 27px;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #f43531;
  border-radius: 50%;
}
.search_select-wrapper {
  min-height: 190px;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 31px 0 0 21px;
  margin-bottom: 20px;
}
.search_select-wrapper .activeDepartItem {
  background: #37bd19;
  color: white;
}
.search_select-wrapper .activeDepartItem span {
  line-height: 1;
  font-size: 20px;
  padding: 3px;
  display: inline-block;
}
.search_select-wrapper .search_common-title {
  width: 47px;
  white-space: nowrap;
}
.search_select-wrapper .search_common-list {
  flex-wrap: wrap;
}
.search_select-wrapper .search_common-list .search_common-item {
  margin: 0 13px;
  margin-bottom: 20px;
  min-width: 48px;
  display: flex;
  justify-content: center;
}
.search_select-wrapper .search_common-list .search_common-item .check_isGood-img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.search_select-wrapper .search_area-wrapper {
  margin: 15px 0;
}
.btn {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #D7D7D7;
  padding: 11px 27px;
  margin-right: 20px;
  color: #333;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.btn.active {
  color: #fff;
  background-color: #37BD19;
  border-color: #37BD19;
}
.video-wrap {
  margin: 20px 0 0;
  min-height: 435px;
}
.video-wrap .video-box {
  width: 270px;
  margin-bottom: 30px;
  margin-right: 40px;
  display: inline-block;
  background-color: #F8F8F8;
  float: left;
}
.video-wrap .video-box .cover {
  width: 270px;
  height: 152px;
}
.video-wrap .video-box .desc-box {
  padding: 12px 16px 12px 10px;
  border-bottom: 1px solid #D7D7D7;
}
.video-wrap .video-box .desc-box .desc {
  margin-top: -5px;
  height: 39px;
  font-size: 18px;
  line-height: 47px;
}
.video-wrap .video-box.noMargin {
  margin-right: 0;
}
.video-wrap .doctor-wrap {
  min-height: 119px;
  position: relative;
  padding: 19px 0 0;
  background-color: #F8F8F8;
  line-height: 1;
}
.video-wrap .doctor-wrap .doctor-box {
  margin-left: 78px;
  margin-bottom: 10px;
}
.video-wrap .doctor-wrap .doctor-box .name {
  margin-right: 8px;
}
.video-wrap .doctor-wrap .doctor-box .sort {
  margin-right: 8px;
}
.video-wrap .doctor-wrap img {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}
.video-wrap .btn-wrap {
  margin-left: 78px;
}
.video-wrap .btn-wrap .consult {
  background-color: #37BD19;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 11px;
  text-align: center;
  margin-right: 9px;
}
.video-wrap .btn-wrap .num {
  margin-left: 4px;
}
