
html {
  overflow-y: scroll;
}
body {
  font-family: PingFangSC-Regular, sans-serif, Microsoft YaHei;
  min-width: 1240px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
.mod_block_header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 500;
  height: 70px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s;
}
.mod_block_header a {
  color: inherit;
}
.mod_block_header.header_theme_color {
  background-color: #ffffff;
  color: #26264c;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li .nav_extend_icon {
  border-color: #26264c transparent transparent transparent;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_index:hover {
  color: #FF1B2D;
  box-shadow: 0px 3px 0px 0px #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_index:hover a {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_live:hover > span {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_live:hover .nav_extend_icon {
  border-color: #FF1B2D transparent transparent transparent;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_industry:hover > span {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_industry:hover .nav_extend_icon {
  border-color: #FF1B2D transparent transparent transparent;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_sdk:hover > span {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_sdk:hover .nav_extend_icon {
  border-color: #FF1B2D transparent transparent transparent;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_case:hover {
  color: #FF1B2D;
  box-shadow: 0px 3px 0px 0px #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_case:hover a {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_about:hover {
  color: #FF1B2D;
  box-shadow: 0px 3px 0px 0px #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_nav .header_tab_content > li.header_about:hover a {
  color: #FF1B2D;
}
.mod_block_header.header_theme_color .header_content .header_contact .header_trial {
  color: #fff;
  background: #ff1f34;
  background: linear-gradient(to right, #fe376d, #ff1f34);
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #ff1f34;
}
.mod_block_header.header_theme_color .header_content .header_contact .header_trial:hover {
  box-shadow: 0px 3px 6px 0px #ff919c;
  color: #fff;
}
.mod_block_header.header_theme_color .header_content .header_contact .header_phone {
  width: 40px;
  height: 60px;
  background: url(img/common/tellphone1.svg) 14px 25px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-clip: content-box;
}
.mod_block_header .header_content {
  width: 76%;
  min-width: 1258px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0px;
}
.mod_block_header .header_content > a {
  display: flex;
  flex: 0 0 316px;
  align-items: center;
  margin-right: 20px;
}
.mod_block_header .header_content > a .header_logo {
  display: block;
  width: 141px;
  height: 38px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-clip: content-box;
  margin-right: 13px;
}
.mod_block_header .header_content > a h1 {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  letter-spacing: 2px;
}
.mod_block_header .header_content .header_nav {
  min-width: 550px;
  margin: 0px auto;
}
.mod_block_header .header_content .header_nav .header_tab_content {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.mod_block_header .header_content .header_nav .header_tab_content > li {
  font-size: 16px;
  white-space: nowrap;
  flex: none;
  cursor: pointer;
  height: 100%;
  display: flex;
  padding: 0px 11px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.change {
  border-bottom: 1px solid #ccc;
}
.mod_block_header .header_content .header_nav .header_tab_content > li span {
  display: inline-block;
}
.mod_block_header .header_content .header_nav .header_tab_content > li .nav_extend_icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  top: 50%;
  width: 0;
  margin-left: 5px;
  margin-top: 14px;
  height: 0;
  border-width: 6px;
  border-style: solid;
  transform: translateY(-20%);
  border-color: #fff transparent transparent transparent;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_index {
  min-width: 60px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_index a {
  display: block;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_index:hover {
  box-shadow: 0px 3px 0px 0px #fff;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_index:hover a {
  color: rgba(255, 255, 255, 0.7);
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live {
  position: relative;
  z-index: 99;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop {
  width: 500px;
  height: 270px;
  display: none;
  position: absolute;
  top: 70px;
  left: 10px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 0px 10px 0px rgba(3, 17, 31, 0.14);
  border-radius: 6px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 264px;
  left: 30px;
  z-index: 191;
  transform: rotate(45deg);
  background-color: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul {
  width: 440px;
  height: 250px;
  overflow: hidden;
  padding: 5px;
  margin: 0 auto;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul .header_live_title {
  width: 440px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul .header_live_title::before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 25px;
  left: -5px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul .header_live_title::after {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 25px;
  left: 355px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul li {
  height: 66px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul li a {
  text-align: left;
  color: #3A3E4B;
  font-size: 14px;
  line-height: 30px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul li a:hover {
  color: red;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul li p {
  color: #9199A1;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul p {
  text-align: left;
  color: #aaa;
  font-size: 14px;
  line-height: 20px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live .header_live_pop ul li:hover a {
  color: #FF1B2D;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live:hover {
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_live:hover .nav_extend_icon {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry {
  position: relative;
  z-index: 99;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop {
  width: 660px;
  min-height: 240px;
  display: none;
  position: absolute;
  top: 70px;
  left: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(3, 17, 31, 0.14);
  border-radius: 6px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 30px;
  z-index: 191;
  transform: rotate(45deg);
  background-color: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul {
  width: 620px;
  overflow: hidden;
  padding: 5px;
  margin-left: 30px;
  margin-top: 20px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul li {
  width: 290px;
  height: 66px;
  float: left;
  margin-right: 15px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul li a {
  text-align: left;
  color: #3A3E4B;
  font-size: 14px;
  line-height: 30px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul li a:hover {
  color: red;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul li p {
  color: #9199A1;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul p {
  text-align: left;
  color: #aaa;
  font-size: 12px;
  line-height: 20px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry .header_industry_pop ul li:hover a {
  color: #FF1B2D;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry:hover {
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_industry:hover .nav_extend_icon {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk {
  position: relative;
  z-index: 99;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop {
  width: 460px;
  height: 120px;
  display: none;
  position: absolute;
  top: 70px;
  left: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(3, 17, 31, 0.14);
  border-radius: 6px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 30px;
  z-index: 191;
  transform: rotate(45deg);
  background-color: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul {
  width: 460px;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 15px;
  position: relative;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li {
  width: 130px;
  float: left;
  height: 30px;
  margin-top: 10px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li a {
  text-align: left;
  color: #3A3E4B;
  font-size: 14px;
  line-height: 30px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li a:hover {
  color: red;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li p {
  color: #9199A1;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li img {
  width: 20px;
  height: 20px;
  float: left;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul li span {
  margin-left: 5px;
  float: left;
  line-height: 20px;
  color: #000000;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul :nth-child(3) {
  width: 140px;
  margin-top: 15px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul :nth-child(6) {
  width: 140px;
  margin-top: 15px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk .header_sdk_pop ul .header_spe {
  width: 1px;
  height: 65px;
  background-color: #aaa;
  position: absolute;
  top: 14px;
  left: 240px;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk:hover {
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_sdk:hover .nav_extend_icon {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_case a {
  display: block;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_case:hover {
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 0px 0px #fff;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_about a {
  display: block;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_about:hover {
  box-shadow: 0px 3px 0px 0px #fff;
}
.mod_block_header .header_content .header_nav .header_tab_content > li.header_about:hover a {
  color: rgba(255, 255, 255, 0.7);
}
.mod_block_header .header_content .header_nav .header_tab_content li:first-child {
  min-width: 50px;
}
.mod_block_header .header_content .header_contact {
  display: flex;
  min-width: 280px;
}
.mod_block_header .header_content .header_contact .header_trial {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 16px;
  margin-left: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 16px;
  border-radius: 20px;
  cursor: pointer;
}
.mod_block_header .header_content .header_contact .header_trial:hover {
  background-color: #fff;
  color: #3d3d3d;
}
.mod_block_header .header_content .header_contact .header_phone {
  width: 40px;
  height: 60px;
  background: url(img/common/tellphone.svg) 14px 25px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-clip: content-box;
}
.mod_block_header .header_content .header_contact span {
  float: left;
  height: 66px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  line-height: 74px;
  font-weight: 600;
}
.mod_block_footer {
  background-color: #1b232e;
  height: 650px;
  position: relative;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf {
  margin-top: 54px;
  float: left;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf .footer_logo {
  width: 253px;
  height: 67px;
  background: url(img/common/footer.svg);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-clip: content-box;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf p {
  display: block;
  width: 271px;
  margin: 19px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf .footer_bottom {
  margin-top: 30px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf .footer_bottom li {
  width: 135px;
  position: relative;
  margin-bottom: 4px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lf .footer_bottom li p {
  margin: 0;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr {
  float: right;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about {
  overflow: hidden;
  margin-top: 64px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul {
  float: left;
  margin-right: 90px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul .footer_wx {
  width: 122px;
  height: 140px;
  margin-top: 10px;
  background: url(img/common/wx.png) #1C3352;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-color: #0f1f34;
  border: 1px solid rgba(240, 240, 240, 0.1);
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul .footer_wx p {
  text-align: center;
  color: #E6EBF2;
  font-size: 14px;
  line-height: 250px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul li {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul li a {
  color: #fff;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul li a:hover {
  color: red;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul li:first-child {
  color: #8895a7;
  line-height: 40px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul li:nth-child(2) {
  margin-top: 6px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul:nth-child(4) {
  margin-right: 0px;
}
.mod_block_footer .footer_content .footer_main .footer_main_lr .footer_about ul:nth-child(5) {
  width: 297px;
  margin-right: 0;
}
.mod_block_footer .footer_friendship {
  width: 100%;
  height: 40px;
  background: #181f29;
}
.mod_block_footer .footer_friendship ul {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  justify-content: center;
}
.mod_block_footer .footer_friendship ul li {
  flex-wrap: wrap;
  color: #B9C1CB;
  line-height: 40px;
  font-size: 14px;
  margin-left: 10px;
}
.mod_block_footer .footer_friendship ul li a {
  color: #B9C1CB;
  text-align: center;
}
.mod_block_footer .footer_friendship ul li a:hover {
  color: red;
}
.mod_block_footer .footer_copyright {
  height: 190px;
  background-color: #181f29;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.mod_block_footer .footer_copyright ul {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  margin: 44px 0px 38px;
  height: 70px;
}
.mod_block_footer .footer_copyright ul li {
  flex-wrap: wrap;
  color: #B9C1CB;
  line-height: 40px;
  font-size: 14px;
  height: 100%;
  width: 270px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-size: 134px 68px;
  background-position: 50% -12px;
}
.mod_block_footer .footer_copyright ul li:nth-child(1) {
  background-image: url(img/common/heightnews.svg);
}
.mod_block_footer .footer_copyright ul li:nth-child(1):hover img {
  display: block;
}
.mod_block_footer .footer_copyright ul li:nth-child(2) {
  background-image: url(img/common/small.svg);
  border-left: 1px solid #293444;
  border-right: 1px solid #293444;
}
.mod_block_footer .footer_copyright ul li:nth-child(2):hover img {
  display: block;
}
.mod_block_footer .footer_copyright ul li:nth-child(3) {
  background-image: url(img/common/software_patents.svg);
}
.mod_block_footer .footer_copyright ul li:nth-child(3):hover img {
  display: block;
}
.mod_block_footer .footer_copyright ul li img {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 280px;
  bottom: 110px;
}
.mod_block_footer .footer_copyright ul li p {
  font-size: 14px;
  margin-top: 42px;
  text-align: center;
}
.mod_block_footer .footer_copyright .footer_copyright_main {
  width: 518px;
  margin: 0 auto;
}
.mod_block_footer .footer_copyright .footer_copyright_main p {
  display: block;
  color: #8895a7;
  font-size: 12px;
  text-align: center;
}
.mod_block_footer .footer_copyright .footer_copyright_main p a {
  display: inline-block;
  color: #8895a7;
}
.block_sidebar {
  position: fixed;
  margin-top: 80px;
  top: 35%;
  right: 2px;
  z-index: 999;
  transform: translateY(10px);
}
.block_sidebar.hidden {
  display: none;
}
.block_sidebar ul li {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.block_sidebar ul li:nth-child(1) {
  background: url(../images/phone.svg) no-repeat 19px 20px white;
  background-size: 32px 32px;
}
/*.icon-phone{background: url(../images/phone.svg) no-repeat 19px 20px white;background-size: 32px 32px;}*/
.block_sidebar ul li:nth-child(1) a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.block_sidebar ul li:nth-child(2) {
  background: url(/images/QQ.svg) no-repeat 19px 20px white;
  background-size: 32px 32px;
}
.block_sidebar ul li:nth-child(2) a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.block_sidebar ul li:nth-child(2) .sidebar_qq_content {
  width: 160px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #2979FF;
  color: #fff;
  position: absolute;
  left: -160px;
}
.block_sidebar ul li:nth-child(2) .sidebar_qq_content.hidden {
  display: none;
}
.block_sidebar ul li:nth-child(2):hover {
  background: url(/images/QQchoose.svg) no-repeat 19px 20px white;
  background-position: 19px 20px;
  background-size: 32px 32px;
}
.block_sidebar ul li:nth-child(3) {
  background: url(/images/wx.svg) no-repeat 19px 20px white;
  background-size: 32px 32px;
}
.block_sidebar ul li:nth-child(3) .sidebar_wx_content {
  width: 129px;
  height: 129px;
  position: absolute;
  left: -150px;
  top: -30px;
}
.block_sidebar ul li:nth-child(3) .sidebar_wx_content.hidden {
  display: none;
}
.block_sidebar ul li:nth-child(3) .sidebar_wx_content img {
  width: 129px;
  height: 150px;
  margin: 10px 0px 0px 10px;
}
.block_sidebar ul li:nth-child(3):hover {
  background: url(/images/wxchoose.svg) no-repeat 19px 20px white;
  background-size: 32px 32px;
}
.block_sidebar ul li:nth-child(4) {
  display: none;
  background: url(/images/up.svg) no-repeat 19px 23.5px white;
  background-size: 32px 32px;
  border-bottom: none;
}
.poo_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.poo_bg.hidden {
  display: none;
}
.pop_apply {
  min-width: 480px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
}
.pop_apply.hidden {
  display: none;
}
.pop_apply .pop_apply_header {
  width: 100%;
  height: 70px;
  padding: 25px 5%;
  background: #f4f4f4;
}
.pop_apply .pop_apply_header .pop_applr_title {
  font-family: MicrosoftYaHeiUI;
  font-size: 14px;
}
.pop_apply .pop_apply_header .pop_apply_close {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background: url(img/common/close_crude.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.pop_apply .pop_apply_main {
  width: 90%;
  padding: 20px 5%;
}
.pop_apply .pop_apply_main .pop_apply_start {
  width: 100%;
  display: block;
  color: #bababa;
  font-size: 14px;
  text-align: center;
}
.pop_apply .pop_apply_main .pop_apply_list {
  padding: 20px 0px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content {
  width: 100%;
  min-height: 50px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.cur {
  border-bottom: 1px solid #f35;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.cur span {
  color: #f35;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.hidden {
  display: none;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.client {
  min-height: 40px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.client span {
  height: 40px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.client input {
  height: 40px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content.client .apply_icon {
  top: 20px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content input {
  max-width: 300px;
  min-width: 200px;
  width: 65%;
  height: 50px;
  margin: 0;
  padding: 0;
  float: right;
  outline: none;
  border: none;
  font-size: 14px;
}
.pop_apply .pop_apply_main .pop_apply_list .apply_list_content .apply_icon {
  width: 8px;
  height: 9px;
  background: url(img/common/xin.png);
  position: absolute;
  top: 30px;
  right: -10px;
}
.pop_apply .pop_apply_main .pop_apply_more {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.pop_apply .pop_apply_main .pop_apply_more .pop_more_btn {
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding-right: 28px;
  font-size: 16px;
  color: #707070;
  cursor: pointer;
  background: url(img/common/more.png) 70px 3px no-repeat;
  background-size: 16px 16px;
}
.pop_apply .pop_apply_main .pop_apply_intro {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #f35;
  font-size: 14px;
  display: block;
}
.pop_apply .pop_apply_submit {
  width: 80%;
  height: 50px;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  background: #0030CC;
}
.post_success_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 30px;
  z-index: 999;
  border-radius: 6px;
  background: #fff;
}
.post_success_pop.hidden {
  display: none;
}
.post_success_pop .pop_close {
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
  background: url(img/common/pop_close.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.post_success_pop .success_pop_content {
  width: 350px;
  display: block;
  overflow: hidden;
}
.post_success_pop .success_pop_content .pop_icon {
  width: 64px;
  height: 64px;
  display: block;
  float: left;
  background: url(img/common/post_done.png) no-repeat;
}
.post_success_pop .success_pop_content .pop_words {
  font-size: 16px;
  color: #26264c;
  text-align: center;
  display: block;
  line-height: 64px;
  margin-left: 30px;
  float: left;
}
.post_success_pop .pop_wechat_public {
  width: 350px;
  display: block;
  margin-top: 10px;
}
.post_success_pop .pop_wechat_public .wechat_public_img {
  width: 129px;
  height: 129px;
  background: url(img/common/wx.png) no-repeat;
  display: block;
  margin: 0 auto;
}
.post_success_pop .pop_wechat_public .wechat_public_title {
  display: block;
  text-align: center;
  color: #26264c;
  margin-top: 16px;
}
.baidu_block {
  display: none;
}
#cnzz_stat_icon_1271414450 {
  display: none;
}
/*版心 居中对齐*/
.w {
  margin: auto;
  width: 1200px;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pt {
  padding-top: 50px;
}
.pb {
  padding-bottom: 50px;
}
.hidden {
  display: none !important;
}
@media all and (max-width: 600px) {
  min-width: 100%;
  width: 100%;
  .pop_apply {
    min-width: 100%;
    width: 100%;
  }
}
