.wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.wrap .contai img {
  width: 100%;
}
.wrap .contai2 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai2 ul {
  display: flex;
  justify-content: space-between;
}
.wrap .contai2 ul li {
  border: 1px dashed #d61214;
  text-align: center;
  padding: 1% 0;
  border-radius: 8px;
}
.wrap .contai2 ul li:nth-child(1) {
  width: 15%;
  color: #d61214;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .contai2 ul li:nth-child(2) {
  width: 83%;
  color: #333;
  font-weight: 500;
  text-align: left;
  font-size: 0.9rem;
  padding-left: 3%;
}
.wrap .contai3 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai3 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #da191b;
}
.wrap .contai3 b {
  display: block;
  margin-top: 2%;
  line-height: 1.5rem;
}
.wrap .contai3 ul {
  background-color: #f0ae26;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 3%;
}
.wrap .contai3 ul li {
  width: 50%;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
.wrap .contai3 ul li img {
  width: 20%;
}
.wrap .contai3 ul li i {
  display: block;
  color: #fff;
  margin-top: 2%;
  font-weight: bold;
}
.wrap .contai4 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai4 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #da191b;
}
.wrap .contai4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap .contai4 ul li {
  width: 48.5%;
  margin-top: 3%;
}
.wrap .contai4 ul li div {
  border: 1px solid #2d2d2d;
  border-top: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0 3%;
  padding-top: 4%;
  padding-bottom: 3%;
  height: 8.8rem;
}
.wrap .contai4 ul li div b {
  display: block;
  font-weight: bold;
  text-align: left;
  color: #f10f12;
  font-size: 1.1rem;
}
.wrap .contai4 ul li div i {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 2%;
}
.wrap .contai5 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai5 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #da191b;
}
.wrap .contai5 ul {
  margin-top: 2%;
}
.wrap .contai5 li {
  margin-top: 3%;
}
.wrap .contai6 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai6 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #da191b;
}
.wrap .contai6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap .contai6 ul li {
  width: 100%;
  display: flex;
  margin-top: 3%;
}
.wrap .contai6 ul li a {
  width: 32%;
}
.wrap .contai6 ul li div {
  width: 65%;
  border: 1px solid #2d2d2d;
  border-left: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-left: 3%;
  padding: 0 3%;
}
.wrap .contai6 ul li div b {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 5%;
}
.wrap .contai6 ul li div i {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 2%;
  line-height: 1.3rem;
}
.wrap .contai7 {
  padding: 0 3%;
  margin-top: 5%;
}
.wrap .contai7 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #da191b;
}
.wrap .contai7 .rounded {
  width: 100%;
  /* 设置表格宽度?00% */
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  margin-top: 3%;
}
.wrap .contai7 th,
.wrap .contai7 td {
  padding: 5px;
  /* 单元格内边距 */
  text-align: center;
  /* 文本居中对齐 */
  border: 1px solid #da1107;
  /* 添加边框?*/
  line-height: 2.3rem;
  font-weight: bold;
  color: #333;
  font-size: 1.25rem;
}
.wrap .sp {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 3%;
  width: 85%;
}
.wrap .sp a {
  background-color: #fd7046;
  color: #fff;
  line-height: 2rem;
  border-radius: 25px;
  padding: 0 9%;
  font-size: 1.1rem;
}
.wrap .sbtn {
  display: flex;
  justify-content: space-around;
  margin-top: 3%;
}
.wrap .sbtn a {
  display: inline-block;
  width: 40%;
  text-align: center;
  color: #fff;
  line-height: 2.3rem;
  font-size: 1.15rem;
  border-radius: 25px;
}
.wrap .sbtn a:nth-child(1) {
  background-color: #ff9a63;
}
.wrap .sbtn a:nth-child(2) {
  background-color: #3d2a2a;
}
.wrap .sbtn1 {
  display: flex;
  justify-content: space-around;
  margin-top: 2%;
}
.wrap .sbtn1 a {
  display: inline-block;
  width: 40%;
  text-align: center;
  color: #fff;
  line-height: 2.3rem;
  font-size: 1.15rem;
  border-radius: 25px;
}
.wrap .sbtn1 a:nth-child(1) {
  background-color: #fff;
  color: #f96623;
}
.wrap .sbtn1 a:nth-child(2) {
  background-color: #3d2a2a;
}
.wrap .bsbtn {
  display: flex;
  justify-content: space-around;
  margin-top: 3%;
}
.wrap .bsbtn a {
  display: inline-block;
  width: 40%;
  text-align: center;
  color: #fff;
  line-height: 2.3rem;
  font-size: 1.15rem;
  border-radius: 25px;
}
.wrap .bsbtn a:nth-child(1) {
  background-color: #ff9a63;
}
.wrap .bsbtn a:nth-child(2) {
  color: #333;
  background-color: #fff;
}
.wrap .box-tit {
  position: relative;
  text-align: center;
  padding-bottom: 0.3rem;
  padding-top: 3%;
  margin-top: 3%;
}
.wrap .box-tit h3 {
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
}
.wrap .box-tit span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: #666666;
}
.wrap .box-tit1 {
  position: relative;
  text-align: center;
  padding-bottom: 0.3rem;
  padding-top: 3%;
  margin-top: 3%;
  color: #fff;
}
.wrap .box-tit1 .box-tit h3 {
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
}
.wrap .box-tit1 .box-tit span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
.wrap .xian {
  background-color: #f04112;
  height: 2px;
  width: 25%;
  margin: auto;
}
.wrap .xian1 {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25%;
  margin: auto;
  text-align: center;
}
@font-face {
  font-family: "hslfont";
  src: url('../../static/fonts/font_563250_ffth80ck9s.eot');
  /* IE9 */
  src: url('../../static/fonts/font_563250_ffth80ck9s.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../../static/fonts/9e6026a501bc47b8826fda08a98258d6.woff') format('woff2'), url('../../static/fonts/font_563250_ffth80ck9s.woff') format('woff'), url('../../static/fonts/font_563250_ffth80ck9s.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../../static/fonts/font_563250_ffth80ck9s.svg') format('svg');
  /* iOS 4.1- */
}
.hslfont {
  font-family: "hslfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hsl-jurassic_radio:before {
  content: "\e6a2";
}
.hsl-shipin:before {
  content: "\e67c";
}
.hsl-shaokao:before {
  content: "\e67b";
}
.hsl-zuanshi-copy:before {
  content: "\e67a";
}
.hsl-huoguo1:before {
  content: "\e72c";
}
.hsl-duigou2:before {
  content: "\e679";
}
.hsl-xuanze:before {
  content: "\e6cb";
}
.hsl-yiwen1:before {
  content: "\e678";
}
.hsl-wen:before {
  content: "\e677";
}
.hsl-xiajiang:before {
  content: "\e676";
}
.hsl-shangsheng:before {
  content: "\e670";
}
.hsl-xuesheng:before {
  content: "\e74a";
}
.hsl-chuangye:before {
  content: "\e685";
}
.hsl-icon-1:before {
  content: "\e6ad";
}
.hsl-icon-3:before {
  content: "\e6af";
}
.hsl-icon-2:before {
  content: "\e66f";
}
.hsl-wenhao:before {
  content: "\e66b";
}
.hsl-renwu:before {
  content: "\e66e";
}
.hsl-chaxun:before {
  content: "\e66a";
}
.hsl-feiji:before {
  content: "\e666";
}
.hsl-fenxiang1:before {
  content: "\e668";
}
.hsl-taolun:before {
  content: "\e665";
}
.hsl-tel:before {
  content: "\e664";
}
.hsl-tianpin:before {
  content: "\e658";
}
.hsl-mianbao:before {
  content: "\e65c";
}
.hsl-huaban:before {
  content: "\e681";
}
.hsl-kafei:before {
  content: "\e65e";
}
.hsl-tianpin1:before {
  content: "\e660";
}
.hsl-you1:before {
  content: "\e656";
}
.hsl-new1:before {
  content: "\e6a6";
}
.hsl-xiala:before {
  content: "\e653";
}
.hsl-time:before {
  content: "\e652";
}
.hsl-hot:before {
  content: "\e650";
}
.hsl-chuangxinchuangye:before {
  content: "\e675";
}
.hsl-jiuyechuangye:before {
  content: "\e880";
}
.hsl-cuowuguanbishibai:before {
  content: "\e75d";
}
.hsl-shouji:before {
  content: "\e674";
}
.hsl-r:before {
  content: "\e673";
}
.hsl-close_icon:before {
  content: "\e65a";
}
.hsl-anquan:before {
  content: "\e865";
}
.hsl-right-s:before {
  content: "\e64c";
}
.hsl-wenti:before {
  content: "\e647";
}
.hsl-new:before {
  content: "\ea8a";
}
.hsl-z-like:before {
  content: "\e6bf";
}
.hsl-caigoushicai:before {
  content: "\e63d";
}
.hsl-chushi2:before {
  content: "\e657";
}
.hsl-peixun:before {
  content: "\e640";
}
.hsl-feiyongguanli:before {
  content: "\e63e";
}
.hsl-jiaoxue:before {
  content: "\e643";
}
.hsl-tuandui:before {
  content: "\e645";
}
.hsl-jishujilei:before {
  content: "\e646";
}
.hsl-fuxuankuang:before {
  content: "\e6b0";
}
.hsl-you:before {
  content: "\e63c";
}
.hsl-hudong:before {
  content: "\e63b";
}
.hsl-jiu:before {
  content: "\ebd7";
}
.hsl-jineng:before {
  content: "\e634";
}
.hsl-duigou1:before {
  content: "\e644";
}
.hsl-huodong:before {
  content: "\e856";
}
.hsl-lingxing:before {
  content: "\e65d";
}
.hsl-yinpin:before {
  content: "\e633";
}
.hsl-dianji:before {
  content: "\e75b";
}
.hsl-zizhizhengshu:before {
  content: "\e63a";
}
.hsl-weixin:before {
  content: "\e632";
}
.hsl-gengduo:before {
  content: "\e631";
}
.hsl-food:before {
  content: "\e630";
}
.hsl-gengduo2:before {
  content: "\e671";
}
.hsl-left1:before {
  content: "\e62f";
}
.hsl-xueli-copy:before {
  content: "\eed8";
}
.hsl-xueli:before {
  content: "\e636";
}
.hsl-teacher:before {
  content: "\e62a";
}
.hsl-jiudian:before {
  content: "\e62b";
}
.hsl-shebeizhuangtai:before {
  content: "\e62e";
}
.hsl-shang1:before {
  content: "\e639";
}
.hsl-duigou:before {
  content: "\e629";
}
.hsl-shang:before {
  content: "\e62c";
}
.hsl-tiaozhuan:before {
  content: "\e638";
}
.hsl-download:before {
  content: "\eed7";
}
.hsl-icon_yiduiyimoren-01:before {
  content: "\e622";
}
.hsl-meishi1:before {
  content: "\e627";
}
.hsl-zuoyezhidaoshu:before {
  content: "\e628";
}
.hsl-navicon-wxctptj:before {
  content: "\e663";
}
.hsl-iconfonticon-xitong:before {
  content: "\e642";
}
.hsl-right1:before {
  content: "\e829";
}
.hsl-xingxing:before {
  content: "\e61d";
}
.hsl-yewuzhichifuwugongneng:before {
  content: "\e798";
}
.hsl-peixunjingli:before {
  content: "\e617";
}
.hsl-bofang:before {
  content: "\e613";
}
.hsl-rocket:before {
  content: "\e612";
}
.hsl-zhixianshangsheng:before {
  content: "\e66d";
}
.hsl-quanqiu1:before {
  content: "\e7c8";
}
.hsl-baoming:before {
  content: "\e608";
}
.hsl-huanjing:before {
  content: "\e618";
}
.hsl-laoshi:before {
  content: "\e74d";
}
.hsl-shipin1:before {
  content: "\e61a";
}
.hsl-zhuanyezhishi:before {
  content: "\e61b";
}
.hsl-jiuyezhidao:before {
  content: "\e61c";
}
.hsl-feiyong:before {
  content: "\e7b3";
}
.hsl-duihua:before {
  content: "\e623";
}
.hsl-hongbao:before {
  content: "\e606";
}
.hsl-dianhua2:before {
  content: "\e607";
}
.hsl-shouye:before {
  content: "\e60e";
}
.hsl-meishi:before {
  content: "\e611";
}
.hsl-dangao1:before {
  content: "\e62d";
}
.hsl-zhongcanting:before {
  content: "\e626";
}
.hsl-FastFood:before {
  content: "\e621";
}
.hsl-play:before {
  content: "\e69d";
}
.hsl-brand:before {
  content: "\e6e9";
}
.hsl-sheying:before {
  content: "\e63f";
}
.hsl-renshu1:before {
  content: "\e60d";
}
.hsl-xuexiao1:before {
  content: "\e610";
}
.hsl-kaixin:before {
  content: "\e661";
}
.hsl-boshimao:before {
  content: "\e6d0";
}
.hsl-76:before {
  content: "\e686";
}
.hsl-ictel:before {
  content: "\e64f";
}
.hsl-xiazai20:before {
  content: "\e614";
}
.hsl-yiwen:before {
  content: "\e65b";
}
.hsl-chakan:before {
  content: "\eed5";
}
.hsl-chushi1:before {
  content: "\e65f";
}
.hsl-player_slider_dot:before {
  content: "\e6c7";
}
.hsl-dian:before {
  content: "\e61e";
}
.hsl-zuo:before {
  content: "\e765";
}
.hsl-guanbi1:before {
  content: "\e849";
}
.hsl-more1:before {
  content: "\e79e";
}
.hsl-jinru:before {
  content: "\e7f6";
}
.hsl-gantanhao:before {
  content: "\e60a";
}
.hsl-fenxiang:before {
  content: "\e66c";
}
.hsl-chuang:before {
  content: "\ec3f";
}
.hsl-sr:before {
  content: "\e625";
}
.hsl-xican:before {
  content: "\e6b3";
}
.hsl-jiangbei:before {
  content: "\e637";
}
.hsl-guo1:before {
  content: "\e667";
}
.hsl-xuexiao:before {
  content: "\e641";
}
.hsl-left:before {
  content: "\e602";
}
.hsl-right:before {
  content: "\e603";
}
.hsl-icon_good:before {
  content: "\e616";
}
.hsl-dingdan:before {
  content: "\e64e";
}
.hsl-fenqifukuan:before {
  content: "\e6c1";
}
.hsl-wenda:before {
  content: "\e609";
}
.hsl-chushi:before {
  content: "\e60c";
}
.hsl-xiaodaohangtuanduigongzuo:before {
  content: "\e749";
}
.hsl-29:before {
  content: "\e6b4";
}
.hsl-0029:before {
  content: "\e655";
}
.hsl-shangwuhezuohezuo:before {
  content: "\e694";
}
.hsl-9:before {
  content: "\e619";
}
.hsl-baozhang-copy:before {
  content: "\e648";
}
.hsl-guanbi:before {
  content: "\e620";
}
.hsl-wanju:before {
  content: "\e600";
}
.hsl-canpinhui-xican:before {
  content: "\e64d";
}
.hsl-dangao-shi:before {
  content: "\e662";
}
.hsl-chufang:before {
  content: "\e601";
}
.hsl-dangao:before {
  content: "\e654";
}
.hsl-down:before {
  content: "\e69c";
}
.hsl-dianhua11:before {
  content: "\eed6";
}
.hsl-msnui-tel:before {
  content: "\e693";
}
.hsl-caifub:before {
  content: "\e669";
}
.hsl-menu:before {
  content: "\e726";
}
.hsl-icon09:before {
  content: "\e60b";
}
.hsl-zuobiao:before {
  content: "\e615";
}
.hsl-zhongxinhuanjing:before {
  content: "\e64a";
}
.hsl-duoren:before {
  content: "\e649";
}
.hsl-shubiao:before {
  content: "\e635";
}
.hsl-dianhua:before {
  content: "\e624";
}
.hsl-guo:before {
  content: "\e64b";
}
.hsl-huoguo:before {
  content: "\e651";
}
.hsl-gerenzijin:before {
  content: "\e659";
}
.hsl-yemianpeizhi:before {
  content: "\e61f";
}
.hsl-kefunv:before {
  content: "\e672";
}
.hsl-tubiao-:before {
  content: "\e60f";
}
.hsl-home:before {
  content: "\e6b7";
}
.hsl-dianhua1:before {
  content: "\e605";
}
.hsl-xican-:before {
  content: "\e604";
}
