.website-help-banner{height:200px !important;}
.search-page li{width:50%; float:left; text-align:center; margin: 20px 0px;}
.search-page li span{display:block;padding:16px; }
.search-page li a{display:block; color:#20ADE5;border: 1px #20ADE5 solid;border-radius: 32px;padding: 6px;} 
.view-help {
  padding: 0 0 60px 0;
  background: #fff;
  min-height: 600px;
  overflow: hidden;
}
.transparent {
  opacity: 0;
}

.view-help .pointer {
  cursor: pointer;
}
.view-help .pointer:hover {
  color: #20ADE5 !important;
}
.view-help .show {
  display: block !important;
}
.view-help .error-template {
  display: none;
}
.view-help .error-msg {
  color: #999;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

/*-------------- header start-----------------*/

.header-search {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header-search .help-label {
  font-size: 22px;
  line-height: 1em;
  padding-top: 54px;
  color: #fff;
}
.text-search {
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
  margin-top: 60px;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 70px 0 30px;
  width: 500px;
  max-width: 100%;
}
.text-search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #666;
}
.text-search input::-webkit-input-placeholder { /* WebKit browsers*/
  color: #b3b3b3;
}
.text-search input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/
  color: #b3b3b3;
}
.text-search input::-moz-placeholder {  /* Mozilla Firefox 19+*/
  color: #b3b3b3;
}
.text-search input:-ms-input-placeholder { /* Internet Explorer 10+*/
  color: #b3b3b3;
}
.btn-search {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 50px;
  background: no-repeat;
  border: none;
  background-image: url(../images/help/search.png);
  background-position: center;
  cursor: pointer;
}
.header-focus .text-search { 
  background: #fff;
}
.header-focus .text-search input { 
  color: #333;
}
.header-focus .btn-search {
  background-image: url(../images/help/search_gray.html);
}
/*-------------- header end -----------------*/

/*-------------- default-panel start ---------------*/
.view {
  max-width: 1200px;
  display: none;
}
.default-panel {
  position: relative;
}
.default-panel .help-nav {
  padding-top: 30px;
  border-bottom: 1px solid #e7eaf0;
}
.default-panel .help-nav li {
  display: inline-block;
  font-size: 18px;
  padding: 10px 22px 20px 22px;
  color: #999;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  border-bottom: 1px solid transparent;
  width: 33%;
  text-align: center;
}
.default-panel .help-nav li.active {
  color: #20ADE5;
  border-color:#20ADE5;
}

.default-panel .module-list {
  overflow: hidden;
  margin-bottom: 60px;
}
.default-panel .module-list .tag {
  background-repeat: no-repeat;
  padding-left: 36px;
  font-size: 18px;
  color: #555;
  margin-top: 40px;
  position: relative;
}
.default-panel .module-list .tag img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.default-panel .module-list .module {
  float: left;
  width: 33%;
  height: 300px;
}
.default-panel .module-list .article-list {
  margin-top: 24px;
}
.default-panel .module-list .article-list li {
  color: #777;
  margin-top: 14px;
  line-height: 1em;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.default-panel .module-list .more {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1em;
  color: #bbb;
  cursor: pointer;
}
@media screen and (max-width:1549px) {
  .default-panel .help-right {
    right: 50px !important;
  }
  .default-panel .help-right-img {
    right: -0px !important;
  }
  .default-panel .help-nav {
  }
}
.default-panel .help-right-img{
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 70px;
  width: 400px;
  padding: 30px 30px;
}
.default-panel .help-right {
  position: absolute;
  right: 50px;
  background: #f9f9f9;
  top: 280px;
  width: 320px;
  padding: 30px 30px 60px 30px;
}
.default-panel .help-right h3 {
  font-size: 18px;
  color: #555;
  line-height: 1em;
}
.default-panel .help-right .usually {
  margin-top: 40px;
}
.default-panel .help-right .usually:first-child {
  margin-top: 0;
}
.default-panel .help-right li {
  font-size: 13px;
  line-height: 1em;
  color: #777;
  margin-top: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.default-panel .help-right .more {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1em;
  color: #bbb;
  cursor: pointer;
}
/*-------------- default-panel end---------------*/
/*-------------- search-panel start---------------*/
.view-help .back{
  height: 80px;
  line-height: 90px;
  border-bottom: 1px solid #e7ebf0;
}
.view-help .back button {
  height: 30px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  position: relative;
}
.view-help .back button::before {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #999;
  border-color: transparent #999 transparent transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.view-help .back button::after {
  content: '';
  height: 0;
  border: 7px solid #fff;
  display: block;
  position: absolute;
  border-color: transparent #fff transparent transparent;
  left: 2px;
  top: 50%;
  margin-top: -7px;
}
.search-panel .search-count {
  margin-top: 30px;
  font-size: 22px;
  color: #555;
}
.search-panel .search-count em{
  font-style: normal;
  color: #20ADE5;
  padding: 0 8px;
}

.search-panel .search-count {
  margin-top: 30px;
  font-size: 22px;
  color: #555;
}
.search-panel em {
  font-style: normal;
  color: #20ADE5;
}
.search-panel .list {
  margin-top: 40px;
  margin-bottom: 60px;
}
.search-panel .item {
  cursor: pointer;
  border-bottom: 1px solid #e7ebf0;
  margin-top: 32px;
}
.search-panel .item .title{
  padding: 12px 6px 12px 32px;
  color: #555;
  background-repeat: no-repeat;
  background-position: left;
  font-size: 16px;
}
.search-panel .item .text {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  padding: 4px 4px 4px 32px;
}
/*-------------- search-panel end---------------*/

/*-------------- detail-panel start---------------*/
.detail-panel {
  position: relative;
}
.search-detail {
  position: relative;
  padding-left: 370px;
  margin-top: 40px;
  padding-bottom: 100px;
  margin-bottom: 40px;
}
.search-detail .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 50px;
  border-right: 1px #e3e3e3 solid;
  padding: 20px;
}
.search-detail .list li {
  font-size: 14px;
  color: #999;
  margin-bottom: 26px;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-detail .list li::before {
  content: '';
  background: #999;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 6px;
}
.search-detail .list li.active {
  color: #20ADE5;
}
.search-detail .list li.active::before {
  background: #20ADE5;
}
.search-detail .info h3 {
  font-size: 28px;
  color: #20ADE5;
  line-height: 1.4em;
  
}
.search-detail .article {
  margin-top: 26px;
  font-size: 14px;
  color: #555;
  line-height: 2em;
}
.search-detail .article img {
  max-width: 100%;
  margin-top: 30px;
  cursor: zoom-in;
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px #eaeef2;
}
.detail-panel .search-tag {
  margin-top: 50px;
  color: #999;
  font-size: 13px;
}
.detail-panel .search-tag >li {
  margin-top: 6px;
}
.detail-panel .search-tag ul {
  display: inline-block;
}
.detail-panel .search-tag ul li {
  display: inline-block;
  margin-right: 15px;
  color: #555555;
}
.detail-panel .help-feedback {
  margin-top: 60px;
  color: #555;
  font-size: 14px;
}
.detail-panel .qty button {
  padding: 1px 12px;
  background: #fff;
  border: 1px solid #20ADE5;
  color: #20ADE5;
  margin: 0 12px;
  border-radius: 5px;
  cursor: pointer;
}
.detail-panel .yes {
  display: none;
  margin-top: 30px;
}
.detail-panel .no {
  display: none;
  margin-top: 25px;
}
.detail-panel .reason {
  margin-top: 16px;
  width: 100%;
  position: relative;
  height: 45px;
  border: 1px solid #d6d6d6;
}
.detail-panel .reason::before {
  content: '';
  height: 0;
  width: 0;
  border: 8px solid #555;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  display: block;
}
.detail-panel .reason::after {
  content: '';
  height: 0;
  width: 0;
  border: 8px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  display: block;
}
.detail-panel .reason input {
  height: 100%;
  width: 100%;
  border: 0;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
}
.detail-panel .reason-list {
  padding: 5px 10px 12px 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px #ccc;
  margin-top: 7px;
  display: none;
}
.detail-panel .reason-list li {
  padding: 5px 0;
  font-size: 14px;
}
.detail-panel .reason-list li:first-child {
  color: #999 !important;
  background: #fff !important;

}
.detail-panel .reason-list .select {
  display: none;
  color: #fff;
  background: #20ADE5;
}
.detail-panel .edit {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 60px;
  display: none;
}
.detail-panel .edit textarea {
  width: 100%;
  height: 80px;
  padding: 12px;
  margin-top: 16px;
  font-size: 14px;
  color: #555;
  box-sizing: border-box;
  border: 1px solid #beb7cc;
}
.detail-panel .edit button {
  margin-top: 20px;
  height: 38px;
  font-size: 16px;
  padding: 0px 24px;
  border: 1px solid #20ADE5;
  color: #20ADE5;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.detail-panel .edit .forbid {
  opacity: 0.5;
  cursor: not-allowed;
}
.detail-panel .edit-result {
  display: none;
  margin-top: 30px;
  font-size: 14px;
  color: #555;
}
.detail-panel .edit-result span {
  color: #20ADE5;
  cursor: pointer;
  margin-left: 4px;
  font-size: 16px;
  padding-right: 22px;
  letter-spacing: -1px;
  background: url(../images/help/server.html) no-repeat;
  background-position: right;
}
.detail-panel .comment-error {
  display: none;
  color: red;
  margin-top: 20px;
  font-size: 14px;
}
/*-------------- detail-panel end---------------*/

/*-------------- explorer-panel start---------------*/
.explore-panel .explore-main {
  position: relative;
}
.explore-panel .explore-main img {
  width: 100%;
}
.explore-panel .explore-main .step {
  position: absolute;
  top: 530px;
  left: 18px;
  clear: both;
}
.explore-panel .explore-main .step ul {
  font-size: 14px;
  color: #20ADE5;
  float: left;
  width: 192px;
  margin-right: 70px;
  padding: 5px 20px;
  box-sizing: border-box;
}
.explore-panel .explore-main .step ul:last-child {
  margin-right: 0;
}
.explore-panel .explore-main .step li {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.explore-panel .explore-main .step li:hover span {
  padding-bottom: 1px;
  border-bottom: 1px solid #20ADE5;
}

@media screen and (max-width: 1280px) {
  .explore-panel .explore-main {
    width: 800px;
    margin: 0 auto;
  }
  .explore-panel .explore-main .step {
    top: 420px;
    left: 14px;
  }
  .explore-panel .explore-main .step ul {
    width: 154px;
    margin-right: 56px;
  }
  .explore-panel .explore-main .step li {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
}
/*-------------- explore-panel end---------------*/
.mask-panel {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9;
}
.mask-panel .mask-content {
  max-height: 80%;
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  display: inline-block;
  position: relative;
}
.mask-panel .mask-content span {
  position: absolute;
  right: -40px;
  top: -40px;
  height: 40px;
  width: 40px;
  line-height: 32px;
  text-align: center;
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 32px;
  border-radius: 32px;
  cursor: pointer;
  transform: rotate(45deg);
}
.mask-panel .mask-content img {
  max-width: 100%;
  max-height: 100%;
  cursor: zoom-out;
}

 .help-video {
            padding: 50px;
            display: inline-block;
        }

        .help-video img {
            width: 280px;border-radius: 8px;
        }

        .help-video .help-video-img {
            display: inline-block;
            cursor: pointer;
        }

        .help-video p {
            text-align: center;
            width: 280px;
            padding: 12px 0px;
        }

        .video-close {
            position: relative;
            z-index: 2;
        }
      .quick-help{padding:20px 0px;}
      .quick-help ul li{
    width: 33%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}
      .quick-help ul li a{display:block;box-shadow: 0px 2px 10px 0px rgba(133, 133, 133, 0.3);border:1px solid #fff;padding: 20px 0px;border-radius: 4px; margin: 12px;}
      .quick-help ul li p{padding:12px;}
      .quick-help ul li a:hover{border:1px solid #20ade5; color:#20ade5;}


@media screen and (max-width:768px) {

  .default-panel .module-list .module {
  float: left;
  width: 100%;
  height: 300px;
  padding: 32px;
}

.default-panel .module-list .tag {
    margin-top: 10px;
}
.search-detail {
    padding-left: 0px;
    padding-right:auto;
}
.search-detail ul{display:none;}
.default-panel .help-right{display:none;}
.default-panel .help-right-img{display:none;}
.website-help-banner { margin-top: 0px !important;}
.header-search .help-label {padding-top: 80px !important;}

.quick-help ul li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
    border-radius: 4px;
}
.default-panel .help-nav li{width:30%;}
.page-try-box{height: 120px !important;}
.text-search {
    margin-top: 0px;
    width: inherit;
}

.search-detail .list {
    border-right:none;
}

}

