﻿@charset "utf-8";
/*
* @description: 公共样式文件
* @author: Muzg
* @time: 2020-07-03
 */
/*变量*/
.cf {
  color: #FFFFFF;
}
.cblue {
  color: #3B8CFE;
}
.cred {
  color: #EE0000;
}
.corange {
  color: #EE0000;
}
.c6 {
  color: #666666;
}
.c9 {
  color: #999999;
}
.cd9 {
  color: #D9D9D9;
}
.bgf5 {
  background: #F5F5F5;
}
.bgblue {
  background: #3B8CFE;
}
.borg {
  border: 0.02rem solid #DEE3EB;
}
.bort {
  border-top: 0.02rem solid #DEE3EB;
}
.borr {
  border-right: 0.02rem solid #DEE3EB;
}
.borb {
  border-bottom: 0.02rem solid #DEE3EB;
}
.borl {
  border-left: 0.02rem solid #DEE3EB;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f36 {
  font-size: 0.36rem;
}
.f40 {
  font-size: 0.4rem;
}
/*重写*/
body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 50px;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select,
textarea,
input,
button,
img {
  outline: none;
}
img {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
button {
  border: none;
  background: none;
}
button:focus,
a:focus {
  -moz-outline-style: none;
}
button:focus,
a:focus {
  outline: none;
  -moz-outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill {
  background-color: #FAFFBD;
  background-image: none;
  color: #333;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder {
  color: #999999;
}
textarea:-moz-placeholder {
  color: #999999;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-family: "Microsoft YaHei", "PingFang SC,PingFangSC-Regular";
}
textarea {
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.del_line {
  text-decoration: line-through;
}
.cur_def {
  cursor: default !important;
}
.hand,
button {
  cursor: pointer;
}
body {
  font-size: 0.24rem;
  color: #333;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", sans-serif, "PingFang SC,PingFangSC-Regular";
}
.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.p_img {
  width: 100%;
}
.k_img {
  width: 100%;
  border-radius: 0.16rem;
}
.hide_important {
  display: none !important;
}
.k_line {
  border-top: 0.01rem solid #DEE3EB;
  height: 0rem;
  overflow: hidden;
  width: 100%;
}
.eps2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.boxs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.oh::after {
  display: block;
  content: "";
  clear: both;
}
.ovh {
  overflow: hidden;
}
.pe {
  pointer-events: none;
}
.menu_back {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
}
/* CSS  按钮  */
.p_btnMain {
  width: 100%;
}
.p_btnMain .p_btn {
  margin-bottom: 0.4rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p_btnMain .p_btn:last-child {
  margin-bottom: 0;
}
.p_btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p_btnBox .p_btn {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.3rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.p_btnBox .p_btn:first-child {
  margin-left: 0;
}
.p_btnBgBlue {
  background: #3B8CFE;
  color: #FFFFFF;
  border: 0.02rem solid #3B8CFE;
}
.p_btnBgBlue.p_dis {
  background: #9AC5FF;
  color: #FFFFFF;
  border: 0.02rem solid #9AC5FF;
  cursor: not-allowed !important;
}
.p_btnBgRed {
  background: #EE0000;
  color: #FFFFFF;
  border: 0.02rem solid #EE0000;
}
.p_btnBgWhite {
  background: #fff;
  color: #3B8CFE;
  border: 0.02rem solid #FFFFFF;
}
.p_btnBorBlue {
  background: transparent;
  color: #3B8CFE;
  border: 0.02rem solid #3B8CFE;
}
.p_btnBorBlue.p_dis {
  background: none;
  color: #89BAFE;
  border: 0.02rem solid #89BAFE;
  cursor: not-allowed !important;
}
.p_btnBorGrey {
  background: transparent;
  color: #333;
  border: 0.02rem solid #DEE3EB;
}
.p_btnBorGrey.p_dis {
  background: #F5F5F5;
  color: #333;
  border: 0.02rem solid #F5F5F5;
  cursor: not-allowed !important;
}
.p_btnSmall {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  border-radius: 0.3rem;
}
.p_btnMidd {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  border-radius: 0.4rem;
}
.p_btnBig {
  height: 0.96rem;
  line-height: 0.96rem;
  font-size: 0.36rem;
  border-radius: 0.48rem;
}
/* CSS 字号 宽度 高  行高  边距*/
.bor_none {
  border: none !important;
}
.p_dis {
  pointer-events: none;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
/*
 *
 *    超链接
 */
.p_linkBlue {
  color: #3B8CFE;
}
.p_linkBlack {
  color: #333;
}
.p_linkGray {
  color: #666666;
}
.p_linkRed {
  color: #EE0000;
  height: 20px;
  line-height: 20px;
}
.p_linkBlue.p_dis,
.p_linkBlack.p_dis,
.p_linkGray.p_dis,
.p_linkRed.p_dis {
  color: #999999;
  pointer-events: none;
}
/*
 *
 *    弹性布局
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.flex_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.flex_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.flex_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.flex_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.flex_j {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flex_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*盒子居中*/
.center_y {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*盒子Y州居中*/
.center_x {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*盒子X州居中*/
/* tap点击切换内容 */
.tap_box {
  margin: 0 auto;
}
.tap_title {
  width: 100%;
  height: 0.64rem;
  position: relative;
  background: #5F9CF8;
  border-radius: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.04rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
}
.tap_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  z-index: 3;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  text-align: center;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.tap_moveBg {
  height: 0.56rem;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 0.28rem;
  z-index: 2;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  margin-left: 0.04rem;
}
.tap_content {
  width: 100%;
  display: none;
}
.tap_show {
  display: block;
}
.tap_active {
  color: #3B8CFE !important;
  font-weight: 600;
}
.tap_tips {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.07rem;
  right: 0.25rem;
  z-index: 100;
  background: #EE0000;
  border-radius: 0.16rem;
}
.tap_num {
  padding: 0 0.09rem;
  height: 0.28rem;
  line-height: 0.28rem;
  position: absolute;
  top: 0rem;
  left: 1.1rem;
  z-index: 100;
  color: #fff;
  font-size: 0.2rem;
  background: #EE0000;
  border-radius: 0.16rem 0.16rem 0.16rem 0rem;
}
/*图片展示*/
.k_popupW58 .layui-layer-content {
  width: 5.8rem;
  height: 7.1rem;
}
.k_popupBox {
  /*空闲类*/
}
.k_popupImg .k_popupBox .k_img {
  border-radius: 0.12rem;
}
.k_popupImg .layui-layer-btn {
  position: absolute;
  padding: 0;
  left: calc(50% - .32rem);
}
.k_popupImg .layui-layer-btn a {
  padding: 0.3rem;
  margin: 0.5rem 0 0;
  height: 0;
  line-height: 0;
  border: 0.04rem solid #FFFFFF;
  border-radius: 100%;
  background: url(../images/icon/close_white.jpg) center no-repeat;
  background-size: 55%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.k_popupBox .layui-layer-iframe .layui-layer-btn,
.k_popupBox .layui-layer-page .layui-layer-btn {
  padding-top: 0rem !important;
}
.k_popupW {
  width: 100vw !important;
  height: 100vh !important;
  left: 0rem !important;
  top: 0 !important;
}
/*底部信息*/
.bottom_infBox {
  padding-top: 0.4rem;
}
.bottom_lang {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.bottom_lang li {
  padding: 0 0.24rem 0 0.22rem;
  position: relative;
}
.bottom_lang li::after {
  content: "";
  width: 0.02rem;
  height: 0.16rem;
  background: #999999;
  right: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.bottom_lang li:last-child {
  padding-right: 0.22rem;
}
.bottom_lang li:last-child::after {
  display: none;
}
.bottom_lang .bottom_langA {
  color: #333;
}
.bottom_infTop {
  padding-top: 0.24rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.bottom_infTop a {
  padding: 0 0.24rem 0 0.22rem;
  position: relative;
  color: #999999;
}
.bottom_infTop a::after {
  content: "";
  width: 0.02rem;
  height: 0.16rem;
  background: #999999;
  right: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.bottom_infTop a:last-child {
  padding-right: 0.22rem;
}
.bottom_infTop a:last-child::after {
  display: none;
}
.bottom_inf {
  padding: 0.16rem 0.67rem 0.4rem;
  line-height: 0.36rem;
  color: #999999;
  text-align: center;
}
/*弹出层*/
.layui-layer.k_popup {
  width: 6.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.2rem;
}
.k_popupBox {
  font-size: 0.28rem;
  text-align: center;
  padding: 0rem 0.3rem 0rem 0.3rem;
}
.k_popupIcon {
  width: 1rem;
  height: 1rem;
  margin: 0rem auto 0.4rem auto;
}
.k_popupTitle {
  font-size: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.4rem;
}
.k_popupText {
  font-size: 0.28rem;
  line-height: 0.44rem;
  margin-bottom: 0.4rem;
  color: #666666;
}
.k_popup .k_popupText:first-child {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
}
.k_popup .layui-layer-btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0rem 0.3rem 0.4rem 0.3rem;
}
.k_popup .layui-layer-btn [class^="layui-layer-btn"] {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  border-radius: 0.4rem;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 0.28rem;
}
.k_popup .layui-layer-btn a {
  margin: 0;
  padding: 0;
}
.k_popup .layui-layer-btn a:first-child {
  margin-left: 0;
}
.k_popup .layui-layer-btn0 {
  background: transparent;
  color: #3B8CFE;
  border: 0.02rem solid #3B8CFE;
}
.k_popup .layui-layer-btn0.p_dis {
  background: none;
  color: #89BAFE;
  border: 0.02rem solid #89BAFE;
  cursor: not-allowed !important;
}
.k_popup .layui-layer-btn a:last-child {
  background: #3B8CFE;
  color: #FFFFFF;
  border: 0.02rem solid #3B8CFE;
  border: none;
}
.k_popup .layui-layer-btn a:last-child.p_dis {
  background: #9AC5FF;
  color: #FFFFFF;
  border: 0.02rem solid #9AC5FF;
  cursor: not-allowed !important;
}
.k_popupTips {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: #999999;
  margin: 0.4rem 0;
}
.layui-layer.k_popupBtn {
  width: 6.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.2rem;
}
.k_popupBtn .k_popupText:first-child {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #333;
}
.k_popupBtn .layui-layer-btn {
  padding: 0;
  margin: 0rem 0.3rem 0.4rem 0.3rem;
}
.k_popupBtn .layui-layer-btn [class^="layui-layer-btn"] {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  border-radius: 0.4rem;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 0.28rem;
}
.k_popupBtn .layui-layer-btn a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #3B8CFE;
  border: 0.02rem solid #3B8CFE;
}
.k_popupBtn .layui-layer-btn a.p_dis {
  background: none;
  color: #89BAFE;
  border: 0.02rem solid #89BAFE;
  cursor: not-allowed !important;
}
.k_popupBtn .layui-layer-btn a:first-child {
  background: #3B8CFE;
  color: #FFFFFF;
  border: 0.02rem solid #3B8CFE;
}
.k_popupBtn .layui-layer-btn a:first-child.p_dis {
  background: #9AC5FF;
  color: #FFFFFF;
  border: 0.02rem solid #9AC5FF;
  cursor: not-allowed !important;
}
/*浮动客服*/
.k_ask {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1.88rem;
  height: 0.72rem;
  z-index: 100;
}
/*浮动广告*/
.k_ad {
  position: fixed;
  right: 0.3rem;
  bottom: 2.1rem;
  width: 1rem;
  height: 1rem;
  z-index: 99;
}
.k_adClose {
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  background: url(../images/icon/close_bg_gray.jpg) no-repeat center center;
  background-size: 100%;
  z-index: 100;
  width: 0.4rem;
  height: 0.4rem;
}
/*底部弹出层*/
.k_modelBg {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
  animation: modelBg 0.5s forwards;
}
@keyframes modelBg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
.k_modelBox {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  width: 100%;
  z-index: 10000;
  border-radius: 0.4rem 0.4rem 0 0;
}
.k_modelAnimate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.k_modelTitle {
  text-align: center;
  font-size: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #333;
  padding: 0.34rem 0;
  background: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
}
.k_modelH2 {
  background: #F5F5F5;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #666666;
  font-size: 0.24rem;
  padding-left: 0.4rem;
}
.k_closeGrey {
  background: url(../images/icon/close_gray.jpg) no-repeat center center;
  background-size: 100%;
}
.k_modelClose {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.38rem;
  right: 0.3rem;
}
.model_tips {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #F5F5F5;
  padding-left: 0.3rem;
  color: #666666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*底部悬浮导航*/
.nav_box {
  height: 1rem;
}
.nav_main {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 1rem;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 0.02rem solid #DEE3EB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  z-index: 99;
}
.nav_list {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.nav_title {
  font-size: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  color: #333;
}
.nav_logo {
  width: 0.78rem;
  margin: 0 auto;
}
.nav_icon {
  margin-bottom: 0.12rem;
  height: 0.42rem;
}
/*.nav_iconHome {*/
/*  background: url(../images/icon/nav_home_gray.svg) no-repeat top center;*/
/*  background-size: 0.42rem;*/
/*}*/
/*.nav_iconSort {*/
/*  background: url(../images/icon/nav_sort_gray.svg) no-repeat top center;*/
/*  background-size: 0.42rem;*/
/*}*/
/*.nav_iconNews {*/
/*  background: url(../images/icon/nav_msg_gray.svg) no-repeat top center;*/
/*  background-size: 0.42rem;*/
/*}*/
/*.nav_iconOrder {*/
/*  background: url(../images/icon/nav_order_gray.svg) no-repeat top center;*/
/*  background-size: 0.36rem 0.42rem;*/
/*}*/
/*.nav_iconUser {*/
/*  background: url(../images/icon/nav_user_gray.svg) no-repeat top center;*/
/*  background-size: 0.42rem;*/
/*}*/

.nav_iconHome {
  background: url(../images/icon/icon_nav_home.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_iconSort {
  background: url(../images/icon/icon_nav_sort.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_iconNews {
  background: url(../images/icon/icon_nav_news.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_iconOrder {
  background: url(../images/icon/icon_nav_order.jpg) no-repeat top center;
  background-size: 0.36rem 0.42rem;
}
.nav_iconUser {
  background: url(../images/icon/icon_nav_user.jpg) no-repeat top center;
  background-size: 0.42rem;
}


.nav_active {
  color: #3B8CFE;
}
.nav_active .nav_title {
  color: #3B8CFE;
}
.nav_active .nav_iconSort {
  background: url(../images/icon/icon_nav_sort_active.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_active .nav_iconNews {
  background: url(../images/icon/icon_nav_news_active.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_active .nav_iconOrder {
  background: url(../images/icon/icon_nav_order_active.jpg) no-repeat top center;
  background-size: 0.36rem 0.42rem;
}
.nav_active .nav_iconUser {
  background: url(../images/icon/icon_nav_user_active.jpg) no-repeat top center;
  background-size: 0.42rem;
}
.nav_tips {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: -0.05rem;
  right: 0.5rem;
  z-index: 100;
  background: #EE0000;
  border-radius: 0.16rem;
}
.nav_num {
  width: 0.4rem;
  height: 0.28rem;
  border-radius: 0.15rem;
  background: #EE0000;
  position: absolute;
  top: -0.05rem;
  right: 0.3rem;
  z-index: 100;
  color: #FFFFFF;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
/*弱提示*/
.layui-layer-msg.k_tips {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 0.08rem;
  border: none;
  min-width: 1rem;
  z-index: 19891029;
}
.k_tips .layui-layer-content {
  font-size: 0.28rem !important;
  color: #FFFFFF;
  padding: 0.2rem 0.3rem !important;
  line-height: 0.4rem !important;
}
/*单选复选*/
.ichekcbox,
.iradio {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
  border: none;
}
.ichekcbox {
  background: url(/themes/t2017/2021/images/icon/icon_check_link.svg) no-repeat;
  background-size: 100%;
}
.ichekcbox.checked {
  background: url(/themes/t2017/2021/images/icon/icon_check_active.svg) no-repeat;
  background-size: 100%;
}
.iradio {
  background: url(/themes/t2017/2021/images/icon/icon_check_link.svg) no-repeat;
  background-size: 100%;
}
.iradio.checked {
  background: url(/themes/t2017/2021/images/icon/icon_check_active.svg) no-repeat;
  background-size: 100%;
}
/*清除select自带样式*/
.k_sel {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/icon/down_gray.jpg") no-repeat scroll right center transparent !important;
  border-radius: 0;
}
.k_sel::-ms-expand {
  display: none;
}
.p_req::before {
  content: "*";
  color: #EE0000;
}
.p_reqR::after {
  content: "*";
  color: #EE0000;
  margin-left: 0.05rem;
}
/*分页*/
.paging {
  margin: 0.4rem 0.2rem 0.6rem;
}
.paging a {
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #3D4A5E;
}
.paging .pagenav {
  display: flex;
  align-items: center;
  text-align: center;
}
.paging .p-first,
.paging .p-prev,
.paging .p-next,
.paging .p-end {
  padding: 0 0.2rem;
  background: #fff;
  border-radius: 0.04rem;
  border: 0.02rem solid #E6EAEF;
  margin-left: 0.08rem;
}
.paging .p-first,
.paging .p-prev:first-child {
  margin-left: 0;
}
.paging .pagenav-cur {
  width: 2.22rem;
  height: 0.64rem;
  margin-left: 0.08rem;
}
.paging .pagenav-cur .pagenav-select {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.04rem;
  border: 0.02rem solid #E6EAEF;
  box-sizing: border-box;
  padding-left: 0.16rem;
}
.paging .pagenav-text {
  display: none;
}
/*.border(@border:1px,@style:solid,@color:#f40){border:@border @style @color; }
.icon_close{background: url("../images/close.svg") no-repeat center center;.bs;width: 100%;height: 100%; .show; .hand; }
.btn_iconLand{padding:20px 8px; background: url(../images/loading_logo.png) no-repeat center center; background-size: 16px;margin-right: 10px;display:none;animation: btn_animLand .8s linear infinite; }
@keyframes btn_animLand {0%{ transform: rotate(0deg); }25%{ transform: rotate(90deg); }50%{ transform: rotate(180deg); }75%{ transform: rotate(270deg); }100%{ transform: rotate(360deg); }}
.container { max-width: 1440px; margin-left: auto; margin-right: auto; .boxs; }
.animate3{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
.btn_land{opacity:.6;cursor: not-allowed !important; }
.btn_land .btn_iconLand{display:block; }
.btn_dis { opacity: 0.6;cursor: not-allowed !important;}
*/
/*
.iradio.hover { background: url(ic_hover.svg) no-repeat; }
.iradio.disabled { background-position: -192px 0; cursor: default; }
.iradio.checked.disabled { background-position: -216px 0; }
*/
/*
.ichekcbox.hover { background: url(ic_hover.svg) no-repeat; }
.ichekcbox.disabled { background-position: -72px 0; cursor: default; }
.ichekcbox.checked.disabled { background-position: -96px 0; }
*/
.no_more {
  width: 100%;
  margin: 0.4rem 0;
  text-align: center;
}
.no_moreP {
  color: #999999;
  height: 0.24rem;
  line-height: 0.24rem;
  position: relative;
  display: inline-block;
}
.no_moreP::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 0.12rem;
  width: 0.5rem;
  height: 0.01rem;
  background: #999999;
}
.no_moreP::before {
  content: "";
  position: absolute;
  right: -0.6rem;
  top: 0.12rem;
  width: 0.5rem;
  height: 0.01rem;
  background: #999999;
}
.pd_ppMode {
  padding-right: 0.38rem;
  background: url(../images/icon/right_gray.jpg) no-repeat right center;
  background-size: 0.28rem;
}
/*登录*/
.login_yh {
  width: 6.7rem;
  margin: 0.4rem auto 0 auto;
  background: #FFF2F2;
  border-radius: 0.2rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #e00;
}
.login_box {
  padding: 0.6rem 0.4rem 0rem 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login_main {
  padding: 0.4rem 0.4rem 0rem 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login_name {
  padding-left: 0.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.01rem;
  height: 0.72rem;
  line-height: 0.72rem;
}
.login_Telname {
  padding-left: 0.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.4rem;
  color: #333;
  height: 0.6rem;
  line-height: 0.6rem;
}
.login_text {
  padding-left: 0.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0.28rem;
  color: #999;
  line-height: 0.48rem;
  margin-top: 0.2rem;
}
.login_fidl {
  width: 6.3rem;
  border: none;
  border-top: 0.02rem solid #DEE3EB;
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
  margin: 0.4rem auto 0 auto;
}
.login_leg {
  padding: 0 0.38rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0 auto;
}
.login_union {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.4rem;
}
.login_unionLi {
  margin-right: 0.4rem;
  width: 1rem;
  border: 1px solid #F2F2F2;
  border-radius: 0.3rem;
  box-shadow: 0.14rem 0.14rem 0.5rem 0px rgba(0, 0, 0, 0.05);
}
.login_unionImg {
  width: 100%;
  border-radius: 0.3rem;
}
.login_unionLi:last-child {
  margin-right: 0rem;
}
.login_agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.4rem;
}
.login_ck {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
  border: none;
  cursor: pointer;
}
.login_ck {
  background: url(../images/icon/check_link.jpg) no-repeat;
  background-size: 100%;
}
.login_ck.checked {
  background: url(../images/icon/check_active.jpg) no-repeat;
  background-size: 100%;
}
.login_label {
  cursor: pointer;
  margin-left: 0.1rem;
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.login_label a {
  color: #3B8CFE;
}
.login_tab {
  width: 6.7rem;
  margin: 0.6rem auto 0 auto;
  height: 0.68rem;
  position: relative;
  padding: 0.14rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #999999;
}
.login_item {
  cursor: pointer;
  border-right: 0.02rem solid #DEE3EB;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  z-index: 3;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  font-size: 0.36rem;
}
.login_moveBg {
  height: 0.04rem;
  width: 1.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2EA2E2 0%, #3B8CFE 100%) #3B8CFE;
  border-radius: 0.04rem;
  z-index: 2;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  margin-left: 1.1rem;
}
.login_content {
  width: 100%;
  display: none;
}
.login_show {
  display: block;
}
.login_active {
  color: #333 !important;
}
.login_item:last-child {
  border: none;
}
.login_link {
  color: #3B8CFE;
}
.login_iptCase {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login_iptCase .login_iptMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.login_iptMain {
  border: 0.02rem solid #F5F5F5;
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.22rem 0.4rem 0.22rem 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0.48rem;
  margin-bottom: 0.3rem;
}
.login_iptAct {
  border-color: #3B8CFE;
}
.login_iptView {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
}
.login_input {
  width: 100%;
  height: 0.48rem;
  font-size: 0.32rem;
  color: #333;
}
.login_iptClear {
  background: url(../images/icon/ipt_clear.jpg) no-repeat center center;
  background-size: 0.28rem;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  display: none;
}
.login_yz {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.login_yzImg {
  width: 2rem;
  height: 0.8rem;
  margin-left: 0.2rem;
}
.login_yzBtn {
  width: 0.74rem;
  margin-left: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #3B8CFE;
}
.login_eyeClose {
  background: url(../images/icon/eye_close.jpg) no-repeat center center;
  background-size: 0.28rem;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  margin-left: 0.4rem;
  display: none;
}
.login_eyeOpen {
  background: url(../images/icon/eye_open.jpg) no-repeat center center;
  background-size: 0.28rem;
}
.login_user {
  background: url(../images/icon/login_user.jpg) left center no-repeat;
  background-size: 0.48rem;
  padding-left: 0.68rem;
}
.login_psw {
  background: url(../images/icon/login_psw.jpg) left center no-repeat;
  background-size: 0.48rem;
  padding-left: 0.68rem;
}
.login_yzm {
  background: url(../images/icon/login_yzm.jpg) left center no-repeat;
  background-size: 0.48rem;
  padding-left: 0.68rem;
}
.login_ul {
  margin-top: 0.3rem;
  font-size: 0.28rem;
  color: #666666;
  height: 0.8rem;
  line-height: 0.8rem;
}
.login_ul a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.login_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.32rem;
  color: #333;
}
.login_num {
  display: block;
  color: #333;
  background: url(../images/icon/right_gray.jpg) right center no-repeat;
  background-size: 0.28rem;
  padding-right: 0.38rem;
}
.login_title {
  margin-top: 0.6rem;
  font-size: 0.36rem;
  color: #333;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
}
.login_iptYzm {
  margin-left: 0.4rem;
  text-align: center;
  border-left: 0.02rem solid #DEE3EB;
  font-size: 0.28rem;
  color: #3B8CFE;
  width: 1.6rem;
}
.login_dis {
  color: #999999;
  pointer-events: none;
}
.login_tips {
  color: #666666;
  text-align: center;
  font-size: 0.28rem;
  margin-top: 0.4rem;
}
.login_message {
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  font-size: 0.24rem;
  margin-bottom: 0.6rem;
}
.login_message label {
  margin-left: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reg_tips {
  background: #FFF0F0;
  border-radius: 0.3rem 0.04rem 0.3rem 0.04rem;
  font-size: 0.32rem;
  color: #EE0000;
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.message_box {
  width: 100%;
  padding: 0rem 0.3rem 0.3rem 0.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.message_title {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.3rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.reg_fixed {
  position: fixed;
  bottom: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  width: 100%;
  background: #fff;
}
.bind_box {
  padding: 0.4rem 0.4rem 0rem 0.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bind_title {
  font-size: 0.32rem;
  color: #333;
  text-align: left;
  margin-bottom: 0.2rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding-left: 0.1rem;
}
.bind_text {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #666666;
  margin-bottom: 0.6rem;
  padding-left: 0.1rem;
}
/* 显示点击是哪个字母 */
.choose_countryShowLetter {
  position: fixed;
  color: #FF4A1B;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.01rem solid #ccc;
  text-align: center;
  display: none;
  line-height: 0.5rem;
  font-size: 0.3rem;
  background: #fff;
  z-index: 1;
}
/* 国家索引 */
.choose_countryLetterBox {
  width: 0.48rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  text-align: center;
  padding: 0.22rem 0.12rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0.02rem solid #ccc;
  border-radius: 0.23rem;
  margin-top: 0.88rem;
  z-index: 19892015;
}
.choose_countryLetterBox li {
  color: #949EA3;
  font-size: 0.2rem;
  line-height: 0.2rem;
  display: block;
  margin-top: 0.1rem;
}
.choose_countryLetterBox .choose_countryLetterSel {
  color: #FF4A1B;
}
/* 小圆点 */
.choose_countryLetterRound {
  width: 0.2rem;
  height: 0.2rem;
  background: #ccc;
  border-radius: 100%;
  pointer-events: none;
}
/* 国家列表 */
.choose_country {
  width: 100%;
  padding: 0.1rem 1rem 0.3rem 0.3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.choose_countryList {
  padding-top: 0.3rem;
}
.choose_countryList p {
  color: #3D4A5E;
  font-size: 0.32rem;
  line-height: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.choose_countryListTitle {
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  display: block;
  color: #949EA3;
}
.choose_countryListText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.k_country {
  position: initial;
}
.k_country .layui-layer-setwin {
  display: none;
}
.k_country .layui-layer-close {
  position: relative;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

.goCommentList{
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #F5F5F5;
}
.goCommentListBtn{
  width: 6.7rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 0.02rem solid #3B8CFE;
  color: #3B8CFE;
  display: block;
  font-size: 0.32rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  text-align: center;
  text-align: center;
  line-height: 0.8rem;
}