.w {
  width: 1460px;
  margin: 0 auto;
}
body {
  width: 100%;
  position: relative;
}
.head_positioning {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}
.head_bgc {
  background: rgba(37, 38, 39, 0.5);
}
.head_bgc .header {
  height: 70px;
  background-color: transparent;
}
.head_bgc .header .flex {
  height: 70px;
}
.head_bgc .header .flex .logo {
  height: 45px;
}
.head_bgc .header .flex .logo img {
  height: 45px;
  object-fit: contain;
}
.head_bgc .nav_search {
  display: none;
}
.header {
  background-color: rgba(37, 38, 39, 0.15);
  height: 108px;
  transition: all 0.6s;
}
.header .flex {
  height: 108px;
  transition: all 0.6s;
  align-items: center;
}
.header .flex .logo {
  width: 200px;
  height: 55px;
}
.header .flex .logo img {
 /* width: 200px;
  height: 55px;*/
}
.header .flex .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .flex .right .phone {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background: url(../image/phone.png) no-repeat center;
  position: relative;
  cursor: pointer;
}
.header .flex .right .phone .phone_show {
  top: 25px;
  width: 184px;
  height: 94px;
  cursor: pointer;
  background: url(../image/phone_show.png) no-repeat center;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}
.header .flex .right .phone .phone_show h3 {
  font-size: 14px;
  color: #858585;
}
.header .flex .right .phone .phone_show span {
  color: #c33d40;
  font-weight: 700;
  font-size: 18px;
  font-family: '黑体';
}
.header .flex .right .kehuduan,
.header .flex .right .tuiguang {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 35px;
}
.header .flex .right .kehuduan::after,
.header .flex .right .tuiguang::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 11px;
  height: 6px;
  background: url(../image/down-ic.png) no-repeat center;
  transition: all 0.6s;
}
.header .flex .right .kehuduan:hover::after,
.header .flex .right .tuiguang:hover::after,
.header .flex .right .kehuduan .ic_up::after,
.header .flex .right .tuiguang .ic_up::after {
  transform: rotate(180deg);
}
.header .flex .right .tuiguang .tg {
  top: 35px;
}
.header .flex .right .tuiguang .tg ul {
  flex-wrap: wrap;
  width: 302px;
  height: 290px;
  padding: 27px 20px 20px;
  box-sizing: border-box;
  background: url(../image/xiala.png) no-repeat center;
  border-radius: 10px;
}
.header .flex .right .tuiguang .tg ul li {
  width: 50%;
  padding-left: 47px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  background-size: 14px 15px;
}
.header .flex .right .tuiguang .tg ul li.sy {
  background: url(../image/sy.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.jg {
  background: url(../image/jg.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.zmt {
  background: url(../image/zmt.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.tc {
  background: url(../image/tc.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.gzh {
  background: url(../image/gzh.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.dx {
  background: url(../image/dx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.wb {
  background: url(../image/wb.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.zx {
  background: url(../image/zx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.tg {
  background: url(../image/tg.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.lx {
  background: url(../image/lx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.cur{
    background-color: #efefef;
}
.header .flex .right .kehuduan .xiala {
  top: 24px;
  width: 184px;
  height: 181px;
  background: url(../image/kehuduan.png) no-repeat center;
}
.header .flex .right .kehuduan .xiala img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 25px auto 0;
}
.header .flex .right .kehuduan .xiala span {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.header .flex .right .sele_tit ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 22px;
  margin-left: 22px;
}
.header .flex .right .sele_tit ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #fff;
}
.header .flex .right .sele_tit ul li {
  margin-left: 16px;
}
.header .flex .right .sele_tit ul li a {
  font-size: 16px;
  color: #fff;
}
.header .flex .right .head_user {
  display: flex;
  justify-content: space-between;
  margin-left: 34px;
}
.header .flex .right .head_user .off,
.header .flex .right .head_user .m_search_show {
  display: none;
}
.head-login_but-btn,
.login-out,
.header .flex .right .head_user .registered_but,
.header .flex .right .head_user .login_but {
  display: block;
  text-align: center;
  width: 50px;
  height: 26px;
  line-height: 26px;
  background-color: #f5a623;
  border: 1px solid rgba(255, 255, 255, 0.88);
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  white-space: nowrap;
}
.login-out,
.header .flex .right .head_user .registered_but {
  margin-left: 10px;
  background-color: #409eff;
}
.head-login_but-btn,
.login-out {
  width:80px;
}
.login-out {
  font-size: 14px;
  line-height: 40px;
  border: none;
  background: none;
}
.header .flex .right .xiala {
  display: none;
  position: absolute;
  z-index: 999999;
  left: 50%;
  transform: translate(-50%);
}
.nav_search {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
.nav_search .flex {
  align-items: center;
}
.nav_search .nav ul {
  display: flex;
  align-items: center;
}
.nav_search .nav ul li {
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.nav_search .nav ul li:first-of-type {
  text-align: left;
  width: 60px;
}
.nav_search .nav ul li:hover,
.nav_search .nav ul li.cur {
  font-weight: 700;
  box-sizing: border-box;
}
.nav_search .nav ul li:hover a,
.nav_search .nav ul li.cur a {
  display: inline-block;
  height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 2px solid #fff;
}
.nav_search .nav ul li a {
  color: #fff;
  font-size: 16px;
}
.nav_search .nav .m_nav {
  display: none;
}
.nav_search .search {
  width: 260px;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  overflow: hidden;
}
.nav_search .search form input {
  width: 250px;
  height:36px;
  padding-left: 38px;
  font-size: 16px;
  background: url(../image/search.png) no-repeat 14px center;
  background-size: 16px;
  color: #fff;
}
.nav_search .search form input::-webkit-input-placeholder {
  color: #fff;
}
.swiper_login {
  overflow: hidden;
  position: relative;
}
.swiper_login #swiper-1 {
  width: 100%;
  height: 1080px;
}
.swiper_login #swiper-1 .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper_login #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 3px;
  background: #ffffff;
  opacity: 0.4;
  transition: all 0.6s;
}
.swiper_login #swiper-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper_login .login {
  position: absolute;
  z-index: 9999;
  right: 240px;
  top: 377px;
  width: 370px;
  height: 452px;
  padding: 60px 37px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
.swiper_login .login .m_off {
  display: none;
}
.swiper_login .login .registered {
  position: absolute;
  top: -20px;
  right: -38px;
  background-color: #bd292d;
  height: 58px;
  line-height: 81px;
  width: 100px;
  text-align: center;
  transform: rotate(41deg);
}
.swiper_login .login .registered a {
  color: #fff;
  font-size: 16px;
}
.swiper_login .login h2 {
  font-weight: bold;
  color: #242422;
  margin-bottom: 29px;
}
.swiper_login .login input {
  width: 296px;
  height: 40px;
  background: #ffffff;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 12px;
  box-sizing: border-box;
}
.swiper_login .login input::-webkit-input-placeholder {
  color: #cacaca;
}
.swiper_login .login input.yzm {
  width: 164px;
}
.swiper_login .login input[type='submit'] {
  background-color: #bd292d;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  margin-bottom: 11px;
}
.swiper_login .login .rb_password {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
}
.swiper_login .login .rb_password input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  margin-right: 8px;
  outline: nonel;
  -webkit-appearance: none;
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: baseline;
  border-radius: 50%;
  position: relative;
  background: none;
}
.swiper_login .login .rb_password input[type='checkbox']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  box-sizing: border-box;
  background: url(../image/uncheck.png) no-repeat center;
}
.swiper_login .login .rb_password input[type='checkbox']:checked::before {
  background: url(../image/check.png) no-repeat center;
}
.swiper_login .login .rb_password label {
  color: #242422;
  font-size: 16px;
}
.swiper_login .login .Forgotpassword {
  float: right;
}
.swiper_login .login .Forgotpassword a {
  font-size: 14px;
  color: #3c3c3c;
}
.text_box {
  overflow: hidden;
  text-align: center;
}
.text_box h2 {
  font-weight: bold;
  line-height: 56px;
  font-size: 56px;
  color: #242422;
}
.text_box .notext2 {
  text-align: center;
  margin-top: 31px;
  font-family: MicrosoftYaHei;
  line-height: 24px;
  color: #666666;
  font-size: 24px;
}
.resources {
  overflow: hidden;
}
.resources #swiper-2 {
  width: 100%;
  margin-top: 59px;
  /* 修改 */
   height: 520px;
  padding: 10px 0;
  box-sizing: border-box;
}
.resources #swiper-2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resources #swiper-2 .swiper-slide a {
  width: 362px;
  height: 132px;
  margin-bottom: 38px;
  transition: all 0.6s;
  /* 新增 */
  box-sizing: border-box;
 /* padding: 40px;
  border: 1px solid #eee;*/
}
.resources #swiper-2 .swiper-slide a img {
  /*object-fit: contain;*/
}
.resources #swiper-2 .swiper-slide a:hover {
  /* 新增 */
  transform: scale(1.05);
  box-shadow: 0 0 13px 3px #d8d8d8;
  border-radius: 20px;
}

.resources #swiper-2 .swiper-button-white {
  z-index: 99999;
  opacity: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  top: 44%;
}



.resources #swiper-2 .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.16);
  left: 54px;
}
.resources #swiper-2 .swiper-button-next {
  right:54px;
  background-color: rgba(0, 0, 0, 0.16);
}
.resources #swiper-2 .swiper-button-next:hover,
.resources #swiper-2 .swiper-button-prev:hover {
  background-color: rgba(234, 39, 61, 0.31);
}

.process {
  overflow: hidden;
  height: 742px;
  background: url(../image/process_bg.png) no-repeat center bottom;
}
.process .con_img_box {
  margin: 124px auto 0;
  width: 1498px;
  height: 368px;
  background: url(../image/process_bottom.png) no-repeat center bottom;
  position: relative;
}
.process .con_img_box .item {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.process .con_img_box .item ul {
  display: flex;
  justify-content: center;
}
.process .con_img_box .item ul li {
  margin-right: 122px;
  overflow: visible;
  position: relative;
}
.process .con_img_box .item ul li:after {
  content: '';
  display: block;
  width: 18px;
  height: 33px;
  background: url(../image/right.png) no-repeat center;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.process .con_img_box .item ul li:hover:after {
  content: '';
  right: -80px;
}
.process .con_img_box .item ul li:last-of-type {
  margin-right: 0;
}
.process .con_img_box .item ul li:last-of-type:after {
  content: none;
}
.process .con_img_box .item ul li a {
  display: block;
  width: 142px;
  height: 165px;
}
.process .con_img_box .item ul li a img {
  width: 142px;
  height: 165px;
}
.tool {
  overflow: hidden;
  padding-bottom: 101px;
  padding-top: 98px;
  background: url(../image/tool_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.tool .text_box h2 {
  color: #fff;
}
.tool .tool_sele {
  width: 1460px;
  margin: 84px auto 0;
  background-color: #fff;
}
.tool .tool_sele .sele_title {
  align-items: center;
  height: 90px;
  line-height: 90px;
  background: #f8f8f8;
  position: relative;
}
.tool .tool_sele .sele_title span {
  width: 675px;
  font-size: 30px;
  color: #727272;
  overflow: initial;
}
.tool .tool_sele .sele_title span.cur {
  position: absolute;
  bottom: -16px;
  width: 937px;
  height: 144px;
  line-height: 144px;
}
.tool .tool_sele .sele_title span.cur h3 {
  padding-left: 381px;
  color: #fff;
  background: url(../image/baidu_cur.png) no-repeat 340px center;
}
.tool .tool_sele .sele_title span#baidu {
  float: left;
}
.tool .tool_sele .sele_title span#baidu h3 {
  padding-left: 200px;
  background: url(../image/baidu.png) no-repeat 159px center;
}
.tool .tool_sele .sele_title span#baidu.cur {
  left: -16px;
  background: url(../image/sele_left.png) no-repeat center;
  background-size: 100% 100%;
}
.tool .tool_sele .sele_title span#baidu.cur h3 {
  padding-left: 372px;
  background: url(../image/baidu_cur.png) no-repeat 331px center;
}
.tool .tool_sele .sele_title span#ie {
  float: right;
}
.tool .tool_sele .sele_title span#ie h3 {
  padding-left: 320px;
  background: url(../image/ie.png) no-repeat 279px center;
}
.tool .tool_sele .sele_title span#ie.cur {
  right: -16px;
  background: url(../image/sele_right.png) no-repeat center;
  background-size: 100% 100%;
}
.tool .tool_sele .sele_title span#ie.cur h3 {
  padding-left: 381px;
  background: url(../image/ie_cur.png) no-repeat 340px center;
}
.tool .tool_sele .sele_con {
  padding: 25px 30px 33px 31px;
  box-sizing: border-box;
}
.tool .tool_sele .sele_con .text {
  outline: none;
  resize: none;
  width: 1074px;
  height: 132px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 25px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #b2b1b1;
  line-height: 26px;
}
.tool .tool_sele .sele_con .text:focus {
  border: 1px solid rgba(224, 83, 89, 0.6);
  box-shadow: 0 0 13px 3px rgba(224, 83, 89, 0.6);
}
.tool .tool_sele .sele_con .right_but {
  width: 298px;
}
.tool .tool_sele .sele_con .right_but .chaxun {
  width: 298px;
  height: 60px;
  margin-bottom: 12px;
  font-size: 22px;
  color: #fff;
  background-image: linear-gradient(180deg, #e05359 0%, #bd292d 100%);
}
.tool .tool_sele .sele_con .right_but .qingkong {
  width: 298px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 22px;
  color: #bd292d;
  border: 1px solid #d0021b;
  cursor: pointer;
}
.tool .tool_sele .sele_con .small_tit {
  margin: 28px 0 12px;
}
.tool .tool_sele .sele_con .small_tit h3 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 24px;
  color: #242422;
  font-weight: 400;
}
.tool .tool_sele .sele_con .baidu_results .conclusion {
  height: 90px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 34px;
  box-sizing: border-box;
}
.tool .tool_sele .sele_con .baidu_results .conclusion ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool .tool_sele .sele_con .baidu_results .conclusion ul li {
  font-size: 22px;
  color: #727272;
  margin-right: 55px;
}
.tool .tool_sele .sele_con .baidu_results .conclusion ul li i {
  color: #bd292d;
}
.tool .tool_sele .sele_con .baidu_results .conclusion span {
  display: block;
  width: 222px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(360deg, #2179f1 0%, #4495ff 100%);
}
.tool .tool_sele .sele_con .baidu_results .conclusion span a {
  font-size: 22px;
  color: #fff;
}
.tool .tool_sele .sele_con .baidu_results .conclusion_lis {
  margin-top: 14px;
  border: 1px solid #e8e8e8;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.tool .tool_sele .sele_con .baidu_results .conclusion_lis thead {
  height: 55px;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
}
.tool .tool_sele .sele_con .baidu_results .conclusion_lis thead th {
  font-size: 20px;
  color: #727272;
  border-right: 1px solid #e8e8e8;
  font-weight: 400;
}
.tool .tool_sele .sele_con .baidu_results .conclusion_lis tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.tool .tool_sele .sele_con .baidu_results .conclusion_lis tbody td {
  height: 65px;
  color: #727272;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.tool .tool_sele .sele_con .seo_lis ul {
  display: flex;
  height: 55px;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.tool .tool_sele .sele_con .seo_lis ul li {
  flex: 1;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  font-size: 20px;
  color: #727272;
}
.tool .tool_sele .sele_con .seo_lis ul li:last-of-type {
  border-right: 0;
}
.tool .tool_sele .sele_con .seo_results {
  border: 1px solid #e8e8e8;
  border-top: none;
  margin-bottom: 65px;
}
.tool .tool_sele .sele_con .seo_results ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool .tool_sele .sele_con .seo_results ul li {
  flex: 1;
  text-align: center;
  padding: 26px 56px;
  border-right: 1px solid #e8e8e8;
}
.tool .tool_sele .sele_con .seo_results ul li:last-of-type {
  border-right: 0;
}
.tool .tool_sele .sele_con .seo_results ul li span {
  display: block;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.tool .tool_sele .sele_con .seo_results ul li span i {
  float: right;
  display: block;
  width: 60px;
  height: 46px;
  font-size: 28px;
  color: #fff;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_baidu span {
  background: url(../image/seo_baidu.png) no-repeat 15px center;
  border-color: #2c99ff;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_baidu i {
  background: #2c99ff;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_yidong span {
  background: url(../image/seo_yidong.png) no-repeat 15px center;
  border-color: #2c99ff;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_yidong i {
  background: #2c99ff;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_360 span {
  background: url(../image/seo_360.png) no-repeat 14px center;
  border-color: #28b058;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_360 i {
  background: #28b058;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_shenma span {
  background: url(../image/seo_shenma.png) no-repeat 19px center;
  border-color: #f28301;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_shenma i {
  background: #f28301;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_sougou span {
  background: url(../image/seo_sougou.png) no-repeat 15px center;
  border-color: #f6452d;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_sougou i {
  background: #f6452d;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_guge span {
  background: url(../image/seo_guge.png) no-repeat 13px center;
  border-color: #34a853;
}
.tool .tool_sele .sele_con .seo_results ul li.seo_guge i {
  background: #34a853;
}
.media {
  height: 1219px;
  overflow: hidden;
}
.media .logos_box {
  width: 1285px;
  height: 732px;
  margin: 152px 341px 181px 294px;
  position: relative;
  background: url(../image/media_bg.png) no-repeat center;
}
.media .logos_box a {
  position: absolute;
  transition: all 0.6s;
}
.media .logos_box a:hover {
  transform: scale(1.2);
}
.media .logos_box a img {
  width: auto;
  height: auto;
}
.media .logos_box a span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: #242422;
}
.media .logos_box a:nth-of-type(1) {
  left: 209px;
  top: -41px;
}
.media .logos_box a:nth-of-type(1) span {
  top: -35px;
}
.media .logos_box a:nth-of-type(2) {
  left: 609px;
  top: -64px;
}
.media .logos_box a:nth-of-type(2) span {
  top: -35px;
}
.media .logos_box a:nth-of-type(3) {
  left: 1108px;
  top: -22px;
}
.media .logos_box a:nth-of-type(3) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(4) {
  left: -53px;
  top: 174px;
}
.media .logos_box a:nth-of-type(4) span {
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.media .logos_box a:nth-of-type(5) {
  top: 143px;
  left: 244px;
}
.media .logos_box a:nth-of-type(5) span {
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.media .logos_box a:nth-of-type(6) {
  top: 76px;
  left: 865px;
}
.media .logos_box a:nth-of-type(6) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(7) {
  top: 376px;
  left: -19px;
}
.media .logos_box a:nth-of-type(7) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(8) {
  top: 360px;
  left: 268px;
}
.media .logos_box a:nth-of-type(8) span {
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.media .logos_box a:nth-of-type(9) {
  top: 281px;
  left: 1019px;
}
.media .logos_box a:nth-of-type(9) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(10) {
  top: 203px;
  left: 1217px;
}
.media .logos_box a:nth-of-type(10) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(11) {
  top: 567px;
  left: 174px;
}
.media .logos_box a:nth-of-type(11) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(12) {
  top: 501px;
  left: 589px;
}
.media .logos_box a:nth-of-type(12) span {
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  bottom: -35px;
}
.media .logos_box a:nth-of-type(13) {
  top: 444px;
  left: 1143px;
}
.media .logos_box a:nth-of-type(13) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(14) {
  top: 663px;
  left: 612px;
}
.media .logos_box a:nth-of-type(14) span {
  bottom: -35px;
}
.media .logos_box a:nth-of-type(15) {
  top: 586px;
  left: 947px;
}
.media .logos_box a:nth-of-type(15) span {
  bottom: -35px;
}
.package {
  background: url(../image/package_bg.jpg) no-repeat center;
  padding: 141px 0 142px;
  height: 999px;
  box-sizing: border-box;
  overflow: hidden;
}
.package .text_box h2 {
  color: #fff;
}
.package .package_lis {
  width: 1460px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.package .package_lis .item {
  width: 474px;
  height: 610px;
  margin-right: 19px;
  transition: all 0.6s;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.package .package_lis .item .before {
  top: 0px;
  left: 0px;
}
.package .package_lis .item .after {
  right: 0px;
  bottom: 0px;
}
.package .package_lis .item:hover {
  transform: translateY(-20px);
}
.package .package_lis .item:hover .before {
  border-top-width: 4px;
  border-left-width: 4px;
}
.package .package_lis .item:hover .after {
  border-bottom-width: 4px;
  border-right-width: 4px;
}
.package .package_lis .item:last-of-type {
  margin-right: 0;
}
.package .package_lis .item .title {
  padding-top: 32px;
  padding-left: 32px;
  height: 133px;
  box-sizing: border-box;
}
.package .package_lis .item .title span {
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.package .package_lis .item .title i {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.package .package_lis .item .price {
  margin: 22px auto 26px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .package_lis .item .price .new_price {
  font-size: 60px;
  font-weight: bold;
  color: #bd292d;
  position: relative;
}
.package .package_lis .item .price .new_price::before {
  content: '¥';
  position: absolute;
  top: 10px;
  left: -30px;
  font-size: 34px;
  color: #bd292d;
}
.package .package_lis .item .price .old_price {
  margin-left: 8px;
}
.package .package_lis .item .price .old_price span {
  display: block;
  text-decoration: line-through;
  color: #919191;
  font-size: 20px;
}
.package .package_lis .item .price .old_price i {
  margin-top: 3px;
  display: block;
  text-align: center;
  width: 102px;
  height: 21px;
  line-height: 21px;
  color: #fff;
}
.package .package_lis .item .sites {
  margin: 0 30px;
  height: 209px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #e4e4e4;
}
.package .package_lis .item .sites .package_site_i {
  width: 25%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #e4e4e4;
  height: 50px;
  line-height: 50px;
  color: #666666;
  padding-right: 2px;
  box-sizing: border-box;
  font-size: 15px;
  /* 新增 */
  text-align: center;
}
.package .package_lis .item .sites table {
  width: 100%;
  border-top: 1px dashed #e4e4e4;
  border-collapse: collapse;
}
.package .package_lis .item .sites tr {
  display: flex;
  border-bottom: 1px dashed #e4e4e4;
}
.package .package_lis .item .sites tr td {
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.package .package_lis .item .sites tr td a {
  font-size: 16px;
  color: #666666;
}
.package .package_lis .item .details {
  margin: 36px 0 12px;
  text-align: center;
}
.package .package_lis .item .details a {
  color: #666666;
  font-size: 16px;
}
.package .package_lis .item .buy {
  width: 264px;
  margin: 0 auto 28px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  text-align: center;
}
.package .package_lis .item .buy a {
  font-size: 22px;
  color: #ffffff;
}
.package .package_lis .item.one {
  background: url(../image/package_one.png) no-repeat center;
  background-size: 100% 100%;
  color: #fa6636;
}
.package .package_lis .item.one .price .old_price i {
  background: #fa6636;
}
.package .package_lis .item.one .buy {
  background: linear-gradient(270deg, #fa8431 0%, #f96536 100%);
}
.package .package_lis .item.one .sites {
  border-bottom: 1px dashed #e4e4e4;
}
.package .package_lis .item.one .sites .package_site_i:last-of-type {
  border-bottom: none;
}
.package .package_lis .item.two {
  background: url(../image/package_two.png) no-repeat center;
  background-size: 100% 100%;
  color: #ef2828;
}
.package .package_lis .item.two .price .old_price i {
  background: #f02828;
}
.package .package_lis .item.two .buy {
  background: linear-gradient(270deg, #fa3131 0%, #ef2828 100%);
}
.package .package_lis .item.two .sites {
  border-bottom: 1px dashed #e4e4e4;
}
.package .package_lis .item.two .sites .package_site_i:nth-of-type(13),
.package .package_lis .item.two .sites .package_site_i:nth-of-type(14),
.package .package_lis .item.two .sites .package_site_i:nth-of-type(15) {
  border-bottom: none;
}
.package .package_lis .item.three {
  background: url(../image/package_three.png) no-repeat center;
  background-size: 100% 100%;
  color: #257cf3;
}
.package .package_lis .item.three .price .old_price i {
  background: #257cf3;
}
.package .package_lis .item.three .buy {
  background: linear-gradient(90deg, #2179f1 0%, #4495ff 100%);
}
.package .package_lis .item.three .sites {
  border-bottom: 1px dashed #e4e4e4;
}
.package .package_lis .item.three .sites .package_site_i:last-of-type {
  border-bottom: none;
}
.package .package_lis .item .before,
.package .package_lis .item .after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  transition: width 1s, height 1s;
  border-style: solid;
  border-width: 0;
  z-index: -1;
}
.package .package_lis .item:hover .before,
.package .package_lis .item:hover .after {
  width: 100%;
  height: 100%;
}
/*end*/
.wcwd_advantage {
  overflow: hidden;
  background: url(../image/wcwd_advantage_bg.jpg) no-repeat center top;
  height: 1830px;
}
.wcwd_advantage .wcwd .text_box {
  padding: 130px 0 62px;
}
.wcwd_advantage .wcwd .wcwd_img {
  width: 1460px;
  height: 521px;
  margin: 0 auto;
}
.wcwd_advantage .wcwd .wcwd_img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.wcwd_advantage .advantage .text_box {
  padding: 106px 0 44px;
}
.wcwd_advantage .advantage .advantage_box {
  width: 1554px;
  height: 699px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.wcwd_advantage .advantage .advantage_box::after {
  content: '';
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 134px;
  height: 653px;
  background: url(../image/left.png) no-repeat center;
}
.wcwd_advantage .advantage .advantage_box::before {
  content: '';
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 134px;
  height: 653px;
  background: url(../image/right1.png) no-repeat center;
}
.wcwd_advantage .advantage .advantage_box .item {
  width: 1424px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.wcwd_advantage .advantage .advantage_box .item.two {
  width: 1540px;
  margin: 99px auto;
}
.wcwd_advantage .advantage .advantage_box .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wcwd_advantage .advantage .advantage_box .item a img {
  width: 176px;
  height: 176px;
  transition: all 0.6s;
}
.wcwd_advantage .advantage .advantage_box .item a img:hover {
  transform: scale(1.1);
}
.wcwd_advantage .advantage .advantage_box .item a .text {
  margin: 0 20px;
  width: 244px;
}
.wcwd_advantage .advantage .advantage_box .item a .text span {
  display: block;
  height: 34px;
  color: #242422;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
}
.wcwd_advantage .advantage .advantage_box .item a .text .txt {
  margin-top: 16px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.wcwd_advantage .advantage .advantage_box .item .right a .text {
  text-align: right;
}
.wcwd_advantage .advantage .advantage_box .cneter_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wcwd_advantage .advantage .advantage_box .cneter_img img {
  width: 517px;
  height: 517px;
  transition: all 0.6s;
}
.wcwd_advantage .advantage .advantage_box .cneter_img img:hover {
  transform: scale(1.1);
}
.customer {
  overflow: hidden;
}
.customer .text_box {
  padding: 98px 0 51px;
}
.customer .customer_lis {
  width: 1560px;
  margin: 0 auto;
}
.customer .customer_lis ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer .customer_lis ul li {
  width: 280px;
  height: 130px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin-bottom: 50px;
  transition: all 0.4s;
}
.customer .customer_lis ul li:hover {
  box-shadow: 0 0 13px 3px #d8d8d8;
}
.customer .customer_lis ul li a {
  width: 280px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer .customer_lis ul li a img {
  height: auto;
  width: auto;
}
.customer .customer_lis ul li:last-of-type a {
  color: #c5c5c5;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.information {
  overflow: hidden;
  height: 916px;
  background: #f7f9fb;
}
.information .text_box {
  padding: 98px 0 52px;
}
.information .sele_title {
  width: 1560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.information .sele_title a {
  width: 288px;
  height: 74px;
  line-height: 74px;
  background: #eeeeee;
  font-size: 26px;
  color: #666666;
  text-align: center;
}
.information .sele_title a.cur {
  background: #bd292d;
  color: #fff;
}
.information .sele_con {
  width: 1560px;
  margin: 50px auto 0;
}
.information .sele_con .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.information .sele_con .item ul li {
  width: 749px;
  height: 166px;
  margin-bottom: 30px;
  white-space: normal;
}
.information .sele_con .item ul li:hover a .text span {
  color: #bd292d;
}
.information .sele_con .item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information .sele_con .item ul li a img {
  width: 254px;
  height: 166px;
  margin-right: 18px;
}
.information .sele_con .item ul li a .text {
  width: 477px;
}
.information .sele_con .item ul li a .text span {
  display: block;
  font-size: 22px;
  color: #333333;
}
.information .sele_con .item ul li a .text .notext3 {
  word-wrap: break-word;
  margin: 13px 0 10px;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
}
.information .sele_con .item ul li a .text .time {
  background: url(../image/time.png) no-repeat center left;
  padding-left: 24px;
  font-size: 18px;
  color: #242422;
  line-height: 18px;
}
.information .more {
  margin: 29px auto 0;
  width: 232px;
  height: 66px;
}
.information .more img {
  width: 232px;
  height: 66px;
}
.bottom {
  overflow: hidden;
  height: 438px;
  background: url(../image/bottom_bg.png) no-repeat center;
}
.bottom .center {
  width: 1560px;
  margin: 0 auto;
}
.bottom .logo-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0 30px;
  border-bottom: 1px solid #545454;
}
.bottom .logo-phone .logo img {
  width: 205px;
  height: 65px;
}
.bottom .logo-phone .phone {
  background: url(../image/bottom_phone.png) no-repeat center left;
  padding-left: 46px;
}
.bottom .logo-phone .phone a {
  font-size: 44px;
  font-family: DIN-BlackItalic, DIN;
  color: #e4e4e4;
  font-style: italic;
}
.bottom .info {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #545454;
}
.bottom .info .info_lis {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bottom .info .info_lis dl dt {
  margin-bottom: 16px;
}
.bottom .info .info_lis dl dt a {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.bottom .info .info_lis dl dd {
  margin-bottom: 16px;
  line-height: 16px;
}
.bottom .info .info_lis dl dd a {
  font-size: 16px;
  color: #ababab;
}
.bottom .info .info_lis dl:nth-of-type(2) {
  margin: 0 220px;
}
.bottom .info .info_lis dl:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 161px;
}
.bottom .info .info_lis dl:nth-of-type(3) dt {
  width: 100%;
}
.bottom .info .info_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .info .info_img .qq {
  margin-left: 51px;
}
.bottom .info .info_img img {
  width: 134px;
  height: 133px;
}
.bottom .info .info_img span {
  margin-top: 21px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #ababab;
}
.bottom .links-copyright {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .links-copyright .links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .links-copyright .links ul li {
  margin-right: 26px;
}
.bottom .links-copyright .links ul li:first-of-type {
  margin-right: 21px;
}
.bottom .links-copyright .links ul li a {
  color: #ababab;
  font-size: 16px;
  line-height: 16px;
}
.bottom .links-copyright .copyright * {
  line-height: 16px;
  color: #ababab;
  font-size: 16px;
}
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(1),
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(3),
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(5) {
  position: relative;
}
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(1)::after,
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(3)::after,
.bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(5)::after {
  content: '';
  background-color: #545454;
  height: 13px;
  width: 1px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.backtop {
  position: fixed;
  bottom: 60px;
  right: 18px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  display: none;
  z-index: 66666;
  background: url(../image/back-top.png) no-repeat;
  background-size: contain;
}
.kf-right {
  position: fixed;
  height: auto;
  right: 20px;
  top: 210px;
  z-index: 99999;
  font-family: '微软雅黑';
}
.kf-right .kf-right-item {
  position: relative;
}
.kf-right .kf-right-item:hover .kf-right-box {
  display: block;
}
.kf-right .kf-right-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #e14b4c;
  display: block;
  margin-bottom: 6px;
  position: relative;
  background-color: #fff;
}
.kf-right .kf-right-btn sup {
  display: block;
  min-width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #e14b4c;
  position: absolute;
  left: -12px;
  top: -12px;
}
.kf-right .kf-right-btn:hover {
  border: 1px solid #e14b4c;
}
.kf-right .meau-gg a span {
  background: url(../image/qq.png) 10px 0 no-repeat;
}
.kf-right .meau-gg a:hover span {
  background: #e14b4c url(../image/qq.png) -32px 0 no-repeat;
}
.kf-right .meau-gg .kf-right-box .box-border {
  width: 205px;
}
.kf-right .kf-right-box {
  position: absolute;
  top: -15px;
  right: 48px;
  padding-right: 15px;
  display: none;
}
.kf-right .kf-right-box .box-border {
  z-index: 999;
  border: 1px solid #ccc;
  border-top: 4px solid #e14b4c;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}
.kf-right .kf-right-box .box-border .sev-a span {
  float: left;
  display: block;
  margin-right: 20px;
  color: #d3d3d3;
}
.kf-right .kf-right-box .box-border .sev-a h3 {
  color: #e14b4c;
  font-size: 24px;
  line-height: 28px;
  text-indent: 30px;
  background: url(../image/qq.png) 0px -10px no-repeat;
}
.kf-right .kf-right-box .box-border .sev-c {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e4e4;
}
.kf-right .kf-right-box .box-border .sev-c li {
  width: 205px;
  height: 25px;
  background: url(http://www.ruanwen.com.cn/static/index/new/images/circle.png) left no-repeat;
  text-indent: 5px;
  overflow: hidden;
}
.kf-right .kf-right-box .box-border .sev-c li a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 25px;
}
.kf-right .kf-right-box .box-border .sev-c li a:hover {
  color: #e14b4c;
}
.kf-right .kf-right-box .box-border .gg_btn {
  margin: 20px 0;
}
.kf-right .kf-right-box .box-border .gg_btn a {
  background: #e14b4c;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.kf-right .kf-right-box .box-border .gg_btn a:hover {
  background: #ff7e00;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}
.kf-right .kf-right-box .box-border .arrow-right {
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: 26px;
}
.kf-right .kf-right-box .box-border .sev-t span {
  font-size: 30px;
  float: left;
  display: block;
  line-height: 30px;
  margin-right: 20px;
  color: #d3d3d3;
}
.kf-right .kf-right-box .box-border .sev-t h3 {
  color: #e14b4c;
  font-size: 24px;
  line-height: 28px;
  text-indent: 30px;
  background: url(../image/qq.png) 2px -117px no-repeat;
}
.kf-right .kf-right-box .box-border .sev-t p {
  color: #e14b4c;
  font-size: 25px;
  font-weight: bold;
}
.kf-right .kf-right-box .box-border .sev-t p i {
  display: block;
  font-size: 14px;
  color: #333;
  font-style: normal;
  font-weight: normal;
}
.kf-right .kf-right-box .box-border .sev-b {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e4e4;
}
.kf-right .kf-right-box .box-border .sev-b li {
  width: 150px;
}
.kf-right .kf-right-box .box-border .sev-b li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
  padding-left: 43px;
  background: url(http://www.ruanwen.com.cn/static/index/new/images/q1.gif) no-repeat left 3px;
  line-height: 36px;
}
.kf-right .kf-right-box .box-border .sev-b li a:hover {
  color: #e14b4c;
  font-weight: bold;
}
.kf-right .meau-hd a span {
  background: url(../image/qq.png) 10px -55px no-repeat;
}
.kf-right .meau-hd a:hover span {
  background: #e14b4c url(../image/qq.png) -32px -55px no-repeat;
}
.kf-right .item-qq a span {
  background: #e14b4c url(../image/qq.png) -30px -110px no-repeat;
}
.kf-right .item-qq .kf-right-box .box-border {
  width: 150px;
}
.kf-right .meau-contact .kf-right-box .box-border {
  width: 230px;
}
.kf-right .meau-contact a span {
  background: url(../image/qq.png) -30px -165px no-repeat;
}
.kf-right .meau-contact a:hover span {
  background: url(../image/qq.png) 10px -165px no-repeat;
}
.kf-right .meau-code a span {
  background: url(../image/qq.png) -31px -221px no-repeat;
}
.kf-right .meau-code a:hover span {
  background: url(../image/qq.png) 8px -221px no-repeat;
}
.kf-right .meau-code .kf-right-box {
  top: inherit;
  bottom: -35px;
}
.kf-right .meau-code .kf-right-box .box-border {
  width: 130px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.kf-right .meau-code .kf-right-box .box-border i {
  display: block;
  color: #f66e06;
  font-size: 16px;
  line-height: 16px;
}
.kf-right .meau-code .kf-right-box .box-border .arrow-right {
  top: inherit;
  bottom: 50px;
}
.kf-right .meau-top a span {
  background: url(../image/qq.png) -30px -263px no-repeat;
}
.kf-right .meau-top a:hover span {
  background: #e14b4c url(../image/qq.png) 7px -263px no-repeat;
}
.kf-right .meau-top .kf-right-btn:hover {
  border: 1px solid #e14b4c;
}
.kf-right .meau-zs .kf-right-btn {
  background-color: #e14b4c;
  color: #fff;
  margin-top: 80px;
  border-color: #e14b4c;
}
.kf-right .meau-zs .kf-right-btn span {
  color: #fff;
}
.kf-right .meau-zs .kf-right-btn p {
  color: #fff;
}
.kf-right .sev-t .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f3;
  display: block;
  float: left;
  position: relative;
  left: auto;
}
.kf-right .sev-t .i-qq {
  width: 44px;
  height: 44px;
  background: url(../image/qq_icon.png) no-repeat center 3px;
  display: block;
  transition: all 0.2s;
  border-radius: 50%;
  overflow: hidden;
}
.kf-right .sev-t b {
  float: left;
  width: 90px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.kf-right .qq_a {
  width: 146px !important;
  display: inline-block;
  color: #333;
}
.kf-right .meau-gg a span,
.kf-right .meau-hd a span,
.kf-right .item-qq a span,
.kf-right .meau-contact a span,
.kf-right .meau-code a span,
.kf-right .meau-top a span {
  display: block;
  width: 48px;
  height: 48px;
}
.kf-right .meau-contact .kf-right-btn,
.kf-right .meau-code .kf-right-btn,
.kf-right .meau-top .kf-right-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 750px) and (max-width: 1720px) {
  .w {
    width: 1200px;
  }
  .nav_search .nav ul li {
    width: 90px;
  }
  .nav_search .search {
    width: 200px;
  }
  .resources #swiper-2 .swiper-slide a {
    width: 23%;
  }
  .process .con_img_box {
    width: 1200px;
    background-size: 100%;
  }
  .process .con_img_box .item ul li {
    margin-right: 90px;
  }
  .process .con_img_box .item ul li::after {
    right: -45px;
  }
  .process .con_img_box .item ul li:hover::after {
    right: -60px;
  }
  .process .con_img_box .item ul li a img {
    width: 130px;
    height: 150px;
  }
  .tool .tool_sele {
    width: 1200px;
  }
  .tool .tool_sele .sele_title span.cur {
    width: 800px;
  }
  .tool .tool_sele .sele_title span#baidu.cur h3 {
    padding-left: 260px;
    background-position-x: 220px;
  }
  .tool .tool_sele .sele_con .text {
    flex: 1;
    overflow: hidden;
    margin-right: 27px;
  }
  .media {
    height: 1100px;
  }
  .media .logos_box {
    margin: 152px auto 294px;
    transform: scale(0.8);
  }
  .package .package_lis {
    width: 1200px;
  }
  .package .package_lis .item {
    width: 32%;
  }
  .package .package_lis .item .price .new_price {
    font-size: 50px;
  }
  .package .package_lis .item .sites tr td {
    white-space: normal;
  }
  .wcwd_advantage .wcwd .wcwd_img {
    width: 1200px;
    background-size: 100% 100%;
  }
  .wcwd_advantage .advantage .advantage_box {
    width: 1400px;
    transform: scale(0.8);
  }
  .wcwd_advantage .advantage .advantage_box .item {
    width: 1200px;
  }
  .wcwd_advantage .advantage .advantage_box .item.two {
    width: 1400px;
  }
  .customer .customer_lis {
    width: 1200px;
  }
  .customer .customer_lis ul li {
    width: 220px;
    margin-bottom: 20px;
  }
  .customer .customer_lis ul li a {
    width: 220px;
  }
  .information .sele_title {
    width: 1200px;
  }
  .information .sele_title span {
    width: 235px;
  }
  .information .sele_con {
    width: 1200px;
  }
  .information .sele_con .item ul li {
    width: 580px;
  }
  .information .sele_con .item ul li a img {
    width: 230px;
  }
  .information .sele_con .item ul li a .text {
    flex: 1;
    overflow: hidden;
  }
  .bottom .center {
    width: 1200px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1000px) {
  .resources #swiper-2 .swiper-slide a {
    width: 31%;
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 62.5%;
  }
  body {
    -webkit-tap-highlight-color: transparent;
  }
  .w {
    width: 100%;
  }
  [data-value='circle'] {
    left: auto !important;
    bottom: auto !important;
    top: 315px !important;
    right: 0px !important;
  }
  .backtop,
  .kf-right {
    right: 0;
  }
  .kf-right-btn {
    width: 44px !important;
    height: 44px !important;
  }
  .meau-gg a span,
  .meau-hd a span,
  .item-qq a span,
  .meau-contact a span,
  .meau-code a span,
  .meau-top a span {
    width: 44px !important;
    height: 44px !important;
  }
  .meau-contact .kf-right-btn,
  .meau-code .kf-right-btn,
  .meau-top .kf-right-btn {
    width: 44px !important;
    height: 44px !important;
  }
  .head_positioning {
    left: 0;
    transform: translateX(0);
  }
  .head_positioning .header {
    height: 65px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .head_positioning .header .flex {
    height: 65px;
  }
  .head_positioning .header .flex .logo {
    width: 140px;
    height: auto;
  }
  .head_positioning .header .flex .logo img {
    width: 140px;
    height: auto;
    object-fit: contain;
  }
  .head_positioning .header .flex .right .sele_tit,
  .head_positioning .header .flex .right .dow {
    display: none;
  }
  .head_positioning .header .flex .right .head_user {
    margin-left: 0;
  }
  .head_positioning .header .flex .right .head_user .m_search_show {
    display: block;
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background: url(../image/search.png) no-repeat center;
    background-size: 90%;
  }
  .head_positioning .header .flex .right .head_user .head-login_but-btn,
.head_positioning .header .flex .right .head_user .login-out {
  width: 7rem;
  font-size: 1.6rem;
}
.head_positioning .header .flex .right .head_user .login-out {
  font-size: 1.4rem;
  margin-left: 1rem;
}
  .head_positioning .header .flex .right .head_user .m_search_show.off {
    display: block;
    background: url(../image/m_search_of.png) no-repeat center;
    background-size: 90%;
  }
  .head_positioning .header .flex .right .m_nav {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    background: url(../image/m_nav.png) no-repeat center;
    background-size: 100%;
  }
  .head_positioning .nav_search {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 65px;
    padding: 15px 0;
    background-color: rgba(140, 140, 140, 0.9);
    z-index: 800;
  }
  .head_positioning .nav_search .nav {
    width: 100%;
  }
  .head_positioning .nav_search .nav ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  .head_positioning .nav_search .nav ul li {
    width: 100%;
    color: #fff;
    height: 35px;
    line-height: 35px;
  }
  .head_positioning .nav_search .nav ul li:first-of-type {
    width: 100%;
    text-align: center;
  }
  .head_positioning .nav_search .nav ul li.cur {
    font-weight: 400;
  }
  .head_positioning .nav_search .nav ul li.cur a {
    font-size: 14px;
    height: 35px;
    border-bottom: none;
  }
  .head_positioning .nav_search .nav ul li a {
    font-size: 14px;
  }
  .head_positioning .nav_search .search {
    display: none;
  }
  .head_bgc .header {
    height: 60px;
    transition: all 0.6s;
  }
  .head_bgc .header .flex {
    height: 60px;
  }
  .head_bgc .header .flex .logo {
    width: 140px;
    height: auto;
  }
  .head_bgc .header .flex .logo img {
    width: 140px;
    height: auto;
    object-fit: contain;
  }
  .head_bgc .nav_search {
    top: 60px;
  }
  .swiper_login #swiper-1 {
    height: 360px;
  }
  .swiper_login #swiper-1 .swiper-slide img {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .swiper_login .login {
    display: none;
    position: fixed;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    background-color: #fff;
    border: 1px solid #bd292d;
  }
  .swiper_login .login .m_off {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../image/m_off.png) no-repeat center;
    background-size: 100%;
  }
  .swiper_login .login input {
    width: 100%;
    border: 1px solid #e8e8e8;
  }
  .text_box {
    padding: 0 20px;
  }
  .text_box h2 {
    font-size: 36px;
  }
  .text_box .notext2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .resources .text_box {
    margin-top: 50px;
  }
  .resources #swiper-2 {
    margin-top: 30px;
    height: 400px;
  }
  .resources #swiper-2 .swiper-slide a {
    width: 48%;
    height: 80px;
    margin-bottom: 20px;
  }
  .resources #swiper-2 .swiper-button-white {
    width: 50px;
    height: 50px;
    background-size: 35%;
  }
  .process {
    height: 600px;
  }
  .process .text_box {
    padding-top: 50px;
  }
  .process .con_img_box {
    position: absolute;
    width: 100%;
    height: 446px;
    background-size: 100% 49%;
    margin: 0 auto;
  }
  .process .con_img_box .item {
    top: 60px;
    width: 100%;
    box-sizing: border-box;
  }
  .process .con_img_box .item ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .process .con_img_box .item ul li {
    width: 26%;
    height: 90px;
    box-sizing: border-box;
    margin-right: 0px;
    margin-bottom: 40px;
    order: 1;
  }
  .process .con_img_box .item ul li:after {
    right: -30px;
    background-size: 60%;
  }
  .process .con_img_box .item ul li:hover:after {
    content: '';
    right: -30px;
  }
  .process .con_img_box .item ul li:nth-of-type(3):after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    background: url(../image/bottom.png) no-repeat center;
    background-size: 100%;
  }
  .process .con_img_box .item ul li:nth-of-type(4) {
    order: 3;
  }
  .process .con_img_box .item ul li:nth-of-type(4):after {
    right: auto;
    left: -30px;
    transform: rotate(180deg) translateY(50%);
  }
  .process .con_img_box .item ul li:nth-of-type(5) {
    order: 2;
  }
  .process .con_img_box .item ul li:nth-of-type(5):after {
    right: auto;
    left: -30px;
    transform: rotate(180deg) translateY(50%);
  }
  .process .con_img_box .item ul li a {
    width: 100%;
    height: 90px;
  }
  .process .con_img_box .item ul li a img {
    width: 100%;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tool {
    padding: 60px 20px 101px;
    box-sizing: border-box;
  }
  .tool .tool_sele {
    width: 100%;
    margin-top: 20px;
  }
  .tool .tool_sele .sele_title {
    height: 60px;
    line-height: 60px;
  }
  .tool .tool_sele .sele_title span {
    font-size: 16px;
    width: 48%;
  }
  .tool .tool_sele .sele_title span h3 {
    text-align: center;
    padding-left: 0px !important;
    font-size: 19px;
  }
  .tool .tool_sele .sele_title span#baidu h3,
  .tool .tool_sele .sele_title span#ie h3 {
    background: transparent;
  }
  .tool .tool_sele .sele_title span.cur {
    position: absolute;
    bottom: -16px;
    height: 90px;
    line-height: 90px;
    width: 65%;
  }
  .tool .tool_sele .sele_title span.cur h3 {
    color: #fff;
    background-position-x: 26px !important;
    background-size: 10% !important;
  }
  .tool .tool_sele .sele_con .item form > .flex {
    display: inline;
  }
  .tool .tool_sele .sele_con .item form .text {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    height: 160px;
  }
  .tool .tool_sele .sele_con .item form .right_but {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .tool .tool_sele .sele_con .item form .right_but .chaxun,
  .tool .tool_sele .sele_con .item form .right_but .qingkong {
    width: 48%;
    margin-bottom: 0;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .tool .tool_sele .sele_con .item .small_tit h3 {
    font-size: 18px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion {
    display: inline-block;
    height: 160px;
    padding: 15px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion ul {
    flex-wrap: wrap;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion ul li {
    width: 48%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion ul li i {
    font-size: 16px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion span {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion span a {
    font-size: 18px;
  }
  .tool .tool_sele .sele_con .item .baidu_results .m_scroll {
    overflow-x: scroll;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion_lis thead {
    width: 100%;
  }
  .tool .tool_sele .sele_con .item .baidu_results .conclusion_lis thead th {
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
  }
  .tool .tool_sele .sele_con .item .m_flex {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
  }
  .tool .tool_sele .sele_con .item .seo_lis {
    width: 50%;
  }
  .tool .tool_sele .sele_con .item .seo_lis ul {
    display: inherit;
    height: 100%;
    border: none;
    border-right: 1px solid #e8e8e8;
  }
  .tool .tool_sele .sele_con .item .seo_lis ul li {
    height: 60px;
    border-right: 0;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
  }
  .tool .tool_sele .sele_con .item .seo_lis ul li:last-of-type {
    border-bottom: 0;
  }
  .tool .tool_sele .sele_con .item .seo_results {
    width: 50%;
    border: none;
    margin-bottom: 0;
  }
  .tool .tool_sele .sele_con .item .seo_results ul {
    display: inherit;
  }
  .tool .tool_sele .sele_con .item .seo_results ul li {
    padding: 0px;
    height: 60px;
    border-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .tool .tool_sele .sele_con .item .seo_results ul li span {
    width: 75%;
    height: 35px;
    line-height: 35px;
    background-size: 20%;
  }
  .tool .tool_sele .sele_con .item .seo_results ul li span i {
    height: 35px;
    width: 50px;
    font-size: 25px;
  }
  .tool .tool_sele .sele_con .item .seo_results ul li:last-of-type {
    border-bottom: 0;
  }
  .media {
    height: auto;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .media .text_box {
    margin: 60px auto 40px;
  }
  .media .logos_box {
    width: 100%;
    height: 450px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .media .logos_box a {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 25%;
    height: 100px;
  }
  .media .logos_box a span {
    position: inherit;
    font-size: 16px;
    transform: translateY(0) !important;
    margin-top: 10px;
  }
  .media .logos_box a img {
    order: -1;
    width: 60px;
    height: 60px;
  }
  .package {
    padding: 80px 20px;
    height: auto;
    background-size: 100% 100%;
  }
  .package .package_lis {
    width: 100%;
    flex-wrap: wrap;
  }
  .package .package_lis .item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .package .package_lis .item:hover {
    transform: translateY(0);
  }
  .package .package_lis .item:hover .before,
  .package .package_lis .item:hover .after {
    width: 0%;
    height: 0%;
  }
  .package .package_lis .item:hover .before {
    border-top-width: 0px;
    border-left-width: 0px;
  }
  .package .package_lis .item:hover .after {
    border-bottom-width: 0px;
    border-right-width: 0px;
  }
  .package .package_lis .item .price .new_price {
    font-size: 4.5rem;
  }
  .package .package_lis .item .price .old_price span {
    font-size: 1.7rem;
  }
  .package .package_lis .item .sites tr td {
    white-space: normal;
  }
  .wcwd_advantage {
    padding: 0 20px;
    height: 1210px;
    background-size: 100% 100%;
  }
  .wcwd_advantage .wcwd .text_box {
    padding: 80px 0 40px;
  }
  .wcwd_advantage .wcwd .wcwd_img {
    width: 100%;
    background-size: 100% 100%;
    height: 135px;
  }
  .wcwd_advantage .wcwd .wcwd_img img {
    transform: scale(1.1);
  }
  .wcwd_advantage .advantage .text_box {
    padding: 60px 0 40px;
  }
  .wcwd_advantage .advantage .advantage_box {
    width: 100%;
    height: 700px;
  }
  .wcwd_advantage .advantage .advantage_box::after,
  .wcwd_advantage .advantage .advantage_box::before {
    content: none;
  }
  .wcwd_advantage .advantage .advantage_box .item {
    width: 100%;
  }
  .wcwd_advantage .advantage .advantage_box .item .left,
  .wcwd_advantage .advantage .advantage_box .item .right {
    width: 48%;
  }
  .wcwd_advantage .advantage .advantage_box .item.two {
    width: 100%;
    margin: 30px 0;
  }
  .wcwd_advantage .advantage .advantage_box .item a {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wcwd_advantage .advantage .advantage_box .item a img {
    width: 90px;
    margin: 0 auto;
    height: 90px;
  }
  .wcwd_advantage .advantage .advantage_box .item a .text {
    flex: 1;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .wcwd_advantage .advantage .advantage_box .item a .text span {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    margin: 10px 0;
  }
  .wcwd_advantage .advantage .advantage_box .item a .text .txt {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .wcwd_advantage .advantage .advantage_box .item .right a img {
    order: -1;
  }
  .wcwd_advantage .advantage .advantage_box .item .right a .text {
    text-align: center;
  }
  .wcwd_advantage .advantage .advantage_box .cneter_img img {
    display: none;
  }
  .customer {
    padding: 0 20px;
  }
  .customer .text_box {
    padding: 50px 0 40px;
  }
  .customer .customer_lis {
    width: 100%;
  }
  .customer .customer_lis ul {
    flex-wrap: wrap;
  }
  .customer .customer_lis ul li {
    width: 32%;
    height: 80px;
    margin-bottom: 10px;
  }
  .customer .customer_lis ul li a {
    width: 100%;
    height: 80px;
  }
  .customer .customer_lis ul li a img {
    width: 70%;
  }
  .customer .customer_lis ul li:last-of-type a {
    font-size: 16px;
  }
  .information {
    padding: 0 20px 40px;
    height: auto;
  }
  .information .text_box {
    padding: 70px 0 40px;
  }
  .information .sele_title {
    width: 100%;
    flex-wrap: wrap;
  }
  .information .sele_title a {
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .information .sele_con {
    width: 100%;
    margin-top: 30px;
  }
  .information .sele_con .item ul {
    height: 540px;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .information .sele_con .item ul li {
    width: 100%;
    height: 115px;
    margin-bottom: 20px;
  }
  .information .sele_con .item ul li a img {
    width: 45%;
    height: 115px;
  }
  .information .sele_con .item ul li a .text {
    flex: 1;
    overflow: hidden;
  }
  .information .sele_con .item ul li a .text span {
    font-size: 18px;
  }
  .information .sele_con .item ul li a .text .notext3 {
    margin: 10px 0;
    word-break: break-all;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .information .sele_con .item ul li a .text .time {
    font-size: 12px;
     background-size: 1.5rem;
    padding-left: 20px;
  }
  .information .more {
    width: 180px;
    height: 50px;
  }
  .information .more img {
    width: 180px;
    height: 50px;
  }
  .bottom {
    padding: 0 2rem;
    height: auto;
    background: url(../image/bottom_bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .bottom .center {
    width: 100%;
    margin: 0 auto;
  }
  .bottom .logo-phone {
    display: block;
    padding: 4.4rem 0 3rem;
    border-bottom: 0.1rem solid #545454;
  }
  .bottom .logo-phone .logo img {
    width: 20.5rem;
    height: 6.5rem;
  }
  .bottom .logo-phone .phone {
    margin-top: 2rem;
    background: url(../image/bottom_phone.png) no-repeat center left;
    padding-left: 4.6rem;
  }
  .bottom .logo-phone .phone a {
    font-size: 3rem;
    font-family: DIN-BlackItalic, DIN;
    color: #e4e4e4;
    font-style: italic;
  }
  .bottom .info {
    padding: 2rem 0;
    display: block;
    border-bottom: 0.1rem solid #545454;
  }
  .bottom .info .info_lis {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bottom .info .info_lis dl dt {
    margin-bottom: 1.6rem;
  }
  .bottom .info .info_lis dl dt a {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
  }
  .bottom .info .info_lis dl dd {
    margin-bottom: 1.6rem;
    line-height: 1.6rem;
  }
  .bottom .info .info_lis dl dd a {
    font-size: 1.6rem;
    color: #ababab;
  }
  .bottom .info .info_lis dl:nth-of-type(2) {
    margin: 0 1rem;
  }
  .bottom .info .info_lis dl:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 16.1rem;
  }
  .bottom .info .info_lis dl:nth-of-type(3) dt {
    width: 100%;
  }
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(1),
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(3),
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(5) {
    position: relative;
  }
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(1)::after,
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(3)::after,
  .bottom .info .info_lis dl:nth-of-type(3) dd:nth-of-type(5)::after {
    content: '';
    background-color: #545454;
    height: 1.3rem;
    width: 0.1rem;
    position: absolute;
    right: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottom .info .info_img {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom .info .info_img .qq {
    margin-left: 0rem;
  }
  .bottom .info .info_img .wx,
  .bottom .info .info_img .qq {
    text-align: center;
    width: 50%;
  }
  .bottom .info .info_img img {
    width: 13.4rem;
    height: 13.3rem;
  }
  .bottom .info .info_img span {
    margin-top: 2.1rem;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #ababab;
  }
  .bottom .links-copyright {
    padding: 2.6rem 0 3.3rem;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .bottom .links-copyright .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .bottom .links-copyright .links ul li {
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .bottom .links-copyright .links ul li:first-of-type {
    margin-right: 2.1rem;
  }
  .bottom .links-copyright .links ul li a {
    color: #ababab;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .bottom .links-copyright .copyright {
    margin-top: 2rem;
  }
  .bottom .links-copyright .copyright * {
    color: #ababab;
    font-size: 1.6rem;
    white-space: normal;
    line-height: 2.5rem;
  }
}
@media only screen and (min-device-width: 200px) and (max-device-width: 320px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
  html {
    font-size: 50%;
  }
}
