@charset "utf-8";
/*
* @description:
* @author:
* @time:
*/
.cf {
  color: #FFFFFF;
}
.c2 {
  color: #595959;
}
.c26 {
  color: #262626;
}
.c59 {
  color: #595959;
}
.c8 {
  color: #8A8A8E;
}
.c5 {
  color: #ff8620;
}
.c557 {
  color: #C5C5C7;
}
.cgold {
  color: #ffb679;
}
.c84 {
  color: #fff;
}
.c8a {
  color: #ff8620;
}
.cred {
  color: #F2280E;
}
.cgreen {
  color: #009688;
}
.corange {
  color: #F28F1B;
}
.c56 {
  color: #565656;
}
.c85 {
  color: rgba(0, 0, 0, 0.85);
}
.c65 {
  color: rgba(0, 0, 0, 0.65);
}
.c45 {
  color: rgba(0, 0, 0, 0.45);
}
.bg_gray {
  background: #F6F6F6;
}
.bg_login {
  background: #E4EEF8;
}
.f12 {
  font-size: 12px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
/*清除记录密码背景*/
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;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
body {
  font-size: 14px;
  color: #595959;
  font-family: "Microsoft YaHei", "PingFangSC-Regular,PingFang SC";
}
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 {
  outline: none;
  -moz-outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #595959;
}
input:-moz-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
input::-moz-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
input::-webkit-input-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
textarea:-moz-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
textarea::-moz-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
textarea:-ms-input-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  color: #8A8A8E;
  font-size: 16px;
}
input,
textarea {
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-family: "Microsoft YaHei", "PingFangSC-Regular,PingFang SC";
  color: #595959;
}
textarea {
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
.hand,
button {
  cursor: pointer;
}
.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;
}
.hide_important {
  display: none !important;
}
.eps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pe {
  pointer-events: none;
}
.del_line {
  text-decoration: line-through;
  color: #8A8A8E;
  font-size: 14px;
}
.w_1200 {
  width: 1200px;
  margin: 0 auto;
}
.oh::after {
  display: block;
  content: "";
  clear: both;
}
.ptr {
  position: relative;
}
.pta {
  position: absolute;
}
.ptf {
  position: fixed;
}
.disable {
  pointer-events: none;
}
.img {
  width: 100%;
}
.img10 {
  border-radius: 10px;
}
/*  弹性布局  */
.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%);
}
.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%);
}
.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_main {
  width: 100%;
}
.btn_main .btn {
  margin-bottom: 0.5rem;
  width: 100%;
}
.btn_main .btn:last-child {
  margin-bottom: 0;
}
.btn_box {
  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;
}
.btn_box .btn {
  -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;
}
.btn_box .btn:first-child {
  margin-left: 0;
}
.btn_case {
  -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;
}
.btn_case .btn {
  min-width: 104px;
  padding: 0 20px;
  margin-left: 20px;
  -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;
}
.btn_case .btn:first-child {
  margin-left: 0;
}
.btn {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
}
.btn_linear {
  background: linear-gradient(270deg, #ffb679 0%, #ff8620 100%);
  color: #fff;
}
.btn_linear:focus,
.btn_linear:hover {
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
}
.btn_gold {
  background: linear-gradient(90deg, #ffb679 0%, #ffb679 100%);
  color: #FFFFFF;
}
.btn_brown {
  background: #fff;
  color: #FFFFFF;
  border: 1px solid #fff;
}
.btn_brown:focus,
.btn_brown:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #FFFFFF;
  border: 1px solid #fff;
}
.btn_brown:active {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
}
.btn_borGray {
  background: transparent;
  color: #595959;
  border: 1px solid #E9E9EB;
}
.btn_small {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  border-radius: 16px;
}
.btn_midd {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 25px;
}
/*  页面成功提示  */
.rs_box {
  width: 560px;
  margin: 0 auto;
  padding: 40px 0 15px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rs_img {
  width: 72px;
  margin: 0px auto;
}
.rs_title {
  text-align: center;
  line-height: 32px;
  height: 32px;
  color: #595959;
  font-size: 24px;
  margin-top: 25px;
  color: #000;
}
.rs_text {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}
.rs_btn {
  margin: 25px auto;
}
.rs_btn .btn {
  min-width: 150px;
}
.email_box {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*  数据为空  */
.u_null {
  width: 414px;
  margin: 100px auto 0px auto;
}
.u_null .u_img {
  width: 334px;
  margin: 0 auto;
}
.u_null .u_text {
  margin-top: 20px;
  text-align: center;
}
.u_null .u_btn {
  margin-top: 40px;
}
.u_null .btn {
  width: 190px;
}
.msg {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 40px;
  animation: msg 0.4s forwards;
  display: none;
  box-shadow: 0px 14px 42px 1px rgba(10, 38, 102, 0.12);
}
.msg_success {
  background: #FFFFFF url(/imgs/mvp/icon/success_big_white.svg) 16px center no-repeat;
  background-size: 16px;
}
@keyframes msg {
  0% {
    top: 0;
  }
  100% {
    top: 30px;
  }
}
.btn_load {
  -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;
  position: relative;
}
.btn_img {
  position: absolute;
  left: 44px;
  top: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  animation: rot 0.5s linear infinite;
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*通知提醒*/
.layui-layer.k_popup {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.k_popup .layui-layer-title {
  background: #FFFFFF;
  border: none;
  height: 50px;
  line-height: 50px;
  border-radius: 16px 16px 0 0;
}
.k_popup .layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.k_popup .layui-layer-ico {
  background: url(/imgs/mvp/icon/close_gray.svg) no-repeat;
  background-size: 12px;
}
.k_popup .layui-layer-ico {
  width: 50px;
  height: 50px;
}
.k_popup .layui-layer-setwin .layui-layer-close1:hover {
  opacity: 1;
  background: url(/imgs/mvp/icon/close_black.svg) no-repeat;
  background-position: center center;
  background-size: 12px;
}
.k_popup .layui-layer-setwin .layui-layer-close1 {
  background-position: center center;
}
.k_popup .layui-layer-content {
  font-size: 16px;
  text-align: center;
  color: #595959;
}
.k_popup .layui-layer-btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 30px 30px 30px;
  padding-top: 0 !important;
}
.k_popup .layui-layer-btn [class^="layui-layer-btn"] {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 20px;
  text-align: center;
}
.k_popup .layui-layer-btn a {
  margin: 0;
  padding: 0;
  width: 150px !important;
}
.k_popup .layui-layer-btn a:first-child {
  margin-left: 0;
}
.k_popup .layui-layer-btn a:first-child {
  background: transparent;
  color: #595959;
  border: 1px solid #E9E9EB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.k_popup .layui-layer-btn a:last-child {
  background: linear-gradient(90deg, #ffb679 0%, #ffb679 100%) !important;
  color: #FFFFFF !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
}
.k_popup .k_popupBox {
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.k_popup .k_popupIcon {
  width: 50px;
  height: 50px;
  margin: 0px auto 20px auto;
}
.k_popup .k_popupTitle {
  font-size: 22px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.k_popup .k_popupText {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
/*对话框*/
.layui-layer.ask {
  border-radius: 2px;
}
.ask .layui-layer-ico {
  background: url(/imgs/mvp/icon/close_gray.svg) no-repeat;
  background-size: 12px;
}
.ask .layui-layer-setwin .layui-layer-close1 {
  background-position: center center;
}
.ask .layui-layer-setwin .layui-layer-close1:hover {
  opacity: 1;
  background: url(/imgs/icon/close_black.svg) no-repeat;
  background-position: center center;
  background-size: 12px;
}
.ask .layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.ask .layui-layer-title {
  background: #FFFFFF;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px 2px 0 0;
}
.ask .layui-layer-setwin a {
  margin-left: 0;
}
.ask .layui-layer-ico {
  width: 56px;
  height: 56px;
}
.ask .askText {
  padding: 24px;
  line-height: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.ask .layui-layer-btn {
  border-top: 1px solid #E9E9EB;
  padding: 15px 0 !important;
}
.ask .layui-layer-btn [class^="layui-layer-btn"] {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  border-radius: 16px;
  margin: 0 10px 0 0px;
  width: 72px;
  text-align: center;
}
.ask .layui-layer-btn .layui-layer-btn0 {
  background: linear-gradient(90deg, #ffb679 0%, #ffb679 100%);
  color: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ask .layui-layer-btn .layui-layer-btn1 {
  background: transparent;
  color: #595959;
  border: 1px solid #E9E9EB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*弱提示*/
.layui-layer-msg.tost {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  border: none;
  min-width: 1rem;
  z-index: 19891029;
}
.layui-layer-msg.tost .layui-layer-content {
  font-size: 14px !important;
  color: #FFFFFF;
  padding: 5px 20px;
}
/* 单选复选 */
.ichekcbox,
.iradio {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.ichekcbox {
  background: url(/imgs/mvp/icon/check_link.svg) no-repeat;
  background-size: cover;
}
.ichekcbox.checked {
  background: url(/imgs/mvp/icon/check_active.svg) no-repeat;
  background-size: cover;
}
.iradio {
  background: url(/imgs/mvp/icon/check_link.svg) no-repeat;
  background-size: cover;
}
.iradio.checked {
  background: url(/imgs/mvp/icon/check_active.svg) no-repeat;
  background-size: cover;
}
.ck_label {
  cursor: pointer;
}
.rqd::before {
  content: "*";
  color: #F2280E;
  margin-right: 5px;
}
/* 必填 空数据 */
.msg_box {
  width: 415px;
  height: 170px;
  background: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 100px;
  padding: 30px;
  box-shadow: 0px 14px 42px 1px rgba(10, 38, 102, 0.12);
  text-align: right;
}
.msg_text {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
  padding-left: 40px;
  background: url(/imgs/mvp/icon/wrang_orange.svg) no-repeat;
  background-size: 32px;
}
.msg_red {
  color: #F2280E;
}
.msg_btn {
  width: 100px;
  line-height: 40px;
  height: 40px;
  background: linear-gradient(90deg, #5859F3 0%, #9281F2 100%);
  border-radius: 6px;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  color: #FFFFFF;
}
.msg_btn:hover {
  background: linear-gradient(90deg, #9281F2 0%, #5859F3 100%);
}
.coup_modelBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  display: none;
}
.coup_modelBox {
  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%);
  z-index: 1002;
  width: 375px;
  display: none;
}
.coup_modelMain {
  width: 100%;
}
.coup_modelClose {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 18%;
  width: 40px;
  height: 40px;
  background: url(/imgs/mvp/icon/close_white_circlebg_white.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.new_tips {
  position: absolute;
  top: -9px;
  right: -1px;
  background: linear-gradient(180deg, #EE832A 0%, #F8A545 100%);
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 8px 8px 0px 8px;
  padding: 0 12px;
  text-align: center;
  z-index: 1;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
}
.ipt_box {
  margin-top: 20px;
  background: #F0F0F0;
  border: 1px solid transparent;
  border-radius: 8px 8px 8px 8px;
  width: 420px;
  height: 50px;
  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 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ipt_act {
  border-color: #fff;
}
.ipt_case {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.m_ipt {
  width: 100%;
}
.safe_code {
  font-size: 16px;
  color: #ff8620;
  border-left: 1px solid #C5C5C7;
  padding-left: 15px;
  margin-left: 10px;
}
.tel_down {
  background: url("/imgs/mvp/icon/arrow_down_gray.svg") no-repeat right center;
  min-width: 50px;
  margin-right: 10px;
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.e_close {
  background: url(/imgs/mvp/icon/eye_close.svg) no-repeat center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}
.e_open {
  width: 20px;
  height: 20px;
  background: url(/imgs/mvp/icon/eye_open.svg) no-repeat center;
}
.ipt_clear {
  width: 20px;
  height: 20px;
  background: url(/imgs/mvp/icon/clear.svg) no-repeat center;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}
.lead_box {
  background: linear-gradient(291deg, #faaa7b 0%, #E87234 100%);
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 30px;
  color: #FFFFFF;
  font-size: 16px;
  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;
}
.lead_btn {
  width: 100px;
  line-height: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 32px;
  color: #ED530E;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.lead_btn:hover {
  color: #ED530E;
}
.lead_box .font_i {
  font-style: italic;
  font-size: 28px;
  margin-right: 20px;
}
.lead_box .font_b {
  font-size: 28px;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #E87234;
}
.bg_download {
  width: 100vw;
  height: 100vh;
  background: url(/imgs/mvp/pc/download_bg.jpg) no-repeat center;
  background-size: 100%;
}
.download_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.download_head {
  width: 300px;
  margin: 0 auto 50px;
}
.download_main {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.download_list {
  flex: 1;
  text-align: center;
  margin-right: 100px;
}
.download_img {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.download_btn {
  font-size: 28px;
  color: #666;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.app_drainage {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.app_drainage img {
  width: 100%;
}
.app_home {
  width: calc(100% - 30px);
  display: block;
}
.app_home img {
  width: 100%;
}
/*文章列表分页*/
.sort_paging {
  margin: 20px auto;
  width: 1200px;
}
.sort_paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #F8E5B7;
  color: #fff;
}
.sort_paging .layui-laypage a:hover,
.sort_paging .layui-laypage .layui-laypage-curr em {
  color: #fff;
}
.sort_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.c_page .layui-laypage a:hover,
.c_page .layui-laypage .layui-laypage-curr em {
  color: #ff8620;
}
/*
* @description:
* @author:
* @time:
*/
.land_bg {
  background: url(/imgs/mvp/pc/home_bg.png) no-repeat center;
  background-size: 100% auto;
  padding: 20px 0 30px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.home_rate {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.rate_box {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 3px 6px 1px rgba(196, 196, 196, 0.16);
  padding: 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
}
.rate_logo {
  width: 74px;
  height: 35px;
  background: url(/imgs/mvp/pc/rate.png) no-repeat center;
  background-size: cover;
}
.rate_list {
  color: #000;
  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-left: 30px;
  padding-right: 30px;
}
.rate_view {
  color: #595959;
  padding: 7px 30px;
  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;
  background: #F0F0F0;
  border-radius: 25px;
  margin-left: 15px;
  width: 413px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.rate_gold {
  border-right: 1px dashed #C5C5C7;
}
.rate_gold .rate_view {
  background: #ff8620;
  color: #fff;
}
.rate_left,
.rate_right {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #FFFFFF;
  justify-content: center;
  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;
}
.rate_left img,
.rate_right img {
  width: 21px;
  height: 14px;
}
.rate_change {
  background: url(/imgs/mvp/icon/rate_change.svg) no-repeat center;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.rate_changeWhite {
  background: url(/imgs/mvp/icon/rateChangeWhite.svg) no-repeat center;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.rate_open {
  background: url(/imgs/mvp/icon/rate_open.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.rate_date {
  flex-shrink: 0;
}
.rate.layui-layer {
  border-radius: 16px !important;
}
.rate .layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.rate .layui-layer-ico {
  background: url(/imgs/mvp/icon/close_gray_bor.svg) no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
}
.rate .layui-layer-setwin .layui-layer-close2:hover {
  opacity: 1;
  background: url(/imgs/mvp/icon/close_black_bor.svg) no-repeat;
  background-position: center center;
  background-size: 25px;
}
.rate .layui-layer-setwin .layui-layer-close2 {
  background-position: center center;
  right: 0;
  top: 0;
}
.rate_pop_box {
  max-height: 400px;
  border-radius: 16px;
  padding-top: 50px;
  padding-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-y: auto;
}
.rate_pop_box .rate_list {
  padding-left: 20px;
  padding-right: 20px;
}
.rate_pop_main {
  margin-bottom: 15px;
  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;
}
.rate_pop_main:last-child {
  margin-bottom: 0;
}
.land_banner {
  width: 1200px;
  margin: 0 auto;
}
.land_banner .swiper-container {
  border-radius: 28px;
}
.land_banner .img {
  border-radius: 28px;
  width: 100%;
}
.land_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;
  margin-top: 30px;
  position: relative;
}
.land_pta {
  position: absolute;
  width: 600px;
  height: 14px;
  background: #ffb679;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.land_tab {
  width: 200px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #ffb679;
  cursor: pointer;
  justify-content: center;
  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: 20px;
  color: #ff8620;
  margin-right: 20px;
  z-index: 10;
}
.land_tab:last-child {
  margin-right: 0;
}
.land_view {
  width: 34px;
  height: 34px;
}
.land_hot {
  background: url(/imgs/mvp/icon/h_hot_link.svg) no-repeat center;
  background-size: cover;
}
.land_live {
  background: url(/imgs/mvp/icon/h_live_link.svg) no-repeat center;
  background-size: cover;
}
.land_game {
  background: url(/imgs/mvp/icon/h_game_link.svg) no-repeat center;
  background-size: cover;
}
.land_tab:hover,
.land_act {
  background: linear-gradient(92deg, #ffb679 0%, #ff8620 50%, #ffb679 100%);
  color: #fff;
}
.land_tab:hover .land_hot,
.land_act .land_hot {
  background: url(/imgs/mvp/icon/h_hot_act.svg) no-repeat center;
  background-size: cover;
}
.land_tab:hover .land_live,
.land_act .land_live {
  background: url(/imgs/mvp/icon/h_live_act.svg) no-repeat center;
  background-size: cover;
}
.land_tab:hover .land_game,
.land_act .land_game {
  background: url(/imgs/mvp/icon/h_game_act.svg) no-repeat center;
  background-size: cover;
}
.land_title {
  line-height: 30px;
  height: 30px;
  margin-left: 20px;
  color: #ff8620;
}
.land_act .land_title,
.land_tab:hover .land_title {
  color: #fff;
}
.land_main {
  border: 1px solid #ffb679;
  border-radius: 16px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(196, 196, 196, 0.16);
}
.land_left {
  overflow: hidden;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 764px;
  padding-top: 3px;
}
.land_list {
  float: left;
  border: 1px solid #ffb679;
  margin-bottom: 15px;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  width: 125px;
  height: 154px;
  margin-right: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 20px;
  cursor: pointer;
}
.land_tips {
  width: 56px;
  height: 56px;
  position: absolute;
  top: -3px;
  right: -3px;
  background: url(/imgs/mvp/icon/home_info_act.svg) no-repeat center;
  background-size: 56px;
}
.land_span {
  transform: rotate(45deg);
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  width: 76px;
  margin-top: 12px;
}
.land_img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 2px solid transparent;
  border-radius: 12px;
}
.land_img .img {
  border-radius: 12px;
}
.land_name {
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  line-height: 22px;
  text-align: center;
}
.land_active,
.land_list:hover {
  background: linear-gradient(180deg, #ffb679 0%, #ff8620 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.land_active .land_img,
.land_list:hover .land_img {
  border-color: #FFFFFF;
}
.land_active .land_name,
.land_list:hover .land_name {
  color: #FFFFFF;
}
.land_right {
  width: 685px;
  padding-left: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 1px dashed #ffb679;
}
.land_product {
  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: 30px;
}
.land_pic {
  width: 100px;
}
.land_pic .img {
  border-radius: 8px;
  border: 1px solid #ffb679;
}
.land_ul {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.land_pro_name {
  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;
}
.land_pro {
  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;
}
.land_pro h1 {
  font-size: 18px;
  color: #020202;
  font-weight: bold;
}
.l_tips_more {
  margin-left: 20px;
  font-weight: normal;
  font-size: 14px;
  color: #F2280E;
}
.land_pirce {
  margin-top: 6px;
  font-size: 16px;
  color: #595959;
}
.land_num {
  color: #F2280E;
  font-weight: 600;
  font-size: 20px;
}
.land_del {
  margin-top: 6px;
}
.land_h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #595959;
  font-weight: bold;
}
.land_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.land_option {
  position: relative;
  /*.hlh(50px);*/
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  min-width: 136px;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #595959;
  cursor: pointer;
}
.land_optionAct {
  border-color: #E4EEF8;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #ff8620 20%, #ffb679 100%);
}
.land_optionAct:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(/imgs/mvp/icon/info_act.svg) no-repeat center;
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.mark_tips {
  color: #c0c0c0;
  font-size: 12px;
  margin-top: 2px;
}
.land_optionAct .mark_tips {
  color: #fff;
  opacity: 0.6;
}
.land_rNum {
  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-top: 10px;
  margin-bottom: 20px;
}
.land_h3 {
  color: #595959;
  font-weight: bold;
}
.land_tote {
  -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: space-between;
  padding-right: 30px;
}
.land_money {
  font-size: 32px;
  color: #F2280E;
  font-weight: bold;
  margin-top: 5px;
}
.land_btn {
  width: 180px;
  line-height: 50px;
  height: 50px;
  background: linear-gradient(90deg, #ff8620 20%, #ffb679 100%);
  border-radius: 25px;
  box-shadow: 0px 5px 6px 1px rgba(136, 136, 136, 0.16);
  font-size: 16px;
  color: #FFFFFF;
}
.land_btn:hover {
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 25px;
}
.land_btn.disabled {
  background: #F2F2F7;
  color: #595959;
  opacity: 0.5;
  font-size: 16px;
  cursor: not-allowed !important;
}
.land_foot {
  background: #FFFFFF;
  padding: 40px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.land_fTitle {
  width: 1200px;
  margin: 0 auto;
  font-size: 24px;
  color: #595959;
  -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;
}
.land_fTitle .left {
  background: url(/imgs/mvp/pc/home_ad_left.png) no-repeat center;
  background-size: 193px 33px;
  width: 193px;
  height: 33px;
  margin-right: 10px;
}
.land_fTitle .right {
  background: url(/imgs/mvp/pc/home_ad_right.png) no-repeat center;
  background-size: 193px 33px;
  width: 193px;
  height: 33px;
  margin-left: 10px;
}
.land_fBox {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.land_fList {
  width: 384px;
  height: 150px;
  background: linear-gradient(180deg, #f8edd6 0%, #FFFFFF 100%);
  border-radius: 92px;
  margin-top: 62px;
  margin-right: 24px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.land_fImg {
  width: 65px;
  margin: -30px auto 0 auto;
}
.land_fName {
  margin-top: 18px;
  font-size: 16px;
  color: #595959;
  font-weight: bold;
}
.land_fText {
  margin-top: 10px;
  font-size: 14px;
  color: #8A8A8E;
  line-height: 25px;
}
.land_fList:nth-of-type(3n) {
  margin-right: 0;
}
.land_total {
  width: 162px;
  height: 38px;
  display: flex;
  margin-left: 20px;
}
.land_total span {
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
}
.land_total input {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #595959;
  width: 100%;
  border: none;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
}
.land_add {
  background: #FFFFFF url(/imgs/mvp/icon/add_link.svg) center center no-repeat;
  background-size: 13px;
}
.land_add:hover {
  background: #E9E9EB url(/imgs/mvp/icon/add_link.svg) center center no-repeat;
  background-size: 13px;
}
.land_add.num_dis {
  pointer-events: none;
  background: #FFFFFF url(/imgs/mvp/icon/add_dis.svg) center center no-repeat;
  background-size: 13px;
}
.land_reduce {
  background: #FFFFFF url(/imgs/mvp/icon/reduce_link.svg) center center no-repeat;
  background-size: 13px;
}
.land_reduce:hover {
  background: #E9E9EB url(/imgs/mvp/icon/reduce_link.svg) center center no-repeat;
  background-size: 13px;
}
.land_reduce.num_dis {
  pointer-events: none;
  background: #FFFFFF url(/imgs/mvp/icon/reduce_dis.svg) center center no-repeat;
  background-size: 13px;
}
.land_coup {
  background: #FEE7E7 url(/imgs/mvp/icon/home_coupon.svg) 10px center no-repeat;
  background-size: 22px 17px;
  border: 1px solid #F2281B;
  font-size: 16px;
  color: #F2281B;
  padding-left: 42px;
  line-height: 32px;
  height: 32px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 16px;
  margin-left: 30px;
  cursor: pointer;
}
.land_coupSpan {
  background: url(/imgs/mvp/icon/arrow_right_red.svg) center right no-repeat;
  background-size: 14px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jump_login,
.jump_register,
.jump_pass {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.jump_login_box,
.jump_register_box,
.jump_pass_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 16px;
}
.jump_login .lr_right,
.jump_register .lr_right,
.jump_pass .lr_right {
  width: 350px;
  margin-left: 0;
  margin: 0px 40px 30px 40px;
}
.jump_login .lr_list,
.jump_register .lr_list,
.jump_pass .lr_list {
  margin-top: 20px;
  height: 50px;
}
.jump_login .lr_title,
.jump_register .lr_title,
.jump_pass .lr_title {
  position: relative;
}
.jump_close {
  background: url(/imgs/mvp/icon/close_gray_bor.svg) no-repeat center;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cook {
  -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;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 1000;
}
.cook_btn {
  width: 70px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
  margin-left: 15px;
  background: #ffb679;
}
.h_nBox {
  width: 1200px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.h_nList {
  border-radius: 16px;
  background: #f6f6f6;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 380px;
  margin-right: 30px;
}
.h_nList:last-child {
  margin-right: 0;
}
.h_nImg {
  width: 340px;
  height: 200px;
}
.h_nImg .img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.h_nTitle {
  width: 100%;
  font-size: 16px;
  color: #ff8620;
  height: 22px;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.h_nTime {
  padding-left: 22px;
  background: url(/imgs/mvp/icon/lock_gray.svg) no-repeat left center;
  background-size: 14px;
  margin-top: 20px;
  color: #C5C5C7;
  font-size: 14px;
}
.h_appPrice {
  font-size: 12px;
  color: #FFE3A2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  background: #2C2C2C;
  border-radius: 22px 22px 22px 0px;
  border: 1px solid #FFC350;
  display: table-cell;
  padding: 0 10px;
  margin-bottom: 5px;
}
.h_appNum {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
/*
* @description:
* @author:
* @time:
*/
.c_h_sel {
  cursor: pointer;
}
.br8 {
  border-radius: 8px 8px 8px 8px;
}
.borall {
  border: 1px solid #EAEAEA;
}
.c_width {
  width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c_right {
  width: 980px;
  margin-left: 40px;
}
.c_title {
  color: #262626;
  font-size: 20px;
  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;
}
.title_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.c_left {
  width: 180px;
  height: 660px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  padding-top: 14px;
  font-size: 16px;
}
.c_nav {
  width: 144px;
  height: 46px;
  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: 16px 0 16px 18px;
  font-size: 16px;
}
.c_nav_active {
  background: linear-gradient(180deg, #ffb679 0%, #ffb679 100%);
  border-radius: 8px 8px 8px 8px;
  color: #ff8620;
  font-weight: bold;
  position: relative;
}
.c_nav_active::after {
  content: "";
  width: 4px;
  height: 34px;
  background: #ffb679;
  border-radius: 2px;
  position: absolute;
  right: -17px;
  top: 6px;
  cursor: default;
}
.c_left span {
  font-size: 12px;
  font-weight: bold;
  color: #F2280E;
  margin: 3px 0 0 3px;
}
.c_icon {
  width: 20px;
  height: 20px;
  margin-left: 23px;
  margin-right: 15px;
  flex-shrink: 0;
}
.icon_user {
  background: url(/imgs/mvp/icon/user_center_link.svg) no-repeat center;
  background-size: cover;
}
.icon_order {
  background: url(/imgs/mvp/icon/user_order_link.svg) no-repeat center;
  background-size: cover;
}
.icon_coupon {
  background: url(/imgs/mvp/icon/user_coupon_link.svg) no-repeat center;
  background-size: cover;
}
.icon_wallet {
  background: url(/imgs/mvp/icon/user_wallet_link.svg) no-repeat center;
  background-size: cover;
}
.icon_data {
  background: url(/imgs/mvp/icon/user_data_link.svg) no-repeat center;
  background-size: cover;
}
.icon_recharge {
  background: url(/imgs/mvp/icon/user_recharge_link.svg) no-repeat center;
  background-size: cover;
}
.icon_safe {
  background: url(/imgs/mvp/icon/user_safe_link.svg) no-repeat center;
  background-size: cover;
}
.icon_his {
  background: url(/imgs/mvp/icon/user_his_link.svg) no-repeat center;
  background-size: cover;
}
.icon_afsale {
  background: url(/imgs/mvp/icon/user_afsale_link.svg) no-repeat center;
  background-size: cover;
}
.c_nav_active {
  color: #FFFFFF !important;
}
.c_nav_active .icon_user {
  background: url(/imgs/mvp/icon/user_center_act.svg) no-repeat center;
}
.c_nav_active .icon_order {
  background: url(/imgs/mvp/icon/user_order_act.svg) no-repeat center;
}
.c_nav_active .icon_coupon {
  background: url(/imgs/mvp/icon/user_coupon_act.svg) no-repeat center;
}
.c_nav_active .icon_wallet {
  background: url(/imgs/mvp/icon/user_wallet_act.svg) no-repeat center;
}
.c_nav_active .icon_data {
  background: url(/imgs/mvp/icon/user_data_act.svg) no-repeat center;
}
.c_nav_active .icon_recharge {
  background: url(/imgs/mvp/icon/user_recharge_act.svg) no-repeat center;
}
.c_nav_active .icon_safe {
  background: url(/imgs/mvp/icon/user_safe_act.svg) no-repeat center;
}
.c_nav_active .icon_his {
  background: url(/imgs/mvp/icon/user_his_act.svg) no-repeat center;
}
.c_nav_active .icon_afsale {
  background: url(/imgs/mvp/icon/user_afsale_act.svg) no-repeat center;
}
.c_nav:hover {
  color: #ff8620;
}
.table_box {
  min-height: 540px;
  /*.mt(17px); */
}
.table_btn {
  padding: 7px 29px;
  background: linear-gradient(270deg, #ffb679 0%, #ff8620 100%);
  border-radius: 23px;
  color: #FFFFFF;
}
.table_btn:hover {
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
}
.table_box .mh {
  min-height: 440px;
}
.table_box table {
  width: 100%;
  color: #262626;
  border-collapse: collapse;
}
.table_box th {
  text-align: left;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  padding-left: 70px;
  font-size: 16px;
}
.table_box td {
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #E9E9EB;
  padding-left: 70px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_point_box .table_box {
  border: 1px solid #EAEAEA;
  border-radius: 8px 8px 8px 8px;
}
.c_point_box .table_box th:first-child {
  border-radius: 7px 0 0 0;
}
.c_point_box .table_box th:last-child {
  border-radius: 0 7px 0 0;
}
.c_point_box .table_box td {
  line-height: 60px;
  height: 60px;
}
.wallet_box .table_box {
  border: 1px solid #EAEAEA;
  border-radius: 8px 8px 8px 8px;
  background: #fff;
}
.wallet_box .table_box th:first-child {
  border-radius: 7px 0 0 0;
}
.wallet_box .table_box th:last-child {
  border-radius: 0 7px 0 0;
}
.wallet_box .table_box th {
  line-height: 44px;
  height: 44px;
}
.wallet_box .table_box td {
  line-height: 44px;
  height: 44px;
}
.c_his_box .table_box {
  border-radius: 8px 8px 8px 8px;
  background: #FFFFFF;
  min-height: 0;
}
.c_his_box .table_box th:first-child {
  border-radius: 7px 0 0 0;
}
.c_his_box .table_box th:last-child {
  border-radius: 0 7px 0 0;
}
.c_his_box .table_box th {
  padding-left: 30px;
}
.c_his_box .table_box td {
  line-height: 50px;
  height: 50px;
  padding-left: 30px;
}
.data_null {
  min-height: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}
.null_img {
  width: 334px;
  height: 196px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.null_img img {
  width: 334px;
  height: 196px;
  margin: 0 auto;
}
.null_back,
.null_con {
  min-width: 190px;
  padding: 15px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 17px;
  margin-top: 40px;
  font-size: 16px;
}
.null_back {
  color: #FFFFFF;
  background: #ffb679;
}
.null_con {
  color: #ff8620;
  border: 1px solid #ff8620;
}
.c_page {
  width: 980px;
  text-align: right;
}
.c_page .layui-box {
  line-height: 80px;
  height: 80px;
  margin-right: 30px;
}
.c_page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #ff8620;
}
.c_page .layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #ff8620 !important;
}
.c_page .layui-laypage span {
  background: transparent;
  border: none;
}
.c_page .layui-laypage a:hover {
  color: #ff8620;
}
.data_box {
  width: 980px;
  height: 602px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  margin-top: 30px;
  color: #262626;
}
.data_msg {
  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-top: 99px;
}
.data_photo {
  width: 50px;
  height: 50px;
  padding-left: 175px;
}
.data_photo img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.data_email {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.data_sex {
  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-left: 229px;
  margin-top: 25px;
}
.data_sex_name {
  margin-right: 16px;
}
.data_sex label {
  padding-left: 10px;
  padding-right: 21px;
}
.data_phone {
  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-left: 229px;
  margin-top: 35px;
}
.d_p_name {
  margin-right: 10px;
}
.d_p_con {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data_change {
  color: #ff8620;
  margin-left: 20px;
  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;
}
.data_arrow {
  background: url(/imgs/mvp/icon/arrowRightLightGray.svg) no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}
.data_change:hover {
  color: #ff8620 !important;
}
.data_btn {
  width: 300px;
  height: 50px;
  background: linear-gradient(90deg, #ff8620 20%, #ffb679 100%);
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 340px;
  margin-top: 65px;
}
.birth_box .layui-input {
  border-style: none;
  padding-left: 0;
  cursor: pointer;
}
.layui-laydate .layui-this {
  background-color: #fff !important;
  color: #fff !important;
}
.laydate-footer-btns .laydate-btns-clear:hover {
  color: #fff !important;
}
.laydate-footer-btns .laydate-btns-now:hover {
  color: #ff8620;
}
.laydate-footer-btns .laydate-btns-confirm:hover {
  color: #ff8620;
}
.layui-laydate-header i.laydate-prev-y:hover {
  color: #ff8620;
}
.layui-laydate-header i.laydate-prev-m:hover {
  color: #ff8620;
}
.layui-laydate-header i.laydate-next-m:hover {
  color: #ff8620;
}
.layui-laydate-header i.laydate-next-y:hover {
  color: #ff8620;
}
.layui-laydate-header .laydate-set-ym span:hover {
  color: #ff8620;
}
.c_recharge_box {
  width: 980px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 8px 8px 8px 8px;
  margin-top: 30px;
}
.cre_search_box {
  width: 480px;
  height: 45px;
  background: #F0F0F0;
  border-radius: 23px;
  margin: 17px 0 0 460px;
  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;
}
.cre_search_text {
  color: #262626;
  font-size: 16px;
  cursor: pointer;
  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-left: 30px;
  padding-right: 15px;
  border-right: 1px solid #C5C5C7;
}
.cre_search_text .arrow {
  background: url(/imgs/mvp/icon/arrow_down_black.svg) no-repeat center;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.cre_search_ipt {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.cre_search_btn {
  width: 66px;
  height: 45px;
  background: #FDDBA1 url(/imgs/mvp/icon/search_white.svg) no-repeat center;
  border-radius: 23px;
}
.c_point_box {
  width: 980px;
  margin-top: 30px;
}
.point_dated_box {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #ffb679;
  -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: space-between;
  color: rgba(0, 0, 0, 0.65);
  padding-left: 15px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.point_dated_warn {
  background: url(/imgs/mvp/icon/warn_gold.svg) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
}
.point_dated_err {
  background: url(/imgs/mvp/icon/close_gray.svg) no-repeat center;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.point_yellow_box {
  width: 100%;
  height: 88px;
  background: url(/imgs/mvp/pc/point_bg.png) no-repeat center;
  background-size: cover;
  -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: space-between;
  padding-left: 31px;
  padding-right: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 30px;
}
.point_yellow_box .point {
  font-size: 16px;
  color: #FFFFFF;
  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;
}
.point_yellow_box .point span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-left: 8px;
}
.point_yellow_box .how {
  background: #ff8620;
  color: #FFFFFF;
  border-radius: 23px;
  padding: 7px 22px;
}
.point_yellow_box .how:hover {
  background: #ffb679;
}
.c_subtitle {
  font-size: 16px;
  color: #262626;
  margin-top: 17px;
  margin-left: 12px;
  position: relative;
}
.c_subtitle::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 15px;
  background: #ffb679;
  border-radius: 8px 8px 8px 8px;
  left: -8px;
  top: 4px;
}
.u_c_scroll {
  margin: 20px 20px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
  line-height: 15px;
  border-radius: 8px;
}
.p_i_rule {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.p_i_rule_box {
  font-size: 14px;
}
.p_i_rule_title {
  font-weight: bold;
  line-height: 30px;
}
.p_i_rule_con {
  line-height: 20px;
}
.layui-layer.pop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px;
}
.pop .layui-layer-btn0 {
  background: #ff8620 !important;
  border: 1px solid #ff8620 !important;
}
.wallet_box {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  margin-top: 30px;
}
.wallet_box_top {
  height: 160px;
  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;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}
.wallet_text {
  margin-top: 44px;
}
.wallet_num {
  font-size: 28px;
  margin-top: 10px;
  font-weight: bold;
}
.wallet_box_tl {
  background: url(/imgs/mvp/pc/wallet_left.png) no-repeat center;
  width: 410px;
  height: 160px;
  background-size: cover;
}
.wallet_box_tc {
  background: url(/imgs/mvp/pc/wallet_center.png) no-repeat center;
  width: 310px;
  height: 160px;
  background-size: cover;
}
.wallet_box_tr {
  background: url(/imgs/mvp/pc/wallet_right.png) no-repeat center;
  width: 260px;
  height: 160px;
  background-size: cover;
}
.coupon_tab {
  width: 980px;
  border-bottom: 3px solid #ddd;
}
.coupon_tabUl {
  width: 535px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 15px;
}
.coupon_tabUl li {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
.coupon_tabUl li:hover {
  color: #ff8620;
}
.coupon_tabUl .coupon_act {
  color: #ff8620;
  font-weight: bold;
}
.coupon_tabUl .coupon_act::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #ff8620;
  left: 0;
  bottom: -3px;
}
.coupon_big {
  width: 100%;
  min-height: 550px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.coupon_box {
  width: 225px;
  height: 266px;
  background: #FFFFFF;
  font-size: 12px;
  color: #262626;
  position: relative;
  margin-top: 35px;
  margin-right: 25px;
}
.coupon_box:nth-of-type(4n) {
  margin-right: 0;
}
.coupon_bg {
  background: url(/imgs/mvp/pc/coupon_yellow.png) no-repeat center;
  width: 225px;
  height: 102px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.coupon_tip {
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  font-size: 14px;
  color: #F4BB3B;
  padding: 1px 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 10px;
}
.coupon_num {
  font-size: 34px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 22px;
  word-break: break-all;
}
.coupon_text {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1px;
}
.coupon_name {
  width: 192px;
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon_eftime {
  margin-top: 12px;
  margin-left: 15px;
}
.coupon_intro_box {
  position: relative;
  color: #8A8A8E;
}
.coupon_intro {
  width: 192px;
  margin-top: 12px;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon_btn {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 7px 39px;
  border: 1px solid #F4BB3B;
  border-radius: 17px;
  font-size: 14px;
  color: #F4BB3B;
}
.coupon_disable .coupon_bg {
  background: url(/imgs/mvp/pc/coupon_gray.png) no-repeat center;
  width: 225px;
  height: 102px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.coupon_disable .coupon_tip {
  color: #C5C5C7;
}
.coupon_disable .coupon_btn {
  border: 1px solid #C5C5C7;
  color: #8A8A8E;
}
.coupon_fltext_box {
  width: 225px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 8px 24px 1px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 10;
  display: none;
}
.coupon_fltext {
  width: 192px;
  padding: 12px 16px;
  position: relative;
}
.coupon_fltext::after {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -22px;
  left: 105px;
}
.coupon_intro_box:hover .coupon_fltext_box {
  display: block;
}
.c_his_box {
  margin-top: 20px;
  border-radius: 8px 8px 8px 8px;
  min-height: 500px;
}
.his_del {
  color: #8A8A8E;
  cursor: pointer;
}
.his_more {
  color: #ff8620;
  cursor: pointer;
}
.his_del button {
  padding: 0 15px;
}
.his_more button {
  padding: 0 15px;
}
.c_safe {
  width: 100%;
}
.safe_box {
  height: 100px;
  margin-top: 30px;
  -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: space-between;
  padding: 0 40px;
  border: 1px solid #EAEAEA;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  background: #fff;
}
.safe_success .safe_img {
  background: url(/imgs/mvp/icon/success_green.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 34px;
  margin-right: 10px;
}
.safe_success .safe_link {
  padding: 7px 22px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px;
  color: #ff8620;
}
.safe_warn .safe_img {
  background: url(/imgs/mvp/icon/warn_red.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 34px;
  margin-right: 10px;
}
.safe_warn .safe_link {
  padding: 7px 22px;
  border: 1px solid #ffb679;
  border-radius: 20px;
  background: #ffb679;
  font-size: 14px;
  color: #FFFFFF;
}
.c_safe_box {
  width: 980px;
  height: 580px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 30px;
}
.box_bind {
  text-align: center;
  padding-top: 55px;
  color: #262626;
}
.box_num {
  width: 335px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #262626;
  font-weight: bold;
}
.safe_phone_box {
  justify-content: center;
  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;
}
.safe_text {
  width: 64px;
  height: 22px;
  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;
  text-align: justify;
  font-size: 16px;
  margin-right: 20px;
  display: block;
  margin-top: 20px;
}
.safe_btn {
  width: 420px;
  height: 50px;
  margin: 0 auto;
  margin-top: 40px;
  margin-left: 322px;
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
}
.change_btn {
  width: 420px;
  height: 50px;
  margin: 0 auto;
  margin-top: 40px;
  margin-left: 280px;
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
}
.changePass {
  padding-top: 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.changePass .safe_text {
  margin-top: 30px;
}
.changePass .ipt_box {
  margin-top: 0;
}
.changePass_box {
  width: 420px;
  margin: 0 auto;
}
.changeText {
  padding-bottom: 15px;
}
.center_box {
  width: 980px;
  background: url(/imgs/mvp/pc/user_bg.png) no-repeat center;
  background-size: cover;
  border-radius: 100px 8px 8px 8px;
  margin-top: 30px;
  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;
}
.center_tl {
  width: 350px;
  height: 210px;
  font-size: 16px;
  color: #ff8620;
  text-align: center;
}
.center_tl_email {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
}
.center_top {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 68px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  margin-top: 22px;
  position: relative;
  justify-content: center;
  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;
}
.center_photo {
  width: 110px;
  height: 110px;
  background: #F7E2BD;
  border-radius: 68px;
}
.center_photo img {
  width: 110px;
  height: 110px;
  border-radius: 68px;
}
.center_lv {
  width: 34px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 65px;
}
.u_vip {
  width: 600px;
  height: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 38px 0 16px 17px;
  border-radius: 8px 8px 8px 8px;
  margin-top: -10px;
}
.u_v_name {
  font-size: 22px;
  line-height: 42px;
  height: 42px;
  padding-left: 42px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
.u_v_name span {
  font-size: 42px;
  font-weight: bold;
  margin-left: 6px;
  margin-right: 6px;
}
.u_v_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
}
.u_v_con {
  font-size: 16px;
  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-left: 40px;
}
.u_v_con span {
  font-weight: bold;
}
.u_v_btn {
  border-radius: 24px;
  width: 119px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.16), inset 0px 6px 12px 2px rgba(253, 248, 248, 0.16);
}
.v_v_ul {
  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-top: 10px;
}
.v_v_num {
  font-size: 16px;
  font-weight: bold;
}
.v_v_bg {
  position: relative;
  width: 296px;
  height: 7px;
  border-radius: 5px;
  background: #FFFFFF;
  margin: 6px 8px 2px 11px;
}
.v_v_act {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 7px;
  border-radius: 5px;
}
.v_v_act::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -3.5px;
  background: url(/imgs/mvp/pc/vip_diamond.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}
.v_v_text {
  font-size: 14px;
  padding-left: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 7px;
}
.lv_bg_01 {
  background: url(/imgs/mvp/pc/lv_bg_01.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_01 .u_v_name {
  color: #D39739;
}
.lv_bg_01 .v_v_num {
  color: #D39739;
}
.lv_bg_01 .v_v_text {
  color: #D39739;
}
.lv_bg_01 .u_v_con {
  color: #D39739;
}
.lv_bg_01 .v_v_act {
  background: #D39739;
}
.lv_bg_01 .u_v_btn {
  background: linear-gradient(271deg, #AE700C 0%, #F1C684 100%);
}
.lv_bg_02 {
  background: url(/imgs/mvp/pc/lv_bg_02.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_02 .u_v_name {
  color: #6E91EB;
}
.lv_bg_02 .v_v_num {
  color: #6E91EB;
}
.lv_bg_02 .v_v_text {
  color: #6E91EB;
}
.lv_bg_02 .u_v_con {
  color: #6E91EB;
}
.lv_bg_02 .v_v_act {
  background: #6E91EB;
}
.lv_bg_02 .u_v_btn {
  background: linear-gradient(271deg, #547DE6 0%, #BED0F4 100%);
}
.lv_bg_03 {
  background: url(/imgs/mvp/pc/lv_bg_03.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_03 .u_v_name {
  color: #826CEA;
}
.lv_bg_03 .v_v_num {
  color: #826CEA;
}
.lv_bg_03 .v_v_text {
  color: #826CEA;
}
.lv_bg_03 .u_v_con {
  color: #826CEA;
}
.lv_bg_03 .v_v_act {
  background: #826CEA;
}
.lv_bg_03 .u_v_btn {
  background: linear-gradient(271deg, #826CEA 0%, #EEC7FF 97%, #F1C684 100%);
}
.lv_bg_04 {
  background: url(/imgs/mvp/pc/lv_bg_04.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_04 .u_v_name {
  color: #DE9035;
}
.lv_bg_04 .v_v_num {
  color: #DE9035;
}
.lv_bg_04 .v_v_text {
  color: #DE9035;
}
.lv_bg_04 .u_v_con {
  color: #DE9035;
}
.lv_bg_04 .v_v_act {
  background: #DE9035;
}
.lv_bg_04 .u_v_btn {
  background: linear-gradient(271deg, #DF953E 0%, #F8D187 100%);
}
.lv_bg_05 {
  background: url(/imgs/mvp/pc/lv_bg_05.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_05 .u_v_name {
  color: #57B87C;
}
.lv_bg_05 .v_v_num {
  color: #57B87C;
}
.lv_bg_05 .v_v_text {
  color: #57B87C;
}
.lv_bg_05 .u_v_con {
  color: #57B87C;
}
.lv_bg_05 .v_v_act {
  background: #57B87C;
}
.lv_bg_05 .u_v_btn {
  background: linear-gradient(271deg, #6AC08B 0%, #C8F5B7 100%);
}
.lv_bg_06 {
  background: url(/imgs/mvp/pc/lv_bg_06.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_06 .u_v_name {
  color: #56B1DB;
}
.lv_bg_06 .v_v_num {
  color: #56B1DB;
}
.lv_bg_06 .v_v_text {
  color: #56B1DB;
}
.lv_bg_06 .u_v_con {
  color: #56B1DB;
}
.lv_bg_06 .v_v_act {
  background: #56B1DB;
}
.lv_bg_06 .u_v_btn {
  background: linear-gradient(273deg, #4DB0DE 0%, #C8D2FE 100%);
}
.lv_bg_07 {
  background: url(/imgs/mvp/pc/lv_bg_07.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_07 .u_v_name {
  color: #E87041;
}
.lv_bg_07 .v_v_num {
  color: #E87041;
}
.lv_bg_07 .v_v_text {
  color: #E87041;
}
.lv_bg_07 .u_v_con {
  color: #E87041;
}
.lv_bg_07 .v_v_act {
  background: #E87041;
}
.lv_bg_07 .u_v_btn {
  background: linear-gradient(271deg, #F07944 0%, #F8D187 100%);
}
.lv_bg_08 {
  background: url(/imgs/mvp/pc/lv_bg_08.png) center no-repeat;
  background-size: 600px 180px;
}
.lv_bg_08 .u_v_name {
  color: #FFC64E;
}
.lv_bg_08 .v_v_num {
  color: #FFC64E;
}
.lv_bg_08 .v_v_text {
  color: #FFC64E;
}
.lv_bg_08 .u_v_con {
  color: #FFC64E;
  margin-top: 10px;
}
.lv_bg_08 .v_v_act {
  background: #FFC64E;
}
.center_big {
  width: 980px;
  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-top: 20px;
  color: #FFFFFF;
  text-align: center;
}
.center_balance {
  text-align: center;
  margin-right: 40px;
  background: url(/imgs/mvp/pc/user_balance.png) no-repeat center;
  background-size: cover;
  width: 480px;
  height: 134px;
}
.center_point {
  background: url(/imgs/mvp/pc/user_point.png) no-repeat center;
  background-size: cover;
  width: 480px;
  height: 134px;
}
.c_b_title {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #FFF;
}
.c_b_money {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.c_b_link {
  color: #ff8620;
  background: #FFFFFF;
  padding: 7px 22px;
  border-radius: 16px;
}
.c_b_link:hover {
  color: #ff8620;
}
.v_l_box {
  width: 1200px;
  background: linear-gradient(180deg, #27262C 0%, #29282E 62%, #292935 100%);
  border-radius: 8px;
  border: 1px solid #707070;
  margin: 0 auto;
  position: relative;
  color: #FFE7AE;
  margin-top: 20px;
  margin-bottom: 280px;
}
.v_l_lt {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(/imgs/mvp/pc/v_l_lefttop.png) no-repeat;
  width: 67px;
  height: 79px;
  background-size: 67px 79px;
}
.v_l_rt {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/imgs/mvp/pc/v_l_righttop.png) no-repeat top right;
  width: 67px;
  height: 79px;
  background-size: 67px 79px;
}
.v_l_bg {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/imgs/mvp/pc/v_l_bg.png) no-repeat right bottom;
  width: 225px;
  height: 193px;
  background-size: 225px 193px;
}
.v_l_logo {
  background: url(/imgs/mvp/pc/v_l_logo.png) no-repeat;
  width: 131px;
  height: 90px;
  background-size: 131px 90px;
  position: absolute;
  left: 62px;
  top: 26px;
}
.v_l_box .left {
  background: url(/imgs/mvp/pc/v_l_left.png) no-repeat center center;
  width: 27px;
  height: 27px;
  background-size: 27px;
  margin-right: 10px;
}
.v_l_box .right {
  background: url(/imgs/mvp/pc/v_l_right.png) no-repeat center center;
  width: 27px;
  height: 27px;
  background-size: 27px;
  margin-left: 10px;
}
.v_l_title {
  font-size: 16px;
  -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;
  margin-top: 20px;
}
.v_l_con {
  font-size: 14px;
  margin-top: 13px;
  margin-left: 236px;
  line-height: 23px;
}
.v_l_text {
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #F2DDA9;
}
.v_l_text_rule {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 4px;
}
.v_l_text_intro {
  margin-left: 180px;
  margin-right: 180px;
  padding-bottom: 4px;
  color: #595959;
}
.v_l_table {
  width: 1160px;
  height: 176px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border: 1px solid #F2DDA9;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.v_l_t_title {
  width: 84px;
  text-align: center;
  border-right: 1px dashed #F9EED0;
}
.v_l_t_title .t {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #F9EED0;
}
.v_l_t_title .c {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #F9EED0;
}
.v_l_t_title .b {
  padding-top: 20px;
  padding-bottom: 20px;
}
.v_l_t_con {
  width: 134.5px;
  text-align: center;
  border-right: 1px dashed #F9EED0;
}
.v_l_t_con:last-child {
  border: none;
}
.v_l_t_con .t {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #F9EED0;
  -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;
  font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
}
.v_l_t_con .c {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #F9EED0;
}
.v_l_t_con .b {
  padding-top: 13px;
  padding-bottom: 10px;
}
.v_l_t_con .vip {
  background: url(/imgs/mvp/pc/v_l_crown.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 10px;
}
/*
* @description: 
* @author: DG
* @time: 
*/
.lr_top {
  width: 1152px;
  margin: 0 auto;
  height: 120px;
  -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: space-between;
}
.lr_top_logo {
  width: 100%;
}
.lr_top_logo img {
  margin-bottom: 5px;
  height: 40px;
}
.lr_top_logo p {
  font-size: 15px;
  color: #000;
  letter-spacing: 2px;
  padding-left: 2px;
}
.lr_top_right {
  line-height: 50px;
  height: 50px;
}
.lr_box {
  width: 1152px;
  margin: 0 auto 64px auto;
  background: #FFFFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 88px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lr_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  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: 25px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lr_left_img {
  width: 550px;
  height: 600px;
  border-radius: 8px;
}
.lr_right {
  margin-left: 88px;
  width: 400px;
  padding-bottom: 25px;
}
.lr_title {
  background: linear-gradient(270deg, #ffb679 0%, #ff8620 100%);
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 20px;
  width: 157px;
  line-height: 46px;
  height: 46px;
  margin: 0 auto;
  text-align: center;
}
.lr_tab {
  width: 100%;
  font-size: 18px;
  color: #8A8A8E;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid #E9E9EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.lr_tab li {
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.lr_tab .lr_active {
  color: #ff8620;
}
.lr_tab .lr_active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff8620;
  bottom: -2px;
  left: 0;
}
.lr_tab li:hover {
  color: #ff8620;
}
.lr_main {
  padding-top: 10px;
}
.lr_cont {
  display: none;
}
.lr_list {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #C5C5C7;
  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-top: 25px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 50px;
}
.lr_li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  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;
}
.lr_ipt {
  width: 100%;
}
.lr_error {
  border-color: #F2280E;
}
.lr_act {
  border-color: #ff8620;
}
.lr_user {
  background: url(/imgs/mvp/icon/lr_user.svg) center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lr_psw {
  background: url(/imgs/mvp/icon/lr_psw.svg) center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lr_yzm {
  background: url(/imgs/mvp/icon/lr_yzm.svg) center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.lr_tel {
  margin-right: 10px;
  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;
  cursor: pointer;
}
.lr_getYzm {
  color: #ff8620;
  border-left: 1px solid #C5C5C7;
  line-height: 22px;
  height: 22px;
  font-size: 16px;
  min-width: 90px;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.lr_btn {
  margin-top: 25px;
}
.lr_edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.lr_edit .lr_con {
  margin-top: 0;
}
.lr_edit .lr_login {
  margin-top: 0;
}
.lr_login {
  justify-content: flex-start;
  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;
  color: #8A8A8E;
  margin-top: 25px;
}
.lr_login a {
  color: #ff8620;
}
.lr_link {
  display: block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #ff8620;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.lr_link:hover {
  color: #ff8620;
}
.lr_agree {
  margin-top: 20px;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.lr_agree label {
  margin-left: 6px;
  color: #8A8A8E;
}
.lr_agree a {
  color: #ff8620;
}
.m_dis {
  color: #8A8A8E;
  pointer-events: none;
}
.lr_down {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url(/imgs/mvp/icon/arrow_down_black.svg) no-repeat center center;
  background-size: 10px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.login_anim {
  transition: all 0.3s ease;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.lr_con {
  justify-content: center;
  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-top: 15px;
  color: #8A8A8E;
}
.lr_con span {
  color: #ff8620;
  cursor: pointer;
}
.l_left {
  width: 100px;
  height: 1px;
  background: #C5C5C7;
  margin-right: 5px;
}
.l_right {
  width: 100px;
  height: 1px;
  background: #C5C5C7;
  margin-left: 5px;
}
.re_popups {
  width: 356px;
  height: 435px;
  margin: 0 auto;
}
.re_popups_bg {
  background: url(/imgs/mvp/pc/coupon_popups_bg.png) no-repeat center center;
  width: 356px;
  height: 435px;
  text-align: center;
  overflow: hidden;
}
.re_po_cong {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
  color: #BA5B17;
  margin-top: 163px;
  line-height: 16px;
  height: 16px;
}
.re_po_money {
  font-size: 30px;
  color: #FC3333;
  margin-top: 50px;
}
.re_po_use {
  font-size: 12px;
  color: #BA5B17;
  margin-top: 30px;
}
.re_po_btn {
  width: 200px;
  line-height: 44px;
  height: 44px;
  background: #E55445;
  border-radius: 23px;
  box-shadow: 0px 2px 2px 1px rgba(186, 186, 186, 0.85);
  font-size: 16px;
  color: #FFF1E1;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.re_popups_close {
  background: url(/imgs/mvp/icon/close_white_circlebg_white.svg) no-repeat center center;
  height: 30px;
  width: 356px;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}
.login_link {
  color: #ff8620;
}
.lr_list {
  position: relative;
}
.login_tips {
  right: 0px;
  bottom: -22px;
  background: #FFEBEB;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  color: #F2280E;
  box-sizing: border-box;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
}
.login_tips::before {
  content: "";
  display: block;
  border-width: 8px;
  font-size: 0px;
  border-style: solid;
  border-color: transparent;
  position: fixed;
  left: 78%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -14px;
  border-bottom-color: #FFEBEB;
}
.lg_yz {
  color: #8A8A8E;
  opacity: 0.8;
  margin-top: 5px;
  border-radius: 3px;
}
.three_login {
  color: #8A8A8E;
  font-size: 12px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.three_login::before {
  width: 100px;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
}
.three_login::after {
  width: 100px;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
}
.three_box {
  margin: 20px 0;
  -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;
}
.three_wechat {
  background: url(/imgs/mvp/pc/wechat.png) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
}
.three_google {
  background: url(/imgs/mvp/pc/google.png) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
}
.three_qq {
  background: url(/imgs/mvp/pc/qq.png) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
}
.three_apple {
  background: url(/imgs/mvp/pc/apple.png) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
}
.three_img {
  margin-right: 40px;
}
.three_img:nth-last-of-type(1) {
  margin-right: 0;
}
/*
* @description: 
* @author: 
* @time: 
*/
.sort_body {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  padding-bottom: 40px;
}
.sort_tab {
  width: 180px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ff8620;
}
.sort_tabUl {
  width: 180px;
  border-radius: 8px 8px 8px 8px;
}
.sort_tabUl li {
  float: left;
  font-size: 16px;
  color: #262626;
  cursor: pointer;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 180px;
  word-break: break-all;
}
.sort_tabUl .sort_act {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(180deg, #ff8620 20%, #ffb679 100%);
  border-radius: 8px 8px 8px 8px;
}
.sort_right {
  width: 1020px;
  margin-left: 20px;
  margin-top: 5px;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sort_box {
  width: 123px;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E9E9EB;
  margin-bottom: 30px;
  margin-left: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.sort_box:hover {
  box-shadow: 5px 3px 15px 1px rgba(0, 0, 0, 0.16);
}
.sort_box_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 20px;
}
.sort_box_name {
  text-align: center;
  margin: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
* @description: 
* @author: 
* @time: 
*/
.search_body {
  width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.search_w_box {
  width: 200px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 50px;
  margin-bottom: 35px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search_w_box:nth-of-type(5n) {
  margin-right: 0;
}
.search_w_box:hover {
  box-shadow: 5px 3px 15px 1px rgba(0, 0, 0, 0.16);
}
.search_gray_box {
  width: 170px;
  height: 170px;
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  justify-content: center;
  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;
}
.search_img {
  width: 120px;
  height: 120px;
  border-radius: 16px;
}
.search_name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  font-weight: bold;
}
.search_money {
  font-size: 18px;
  color: #F2280E;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.search_num {
  font-size: 12px;
  color: #8A8A8E;
  margin-top: 8px;
  text-align: center;
}
.search_page {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.search_page .layui-box {
  margin-right: 88px;
}
/*
* @description: 
* @author: 
* @time: 
*/
.article_body {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.article_left {
  margin-right: 40px;
}
.a_l_box {
  width: 240px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  background: #fff;
  color: #000;
  margin-bottom: 31px;
}
.a_l_box_title {
  height: 50px;
  background: #F6F6F6;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  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-left: 31px;
  position: relative;
}
.a_l_box_title::after {
  content: "";
  width: 3px;
  height: 15px;
  border-radius: 8px 8px 8px 8px;
  background: linear-gradient(180deg, #ffb679 0%, #FFFFFF 100%);
  position: absolute;
  left: 20px;
  top: 19px;
}
.a_l_box_con {
  height: 60px;
  border-bottom: 1px dashed #E9E9EB;
  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-left: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.a_l_box_con:last-child {
  border: none;
}
.a_l_box_con a {
  width: 180px;
}
.a_l_box_con a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 8px 8px 8px 8px;
  background: #ffb679;
  position: absolute;
  left: 20px;
  top: 28px;
}
.article_list_title {
  font-size: 18px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 20px;
}
.a_l_main {
  width: 920px;
  height: 170px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E9E9EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.a_l_main:hover {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
}
.a_l_main_img {
  width: 240px;
  height: 130px;
  border-radius: 16px;
  margin: 20px;
}
.a_l_main_text_t {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.a_l_main_text_time {
  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;
  color: #C5C5C7;
  margin-bottom: 15px;
}
.text_time_img {
  width: 14px;
  height: 14px;
  background: url(/imgs/mvp/icon/lock_gray.svg) no-repeat center center;
  margin-right: 8px;
}
.a_l_main_text_d {
  width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #8A8A8E;
  padding-top: 19px;
  border-top: 1px dashed #E9E9EB;
}
.article_details {
  width: 920px;
  height: auto;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  padding-bottom: 40px;
}
.article_title {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 30px;
  color: #262626;
}
.article_intro {
  margin: 0 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: #8A8A8E;
  border-bottom: 1px solid #E9E9EB;
}
.article_intro_time {
  margin-right: 50px;
}
.article_intro span {
  font-family: Helvetica-Regular, Helvetica;
}
.article_content {
  margin: 40px 40px 0 40px;
}
.article_content p {
  font-size: 16px;
  text-indent: 2em;
  margin: 1.5em 0em 1.5em 0em;
}
.article_content img {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 40px;
  width: 450px;
  height: 300px;
  border-radius: 16px;
}
.article_content a {
  color: #ff8620;
}
.page_turning {
  width: 920px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.page_turning a:hover {
  color: #ff8620;
}
/*
* @description: 
* @author: 
* @time: 
*/
.pay_body {
  width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 120px;
}
.pay_big {
  height: 210px;
  background: #FFFFFF;
  border-radius: 105px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.pay_big_left {
  width: 784px;
  border-right: 0.5px solid #A3A3A3;
  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;
}
.pay_big_left_box {
  width: 584px;
  margin: 0 auto;
  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;
}
.p_b_msg {
  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_b_img {
  width: 94px;
  height: 94px;
  margin-right: 40px;
}
.p_b_msg_f {
  font-size: 24px;
  margin-bottom: 5px;
}
.p_b_msg_s {
  font-size: 16px;
}
.p_b_price {
  font-size: 18px;
}
.p_b_price span {
  font-size: 28px;
  color: #EF271A;
  font-weight: bold;
}
.pay_big_details {
  margin-top: 35px;
  margin-left: 75px;
}
.pay_big_details_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.pay_c_gray {
  color: #656565;
}
.pay_button_big {
  width: 880px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.pay_big_btn {
  width: 315px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  background: #ffb679;
  font-size: 16px;
  color: #FFFFFF;
}
.pay_big_gold {
  margin-right: 50px;
}
.pay_big_white {
  background: transparent;
  border: 1px solid #ff8620;
  color: #ff8620;
}
.pay_msg {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px;
  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: space-between;
}
.promsg {
  width: 407px;
  margin-bottom: 10px;
}
.pay_msg_r span {
  font-size: 20px;
  color: #F22819;
}
.pay_method {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 40px;
}
.p_m_title {
  width: 172px;
  height: 50px;
  background: #ECECEC;
  border-radius: 0px 0px 50px 0px;
  font-size: 20px;
  -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;
}
.p_m_t_img {
  width: 22px;
  height: 22px;
  background: url(/imgs/mvp/icon/pay_method.svg) no-repeat;
  padding: 2px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 10px;
  vertical-align: middle;
}
.p_m_big {
  margin-top: 40px;
  padding: 0 30px;
}
.p_m_box {
  margin-top: 15px;
  width: 1140px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E9E9EB;
  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_m_box:hover {
  border: 1px solid #333333;
  box-shadow: 0px 5px 15px 1px rgba(101, 101, 101, 0.16);
}
.p_m_box .iradio {
  width: 24px;
  height: 24px;
  background: url(/imgs/mvp/icon/check_link_gray.svg) no-repeat;
  margin: 0 30px;
}
.p_m_box .iradio.checked {
  width: 24px;
  height: 24px;
  background: url(/imgs/mvp/icon/check_active_gray.svg) no-repeat;
  margin: 0 30px;
}
.p_m_box_img {
  width: 180px;
  height: 50px;
  background: #F2F2F2;
  margin: 0 20px;
}
.p_m_box_name {
  font-size: 24px;
  color: #333;
  margin: 0 20px;
}
.p_m_box_intro {
  color: #333;
  margin-left: 100px;
}
.pay_unfold {
  width: 1140px;
  line-height: 40px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 20px;
}
.pay_unfold a {
  -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;
  color: #6E6E6E;
}
.pay_unfold_img {
  width: 10px;
  height: 10px;
  background: url(/imgs/mvp/icon/arrow_bottom_gray.svg) no-repeat center center;
  margin-left: 5px;
}
.pay_money {
  width: 1140px;
  height: 114px;
  margin: 0 auto;
  border-bottom: 1px solid #E2E2E2;
  -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-end;
}
.pay_money p {
  padding: 10px 0;
}
.pay_money span {
  font-size: 16px;
  color: #F2281B;
}
.pay_payment {
  height: 130px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.pay_payment p {
  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;
}
.pay_payment span {
  font-size: 34px;
  color: #F2281B;
}
.p_p_btn {
  width: 260px;
  height: 50px;
  background: #333;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 40px;
}
.p_p_btn:hover {
  background: #505050;
}
.p_p_box {
  width: 260px;
  text-align: center;
}
.pay_cancel {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.pay_cancel:hover {
  color: #ff8620;
}
/*
* @description:
* @author: DG
* @time:
*/
.top_tips {
  background: linear-gradient(167deg, #76747B 0%, #2A2A2A 100%);
  height: 30px;
  justify-content: center;
  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%;
}
.top_span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}
.top_link {
  background: #ffb679;
  margin-left: 10px;
  border-radius: 3px;
  padding: 2px 10px;
  color: #fff;
}
.top_content {
  background: url(/imgs/mvp/icon/msg_white.svg) no-repeat left center;
  background-size: 17px;
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
}
.m_height {
  height: 100px;
}
.m_box {
  width: 100%;
  background: #FFFFFF;
  z-index: 50;
}
.m_main {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  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;
  position: relative;
}
.m_logo {
  margin-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.m_logo .img {
  width: 180px;
  margin-bottom: 5px;
}
.m_logo .zh {
  font-size: 15px;
  color: #000;
  letter-spacing: 14px;
  padding-left: 2px;
}
.m_logo .en {
  font-size: 15px;
  color: #000;
  padding-left: 2px;
}
.m_money {
  position: relative;
  justify-content: center;
  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;
  background: #F0F0F0;
  border-radius: 20px;
  font-size: 16px;
  color: #262626;
  text-align: center;
  line-height: 40px;
  height: 40px;
  min-width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  margin-right: 23px;
  cursor: pointer;
}
.m_iconDown {
  width: 10px;
  height: 10px;
  background: url(/imgs/mvp/icon/arrow_down_black.svg) no-repeat center;
  background-size: 10px;
  margin-left: 5px;
}
.m_moneyBox {
  position: absolute;
  background: #FFFFFF;
  z-index: 101;
  top: 45px;
  left: 0;
  width: 150px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: none;
}
.m_moneyUl {
  width: 100%;
  max-height: 210px;
  overflow-y: auto;
}
.m_moneyLi {
  text-align: center;
  color: #595959;
  font-size: 14px;
  cursor: pointer;
}
.m_search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.m_s_ul {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ff8620;
  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;
  height: 44px;
  border-radius: 40px;
}
.m_sIpt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.m_sIpt input {
  width: 100%;
}
.m_sHot {
  margin-right: 8px;
  padding-right: 8px;
  font-size: 14px;
  display: block;
  color: #595959;
  cursor: pointer;
  border-right: 1px solid #C5C5C7;
}
.m_sHot:last-child {
  border: none;
}
.m_sBtn {
  -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;
  line-height: 44px;
  height: 44px;
  width: 59px;
  border-radius: 40px;
  background: linear-gradient(180deg, #ff8620 20%, #ffb679 100%);
  margin-right: -1px;
}
.m_sBtn img {
  width: 24px;
  height: 24px;
}
.m_sBox {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 225px;
  display: none;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.m_sUl {
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 220px;
  overflow-y: auto;
}
.m_sLi {
  line-height: 30px;
  height: 30px;
  padding-left: 20px;
  cursor: pointer;
  color: #656565;
  font-size: 14px;
  margin-top: 10px;
}
.m_sLi:hover {
  background: #F2F2F7;
}
.m_hot_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;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 410px;
}
.m_language {
  position: relative;
  justify-content: center;
  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;
  background: #F0F0F0;
  border-radius: 20px;
  font-size: 16px;
  color: #262626;
  text-align: center;
  line-height: 40px;
  height: 40px;
  min-width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  margin-left: 25px;
}
.m_languageBox {
  position: absolute;
  background: #FFFFFF;
  z-index: 101;
  top: 45px;
  left: 0;
  width: 150px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: none;
}
.m_languageUl {
  width: 100%;
  max-height: 210px;
  overflow-y: auto;
}
.m_languageLi {
  text-align: center;
  color: #595959;
  font-size: 14px;
  cursor: pointer;
}
.m_iBox {
  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;
}
.m_ask {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 25px;
  background: #F2F2F7 url(/imgs/mvp/icon/ask_black.svg) no-repeat center;
  background-size: 22px;
  cursor: pointer;
}
.m_wechat {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 25px;
  background: #F2F2F7 url(/imgs/mvp/icon/wechat_black.svg) no-repeat center;
  background-size: 26px;
  cursor: pointer;
}
.m_weBox {
  position: absolute;
  left: -40px;
  top: 35px;
  display: none;
  z-index: 100;
}
.m_weMain {
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  width: 120px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.m_weImg {
  width: 100px;
  height: 100px;
}
.m_weText {
  text-align: center;
  margin-top: 10px;
}
.m_wechat:hover .m_weBox {
  display: block;
}
.m_user {
  position: relative;
  min-width: 40px;
  height: 40px;
  margin-left: 30px;
}
.m_userBox {
  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;
  border: 1px solid #E9E9EB;
  border-radius: 20px;
  overflow: hidden;
}
.m_userLink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: block;
  border-right: 1px solid #E9E9EB;
  line-height: 34px;
  height: 34px;
  text-align: center;
  color: #595959;
  padding-left: 5px;
  padding-right: 5px;
}
.m_userLink:hover {
  background: #F2F2F7;
  color: #ff8620;
}
.m_userLink:last-child {
  border: none;
}
.m_uTx {
  cursor: pointer;
}
.m_uTx .photo {
  width: 50px;
  height: 50px;
  margin-top: -5px;
}
.m_uModel {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 100;
  padding-top: 45px;
  display: none;
  width: 135px;
}
.m_uBox {
  background: #FFFFFF;
  border-radius: 8px;
  width: 280px;
  margin-left: -145px;
  height: 270px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.m_uTx:hover .m_uModel {
  display: block;
}
.m_uMain {
  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: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/imgs/mvp/pc/head_user_bg.png) no-repeat;
  background-size: 280px 90px;
  height: 90px;
}
.m_uTop {
  margin-left: 15px;
  width: calc(100% - 95px);
}
.m_uImg {
  width: 60px;
}
.m_uName {
  width: 100%;
  padding-right: 20px;
  display: block;
  background: url(/imgs/mvp/icon/arrow_right_gold.svg) no-repeat right center;
}
.m_uLink {
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_uLink:hover {
  color: #ff8620;
}
.m_uVip {
  width: 34px;
  margin-top: 6px;
}
.m_uVip img {
  width: 34px;
}
.m_uList {
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m_uView {
  margin-bottom: 10px;
  width: 50%;
  display: block;
  padding-left: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 40px;
  height: 40px;
}
.m_uUser {
  background: url(/imgs/mvp/icon/user_center_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uUser:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_center_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uOrder {
  background: url(/imgs/mvp/icon/user_order_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uOrder:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_order_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uCoup {
  background: url(/imgs/mvp/icon/user_coupon_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uCoup:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_coupon_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uBag {
  background: url(/imgs/mvp/icon/user_wallet_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uBag:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_wallet_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uQuick {
  background: url(/imgs/mvp/icon/user_recharge_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uQuick:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_recharge_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uExit {
  background: url(/imgs/mvp/icon/user_safe_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uExit:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_safe_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_uHis {
  background: url(/imgs/mvp/icon/user_his_link.svg) no-repeat 10px center;
  background-size: 20px;
}
.m_uHis:hover {
  background: #ffb679 url(/imgs/mvp/icon/user_his_act.svg) no-repeat 10px center;
  background-size: 20px;
  color: #fff;
}
.m_menu {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 1px rgba(196, 196, 196, 0.16);
}
.anim5 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.menu_title {
  font-size: 16px;
  height: 40px;
  color: #262626;
  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;
}
.menu_item {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 130px;
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
  -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;
  word-break: break-all;
}
.menu_item .arrow {
  background: url(/imgs/mvp/icon/arrow_down_black.svg) no-repeat right center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  flex-shrink: 0;
}
.menu_active .arrow {
  background: url(/imgs/mvp/icon/arrow_down_white.svg) no-repeat right center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  flex-shrink: 0;
}
.menu_item:last-child {
  margin-right: 0;
}
.menu_item:hover,
.menu_active {
  background: linear-gradient(180deg, #ff8620 20%, #ffb679 100%);
  color: #fff;
}
.menu_item:hover .arrow {
  background: url(/imgs/mvp/icon/arrow_down_white.svg) no-repeat right center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  flex-shrink: 0;
}
.bread_box {
  width: 1200px;
  margin: 0 auto;
  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: 15px auto 0 auto;
  line-height: 22px;
  height: 22px;
  color: #595959;
  font-size: 16px;
}
.bread_list {
  position: relative;
  color: #595959;
  padding-right: 25px;
  padding-left: 5px;
}
.bread_list::after {
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  content: ">";
}
.bread_list:first-child {
  padding-right: 0;
  padding-left: 0;
}
.bread_list:first-child::after,
.bread_list:last-child::after {
  content: "";
}
.bread_list a {
  color: #595959;
}
.foot {
  padding: 29px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #FCF6E7;
}
.foot_ul {
  -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: space-between;
  width: 1200px;
  margin: 0 auto;
}
.foot_li {
  font-size: 20px;
  color: #ff8620;
  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;
}
.foot_img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.footer {
  padding: 40px 0 40px 0;
}
.f_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9EB;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.f_dt {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.f_dd {
  margin-top: 15px;
}
.f_dd a {
  color: #656565;
}
.f_main {
  padding-top: 20px;
}
.f_text {
  text-align: center;
  color: #8A8A8E;
  line-height: 30px;
}
.f_text a {
  color: #8A8A8E;
}
.f_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.f_li {
  width: 120px;
  height: 40px;
  margin: 0 10px;
  font-size: 14px;
}
.f_li .img {
  height: 40px;
}
.foot_lang {
  -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;
  padding-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.foot_view {
  cursor: pointer;
  color: #656565;
}
.foot_view:hover,
.h_f_act {
  color: #fff;
}
.foot_line {
  width: 1px;
  background: #E9E9EB;
  height: 10px;
  margin: 0 15px;
}
.collect {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -20px;
  height: 50px;
  line-height: 20px;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.collect span {
  font-weight: bold;
  color: #F2280E;
  display: block;
}
.collect:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: 16px;
  right: -10px;
  display: block;
  border-left: 10px solid #f0f0f0;
  border-top: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid transparent;
}
/*
* @description:
* @author:
* @time:
*/
.p_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
}
.p_left {
  width: 280px;
}
.p_img {
  position: relative;
  width: 280px;
  height: 280px;
  margin-bottom: 20px;
}
.p_img .img {
  border-radius: 8px;
  width: 100%;
}
.p_name {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 40px;
  height: 40px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #272626;
  font-size: 16px;
}
.p_text {
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  bottom: 21px;
  left: 24px;
  width: 236px;
  border-radius: 8px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #272626;
  font-size: 16px;
  font-weight: bold;
}
.p_right {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.p_title {
  font-size: 20px;
  color: #020202;
  max-height: 56px;
  line-height: 28px;
}
.tips_more {
  font-size: 14px;
  color: #F2280E;
  margin-top: 5px;
  line-height: 20px;
  height: 20px;
}
.p_main {
  margin-top: 38px;
  background: #E4EEF8;
  border-radius: 8px 8px 0 0;
  margin-bottom: 40px;
}
.p_tost {
  height: 40px;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  padding-left: 124px;
  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_bg00 {
  background: url(/imgs/mvp/pc/p_bg00.png?v=01) no-repeat center;
  background-size: 908px 58px;
  position: relative;
}
.p_bg00::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  background: url(/imgs/mvp/pc/p_bg00_tips.png) no-repeat center;
  background-size: cover;
  width: 114px;
  height: 114px;
}
.p_bg01 {
  background: url(/imgs/mvp/pc/p_bg01.png?v=01) no-repeat center;
  background-size: 908px 58px;
  position: relative;
}
.p_bg01::after {
  content: "";
  position: absolute;
  left: 2px;
  top: -52px;
  background: url(/imgs/mvp/pc/p_bg01_tips.png) no-repeat center;
  background-size: cover;
  width: 114px;
  height: 114px;
}
.p_tost .star {
  background: url(/imgs/mvp/pc/star_white.png) no-repeat center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.p_tost .yellow {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}
.p_tostImgRed {
  width: 20px;
  margin: 12px 3px 10px 3px;
}
.p_tostImg {
  width: 16px;
  margin: 0 5px;
}
.p_mUl {
  padding: 0px 0 20px 40px;
}
.p_mU {
  margin-right: 20px;
}
.p_mLi {
  color: #595959;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  margin-right: 20px;
}
.p_mSpan {
  margin-left: 5px;
  color: #F2280E;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
}
.p_mCoup {
  margin-left: 10px;
  border-radius: 4px;
  padding-right: 20px;
  height: 30px;
  line-height: 26px;
  color: #F2280E;
  cursor: pointer;
  border: 1px solid #F2280E;
  background: url(/imgs/mvp/icon/p_coup.svg) no-repeat 20px center;
  padding-left: 51px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.p_mText {
  color: #8A8A8E;
  font-size: 14px;
  margin-top: 30px;
}
.p_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.p_li {
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0.5;
}
.p_li_1 {
  background: url(/imgs/mvp/icon/p_icon_01.svg) no-repeat left center;
  background-size: 20px;
}
.p_li_2 {
  background: url(/imgs/mvp/icon/p_icon_02.svg) no-repeat left center;
  background-size: 20px;
}
.p_li_3 {
  background: url(/imgs/mvp/icon/p_icon_03.svg) no-repeat left center;
  background-size: 20px;
}
.p_li_4 {
  background: url(/imgs/mvp/icon/p_icon_04.svg) no-repeat left center;
  background-size: 20px;
}
.p_li_5 {
  background: url(/imgs/mvp/icon/p_icon_05.svg) no-repeat left center;
  background-size: 20px;
}
.p_li_6 {
  background: url(/imgs/mvp/icon/p_icon_06.svg) no-repeat left center;
  background-size: 20px;
}
.p_ul_en .p_li_6 {
  width: 109px;
}
.info_actRed {
  position: absolute;
  top: -9px;
  right: -1px;
  background: #EF271A;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 8px 8px 0 8px;
  padding: 0 8px;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
}
.info_actOrange {
  position: absolute;
  top: -9px;
  right: -1px;
  background: linear-gradient(180deg, #EE832A 0%, #F8A545 100%);
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 8px 8px 0 8px;
  padding: 0 8px;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
}
.p_face {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.p_faceTitle {
  height: 40px;
  color: #262626;
  margin-left: 12px;
  margin-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 4em;
  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;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  border-radius: 8px 30px 30px 8px;
  white-space: pre-wrap;
}
.p_faceDl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_dd {
  margin-right: 30px;
  min-width: 136px;
  /*.hlh(40px);*/
  border-radius: 5px;
  border: 1px solid #ff8620;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 25px;
  background: #FFFFFF;
}
.p_ddAct {
  background: #ff8620;
  border-color: #ff8620;
  color: #fff;
}
.p_ddAct .mark_tips {
  color: #fff;
  opacity: 0.6;
}
.p_ddAct::after {
  content: "";
  position: absolute;
  background: url(/imgs/mvp/icon/info_act.svg) no-repeat bottom right;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  right: 0px;
  bottom: 0px;
}
.p_f_main {
  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;
  border-top: 1px solid #E9E9EB;
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}
.p_total {
  width: 210px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.p_total span {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.p_total input {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #262626;
  width: 100%;
  border: none;
  text-align: center;
  margin: 0 15px;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
}
.p_btn {
  width: 210px;
  line-height: 50px;
  height: 50px;
  background: linear-gradient(90deg, #ff8620 20%, #ffb679 100%);
  border-radius: 25px;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  color: #fff;
}
.p_btn:hover {
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 25px;
}
.p_btn.disabled {
  background: #F2F2F7;
  color: #595959;
  opacity: 0.5;
  font-size: 18px;
  cursor: not-allowed !important;
}
.p_price {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 127px;
  font-size: 14px;
  color: #262626;
  margin-left: 322px;
}
.p_priceFw {
  margin-left: 16px;
  font-size: 32px;
  font-weight: bold;
  color: #F2280E;
}
.p_jfTips {
  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;
  background: linear-gradient(270deg, #F4BB3B 0%, #ED3C31 100%);
  border-radius: 17px;
  padding: 7px 16px;
  color: #FFFFFF;
  margin-left: 46px;
}
.p_jfTips .p_tostImg {
  margin: 0px 5px;
}
.p_info {
  border-bottom: 40px solid #F6F6F6;
}
.p_content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.p_infoTitle {
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.p_infoTitle::after {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 64px;
  height: 3px;
  border-radius: 4px;
  bottom: 0;
  background: #ffb679;
}
.info_coup {
  display: none;
}
.info_line {
  border-top: 1px solid #E9E9EB;
  width: 760px;
  margin: 0px auto;
}
.p_coupBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow-y: auto;
}
.p_coupList {
  border-radius: 8px;
  background: url(/imgs/mvp/pc/coup_bg.png) no-repeat center;
  background-size: 240px 135px;
  width: 240px;
  margin-left: 20px;
  margin-top: 20px;
  padding: 0 1px 1px 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.p_coupName {
  font-size: 22px;
  line-height: 53px;
  height: 53px;
  color: #FFFFFF;
}
.p_coupText {
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  height: 20px;
  margin-top: 5px;
}
.p_coupTime {
  font-size: 12px;
  color: #8A8A8E;
  line-height: 17px;
  height: 17px;
  margin-top: 5px;
}
.p_coupBtn {
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-top: 1px dashed #E9E9EB;
  width: 100%;
  color: #E55445;
  border-radius: 0 0 8px 8px;
  margin-top: 5px;
  cursor: pointer;
}
.p_coupSub {
  background: #E04D3D;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  width: 180px;
  margin: 20px auto 30px auto;
  cursor: pointer;
}
.p_coupDis,
.p_coupDis .p_coupBtn,
.p_coupSub.disable {
  opacity: 0.5;
  cursor: not-allowed !important;
}
/*通知提醒*/
.layui-layer.coup {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.coup .layui-layer-title {
  background: #FFFFFF;
  border: none;
  height: 50px;
  text-align: center;
  line-height: 70px;
  border-radius: 16px 16px 0 0;
  font-size: 18px;
}
.coup .layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.coup .layui-layer-ico {
  background: url(/imgs/mvp/icon/close_gray_bor.svg) no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
}
.coup .layui-layer-setwin .layui-layer-close1:hover {
  opacity: 1;
  background: url(/imgs/mvp/icon/close_black_bor.svg) no-repeat;
  background-position: center center;
  background-size: 25px;
}
.coup .layui-layer-setwin .layui-layer-close1 {
  background-position: center center;
}
.coup .layui-layer-content {
  font-size: 16px;
  text-align: center;
  color: #595959;
  padding-top: 20px;
}
.coup .layui-layer-btn {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 30px 30px 30px;
  padding-top: 0 !important;
}
.coup .layui-layer-btn [class^="layui-layer-btn"] {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 20px;
  text-align: center;
}
.coup .layui-layer-btn a {
  margin: 0;
  padding: 0;
  width: 150px !important;
}
.coup .layui-layer-btn a:first-child {
  margin-left: 0;
}
.coup .layui-layer-btn a:last-child {
  background: transparent !important;
  color: #595959 !important;
  border: 1px solid #E9E9EB !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.coup .layui-layer-btn a:first-child {
  background: linear-gradient(90deg, #ffb679 0%, #ffb679 100%);
  color: #FFFFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.coup .k_popupBox {
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.coup .k_popupIcon {
  width: 50px;
  height: 50px;
  margin: 0px auto 20px auto;
}
.coup .k_popupTitle {
  font-size: 22px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.coup .k_popupText {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
/*
* @description: 
* @author: DG
* @time: 
*/
.bar_box {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 100;
}
.bar_pay {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 80px;
  background: #FFFFFF url(/imgs/mvp/icon/bar_pay_red.svg) no-repeat center;
  background-size: 38px;
}
.bar_num {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 16px;
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #F2280E;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 2px;
  color: #FFFFFF;
}
.bar_pay:hover {
  background: #F2280E url(/imgs/mvp/icon/bar_pay_white.svg) no-repeat center;
  background-size: 38px;
  color: #FFFFFF;
}
.bar_rBg {
  background: linear-gradient(180deg, #ffb679 0%, #ff8620 100%);
  border-radius: 8px 8px 0 0;
}
.bar_rUl {
  position: relative;
  width: 60px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #FFFFFF;
}
.bar_rLi {
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #E9E9EB;
  font-size: 12px;
}
.bar_link {
  width: 60px;
  display: block;
  height: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 34px;
  text-align: center;
  color: #595959;
}
.bar_ask {
  background: url(/imgs/mvp/icon/ask_white.svg) no-repeat center 7px;
  color: #FFFFFF;
  cursor: pointer;
}
.bar_wx {
  cursor: pointer;
  background: url(/imgs/mvp/icon/wechat_black.svg) no-repeat center 7px;
}
.bar_rLi:hover .bar_wx {
  background: url(/imgs/mvp/icon/wechat_gold.svg) no-repeat center 7px;
}
.bar_top {
  cursor: pointer;
  background: url(/imgs/mvp/icon/top_black.svg) no-repeat center 7px;
}
.bar_rLi:hover .bar_top {
  background: url(/imgs/mvp/icon/top_gold.svg) no-repeat center 7px;
  color: #ff8620;
}
.bar_rLi:nth-child(1) {
  border-radius: 8px 8px 0px 0px;
}
.bar_rLi:last-child {
  border-radius: 0px 0px 8px 8px;
  border: none;
}
.bar_model {
  position: relative;
}
.bar_main {
  width: 150px;
  position: absolute;
  top: -55px;
  right: 60px;
  display: none;
  background: #fff;
  padding: 15px 0px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.bar_case {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9EB;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  margin-right: 10px;
}
.bar_ewm {
  width: 110px;
  height: 110px;
  margin: auto;
  display: block;
}
.bar_text {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin-top: 10px;
}
.bar_model:hover .bar_main {
  display: block;
}
.bar_icon {
  position: absolute;
  left: 3px;
  top: -52px;
  width: 55px;
  height: 55px;
  background: url(/imgs/mvp/pc/icon.png) no-repeat center;
  background-size: 55px;
}
/*
* @description:
* @author:
* @time:
*/
.order_tab {
  width: 980px;
  border-bottom: 3px solid #ddd;
}
.order_tabUl {
  width: 535px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 15px;
}
.order_tabUl li {
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
}
.order_tabUl li:hover {
  color: #ff8620;
}
.order_tabUl .order_act {
  color: #ff8620;
  font-weight: bold;
}
.order_tabUl .order_act::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #ff8620;
  left: 0;
  bottom: -3px;
}
.order_mh {
  min-height: 530px;
  margin-top: 15px;
  border-radius: 8px;
}
.order_box {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
}
.order_box:first-child {
  margin-top: 30px;
}
.order_code {
  padding: 10px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #E9E9EB;
  -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: space-between;
}
.order_code_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.order_code_l .line {
  color: #E9E9EB;
  margin-left: 20px;
}
.order_code_l .time {
  margin-left: 20px;
}
.order_link {
  color: #ff8620;
}
.order_big {
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.order_left {
  width: 507px;
  border-right: 1px solid #E9E9EB;
  -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: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.order_img {
  width: 70px;
  height: 70px;
  border-radius: 8px 8px 8px 8px;
}
.order_name {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.order_lr {
  font-size: 16px;
}
.order_center {
  width: 239px;
  border-right: 1px solid #E9E9EB;
  font-size: 16px;
  text-align: center;
}
.order_ct {
  color: #F2280E;
  border-bottom: 1px solid #E9E9EB;
  padding: 16px 0;
}
.order_cb {
  padding: 17px 0;
}
.order_right {
  width: 234px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.order_right .order_btn_gold {
  padding: 7px 15px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 25px;
  color: #FFFFFF;
}
.order_right .order_btn_gold:hover {
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
}
.order_right .order_btn {
  padding: 7px 15px;
  margin: 0 auto;
  background: transparent;
  border: 1px solid #E9E9EB;
  border-radius: 25px;
  margin-bottom: 10px;
}
.order_right .order_btn:hover {
  color: #ff8620;
}
.c_box_wait {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  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;
  margin-top: 30px;
  padding: 25px 30px;
}
.c_wait {
  font-size: 18px;
  color: #F2280E;
}
.c_record {
  margin-top: 5px;
  font-size: 12px;
  color: #8A8A8E;
  cursor: pointer;
}
.c_record:hover {
  color: #fff;
}
.order_msg {
  padding: 20px 40px 20px 30px;
  -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: space-between;
  color: #262626;
}
.list_left {
  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;
}
.list_img {
  width: 70px;
  height: 70px;
  border-radius: 8px 8px 8px 8px;
}
.list_name {
  width: 287px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.list_price {
  font-weight: bold;
}
.c_box_info {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 20px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9EB;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 8px 8px 0px 0px;
}
.details_t {
  font-size: 16px;
}
.details_con_box {
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.details_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  margin-right: 40px;
  line-height: 25px;
}
.details_con .details_con_title {
  flex-shrink: 0;
}
.details_con .details_con_val {
  word-break: break-all;
}
.c_contain_pay {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.de_msg_left {
  width: 565px;
  border-right: 1px solid #E9E9EB;
}
.de_msg_pay {
  height: 80px;
  border-bottom: 1px solid #E9E9EB;
  padding-left: 30px;
  padding-right: 30px;
  -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: space-between;
}
.de_pay_pop {
  color: #ff8620;
  cursor: pointer;
}
.de_msg_notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}
.de_msg_notes_tit {
  flex-shrink: 0;
}
.de_msg_notes_con {
  word-wrap: break-word;
}
.de_msg_right {
  width: 415px;
  padding: 20px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.de_money_box {
  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;
  margin-bottom: 15px;
}
.de_money_title {
  color: #8A8A8E;
}
.de_money_num {
  color: #262626;
}
.de_money_red {
  border-top: 1px solid #E9E9EB;
  color: #F2280E;
  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;
  padding-top: 15px;
}
.de_money_red .de_money_title {
  color: #F2280E;
}
.de_money_red .de_money_num {
  font-size: 18px;
  font-weight: bold;
  color: #F2280E;
}
.info_animate {
  transform: rotate(180deg);
}
.c_cardNum {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  padding: 30px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_cardNum_row {
  width: 940px;
  height: 180px;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.c_cardNum_box {
  width: 460px;
  border: 1px solid #EAEAEA;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
}
.c_cardNum .unfold {
  width: 160px;
  margin: 0 auto;
  justify-content: center;
  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;
  cursor: pointer;
  color: #8A8A8E;
}
.unfold a {
  justify-content: center;
  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;
}
.unfold_img {
  width: 14px;
  height: 14px;
  background: url(/imgs/mvp/icon/arrow_down_gray.svg) no-repeat center;
  margin-left: 5px;
}
.cardNum_top {
  height: 40px;
  background: #FAF5E9;
  color: #656565;
  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;
  border-radius: 8px 8px 0 0;
}
.cardNum_gold {
  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-left: 20px;
  color: #ff8620;
  font-size: 16px;
}
.cardNum_top p {
  margin-left: 50px;
}
.circle_number {
  width: 18px;
  line-height: 18px;
  height: 18px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 5px;
}
.c_cardNum_box .cardnum_box {
  padding: 18px 40px;
  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: space-between;
  background: #FFFFFF;
  font-size: 16px;
  color: #262626;
  border-bottom: 1px solid #E9E9EB;
}
.c_cardNum_box .cardnum_box:last-child {
  border: none;
  border-radius: 8px 8px 8px 8px;
}
.cardnum_box_num {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn_copy {
  padding: 5px 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffb679;
  border-radius: 4px;
  font-size: 14px;
  color: #ff8620;
  cursor: pointer;
}
.o_box {
  background: #FFFFFF;
  border-radius: 8px;
  width: 1200px;
  margin: 0 auto;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.o_l_box {
  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: 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.o_l_img {
  width: 70px;
}
.o_l_img .img {
  border-radius: 8px;
  width: 100%;
}
.o_l_title {
  font-size: 14px;
  color: #595959;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.o_l_face {
  width: 220px;
  text-align: right;
}
.o_l_price {
  width: 300px;
  text-align: right;
  color: #F2280E;
}
.o_l_num {
  margin-left: 60px;
  padding-left: 40px;
  position: relative;
  width: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.o_l_num::before {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: #E9E9EB;
  height: 47px;
}
.o_l_text {
  margin-bottom: 15px;
}
.h_add {
  background: #FFFFFF url(/imgs/mvp/icon/add_link.svg) center center no-repeat;
  background-size: 16px;
}
.h_add:hover {
  background: #E9E9EB url(/imgs/mvp/icon/add_link.svg) center center no-repeat;
  background-size: 16px;
}
.h_add.num_dis {
  pointer-events: none;
  background: #FFFFFF url(/imgs/mvp/icon/add_dis.svg) center center no-repeat;
  background-size: 16px;
}
.h_reduce {
  background: #FFFFFF url(/imgs/mvp/icon/reduce_link.svg) center center no-repeat;
  background-size: 16px;
}
.h_reduce:hover {
  background: #E9E9EB url(/imgs/mvp/icon/reduce_link.svg) center center no-repeat;
  background-size: 16px;
}
.h_reduce.num_dis {
  pointer-events: none;
  background: #FFFFFF url(/imgs/mvp/icon/reduce_dis.svg) center center no-repeat;
  background-size: 16px;
}
.o_l_main {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.o_l_main span {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
}
.o_l_main input {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #595959;
  width: 100%;
  border: none;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #E9E9EB;
  border-radius: 4px;
}
.o_l_main .h_add,
.o_l_main .h_reduce {
  background-size: 10px;
}
.o_recharge {
  margin-top: 10px;
  padding-bottom: 50px;
}
.o_title {
  line-height: 40px;
  height: 40px;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
  padding-left: 43px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #E9E9EB;
  margin-bottom: 40px;
}
.o_title::before {
  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;
  content: "";
  left: 30px;
  width: 3px;
  height: 15px;
  background: #ffb679;
  border-radius: 3px;
}
.o_case {
  padding: 20px 0;
}
.f_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-right: 180px;
}
.f_title {
  width: 280px;
  text-align: right;
  font-size: 14px;
  color: #595959;
  margin-right: 40px;
  margin-top: 10px;
  flex-shrink: 0;
}
.f_list {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E9E9EB;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  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: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 42px;
}
.f_list.lr_error {
  border-color: #F2280E;
}
.f_area {
  width: 100%;
  height: 90px;
  padding-right: 3px;
}
.lay_o .layui-form-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.lay_o .layui-input {
  border-radius: 8px;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
}
.lay_o .layui-form-select dl dd.layui-this {
  background: #F2F2F7;
  color: #656565;
}
.o_coup {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px 30px 40px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.o_c_title {
  line-height: 60px;
  height: 60px;
}
.o_c_box {
  -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;
}
.o_c_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 110px;
  overflow: hidden;
}
.o_c_list {
  position: relative;
  width: 270px;
  height: 100px;
  padding: 8px 0px 10px 0px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 20px;
  background: url(/imgs/mvp/pc/coupon_bg.png) no-repeat center;
  background-size: 270px 122px;
  cursor: pointer;
}
.o_c_list:nth-of-type(4n) {
  margin-right: 0;
}
.o_c_tips {
  position: absolute;
  top: 10px;
  right: 0;
  border-radius: 16px 0px 0px 16px;
  font-size: 14px;
  padding: 0px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 20px;
  height: 20px;
  color: #ff8620;
  background: #FFFFFF;
}
.o_c_money {
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  color: #ff8620;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 68px;
}
.o_c_full {
  font-size: 14px;
  padding: 0 20px;
  line-height: 20px;
  height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ff8620;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o_c_time {
  line-height: 27px;
  height: 27px;
  padding: 5px 40px 0px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px dashed #FFFFFF;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626;
}
.o_c_link {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  bottom: 8px;
  background: url(/imgs/mvp/icon/check_link.svg) no-repeat center;
  background-size: 22px;
}
.o_c_act .o_c_link {
  background: url(/imgs/mvp/icon/check_active.svg) no-repeat center;
  background-size: 22px;
}
.o_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: #8A8A8E;
  cursor: pointer;
}
.o_moreLine {
  margin: 0 5px;
}
.o_more_icon {
  margin-left: 5px;
}
.o_n_view {
  /*border-top: 1px solid @ce9e;*/
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.o_n_right {
  width: 500px;
}
.o_n_ul {
  -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: space-between;
  margin-top: 15px;
}
.o_n_name {
  color: #8A8A8E;
  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;
  text-align: left;
}
.o_n_name .ck_label {
  margin-left: 15px;
}
.o_n_name .ichekcbox,
.o_n_name .iradio {
  width: 20px;
  height: 20px;
}
.o_n_price {
  width: 300px;
  text-align: right;
  color: #262626;
}
.o_n_money {
  border-top: 1px dashed #E9E9EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  margin-top: 20px;
}
.o_c_price {
  background: #E4EEF8;
  height: 100px;
  border-radius: 8px;
  align-items: flex-end;
  padding: 0 30px;
  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: flex-end;
  margin-top: 25px;
}
.o_c_span {
  color: #F2280E;
  font-size: 28px;
  margin-left: 20px;
  font-weight: bold;
}
.o_c_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
}
.checkout_btn {
  width: 260px;
  box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.16);
}
.o_re {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.o_re_title {
  font-weight: bold;
}
.o_l_number {
  margin-left: 60px;
  padding-left: 40px;
  position: relative;
  width: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.o_l_pay {
  border-top: 1px solid #E9E9EB;
  padding: 20px 30px;
  -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: space-between;
}
.o_refund {
  margin-top: 20px;
  width: 980px;
}
.o_mt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.textareanum {
  text-align: right;
  margin-top: 5px;
}
.lay_mb {
  padding-bottom: 50px;
  border-radius: 8px 8px 8px 8px;
}
.lay_mb .layui-form {
  padding: 40px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.o_re_view {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 10px 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
}
.o_r_title {
  width: 180px;
  flex-shrink: 0;
}
.o_r_price {
  color: #F2280E;
  font-weight: bold;
}
.lay_re .layui-form-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.lay_re .layui-input {
  border-radius: 8px;
  line-height: 40px;
  height: 40px;
}
.lay_re .layui-form-select dl dd.layui-this {
  background: #F2F2F7;
  color: #656565;
}
.o_re_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.o_re_ins {
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.f_re_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  display: block;
}
.o_r_t {
  width: 300px;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o_r_img img {
  width: 70px;
  height: 70px;
  border-radius: 8px 8px 8px 8px;
}
.w_260 {
  width: 260px;
}
.model_bg {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.model_main {
  width: 800px;
  background: #FFFFFF;
  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%);
  z-index: 101;
  border-radius: 16px;
  padding: 50px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
}
.model_close {
  background: url(/imgs/mvp/icon/close_gray.svg) no-repeat center;
  cursor: pointer;
  background-size: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
}
.model_close:hover {
  background: url(/imgs/mvp/icon/close_black.svg) no-repeat center;
  background-size: 15px;
}
.record_bg {
  background: #FFFFFF url(/imgs/mvp/icon/lock_gold.svg) no-repeat left top;
  background-size: 30px;
  width: calc(100% - 50px);
  height: 40px;
  margin-left: 16px;
  z-index: 1;
}
.record_scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.record_list {
  border-left: 2px solid #fff;
  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;
  position: relative;
  padding: 0px 0 18px 0;
}
.record_left {
  height: 40px;
  background: #FFFFFF;
  width: 40px;
  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-left: -10px;
  position: relative;
  top: 30px;
}
.record_c_box {
  background: #FFFFFF;
  border: 2px solid #fff;
  border-radius: 100%;
  -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;
}
.record_c_con {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #FFFFFF;
}
.record_r_box {
  position: relative;
  background: #F2F2F7;
  border-radius: 0.05px;
  z-index: 10;
  left: 0;
  top: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.record_r_box::before {
  content: "";
  display: block;
  border-width: 10px 15px;
  font-size: 0px;
  border-style: solid;
  border-color: transparent;
  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;
  top: 65%;
  left: -29px;
  border-right-color: #F2F2F7;
}
.record_r_text {
  color: #8A8A8E;
}
::-webkit-scrollbar {
  width: 0;
}
.btn_hisacc {
  background: #ffb679;
  border-radius: 4px;
  border: 1px solid #ffb679;
  padding: 7px 0;
  color: #FFFFFF;
  position: absolute;
  content: "";
  left: 1040px;
  top: 3px;
  width: 120px;
}
.his_box {
  padding: 25px 25px 0 25px;
  border-radius: 16px;
}
.his_title {
  font-size: 16px;
  margin-left: 9px;
  position: relative;
  font-weight: bold;
}
.his_title::after {
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #ffb679 0%, #ff8620 100%);
  border-radius: 4px;
  position: absolute;
  content: "";
  left: -8px;
  top: 4px;
}
.his_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  padding-bottom: 25px;
  overflow-y: auto;
  max-height: 277px;
}
.his_acc {
  width: 308px;
  height: 84px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #C5C5C7;
  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-left: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.his_acc:nth-of-type(2n) {
  margin-right: 0;
}
.his_text {
  padding-left: 10px;
  font-size: 16px;
}
.his_text li {
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account .layui-layer-btn0 {
  background: #F0F0F0 !important;
  border-radius: 4px;
  border: 1px solid #F0F0F0 !important;
  line-height: 34px;
  height: 34px;
  padding: 0 46px;
  color: #8C8C8C !important;
}
.account .layui-layer-btn1 {
  background: #ffb679 !important;
  border-radius: 4px;
  border: 1px solid #ffb679 !important;
  line-height: 34px;
  height: 34px;
  padding: 0 46px;
  color: #fff !important;
}
.account.layui-layer {
  border-radius: 16px !important;
}
.account .layui-layer-btn a {
  margin: 0 10px;
}
.account .layui-layer-btn {
  padding: 25px 15px !important;
  border-top: 1px solid #E9E9EB;
}
.account .layui-layer-setwin {
  right: 0px;
  top: 0px;
}
.account .layui-layer-ico {
  background: url(/imgs/mvp/icon/close_gray_bor.svg) no-repeat;
  background-size: 25px;
  width: 50px;
  height: 50px;
}
.account .layui-layer-setwin .layui-layer-close2:hover {
  opacity: 1;
  background: url(/imgs/mvp/icon/close_black_bor.svg) no-repeat;
  background-position: center center;
  background-size: 25px;
}
.account .layui-layer-setwin .layui-layer-close2 {
  background-position: center center;
  right: 8px;
  top: 8px;
}
.o_conTitle {
  font-size: 14px;
  padding: 15px 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.oUploadBox {
  width: 100%;
}
.oUploadMain {
  width: 100%;
  border: 1px solid #E9E9EB;
  height: 170px;
  border-radius: 8px;
  -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;
}
.upload {
  position: relative;
  color: #888;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  padding-top: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  background: url(/imgs/mvp/icon/camera.svg) no-repeat center 5px;
  overflow: hidden;
  display: inline-block;
}
.upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.upload_main {
  width: 150px;
  bottom: 150px;
}
.upload_img {
  width: 100%;
  border-radius: 8px;
}
.country_modelBg {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  animation: modelBg 0.5s forwards;
}
@keyframes modelBg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
.country_modelBox {
  background: #FFFFFF;
  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%);
  width: 512px;
  height: 628px;
  display: none;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  z-index: 100000;
  border-radius: 16px;
}
.country_modelClose {
  background: url(/imgs/mvp/icon/close_gray.svg) no-repeat center center;
  background-size: 15px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
}
.country_modelClose:hover {
  background: url(/imgs/mvp/icon/close_black.svg) no-repeat center center;
  background-size: 15px;
}
.country_box {
  height: 555px;
  overflow-y: auto;
}
.country_showLetter {
  position: fixed;
  color: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #C5C5C7;
  text-align: center;
  display: none;
  background: #fff;
  z-index: 1;
  font-size: 20px;
}
.country_listBox {
  padding: 0 50px 30px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.country_modelAnimate {
  display: block;
}
.country_modelTitle {
  text-align: center;
  font-size: 20px;
  color: #595959;
  line-height: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #C5C5C7;
}
.country_letterBox {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 20px;
  background: #F5F5F5;
  margin-top: 20px;
  z-index: 1;
}
.country_letterBox li {
  color: #8A8A8E;
  font-size: 14px;
  display: block;
  /*.p(5px 10px);*/
  width: 40px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}
.country_letterBox .country_letterSel {
  color: #fff;
}
.country_listTitle {
  font-weight: bold;
  font-size: 16px;
  color: #8A8A8E;
}
.country_list {
  padding-bottom: 20px;
  padding-top: 20px;
}
.country_list p {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
  cursor: pointer;
}
.country_hot p {
  overflow: hidden;
}
.country_hot p span {
  padding: 10px 30px 10px 0;
  float: left;
  cursor: pointer;
}
.country_hot p span:last-child {
  padding-right: 0;
}
.country_view {
  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;
}
.country_viewNum {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 20px;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #8A8A8E;
}
