body,
div,
ul,
li,
h1,
h3,
p {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC";
  -webkit-text-size-adjust: none;
}
html{scroll-behavior:smooth}
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #323232;
  transition: ease all 0.5s;
}

input:focus {
  outline: none;
}


input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 14px;
  text-align: left;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #bdbdbd;
}

/*滑块效果*/
body::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-Shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}

.p_header {
  height: 70px;
  /* overflow: hidden; */
  box-shadow: 0 1px 1px #f1f1f1;
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
}

.center_warp {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.p_logo {
  width: 288px;
  margin-top: 1px;
}

.p_logo img {
  width: 100%;
}

.appnav {
  display: none;
}

.p_nav ul li {
  float: left;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.p_loginbtn {
  padding: 10px 42px;
  background-color: #e71a35;
  color: #fff;
  border-radius: 30px;
}

.p_nav ul li .p_loginbtn:hover {
  background-color: #e71a35;
  color: #fff;
  box-shadow: 0 3px 8px #e71a3579;
}

.p_nav ul li a:hover {
  color: #e71a35;
}

.p_banner {
  height: 648px;
  background-color: #f1f2f3;
}

.banner_text {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.miaoshu {
  margin: 10px 0 20px 0;
}

.miaoshu span {
  display: block;
  font-size: 23px;
  line-height: 40px;
  color: #565962;
}

.banner_text h1 {
  font-size: 46px;
  line-height: 56px;
  color: #222;
  font-weight: 400;
}

.xiazai {
  display: inline-block;
  height: 58px;
  border: 0;
  margin: 20px 0;
  width: 260px;
  background-color: #ff0f2e;
  color: #fff;
  border-radius: 40px;
  font-size: 26px;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
  transition: ease all 0.5s;
}
.xiazai:hover{
  background-color: #ff1940;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.xiazai i {
  display: inline-block;
  transition: ease all 0.5s;
  font-size: 26px;
}

.xiazai:hover>i {
  display: inline-block;
  transition: ease all 0.5s;
  font-size: 26px;
}

.bannerBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 600px;
  align-items: center;
  justify-content: space-between;
}

.banner_text {
  display: flex;
  width: 480px;
}

.rihtpic {
  position: relative;
  z-index: 1;
}

.banner_img {
  /* width: 400px; */
  display: block;
}

.appIcon {
  width: 248px;
  height: 248px;
  position: absolute;
  left: -100px;
  top: 240px;
}

.p_tit {
  margin: 40px 0;
}

.p_tit h1 {
  font-size: 36px;
  line-height: 56px;
  color: #222;
  font-weight: 400;
}

.p_tit p {
  margin-top: 18px;
  font-size: 20px;
  line-height: 20px;
  color: #555;
}

.p_tit h1,
.p_tit p {
  text-align: center;
}
.fullpage{
  display: flex;
  flex-direction: column;
  height: 400px;
  background-color: #f1f2f3;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_index.jpg);
  background-size: cover;
}
/* 新页脚 */
.p_footernew{
  background-color: #292929;
  color: #fff; 
  padding-top: 55px;
  padding-bottom: 16px;
}
.pf_warp{
  display: flex;
  width: 1120px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}
.pf_lf{
  display: flex;
  flex: 1;
}
.pf_lf_qimg{
  width: 100px;
  height: 100px; 
  margin-right: 20px;
}
.pf_lf_qimg>img{
  width: 100%;
  
}
.pf_lf_qtext{
  font-size: 13px;
}

.pf_lf_qtext h3{
  font-size: 20px;
  margin-bottom: 8px;
}
.flex_box{
  display: flex;
}
.linka a{
  color: #fff;
  line-height: 24px;
}
.linka a:hover{
  color: #1a67e7;
}
.pf_lf_qtext-item{
  flex: 1;
}
.pf_lr_piconbox{
  margin-right: 20px;
  margin-top: 28px;
}
.pf_lr_piconbox_ul{
  display: flex;
}
.pf_lr_piconbox_ul li{
  position: relative;
  margin: 0 12px;
  text-align: center;
}
.pf_lr_piconbox_ul li span{
  display: block;
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
}
.fd_imgBox{
  position: absolute;
  top: -230px;
  left: -72px;
  width: 210px!important;
  height: 210px!important;
  /* overflow: hidden; */
  border-radius: 0px;
  opacity: 0;
  transition: ease all 0.5s;
  transform: scale(0);
  z-index: 1;
}
.fd_imgBox::after{
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  bottom: -10px;
  left: 95px;
  z-index: 1;
  transform: rotate(45deg);
  

}
.fd_imgBox .fd_imgBoxinner img{
  width: 210px!important;
  height: 210px!important;
  overflow: hidden;
  
}
.pf_lr_piconbox_ul li:hover .fd_imgBox{
  opacity: 1;
  transform: scale(1);
}
.linkIcon_btn{
  font-size: 40px;
  cursor: pointer;
}
.fd_imgBox img{
  width: 100%;
}
.pf_lr{
  display: flex;
  flex: 1;
}
.pf_lr_piconbox_ul li>div{
  width: 80px;
  height: 60px;
}
.pf_lr_piconbox_ul li>div>img{
  width: 100%;
  /* height: 100%; */
  border-radius: 14px!important;
}
.pf_lr_photline{
  position: relative;
  padding-left: 20px;
}
.pf_lr_photline::before{
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background-color: #393939;
  position: absolute;
  left: 0;
}
.pf_lr_photline h2{
  margin-top: 0;
  margin-bottom: 4px;
}
.pf_lr_photline h2:nth-child(2n+1){
  font-weight: 200;
  font-size: 20px;
}
/* 页脚 */
.p_footer {
  background-color: #2c3033;
}

.p_hotlink {
  padding: 10px 0;
}

.p_hotlink ul {
  display: flex;
  justify-content: center;
}

.p_hotlink ul li {
  padding: 0 16px;
  position: relative;
}

.p_hotlink ul li::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #585858;
}

.p_hotlink ul li:last-child::after {
  content: "";
}

.p_hotlink ul li a {
  color: #909090;
  font-size: 15px;
}

.p_hotlink ul li a:hover {
  color: #aaa;
}

.p_btext,
.p_btext a {
  text-align: center;
  color: #6d6d6d;
  margin-top: 4px;
  font-size: 13px;
}

/* 购买VIP */
.p_buybanner {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 247px;
  justify-content: center;
  align-items: center;
}

.p_buybanner h1 {
  font-size: 40px;
  width: 1200px;
  margin: 0 auto;
}

.p_buybanner p {
  color: #909090;
  margin-top: 16px;
}

.p_buycontent {
  width: 1200px;
  margin: 0 auto;
}

.flexwarp {
  display: flex;
}

.p_tupian {
  width: 1144px;
  margin: 40px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 24px 5px #e5e6e9;
  overflow: hidden;
  margin-bottom: 100px;
}

.p_tupian img {
  width: 100%;
}

.p_price_list li {
  width: 33.33%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

.p_price_list {
  overflow: hidden;
  margin-bottom: 80px;
}

.p_price_listitem {
  margin: 16px 16px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: rgb(233, 233, 233) 0px 3px 8px; */
  border: 1px dashed #d0d9e5;
  transition: ease all 0.5s;
}

.p_price_listitem:hover {
  box-shadow: rgb(224, 225, 232) 0px 8px 16px;
}

.p_price_header {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;

}

.p_bg_color1 {
  background-image: linear-gradient(120deg, #4CC76D, #17A23E);
}

.p_bg_color2 {
  background-image: linear-gradient(120deg, #e71a35, #FA2E76);
}

.p_bg_color3 {
  background-image: linear-gradient(120deg, #FBBC24, #EF9A2B);
}

.p_text_color1 {
  border: 2px solid #48A963;
  color: #48A963;
}

.p_text_color1:hover {
  color: #fff;
  background-color: #48A963;
}

.p_text_color2 {
  color: #fe4066;
  border: 2px solid #fe4066;
}

.p_text_color2:hover {
  color: #fff;
  background-color: #fe4066;
}

.p_text_color3 {
  background-image: linear-gradient(120deg, #fbbc24, #ef9a2b);
  color: #fff;
}

.p_text_color3:hover {
  background-image: linear-gradient(120deg, #fbbc24, #ffc272);
}

.p_price_body {
  text-align: center;
  margin-top: 40px;
}

.p_sign {
  font-size: 24px;
  position: relative;
  top: -20px;
  color: #909090;
}

.p_cash {
  font-size: 54px;
  font-weight: 600;
  color: #e71a35;
}

.p_look {
  display: block;
  width: 192px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  margin: 17px auto 7px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: transparent;
  text-align: center;
  margin-bottom: 40px;
}

.p_vipBox {
  overflow: hidden;
  margin-bottom: 80px;
}

.p_iconpic_List {
  width: 11.11%;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

.p_iconpic_icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px dashed #d0d9e5;
  margin: 0 auto;
  transition: ease all 0.5s;
}

.p_iconpic_icon:hover {
  border-radius: 50px;
  transform: rotate(360deg);
  border-color: #2c3033;
}

.p_iconpic_box {
  margin: 16px;
  text-align: center;
}

.p_iconpic_text {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

/* 图标工具条 */
.p_tools {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/writelarge.png) no-repeat;
  margin: 18px auto;
  transform: scale(0.5);
  
}
/* .p_tools:hover{
  transition: linear all 0.1s;
  background-position-x: -256px;
} */
.p_icon_bilichi {
  background-position: -447px 0px;
}

.p_icon_xianxin {
  background-position: -512px 0px;
}

.p_icon_duiqi {
  background-position: -576px 0px;
}

.p_icon_lianxu {
  background-position: -640px 0px;
}

.p_icon_cuizhi {
  background-position: -704px 0px;
}

.p_icon_huchang {
  background-position: -768px 0px;
}

.p_icon_banjin {
  background-position: -832px 0px;
}

.p_icon_jiaodu {
  background-position: -896px 0px;
}

.p_icon_juxing {
  background-position: -960px 0px;
}

.p_icon_yixing {
  background-position: -1024px 0px;
}

.p_icon_ziyou {
  background-position: -1088px 0px;
}

.p_icon_jiantou {
  background-position: -1214px 0px;
}

.p_icon_yunxian {
  background-position: -1342px 0px;
}

.p_icon_wenben {
  background-position: -1280px 0px;
}

.p_icon_zishiku {
  background-position: -4288px 0px;
}

.p_icon_guifang {
  background-position: -4348px 0px;
}
.p_icon_pdf_cf{
  background-position: -5312px 0px;
}
.p_icon_pdf_hc{
  background-position: -5376px 0px;
}
.p_icon_page_in{
  background-position: -5888px 0px;
}
.p_icon_page_out{
  background-position: -6016px 0px;
}

.helpTitle {
  font-weight: 400;
  color: #444;
  letter-spacing: 4px;
}

.sousuo {
  width: 540px;
  height: 44px;
  border: 2px solid #ccc;
  text-indent: 24px;
  font-size: 18px;
  transition: ease all 0.5s;
}

.sousuo:focus {
  border-color: #e71a35;
}
.tabnav{
  height: 80px;
  box-sizing: border-box;
}
.tabnav h3{
  display: inline-block;
  color: #585858;
}
.tabnav h3.active{
  color: #1a67e7;
  font-size: 24px;
}
.chapterList h3 {
  font-size: 15px;
  margin: 20px 0;
  font-weight: 400;
  margin-top: 40px;
  margin-right: 20px;
  cursor: pointer;
  transition: ease all 0.3s;
}
.chapterList h5{
  font-size: 16px;
  color: #e71829;
}
.chapterList_ul {
  margin-bottom: 40px;
  min-height: 395px;
}

.chapterList_ul li {
  width: 600px;
  line-height: 40px;
  border-bottom: 1px solid #efeef3;
  margin-left: 20px;
  list-style: decimal;
  transition: ease all 0.5s;
}

.chapterList_ul li:hover,.chapterList_ul li a:hover {
  color: #1a67e7;
  cursor: pointer;
}

.nodata {
  width: 600px;
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatu {
  margin: 130px;
}

.backttext {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  transition: ease 0.5s all;
}

.backttext:hover {
  color: #1a67e7;
}

.chapter_text {
  margin-bottom: 40px;
  min-height: 400px;
  display: block;
}
.chapter_text p{
  text-indent: 32px;
  color: #4c5256;
}
.chapter_text h1{
  font-size: 36px;
}
.chapter_text h2{
  font-size: 24px;
}
.chapter_text h3{
  font-size: 22px;
  color: #000000;
  padding-left: 10px;
  border-left: 5px solid #e71a35;
}
.line_text .inner_contentimg{
  max-width: 88px;
}
.chapter_text h4{
  margin-left: 16px;
}
.chapter_text h5{
  margin-left: 16px;
}
.chapter_text .img_label{
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #282828;
}
.chapter_text ul li{
  margin-left: 32px;
  color: #282828;
  line-height: 2;
}
.sousuoBox{
  margin-top: 20px;
}
@media screen  and (min-width:768px) and (max-width:1200px){
.bannerBox,.p_buycontent,.pf_warp{
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.p_iconpic_List{
  width: 16.66%;
}
.p_tupian{
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
}
.banner_img{
  width: 90%;
  float: right;
}
.appIcon{
  width: 34%;
  height: auto;
  left: -50px;
}
.center_warp{
  padding: 0 20px;
}
}
/* 适配 */
@media only screen and (max-width: 768px) {
  .p_header{
    height: 50px;
  }
  .fullpage{
    background-size: auto;
  }
  
  .p_logo{
    width: 194px;
  }
  .rihtpic{
    top: 56px;
  }
  .p_banner {
    height: 680px;
  }
  .bannerBox {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
  }

  .banner_text {
    width: 100%;
    text-align: center;
    margin-top: 58px;
  }

  .banner_img {
    width: 71%;
    margin: 24px auto;
  }

  .banner_text h1 {
    font-size: 30px;
  }
  .bannerul{
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }
  .p_tit h1{
    font-size: 26px;
  }
  .p_tit p{
    font-size: 15px;
  }
.p_vipBox{
  width: 86%;
  margin: 0 auto;
}
.pf_lf_qtext h3{
  font-size: 16px;
}
.pf_lf_qtext-item ul li{
  font-size: 12px;
}
.linkway_ul{
  display: none;
}
  .miaoshu span {
    font-size: 18px;
    line-height: 26px;
  }

  .appIcon {
    width: 30vw;
    height: 30vw;
    left: 6%;
    top: 53%;
  }

  .xiazai {
    margin: 0 auto;
    width: 240px;
    font-size: 20px;
  }
  .xiazai i{
    font-size: 20px;
  }

  .p_nav {
    display: none;
  }

  .center_warp {
    padding-left: 6px;
    padding-right: 16px;
  }

  .appnav {
    position: relative;
    padding-bottom: 10px;
    display: block;
  }

  .appnav_item {
    display: block;
    z-index: 999;
    background-color: #fff;
    position: absolute;
    width: 156px;
    right: -10px;
    top: 50px;
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 5px rgb(197, 209, 222, 0.26);
  }

  .appnav_item li {
    padding: 4px 16px;
  }

  .appnav .pseemenu-fill {
    font-size: 24px;
    line-height: 50px;
  }

  .appnav .pseeguanbi {
    font-size: 26px;
    line-height: 50px;
  }
  /* 适配页脚 */
  .pf_warp,.pf_lf,.pf_lr{
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .pf_lr_piconbox{
    margin-right: 0;
  }
  .pf_lf_qtext{
    margin-top: 20px;
  }
  .pf_lr_photline{
    margin-top: 20px;
    padding-left: 0;
  }
  .pf_lr_photline::before {
    background-color: transparent;
    padding-left: 0;
  }
  .pf_lr_piconbox_ul{
    justify-content: flex-start;
  }
  .pf_lr_piconbox_ul li{
    align-items: flex-start;
    margin-right: 10px;
  }
  .p_footernew{
    padding-top: 20px;
  }
  /* tese */
  .p_buycontent {
    width: 100%;
  }

  .p_iconpic_List {
    width: 33.33%;
    height: 142px;
  }

  .p_iconpic_icon {
    width: 72px;
    height: 72px;
  }

  .p_tools {
    margin: 3px auto;
  }

  .p_tupian {
    width: 90%;
    margin: 0 auto;
  }


  .p_hotlink ul {
    display: block;
  }

  .p_hotlink ul li {
    width: 25%;
    float: left;
    text-align: center;
  }

  /* 购买 */
  .p_buybanner h1 {
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
  }

  .p_price_list li {
    width: 100%;
  }
  .p_buybanner{
    height: 160px;
  }
  .sousuoBox{
    width: 80%;
    margin-top: 20px;
  }
  .chapterList_ul li,.nextlink a{
    font-size: 14px;
  }
  /* 帮助 */
  .helpTitle {
    letter-spacing: 0;
  }

  .sousuo {
    width: 100%;
    border-radius: 41px;
  }

  .chapterList {
    width: 86%;
    margin-left: 16px;
    margin-right: 8px;
  }

  .flexwarp {
    display: block;
  }

  .chapterList_ul li {
    width: 100%;
    margin-left: 20px;
  }

  .chatu {
    width: 300px;
    margin: 32px auto;
  }

  .bianju_text {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    line-height: 36px;
  }
}

/* 右侧固定联系方式 */
.fixright{
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 999;
}
.linkway_ul{
  box-shadow: 0 0px 10px #2c303345;
}
.linkway_ul li{
  position: relative;
  /* border-bottom: 1px solid #dddddd */
}
.left_sliderBox{
  position: absolute;
  right: 60px;
  background-color: #fff;
  width: 203px;
  top: 0;
  opacity: 0;
  box-shadow: 0 0px 10px #5f5f5f82;
  transition: ease all 0.5s;
  transform: translateX(5000px);
  /* transform: translateX(900px); */
  min-height: 60px;
  
}
.linkway_ul li:hover .left_sliderBox{
 opacity: 1;
 transform: translateX(0);
}
.left_sliderBox label{
  display: block;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  color: #999;
}
.lw_iconBox{
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.lw_iconBtn{
  font-size: 32px;
  color: #6b6f72;
  transition: ease all 0.5s;
}
.lw_iconBtn:hover{
  color: #e71a35;
}
.box_img_ri img{
  width: 100%;
}
.box_img_ri{
  padding: 0;
}
.box_img_ri span{
  display: block;
  margin: 0 20px;
  margin-bottom: 10px;
}

.contentimg{
  max-width: 80%;
  display: block;
  margin: 30px auto;
}
/* 帮助文章内容 */
.chapter_text h1{
  font-weight: 400;
}
.chapter_text span,.chapter_text p{
  line-height: 40px;
}
.nextlink{
  margin-bottom: 50px;
  line-height: 40px;
  cursor: pointer;
}
.nextlink a:hover{
  color: #1a67e7;
}
.nolink,.nolink:hover{
  color: #ccc !important;
}
.bannerul {
  margin-top: 20px;
}
.bannerul li{
  list-style: disc;
  line-height: 30px;
  font-size: 16px;
  margin-left: 20px;
  color: #565962;
  
}
.bannerul li::marker{
  color: #e71a35;
}
.matebox{
  width: 100%;
}


/* 常见问题 */
.quesstionbox{

}
.labelA,.labelQ{
  width: 50px;
  height: 50px;
  background-color: #efeef3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 50px!important;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 400;
  font-size: 20px;
}
.labelQBox,.labelABox{
  position: relative;
  padding: 26px;
  background-color:#f1f2f3;
  margin-bottom: 40px;
  border-radius: 16px;
  
}
.labelQBox{
 
}
.labelQBox .labelQ{
  background-color: #ffedd6;
  border: 1px solid #d7b07e;
  color: #d7b07e;
}
.labelABox{
  background-color:#fff;
}
.labelABox .labelA{
  
  background-color: #d6ffdd;
  border: 1px solid #73d583;
  color: #73d583;
}
.qtitol{
  padding: 26px;
  background-color:#f1f2f3;
  margin-bottom: 40px;
  border-radius: 16px;
}

.labelQBox>p,.labelABox>p{
  padding-left: 80px;
  text-indent: 0;
}
.labelmark{
  color: #e71a35;
  margin-left: 5px;
}
.outimg{
  display: block;
  margin-top: 10px;
}
.labelA-item{
  margin-bottom: 20px;
}
.qtitol_title{
  display: block;
  font-size: 22px;
  color: #e71a35;
}
.qtitol_content{
  padding: 40px;
}