﻿@media (min-width: 768px)
{
  html
  {
    font-size: 28px !important;
  }
}

@media (min-width: 1025px)
{
  html
  {
    font-size: 30px !important;
  }
}

@media (min-width: 1440px)
{
  html
  {
    font-size: 36px !important;
  }
}

@media (min-width: 1680px)
{
  html
  {
    font-size: 40px !important;
  }
}

.icon2-hide
{
  display: none;
}

.hamburger
{
  position: relative;
  top: -10px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  cursor: pointer;
}

.hamburger .line
{
  width: 50px;
  height: 5px;
  background-color: #333333;
  display: block;
  margin: 8px auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover
{
  cursor: pointer;
}

#hamburger-1.is-active .line
{
  background-color: #2ab3c3;
}

#hamburger-1.is-active .line:nth-child(2)
{
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1)
{
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3)
{
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.w1400
{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fullimg
{
  width: 100%;
  max-width: 100%;
  display: block;
}

.pc-nav-bg
{
  padding-top: 45px;
  background-color: #f8f8f8;
  padding-bottom: 120px;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

.ph-nav-bg
{
  width: 100%;
  padding-top: 45px;
  background-color: #f8f8f8;
  padding-bottom: 120px;
}

.pc-nav-ul
{
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 72%;
  float: left;
  overflow: hidden;
}

.pc-nav-item
{
  width: 15%;
  float: left;
}

.pc-nav-item > a
{
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.pc-nav-item > a:hover
{
  color: #000;
}

.pc-nav-item dl
{
  padding-top: 14px;
}

.pc-nav-item dl dd a
{
  font-size: .38rem;
  color: #999999;
  display: block;
  line-height: 1rem;
}

.pc-nav-item dl dd a:hover
{
  color: #2ab3c3;
}

.pc-nav-contact
{
  float: right;
  text-align: left;
  margin-right: 45px;
}

.pc-nav-contact h3
{
  font-size: 16px;
  color: #6c6c6c;
  margin-bottom: 16px;
}

.pc-nav-contact h3 img
{
  margin-right: 10px;
}

.pc-nav-contact h2
{
  font-size: 30px;
  color: #666666;
  margin-bottom: 16px;
  font-family: "PORSCHENEXT-BOLD";
}

.pc-nav-contact .open-tiem
{
  font-size: 16px;
  color: #999999;
}

.ph-nav-bg
{
  padding-top: 60px;
  padding-bottom: 44px;
}

.ph-nav-bg .pc-nav-ul
{
  width: 62%;
}

.ph-nav-bg .pc-nav-item
{
  width: 12%;
}

.pc-nav-contact.footer-nav
{
  width: 28%;
  margin-right: 0;
  padding-left: 2%;
}

.pc-nav-contact.footer-nav h3
{
  width: 160px;
  text-align: center;
  background-color: #2ab3c3;
  height: 45px;
  line-height: 43px;
  color: #fff;
  border-radius: 50px;
}

.pc-nav-contact.footer-nav h3 img
{
  position: relative;
  top: -1px;
}

.pc-nav-contact.footer-nav h2
{
  margin-bottom: 30px;
  margin-top: 5px;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: .9rem;
  font-family: "PORSCHENEXT-BOLD";
}

.pc-nav-contact.footer-nav h2 span
{
  font-size: .4rem;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  font-family: Arial, Helvetica, sans-serif;
}

.place-area
{
  margin-bottom: .5rem;
}

.place-area h5
{
  font-size: .4rem;
  color: #666666;
  margin-bottom: .13rem;
}

.place-area p
{
  font-size: .35rem;
  line-height: .6rem;
  color: #999999;
}

.float-nav
{
  height: 120px;
}

.qr-img
{
  position: relative;
}

.qr-img .qr-img-box
{
  position: absolute;
  left: 50%;
  bottom: 200%;
  width: 210px;
  margin-left: -105px;
  height: 210px;
  background-color: #fff;
  display: none;
  padding: 10%;
  overflow: hidden;
  background-size: cover;
  cursor: default;
}

.qr-img .qr-img-box:after
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
}

.qr-img .qr-img-box img
{
  width: 100%;
  display: block;
  margin: 0 auto;
}

.qr-img.show .qr-img-box
{
  display: block;
}

.ph-hamburger
{
  position: absolute;
  right: 0;
  top: 0.23rem;
}

.ph-hamburger .line
{
  background-color: #fff;
}

#hamburger-2.is-active .line
{
  background-color: #fff;
}

#hamburger-2.is-active .line:nth-child(2)
{
  opacity: 0;
}

#hamburger-2.is-active .line:nth-child(1)
{
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-2.is-active .line:nth-child(3)
{
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.ph-banner
{
  z-index: 6;
  position: relative;
  overflow: hidden;
}

.ph-ban-item
{
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ph-ban-item img
{
  width: 100%;
}

.ph-header-nav-bg
{
  background-color: #fff;
  display: none;
}

.ph-header-nav
{
  width: 74%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}

.ph-header-search
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 110px;
}

.ph-header-search .search-icon
{
  width: 25px;
  height: 25px;
}

.ph-header-search input
{
  width: 0;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 26px;
  line-height: 26px;
  padding-left: 28px;
  font-size: 22px;
  outline: none;
}

.ph-nav-item
{
  margin-bottom: 52px;
}

.ph-nav-item h3
{
  font-size: 26px;
  color: #6f6f6f;
}

.ph-nav-item h3 a
{
  float: left;
  width: 80%;
}

.ph-nav-item h3 .icon-box
{
  width: 20%;
  float: right;
  text-align: right;
  cursor: pointer;
}

.ph-nav-item h3 .icon-box.active img
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ph-nav-sub
{
  padding-left: 5%;
  padding-top: 18px;
  display: none;
}

.ph-nav-sub > li > a
{
  color: #999999;
  font-size: 26px;
  display: block;
  line-height: 60px;
}

.ph-header-support-bg
{
  background-color: #2ab3c3;
  margin-top: 0.05rem;
}

.ph-header-support
{
  width: 74%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.ph-header-support span
{
  display: inline-block;
  font-size: 40px;
}

.ph-header-support b
{
  font-weight: normal;
  font-size: 24px;
}

@media (max-width: 1280px)
{
  .footer-bottom-bg .footer-sublink
  {
    display: none;
  }
}

.footer-nav-list
{
  width: 80%;
  margin: 0 auto;
  border-bottom: 2px solid #efefef;
}

.wechat-tool
{
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.wechat-tool .img-desc
{
  text-align: center;
  margin-top: .2rem;
}

.wechat-tool .img-desc img
{
  width: .38rem;
}

.wechat-tool .img-desc span
{
  font-size: .18rem;
  color: #242728;
}

.wechat-tool-box
{
  width: 34%;
}

.web-mail
{
  padding-top: .7rem;
  padding-bottom: .8rem;
  border-top: 1px solid #dcdcdc;
}

input
{
  -webkit-appearance: none;
}

textarea
{
  -webkit-appearance: none;
}

.weishous
{
  position: relative;
}

.weishous .itemspo
{
  position: absolute;
  width: 30%;
  bottom: 65px;
  display: none;
  left: 50%;
  transform: translateX(-50%)
}

.weishous .itemspo img
{
  width: 100%;
  height: auto;
}

.praise-mail
{
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dcdcdc;
}

.praise-mail img
{
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.praise-mail .doc-box
{
  text-align: left;
  margin-left: 16px;
  margin-top: 2px;
  cursor: pointer;
}

.praise-mail .doc-box h3
{
  font-size: .6rem;
  color: #242728;
  margin-bottom: 0.1rem;
}

.praise-mail .doc-box span
{
  font-size: .4rem;
  color: #999999;
}

.praise-mail:last-child
{
  border-right: none;
}

.pc-product-bg
{
  background-color: #fff;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.select-product-box
{
  display: none;
}

.select-product-box.active
{
  display: block;
}

.select-product-box.show
{
  display: block;
}

.serious-select-bg
{
  width: 100%;
  background-color: #ececec;
  height: 80px;
}

.serious-select
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serious-select li
{
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  height: 80px;
  line-height: 80px;
}

.serious-select li a
{
  font-size: 14px;
  color: #474747;
  display: block;
  position: relative;
}

.serious-select li a:after
{
  content: '';
  position: absolute;
  right: -38px;
  top: 50%;
  width: 2px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dadada;
}

.serious-select li a:before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #33b6c6;
  display: none;
}

.serious-select li.active a:before
{
  display: block;
}

.serious-select li:last-child a:after
{
  display: none;
}

.pc-header
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-product-box-bg
{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 35px;
}

.left-choose-more
{
  width: 17.8%;
  margin-right: 54px;
}

.left-choose-more .choose-more-item
{
  margin-bottom: 21px;
}

.left-choose-more .choose-more-item .img-box
{
  height: 80px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 6px;
}

.getmore-doc
{
  font-size: 16px;
  color: #333333;
  display: block;
  margin-top: 21px;
  line-height: 1;
}

.getmore-doc img
{
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.getmore-doc:hover
{
  color: #2ab3c3;
}

.getmore-doc:hover img
{
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.nav-pro-item
{
  width: 14%;
  float: left;
  margin-right: 3%;
}

.nav-pro-item a
{
  display: block;
}

.right-show-four .img-box
{
  /*padding: 28px 8%;*/
  background-color: #ececec;
  border-radius: 5px;
}

.right-show-four .img-box img
{
  border-radius: 6px;
}

.right-show-four .pro-name
{
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 36px;
}

.right-show-four .pro-des-tag
{
  text-align: center;
  line-height: 2;
}

.right-show-four .pro-des-tag span
{
  display: inline-block;
  width: 74px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #dcdcdc;
  font-size: 13px;
  color: #bdbdbd;
  text-align: center;
  border-radius: 2px;
}

.right-show-four .pro-des-tag span:nth-child(2n)
{
  margin-left: 3px;
}

.right-show-four .hot-tag
{
  width: 46px;
  height: 23px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #e55198;
  border: 1px solid #e55198;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 14px;
  display: none;
}

.right-show-four .nav-pro-item.hot .hot-tag
{
  display: block;
}

.sub-nav-ul
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  padding: .5rem 0;
}

.sub-nav-ul li a
{
  font-size: 15px;
  color: #999999;
  padding: 0 1.5rem;
  position: relative;
}

.sub-nav-ul li a:after
{
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #d1d1d1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-nav-ul li a:hover
{
  color: #2ab3c3;
}

.sub-nav-ul li:last-child a:after
{
  display: none;
}

.sub-nav-ul li.active a
{
  color: #133978;
}

#ph-sub-nav
{
  border-bottom: 1px solid #eaeaea;
}

#ph-sub-nav .sub-nav-ul
{
  border-bottom: none;
}

.n-gloabl-tit
{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1.63rem;
}

.n-gloabl-tit h3
{
  font-size: .9rem;
  color: #333333;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: .3rem;
}

.n-gloabl-tit .doc-tit
{
  font-size: .45rem;
  color: #999999;
  line-height: .75rem;
}

.right-fixed-tag
{
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 6;
  border-radius: 6px;
}

.right-fixed-tag .phone-box
{
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 3;
  background-color: #fff;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.right-fixed-tag .phone-box .svgbox
{
  width: 50px;
  height: 50px;
  position: relative;
}

.right-fixed-tag .phone-box .svgbox > span
{
  font-size: 25px;
  color: #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-fixed-tag .phone-box .numbox
{
  z-index: 6;
  height: 50px;
  line-height: 50px;
  background-color: #2ab3c3;
  color: #fff;
  font-family: Numfont2;
  line-height: 55px;
  border-radius: 5px;
  font-size: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  overflow: hidden;
}

.right-fixed-tag .phone-box:hover .numbox
{
  padding-right: 10px;
  display: block;
  width: 223px;
}

.right-fixed-tag .phone-box:hover .numbox > span
{
  font-size: 25px;
  color: #fff;
  margin-left: 14px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.right-fixed-tag .back-box
{
  position: absolute;
  top: 100%;
  margin-top: 60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 6px;
  z-index: 3;
  background-color: #fff;
  display: none;
}

.right-fixed-tag .back-box .svgbox
{
  width: 50px;
  height: 50px;
  position: relative;
}

.right-fixed-tag .back-box .svgbox span
{
  font-size: 25px;
  color: #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-fixed-tag .pq-box
{
  position: absolute;
  top: 100%;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 3;
  background-color: #fff;
}

.right-fixed-tag .pq-box .svgbox
{
  width: 50px;
  height: 50px;
  position: relative;
}

.right-fixed-tag .pq-box .svgbox span
{
  font-size: 25px;
  color: #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-fixed-tag .pq-box .qr-imgbox
{
  position: absolute;
  right: 95%;
  top: -50px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.right-fixed-tag .pq-box:hover .qr-imgbox
{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sub-ph-nav
{
  border-bottom: 1px solid #eaeaea;
}

.sub-ph-nav .sub-nav-ul
{
  border-bottom: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sub-ph-nav .sub-nav-ul
{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sub-ph-nav .sub-nav-ul li
{
  width: 33%;
}

.slide-box::-webkit-scrollbar
{
  display: none;
}

.footer-bottom-bg .focus-us a.bds_tsina
{
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: 0 0;
  margin: 0;
  margin-top: 3px;
  margin-right: 16px;
}

.footer-bottom-bg .bdshare-button-style0-16 a:hover
{
  opacity: 1;
}

.footer-bottom-bg .bdsharebuttonbox
{
  float: left;
}

.rules-page .news-det .left
{
  width: 100%;
  padding-right: 0%;
  border-right: none;
}

.rules-page .article-main
{
  padding-top: 1.2rem;
}

.recruitdtl-box
{
  padding: .5rem 0;
}

.recruitdtl
{
  margin-top: .4rem;
}

.recruitdtl-box h3
{
  font-size: .5rem;
  line-height: .6rem;
  text-align: center;
}

.recruitdtl .txt
{
  float: left;
  width: 20%;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
}

.recruitdtl .input
{
  margin-bottom: 15px;
}

.recruitdtl .file input
{
  border: none;
  height: 30px;
}

.form-horizontal .controls
{
  margin-left: 132px !important;
}

.recruitdtl .input .js-img-list-f
{
  margin-left: 132px !important;
}

.recruitdtl input,
.recruitdtl select
{
  float: left;
  width: 60%;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin-left: 3%;
  padding: 10px 2.5%;
  height: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 5px;
}

.recruitdtl input
{
  box-sizing: content-box;
}

.recruitdtl select
{
  height: 42px;
  width: 66%;
}

.recruitdtl textarea
{
  float: left;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin-left: 3%;
  padding: 10px 2.5%;
  height: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  resize: none;
  width: 60%;
  height: 100px;
  box-sizing: content-box;
}

.recruitdtl .check input
{
  width: 100px;
  float: left;
}

.recruitdtl .check img
{
  float: left;
  height: 40px;
  width: 80px;
  margin-left: 20px;
}

.recruitdtl .btns
{
  margin-left: 23%;
  font-size: 0;
}

.recruitdtl input[type=submit],
.recruitdtl .mail-btn
{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 2rem;
  height: .7rem;
  padding: 0;
  background: #18a3b4;
  line-height: .7rem;
  border: none;
  font-size: .24rem;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-right: .3rem;
  margin-left: 0;
  border: 2px solid #18a3b4;
}

.recruitdtl .red
{
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f00;
  font-size: .24rem;
  line-height: .3rem;
}

.recruitdtl .resume .red
{
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
}

.recruitdtl .fileinp
{
  float: left;
  margin-left: 3%;
}

.recruitdtl .fileinp .file
{
  float: left;
  padding: 0 .3rem;
  height: 28px;
  line-height: 28px;
  background-color: #18a3b4;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #18a3b4;
}

.recruitdtl .fileinp .text
{
  float: left;
  font-size: .24rem;
  color: #666;
  margin-left: .1rem;
  margin-top: .1rem;
}

/*********recruitdtl end************/
@media (min-width: 768px)
{
  .recruitdtl-box
  {
    padding: 50px 0;
  }

  .recruitdtl
  {
    margin-top: 40px;
  }

  .recruitdtl .resume .txt
  {
    width: 10%;
  }

  .recruitdtl textarea
  {
    margin-left: 1.5%;
    width: 82.5%;
  }

  .recruitdtl .btns
  {
    margin-left: 11.5%;
  }

  .recruitdtl .red
  {
    font-size: 12px;
    line-height: 20px;
    right: 20px;
  }

  .recruitdtl textarea
  {
    width: 77%;
  }

  .recruitdtl input[type=submit],
  .recruitdtl .mail-btn
  {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 20px;
  }

  .recruitdtl-box h3
  {
    font-size: 30px;
    line-height: 40px;
  }

  .recruitdtl .fileinp .file
  {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    height: 40px;
  }

  .recruitdtl .fileinp .text
  {
    line-height: 40px;
    margin: 0 0 0 10px;
    font-size: 14px;
  }
}

@media (min-width: 1025px)
{
  .recruitdtl .txt
  {
    font-size: 16px;
    width: 25%;
  }

  /* .recruitdtl input{
    width: 66%;
    } */
    .recruitdtl .resume .txt
    {
      width: 8.5%;
    }

    .recruitdtl select
    {
      width: 65.5%;
    }

    .recruitdtl .red
    {
      right: 0;
    }

    .recruitdtl textarea
    {
      margin-left: 1.1%;
      width: 85%;
      height: 200px;
      padding: 10px 1.5%;
    }

    .recruitdtl input[type=submit]
    {
      margin-left: 9.6%;
    }

    .recruitdtl .check-box .txt
    {
      width: 20%;
    }

    .recruitdtl .btns
    {
      margin-left: 0;
    }

    .recruitdtl .fileinp .file
    {
      -webkit-transition: all .2s;
      transition: all .2s;
    }

    .recruitdtl input[type=submit],
    .recruitdtl .mail-btn
    {
      font-size: 16px;
      -webkit-transition: all .2s;
      transition: all .2s;
    }

    .recruitdtl .input
    {
      margin-bottom: 30px;
    }

    /************recruitdtl end**********/
    .recruitdtl .fileinp .file:hover,
    .recruitdtl input[type=submit]:hover,
    .recruitdtl .mail-btn:hover
    {
      background-color: #fff;
      border: 2px solid #18a3b4;
      color: #18a3b4;
    }
  }



  /*新增安装*/

  .ht_list-wrap .title-tab
  {
    margin: 1rem 0;
    text-align: center;
  }
  .ht_list-wrap .title-tab a{
    font-size: 1.2rem;
    color: #333;
    margin: 0 1.5rem;
    transition:all 0.3s ease 0s;
    position: relative;
  }
  .ht_list-wrap .title-tab a:first-child:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 1.5rem;
    background: #e0e0e0;
    top: 50%;
    left: -1.5rem;
    transform:translateY(-50%); 
  }
  .ht_list-wrap .title-tab a:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 1.5rem;
    background: #e0e0e0;
    top: 50%;
    right: -1.5rem;
    transform:translateY(-50%); 
  }
  .ht_list-wrap .title-tab a:hover{
    color: #5fc6d2;
  }
  .ht_list-wrap .title-tab a.cur{
    color: #5fc6d2;
  }

  .ht_list-wrap .list-box .title-bar{
    width: 100%;
    height: 2.35rem;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing:border-box;
    padding: 0 1.4rem 0 1.5rem;
    margin-bottom: 1.1rem;
  }
  .ht_list-wrap .list-box{
    margin-bottom: 2rem;
  }
  .ht_list-wrap .list-box .title-bar span{
    font-size: 0.75rem;
    color: #333;
  }
  .ht_list-wrap .list-box .title-bar .span{
    font-size: 0.6rem;
    color: #9c9c9c;
  }
  .ht_list-wrap .list-box .list li{
    width: 31.8%;
    margin: 0 2.3% 2.3% 0;
  }
  .ht_list-wrap .list-box .list li:nth-child(3n){
    margin-right: 0;
  }
  .ht_list-wrap .list-box .list li .img{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 64.4%;
    border-radius: 8px;
    margin-bottom: 0.45rem;
  }
  .ht_list-wrap .list-box .list li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition:all 0.3s ease 0s;
  }
  .ht_list-wrap .list-box .list li .arrow{
    transition:all 0.3s ease 0s;
  }
  .ht_list-wrap .list-box .list li:hover .img img{
    transform:scale(1.05); 
  }
  .ht_list-wrap .list-box .list li:hover .arrow{
    transform:translateX(5px); 
  }
  .ht_list-wrap .list-box .list li .time{
    font-size: 0.35rem;
    color: #a1a1a1;
    font-family: '宋体';
    margin-bottom: 0.4rem;
  }
  .ht_list-wrap .list-box .list li .t{
    color: #555;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
  }
  .ht_list-wrap .list-box .list li .con-t{
    font-size: 0.35rem;
    color: #222;
    line-height: 1.85;
    margin-bottom: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:1.25rem;

  }

  .htde-wrap .title-tit{
    padding: 1.5rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
  }
  .htde-wrap .title-tit h1{
    font-size: 0.9rem;
    color: #333;
    text-align: center;
  }
  .htde-wrap .title-tit .back{
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%); 
    color: #333;
    font-size: 0.4rem;
  }
  .htde-wrap .title-tit .back a{
    display: inline-block;
    display: flex;
    align-items: center;
  }
  .htde-wrap .title-tit .back a:hover{
    color: #2ab3c3;
  }
  .htde-wrap .title-tit .back .ico{
   transform: translateY(-3px);
 }
 
 .htde-wrap .title-tit .back a img{
  margin-left: 0.2rem;
}
.htde-wrap .video-wrap{
  padding: 1rem 0 2.75rem;
}
.htde-wrap .video-wrap h1{
  font-size: 0.75rem;
  text-align: center;
  color: #333;
  margin-bottom: 0.5rem;
}
.htde-wrap .video-box{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.htde-wrap .video-box .play-ico{
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-size: 0.6rem; 
  transition:all 0.3s ease 0s;
}
.htde-wrap .video-box .play-ico:hover{
  top: 51%;
}
.htde-wrap .video-box .play-ico img{
  margin-bottom: 0.5rem;
}
.htde-wrap .video-box .play-ico span{
  display: block;
  text-align: center;
  color: #fff;
}
.htde-wrap .de-con{
  padding: 1rem 0 2rem;
}



@media(max-width: 992px){
  .ht_list-wrap .title-tab a {
    font-size: 1rem;
    margin: 0 1rem;
  }
  .ht_list-wrap .list-box .list li .con-t {
    height: 1.5rem;
  }

}
@media(max-width: 767px){
  .ht_list-wrap .title-tab {
    margin: 0.5rem 0;
  }
  .ht_list-wrap .title-tab a {
    font-size: 0.34rem;
    margin: 0 0.2rem;
  }
  .ht_list-wrap .title-tab a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: #e0e0e0;
    top: 50%;
    right: -0.3rem;
    transform: translateY(-50%);
  }
  .ht_list-wrap .title-tab a:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: #e0e0e0;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
  }
  .ht_list-wrap .list-box .list li{
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .ht_list-wrap .list-box .title-bar {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.5rem;
  }
  .ht_list-wrap .list-box .title-bar span {
    font-size: 0.4rem;
    display: block;
  }
  .ht_list-wrap .list-box .title-bar .span {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .ht_list-wrap .list-box .list li .img {
    border-radius: 6px;
    margin-bottom: 0.2rem;
  }
  .ht_list-wrap .list-box .list li .time {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .ht_list-wrap .list-box .list li .t {
    font-size: 0.44rem;
    margin-bottom: 0.2rem;
  }
  .ht_list-wrap .list-box .list li .con-t {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 1rem;
  }
  .ht_list-wrap .list-box {
    margin-bottom: 0.5rem;
  }

  .htde-wrap .title-tit .back {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0%);
    color: #333;
    font-size: 0.28rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.3rem;
  }
  .htde-wrap .title-tit h1 {
    font-size: 0.44rem;
    text-align: center;
  }
  .htde-wrap .title-tit {
    padding: 0.5rem 0 0.4rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dfdfdf;
  }
  .htde-wrap .video-wrap h1 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .htde-wrap .video-wrap {
    padding: 0.2rem 0 0.75rem;
  }
  .htde-wrap .video-box .play-ico img {
    margin-bottom: 0.2rem;
    width: 0.8rem;
  }
  .htde-wrap .video-box .play-ico {
    font-size: 0.28rem;
    transition: all 0.3s ease 0s;
  }
  .htde-wrap .de-con {
    padding: 0.5rem 0 1rem;
    font-size: 0.28rem;
    line-height: 1.6;
}
}
/*新增安装*/
