body,
html,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: scroll;
  min-height: 700px;
}


body {
  font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222222;
  background-color: #fff;
  position: relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

ul {
  list-style-type: none;
  list-style: none;
}


.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

a[name] {
  color: #222222;
}


#jiaxin-mcs-fixed-btn div {
  /* width:40px !important; */
  display: none !important;
}

::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 28px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}


.backtop_box {
  position: fixed;
  bottom: 60px;
  right: 100px;
}

.backtop_box .backtop_btn {
  width: 56px;
  height: 56px;
  background: no-repeat;
  border: none;
  background-image: url(../images/index/backtop_gray.svg);
  background-position: center;
  cursor: pointer;
  outline: none;
}

.backtop_box .backtop_btn:hover {
  background-image: url(../images/index/backtop.svg);
}

/* .container {
  width: 1000px;
  margin: 0 auto;
} */

.manual_header {
  height: 100px;
  background: #f7f7f7;
  width: 100%;
  position: fixed;
  opacity: 1;
  z-index: 999;
}

.manual_header .manual_header_wrapper {
  /* padding: 0 60px; */
  line-height: 100px;
  position: relative;
}

.manual_header .manual_header_nav {
  width: 74%;
}

/* .manual_header .manual_header_logo, */
.manual_header .manual_header_nav,
.manual_header .manual_header_search {
  float: left;
}

.manual_header .manual_header_logo {
  position: absolute;
  top: 0;
  left: 60px;
}

/* .manual_header .manual_header_logo {
 margin-right: 180px;
} */



.manual_header .manual_header_logo .manual_logo_wrapper {
  cursor: pointer;
}

.manual_header .manual_header_logo .manual_logo_wrapper .manual_logo_box,
.manual_header .manual_header_logo .manual_logo_wrapper .manual_logo_text_box {
  display: inline-block;
}

.manual_header .manual_header_logo .manual_logo_wrapper img {
  width: 90px;
  height: auto;
  margin-top: -6px;
}

.manual_header .manual_header_logo .manual_logo_wrapper .logo_divider {
  display: inline-block;
  color: #0dbdcd;
  font-size: 20px;
  margin: 0 12px;
}

.manual_header .manual_header_logo .manual_logo_wrapper .logo_text {
  color: #0dbdcd;
  display: inline-block;
  font-size: 20px;
}

.manual_header .manual_header_nav .manual_nav_list {
  height: 100px;
  line-height: 30px;
  padding-top: 36px;
}

.manual_header .manual_header_nav .manual_nav_list>li {
  float: left;
  /* padding: 0 15px; */
  /* 新增了业务中心 渠道中心版本 */
  padding: 0 20px;
  font-size: 16px;
  /* color: #33404e; */
  cursor: pointer;
  font-weight: bold;
}

.manual_header .manual_header_nav .manual_nav_list>li:first-child {
  padding-left: 0;
}

.manual_header .manual_header_nav .manual_nav_list .active_nav {
  color: #0dbdcd;
}

.manual_header .manual_header_nav .manual_nav_list a {
  height: 100%;
  display: block;
  /* color: #33404e; */
  font-weight: bold;
  color: #222222;
}

.manual_header .manual_header_nav .manual_nav_list a:hover {
  color: #0dbdcd;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.manual_header .manual_header_nav .manual_nav_list .active_nav a {
  color: #0dbdcd;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.manual_header .manual_header_nav .manual_nav_list a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #0dbdcd;
  margin: auto;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}


.manual_header .manual_header_nav .manual_nav_list a:hover:after,
.manual_header .manual_header_nav .manual_nav_list li.active_nav a:after {
  width: 50%;
}

/* .manual_header .manual_header_nav .manual_nav_list .active_nav .active_border {
  color: #0dbdcd;
  height: 1px;
  line-height: 1px;
  text-align: center;
} */

/* .manual_header .manual_header_center_wrapper {
  position: relative;
} */
.manual_header .manual_header_search {
  /* position: absolute;
  right:0; */
  float: right;
}

.manual_header .manual_header_search .manual_input_search {
  position: relative;
}

.manual_header .manual_header_search .manual_input_search input {
  line-height: 40px;
  height: 40px;
  margin-top: 26px;
  width: 225px;
  border: 1px solid #d2d5df;
  padding: 10px 16px;
  border-radius: 2px;
  padding-right: 36px;
}

.manual_header .manual_header_search .manual_input_search input:hover {
  border: 1px solid #222222;
}

/* .manual_header .manual_header_search .manual_input_search input:hover .search_icon  {
  background-image: url(../images/index/search.svg);
}  */
.manual_header .manual_header_search .manual_input_search input::placeholder {
  font-size: 16px;
  color: #d8d8d8;
}

.manual_header .manual_header_search .manual_input_search .search_text_focus input::placeholder {
  color: transparent;
}

.manual_header .manual_header_search .manual_input_search .search_icon {
  position: absolute;
  top: 36px;
  right: 4px;
  width: 30px;
  height: 30px;
  background: no-repeat;
  border: none;
  background-image: url(../images/index/search_gray.svg);
  background-position: center;
  cursor: pointer;
  outline: none;
}

.manual_header .manual_header_search .manual_input_search .search_icon:hover {
  background-image: url(../images/index/search.svg);
}



.manual_body {
  padding-top: 100px;
}

.manual_body .manual_content {
  display: none;
}

.manual_body .active_nav_content {
  display: block;
}

.manual_body .manual_content_logs .log_list_wrapper {
  margin: 0 auto;
  padding-bottom: 100px;
  /* width: 978px; */
}

.manual_body .manual_content_logs .log_list_wrapper p {
  margin: 8px 0;
}

.manual_body .manual_content_logs .log_list_wrapper ol {
  padding-left: 20px;
}

.manual_body .manual_content_logs .log_list_wrapper ol>li {
  margin: 8px 0;
}

.manual_body .manual_content_logs .manual_log_item {
  margin-bottom: 36px;
  font-size: 16px;
}

.manual_body .manual_content_logs .manual_log_item .log_item_title {
  margin-bottom: 16px;
  font-size: 20px;
}

.manual_body .manual_content_logs .manual_log_item .log_item_title h4 {
  font-weight: normal;
}

.manual_body .manual_content_logs .manual_log_item .log_version_list p {
  font-size: 16px;
  color: #222222;
}

.manual_body .manual_content_logs .manual_log_item .log_version_list a {
  color: #0dbdcd;
}



.manual_body .manual_content_posts {
  position: relative;
}

.manual_body .manual_content_posts .sidebar_wrapper {
  position: fixed;
  top: 80px;
  left: 0;
  width: 340px;
  bottom: 0;
  overflow: auto;
  background-color: #fafafa;
  padding: 40px 60px;
  box-sizing: border-box;
  z-index: 1;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar {
  width: 200px;
  position: absolute;
  padding-bottom: 40px;
  /* font-weight: bold; */
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .manual_menu_category {
  padding: 16px 0;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .manual_menu_category>a {
  font-weight: bold;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .arrow {
  position: relative;
  font-size: 16px;
  color: #222222;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .arrow:before {
  content: "";
  position: absolute;
  vertical-align: baseline;
  background: #fff;
  background-image: url(../images/index/arrow.svg);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  top: 4px;
  left: -16px;
  transform: rotate(-90deg) translateX(2px);
  transition: background .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1), top .2s cubic-bezier(.645, .045, .355, 1);
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .transform_arrow:before {
  content: "";
  position: absolute;
  vertical-align: baseline;
  background: #fff;
  background-image: url(../images/index/arrow.svg);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  top: 2px;
  left: -16px;
  transform: rotate(0deg) translateX(0px);

  transition: background .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1), top .2s cubic-bezier(.645, .045, .355, 1);
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list {
  display: none;
  margin-left: -18px;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list li {
  font-size: 14px;
  line-height: 34px;
  color: #222222;
  padding-left: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list li:hover {
  color: #0dbdcd;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list a {
  color: #222222;
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list .category_item_active {
  color: #0dbdcd;
  /* background: #f2f5fb; */
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .menu_category_list .category_item_active a {
  color: #0dbdcd;
  /* background: #f2f5fb; */
}

.manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar .category_list_active {
  display: block;
}


.manual_body .manual_content_posts .manual_post_detail {
  /* margin-left: 250px; */
  margin-bottom: 60px;
  min-height: 400px;
  /* margin-right: 100px; */
}
.manual_post_detail_problem_list {
  margin-bottom: 60px;
  min-height: 400px;
  margin-right: 40px;
}

.manual_body .manual_content_posts .manual_post_problem_detail {
  position: fixed;
  display: block;
  top: 40px;
  right: 0;
  width: 21%;
  min-width: 340px;
  bottom: 0;
  overflow: auto;
  background-color: #fafafa;
  padding: 60px 25px;
  box-sizing: border-box;
  z-index: 1;
}
.manual_post_problem_detail .manual_post_problem_detail_list {
  background-color: #fff;
  border-radius: 3px;
  padding: 40px 20px 0;
}
.manual_post_problem_detail_list_title {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
}

.manual_post_problem_detail_list_content {
  font-size: 14px;
  height: 400px;
}

.manual_post_problem_detail_list_content .right_problem_ul {
  list-style-type: none;
  list-style: none;
}

.manual_post_problem_detail_list_content .right_problem_ul li {
    line-height: 38px;
    color: #222222;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.manual_post_problem_detail_list_content .right_problem_ul li:hover{
  color: #0dbdcd;
}


.manual_post_problem_detail_list_content .right_problem_ul li:hover .tooltiptext {
  visibility: visible;
}

.manual_post_problem_detail_list_content .right_problem_ul .problem_item_active{
  color: #0dbdcd;
}

.tooltiptext {
  visibility: hidden;
  white-space: normal;
  width: 11%;
  min-width: 210px;
  text-align: left;
  background-color: #404040;
  color: #fff;
  line-height: 25px;
  border-radius: 6px;
  padding: 3px 10px;
  position: fixed;
  z-index: 100000;
  transform: translate(10px, 33px);
	-ms-transform:translate(10px, 33px); /* IE 9 */
  -webkit-transform:translate(10px, 33px); /* Safari and Chrome */
  right: 3%;
}



.manual_body .manual_content_posts .manual_post_detail .image-wrap {
  /* position: relative;
  max-width: 100%;
  height: 0;
  padding-top: 60%; */
  text-align: center;
}


.manual_body .manual_content_posts .manual_post_detail .image-wrap img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  min-height: 25vw;
  max-height: 30vw;
  /* max-width: 100%; */
}


/* .manual_body .manual_content_posts .manual_post_detail .image-wrap img:after {
  content: "";
  min-height: 300px;
  min-width: 700px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
} */

.manual_body .manual_content_posts .manual_post_detail .post_detail_title h4 {
  font-size: 20px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
}
.manual_body .manual_content_posts .manual_post_detail .post_detail_appendix{
  background-color: #f7f7f7;
  padding:4px 6px;
}
.manual_body .manual_content_posts .manual_post_detail .post_detail_appendix a{
  color: #19aae2;
}
.manual_body .manual_content_posts .manual_post_detail .post_detail_appendix img{
  margin-top: 2px;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.manual_body .manual_content_posts .manual_post_detail .post_detail_info>div {
  display: flex;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_info .detail_create_time {
  font-size: 14px;
  color: #a5a5a5;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_info .detail_category_tag {
  padding-left: 16px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_info .detail_category_tag>span {
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 4px 6px;
  color: #9b9b9b;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content {
  /* padding: 18px 0; */
  padding-bottom: 18px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h1,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h1 span {
  font-size: 24px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h2,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h2 span {
  font-size: 20px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h3,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h3 span {
  font-size: 18px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h4,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h4 span {
  font-size: 16px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h5,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h5 span {
  font-size: 14px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h6,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h6 span {
  font-size: 12px;
  font-weight: bold;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h1,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h2,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h3,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h4,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h5,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h6 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content h1 a,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h2 a,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h3 a,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h4 a,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h5 a,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content h6 a {
  color: #222222;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content p {
  /* margin: 10px 0; */
  line-height: 34px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content ol {
  padding-left: 20px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content ol>li,
.manual_body .manual_content_posts .manual_post_detail .post_detail_content ul>li {
  /* margin: 10px 0; */
  line-height: 34px;

}


.manual_body .manual_content_posts .manual_post_detail .post_detail_content .video-wrap {
  text-align: center;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content .video-wrap video {
  max-width: 100%;
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px #eaeef2;
  border-radius: 6px;
}

.manual_body .manual_content_posts .manual_post_detail .post_detail_content img {
  max-width: 100%;
  margin-top: 20px;
  cursor: zoom-in;
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px #eaeef2;
}

.manual_post_detail_problem_list_ul {
  list-style: disc;
  list-style-type: disc;
}

.manual_post_detail_problem_list_ul li {
  line-height: 38px;
  font-size: 15px;
  color: #222222;
  cursor: pointer;
  text-overflow: ellipsis;
}

.manual_post_detail_problem_list_ul li:hover{
  color: #0dbdcd;
}


.manual_body .manual_content_search_result .search_result {
  margin: 0 auto;
  padding-bottom: 100px;
  /* width:978px; */
}

.manual_body .manual_content_search_result em {
  font-style: normal;
  color: #03b8cc;
}

.manual_body .manual_content_search_result .search_result .search_count {
  font-size: 28px;
  color: #222222;
  margin-bottom: 24px;
}

.manual_body .manual_content_search_result .search_result .search_count p {
  font-size: 28px;
  color: #222222;
  margin-bottom: 24px;
}

.manual_body .manual_content_search_result .search_result .search_count em {
  font-style: normal;
  color: #03b8cc;
  padding: 0 8px;
}

.manual_body .manual_content_search_result .search_result .search_result_item {
  width: 100%;
  height: 170px;
  margin-bottom: 24px;
  border: 1px solid rgba(217, 223, 229, 0.7);
  padding: 26px 32px;
  /* padding:26px 32px 16px 32px; */
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.manual_body .manual_content_search_result .search_result .search_result_item:hover {
  box-shadow: -1px 8px 16px -2px #c6cedb;
  border: none;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_item_title {
  font-size: 24px;
  color: #222222;
  margin-bottom: 10px;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_item_title p {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
  /* font-weight: bold; */
}

.manual_body .manual_content_search_result .search_result .search_result_item .manual_result_info {
  margin-bottom: 10px;
}

.manual_body .manual_content_search_result .search_result .search_result_item .manual_result_info>div {
  display: inline-block;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_create_time {
  font-size: 14px;
  color: #a5a5a5;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_category_tag {
  padding-left: 16px;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_category_tag>span {
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 4px 6px;
  color: #9b9b9b;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_content_text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #222222;
}

.manual_body .manual_content_search_result .search_result .search_result_item .search_content_text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #222222;


  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.manual_body .manual_content_search_result .search_result .search_result_blank {
  /* margin: 0 auto; */
  /* width: 980px; */
  padding: 50px 200px;
  height: 420px;
  background-color: #fafafa;
}

.manual_body .manual_content_search_result .search_result .search_blank_wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.manual_body .manual_content_search_result .search_result .search_blank_title {
  font-size: 24px;
  color: #222222;
  margin-bottom: 16px;
  font-weight: bold;
}

.manual_body .manual_content_search_result .search_result .search_blank_title p {
  font-size: 24px;
  color: #222222;
  margin-bottom: 16px;
  font-weight: bold;
}

.manual_body .manual_content_search_result .search_result .search_blank_action {
  font-size: 14px;
  color: #222222;
}

.manual_body .manual_content_search_result .search_result .search_blank_action span {
  color: #03b8cc;
  cursor: pointer;
}

.manual_body .manual_content_search_result .search_result .search_guide_wrapper {}

.manual_body .manual_content_search_result .search_result .search_guide_wrapper .search_guide_title {
  font-size: 16px;
  position: relative;
  font-weight: bold;
  margin-bottom: 14px;

}

.manual_body .manual_content_search_result .search_result .search_guide_wrapper .search_guide_title>img {
  position: absolute;
  width: 20px;
  height: auto;
  top: 0;
  left: -30px;
}

.manual_body .manual_content_search_result .search_result .search_guide_wrapper .search_guide_list {
  list-style-image: url(../images/index/dot.svg);
}

.manual_body .manual_content_search_result .search_result .search_guide_wrapper .guide_list_item {
  font-size: 14px;
  line-height: 40px;

}



/*-------------- ydh 视频 start---------------*/

.mask-panel {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.mask-panel .mask-content {
  /* max-height: 80%;
  max-width: 80%; */
  height: 100%;
  width: auto;
  margin: 0 auto;
  background: #fff;
  display: inline-block;
  position: relative;
}

.mask-panel .mask-content span {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 30px;
  border-radius: 40px;
  cursor: pointer;
  transform: rotate(45deg);
}

.mask-panel .mask-content img {
  max-width: 100%;
  max-height: 100%;
  cursor: zoom-out;
}

.ydh-help-video {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.ydh-help-video .ydh-help-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -227px;
  margin-left: -378px;
  width: 757px;
  height: 455px;
  background: #F00;
}


/*-------------- 错误提示 start---------------*/

.error-template {
  display: none;
}

.error-msg {
  color: #999;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

/*-------------- loading层---------------*/
.loading_layer {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
}

.loading_layer .loading_message {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  text-align: center;
}

.problem_to_answer_content {
  white-space: nowrap;
  display: flex;
  margin-top: 50px;
  font-size: 14px;
  color: #7F7F7F;
}

.problem_to_answer_content1 {
  font-size: 14px;
  color: #7F7F7F;
}

.help_button {
  white-space:nowrap;
  cursor: pointer;
  font-style: normal;
  color: #00BFBF;
  text-align: center;
  line-height: normal;
  border: 1px solid #00BFBF;
  border-radius: 2px;
  width: 32px;
  height: 20px;
  margin: 0 10px;
}

.answer_select {
  width: 240px;
  height: 36px;
  border-radius: 3px;
  font-size: 14px;
  color: #7F7F7F;
  margin-top: 10px;
  border-color: #7F7F7F;
}

.answer_select:hover {
  border-color: #00BFBF;
}

.answer_select.active :after {
  border-color: #7F7F7F;
}
.find_kefu_p {
  color: #7F7F7F;
}
.find_kefu,
.find_kefu:link,
.find_kefu:visited,
.find_kefu:hover,
.find_kefu:active {
  font-size: 18px;
  color: #00BFBF;
  cursor: pointer;
  text-decoration: none;
}



@media (min-width: 1601px) {
  .container {
    position: relative;
    padding: 0 400px;
    padding-top: 44px;
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 1832px;
    min-width: 1600px;
    box-sizing: border-box;
  }

  .manual_header .manual_header_center_wrapper {
    height: 100px;
    position: relative;
    padding: 0 300px;
    margin: 0 auto;
    max-width: 1832px;
    min-width: 1600px;
    box-sizing: border-box;
  }

  .manual_body .manual_content_posts .manual_post_problem_detail {
    width: 340px;
  }

}

@media (max-width: 1600px) {
  .container {
    padding-left: 360px;
    padding-right: 360px;
    padding-top: 44px;
    min-width: 500px;
    margin: 0;
  }

  .manual_header .manual_header_center_wrapper {
    padding-left: 400px;
    padding-right: 0;
    height: 100px;
    width: 1160px;
    margin: 0;
  }

  .manual_body .manual_content_posts .sidebar_wrapper {
    position: fixed;
    top: 80px;
    left: 0;
    width: 300px;
    bottom: 0;
    overflow: auto;
    background-color: #fafafa;
    padding: 40px 60px;
    box-sizing: border-box;
    z-index: 1;
  }

  .manual_header .manual_header_search .manual_input_search input {
    max-width: 184px;
  }

  .manual_body .manual_content_search_result .search_result .search_result_blank {
    padding: 50px 110px;
  }
}

/* @media(max-width: 1536px) and (min-width: 1600px) {
  .container {
    padding-left: 360px;
    padding-right: 0;
    padding-top: 44px;
    width: 1160px;
    margin: 0;
  }
}
@media(max-width: 1440px) and (min-width: 1536px) {
  .container {
    padding-left: 360px;
    padding-right: 0;
    padding-top: 44px;
    width: 1160px;
    margin: 0;
  }
}
@media (max-width: 1366px) and (min-width: 1440px) {
  .container {
    padding-left: 360px;
    padding-right: 0;
    padding-top: 44px;
    width: 1160px;
    margin: 0;
  }
}

@media (max-width: 1280px) and (min-width: 1366px) {
  .container {
    padding-left: 360px;
    padding-right: 0;
    padding-top: 44px;
    width: 1160px;
    margin: 0;
  }
} */

@media (max-width: 1680px) and (min-width: 1280px) {
  .manual_header .manual_header_nav .manual_nav_list>li {
    padding: 0 3%;
  }

  .manual_header .manual_header_nav {
    width: 70%;
  }
}

@media (min-width: 1280px) {
  .manual_header .manual_header_nav .manual_nav_list {
    white-space: nowrap;
  }

  .manual_header .manual_header_logo {
    left: 100px;
  }

  .manual_header .manual_header_center_wrapper {
    padding-left: 420px;
    width: 1210px;
  }
}

@media only screen and (max-width: 1280px) {

  /* .manual_header .manual_header_nav .manual_nav_list > li {
    padding: 0  8px;
  } */
  .manual_header .manual_header_logo {
    left: 25px;
  }
  .manual_header .manual_header_center_wrapper {
    padding-left: 267px;
    width: 1008px;
  }

  .container {
    padding-left: 240px;
    padding-right: 270px;
  }

  .manual_header .manual_header_search {
    float: right;
  }
  .manual_body .manual_content_posts .sidebar_wrapper {
    width: 220px;
    padding: 40px 20px 40px 40px;
  }
  .manual_body .manual_content_posts .manual_post_problem_detail {
    width: 250px;
    min-width: 220px;
    padding: 60px 10px;
  }

  .manual_body .manual_content_posts .sidebar_wrapper .manual_side_bar {
    width: 174px;
  }

  .manual_post_problem_detail .manual_post_problem_detail_list {
    padding: 40px 20px 0;
  }

  .tooltiptext {
    min-width: 150px;
  }
}