﻿@charset "utf-8";
/* public */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
    background-color:#F5F5F5
}
button{
    border: none;
    padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],input {
    border: none;
}
.industry[disabled],textarea[disabled], select[disabled], .industry[readonly], fieldset[disabled] .industry, .vue-treeselect__control[disabled] {
    cursor: not-allowed;
    background-color: #F5F5F5;
}
html {
  height: 100%;
}

body {
  font-size: 62.5%;
  line-height: 1;
  font-family: "Microsoft Yahei";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a, a:hover, a:link, a:visited {
    text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
.mark_write {
    color: red;
    margin-right: 2px;
}
strong {
    font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

p {
  font-size: 14px;
  line-height: 25px;
  word-break:break-all;
}
.clear{
  clear: both;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.server_type_standard {
    color: #FFF;
    background: #0096ff;
    padding: 5px 8px;
    margin-left: 10px;
    line-height: 20px;
    font-size:14px;
}
.server_type_lightning {
    color: #FFF;
    background: #ff5c00;
    padding: 5px 8px;
    margin-left: 10px;
    line-height: 20px;
    font-size: 14px;
}
.server_type_carefully {
    color: #FFF;
    background: #d9354d;
    padding: 5px 8px;
    margin-left: 10px;
    line-height: 20px;
    font-size: 14px;
}

/* public */

/* PC */

@media (min-width: 769px) {
.standard {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
    background: #0096ff;
}
.lightning {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
    background: #ff5c00;
}
.carefully {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
    background: #d9354d;
}
  .container {
    width: 1200px;
    padding: 0;
  }
   .xg_content{    background: #f8f8f8;
  }
  /* 头部公用样式-head.css */
  .head {
    width: 100%;
    height: 230px;
  }
  .top-head {
    height: 150px;
    padding: 30px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
  }
  .logo {
    display: flex;
    align-items: flex-end;
    float: left;
  }
  .logo img {
    width: 124px;
    height: 88px;
  }
  .logo span {
    margin-left: 10px;
    display: inline-block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #d9344c;
    color: #FFF;
  }
  .head-server {
    margin-left: 40px;
    display: flex;
    align-items: center;
    float: left;
    height: 88px;
  }
  .enterprise-member {
    margin-right: 35px;
  }
  .enterprise-member p strong, .product-member p strong {
    font-size: 18px;
    color: #d9344c;
  }
  .enterprise-member p:nth-of-type(2), .product-member p:nth-of-type(2) {
    color: #666;
    text-align: right;
  }
  .head-right {
    float: right;
    width: 300px;
  }
  .head-right>div {
    border-radius: 2px;
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgb(248 248 248);
  }
  .head-right>div:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .head-right>div a {
    padding: 0 20px;
    font-size: 14px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
  }
  .head-right>div:nth-child(1) {
    background: #d9344c;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .head-right div:nth-of-type(4){
    display:none;
}
  .head-right>div:nth-child(2), .head-right>div:nth-child(3) {
    float: right;
    width: 156px;
    background: #ff5c00;
  }
  .btm-head {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
  }
  .navbar {
    margin-bottom: 0;
    float: left;
  }
  .navbar-default {
    background: #FFF;
    border: none;
  }
  .navbar-nav>li>a {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
    margin-right: 50px;
  }
  .navbar-default .navbar-nav>li>a {
    color: #333;
  }
  /* .caret{
    transform: rotate(-90deg);
  }
  .open .caret{
    transform: rotate(0deg);
  } */
  .navbar-nav>li:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav>li>a:hover {
    color: #d9344c !important;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #d9344c;
    background: none;
    border-bottom: 2px solid #d9344c;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #d9344c;
    background: none;
  }
  .navbar-collapse, .container-fluid {
    margin: 0;
    padding: 0;
  }
  .dropdown-menu {
    padding: 0;
    box-shadow: 0 12px 30px rgb(0 0 0 / 15%);
    margin-top: -5px;
    border: none;
  }
  .dropdown-menu>li>a {
    line-height: 40px;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #d9344c;
  }
  .login-register {
    overflow: hidden;
    height: 80px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }
  .userhead {
    display: none;
  }
  .before_login {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 105px;
    text-align: center;
    border: 1px solid #d9344c;
    border-radius: 3px;
  }
  .before_login a, .before_login span {
    font-size: 14px;
    color: #d9344c;
  }
  .after_login a {
    display: inline-block;
    font-size: 13px;
    color: #d9344c;
    margin-bottom: 5px;
  }
  /* 头部公用样式-head.css end*/
  /* 面包屑 */
  .breadcrumb {
    padding: 35px 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: none;
    font-size: 14px;
  }
  .breadcrumb>li>a {
    color: #666;
    text-decoration: none;
  }
  .breadcrumb>li+li:before {
    display: none;
  }
  .breadcrumb>li+li+li:before {
    display: inline-block;
    padding: 0 5px;
    color: #666;
    content: ">";
  }
  .breadcrumb>.active,.breadcrumb>.active a {
    color: #d9344c;
    font-size: 14px;
  }
  /* 面包屑 end*/
  /* 会员中心类别导航 */
 .member-container {
    padding-bottom: 80px;
  }
  .category-con {
    width: 180px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #FFF;
  }
  .menu-ul1>li {
    padding-left: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu-ul1>li>a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
  }
  .menu-ul1>li>a:hover {
    color: #d9344c;
  }
  .li_cur>a, .li_cur2>a {
    color: #d9344c !important;
  }
  .li_cur .caret {
    transform: rotate(0) !important;
  }
  .menu-ul1>li>a>.caret {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    margin-right: 20px;
    transform: rotate(-90deg);
  }
  .menu-ul1>li>ul {
    display: none;
  }
  .li_cur > ul{
    display: block !important;
  }
  .menu-ul1-01>li {
    height: 40px;
  }
  .menu-ul1-01>li a {
    font-size: 14px;
    color: #666666;
  }
  .menu-ul1-01>li a:hover {
    color: #d9344c;
  }
  /* 会员中心类别导航 end*/
  /* 底部公用样式-foot.css */
  .foot {
    width: 100%;
    background: #d9344c;
    margin-top:20px;
  }
  .foot-top {
    border-bottom: 1px solid #e15d70;
  }
  .font-nav ul li {
    float: left;
    margin-right: 65px;
  }
  .font-nav ul li a {
    line-height: 80px;
    font-size: 14px;
    color: #FFF;
  }
  .foot-center {
    padding: 70px 0;
  }
  .foot-center .container:before, .foot-center .container:after {
    content: none !important;
  }
  .foot-center>div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    color: #FFF;
  }
  .adress-tel {
    width: 400px;
  }
  .adress-tit {
    margin-bottom: 30px;
    border-bottom: 5px solid #FFF;
  }
  .adress-tit>span {
    position: relative;
    top: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 5px solid #560005;
  }
  .adress-con p {
    margin-bottom: 10px;
  }
  .official-account {
    width: 110px;
    text-align: center;
    align-self: center;
  }
  .official-account span {
    line-height: 50px;
  }
  .foot-bottom {
    padding: 50px 0;
    background: #FFF;
  }
  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .site-info {
    text-align: center;
    margin-bottom: 15px;
  }
  .site-info a, .site-info span {
    margin-right: 10px;
    color: #333;
    font-size: 14px;
  }
  .link {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link span {
    margin-right: 15px;
  }
  /* 底部公用样式-foot.css end*/
  /* 其他补充... */
   .Submit-alert, .success-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
  }
  .alert-bg,.success-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
  }
  .alert-box {
    padding: 30px 40px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 430px;
    height: 580px;
    text-align: center;
    background: #FFF;
    border-radius: 7px;
    z-index: 9999;
  }
  .discount-text {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
  }
  .discount-code {
    padding: 0;
    text-align: center;
  }
  .discount-code img {
    width: 200px;
    height: auto;
  }
  .discount-price {
    text-align: center;
    font-size: 14px;
    color: #333;
  }
  .discount-price>span {
    display: block;
    line-height: 25px;
  }
  .discount-price>span:nth-child(1) {
    font-size: 18px;
    color: #c94d56;
    font-weight: 600;
  }
  .discount-msg {
    margin-top: 15px;
    color: #666666;
    text-align: center;
  }
  .alert-box>a {
    margin: 30px auto;
    display: inline-block;
    padding: 20px 35px;
    color: #FFF;
    background: #999;
    border-radius: 4px;
    text-decoration: none!important;
  }
  .success-con {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 435px;
    height: 325px;
    background: #FFF;
    z-index: 9999;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .success-con>span {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
  }
  /* 支付 */
  .discount-pay, .weChat-box, .Aliplay-box {
    position: relative;
    margin: 15px 30px;
  }
  .weChat-box, .Aliplay-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .weChat-box label {
    background: url(/images/usercenter/WeChatPlay.png) no-repeat center left;
    background-size: 24px auto;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    flex-grow: 1;
    text-align: left;
  }
  .Aliplay-box label {
    background: url(/images/usercenter/AlipayPlay.png) no-repeat center left;
    background-size: 24px auto;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    flex-grow: 1;
    text-align: left;
  }
  .discount-pay label::before {
    content: "";
    display: block;
    width: 23px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) center no-repeat;
    /*     border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    right: 0px;
    /* background: red; */
  }
  /* 隐藏CheckBox属性原来的样式*/
  .discount-pay input[type=radio] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .discount-pay input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) center no-repeat !important;
  }
  /* 支付 end*/

  .no_data {
    width: 100%;
    text-align: center;
    display: block;
  }
  .error {
padding: 100px 0;
width: 1200px;
margin: 0 auto;
text-align: center;
}
.error p {
font-size: 16px;
color: #444;
line-height: 30px;
}
.error a {
margin-top: 10px;
margin-right: 10px;
display: inline-block;
width: 124px;
height: 35px;
line-height: 35px;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 14px;
border-radius: 3px;
-webkit-border-radius: 3px;
}

.error a:nth-child(1) {
background-color: #e45e3f;
}

.error a:nth-child(2) {
background-color: #6882bc;
}
}

/* mobile */

@media (max-width: 768px) {
.standard {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background: #0096ff;
}
.lightning {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background: #ff5c00;
}
.carefully {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background: #d9354d;
}
  /* 头部公用样式-head.css */
  .head {
    width: 100%;
  }
  body{
    background: #f8f8f8;
  }
  .top-head {
    padding: 15px 0;
    height: 80px;
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
  }
  .logo {
    display: flex;
    align-items: flex-end;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .logo img {
    width: 62px;
    height: auto;
  }
  .logo span {
    margin-left: 10px;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    background: #d9344c;
    color: #FFF;
  }
  .head-server {
    margin-left: 40px;
    display: flex;
    align-items: center;
    float: left;
    height: 88px;
  }
  .enterprise-member {
    margin-right: 35px;
  }
  .enterprise-member p strong, .product-member p strong {
    font-size: 18px;
    color: #d9344c;
  }
  .enterprise-member p:nth-of-type(2), .product-member p:nth-of-type(2) {
    color: #666;
    text-align: right;
  }
  .btm-head {
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .btm-head .container {
    padding: 0;
  }
  .navbar {
    margin-bottom: 0;
    float: left;
  }
  .navbar-default {
    width: 100%;
    height: 80px;
    /* background: #FFF; */
    border: none;
  }
  .navbar-toggle {
    float: left;
    border: none;
  }
  .container-fluid {
    padding: 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 0;
    left: -101%;
    width: 100%;
    height: 100vh;
    display: flex;
    background: rgb(0 0 0 / 50%);
    z-index: 999;
  }
  .navbar-nav {
    padding-top: 50px;
    margin: 0;
    width: 65%;
    background: #333;
  }
  .navbar-nav>li>a {
    font-size: 15px;
    padding: 25px 25px;
    border-bottom: 1px solid #3d3d3d;
  }
  .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #b0b0b0;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #b0b0b0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #b0b0b0;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 20px 15px 20px 25px;
  }
  .dropdown-menu {
    padding: 0 0 0 15px;
  }
  .caret {
    transform: rotate(-90deg);
  }
  .open .caret {
    transform: rotate(0deg);
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #d9344c;
    color: #FFF;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #d9344c;
    color: #FFF;
  }
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border: none;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding: 0;
    margin: 0;
  }
  .nav-tb {
    display: inline-block;
    margin-top: 24px;
    margin-left: 15px;
    width: 35px;
    height: 30px;
    background: url(/images/base/nav.png) no-repeat center;
    background-size: contain;
  }
  .close-nav {
    position: absolute;
    top: 20px;
    left: 67%;
    width: 50px;
    height: 50px;
    background: url(/images/base/close_nav.png) no-repeat center;
    background-size: 30px auto;
  }
  .login-register>a {
    padding: 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    text-align: center;
  }
  .login-register a {
    font-size: 14px;
    color: #d9344c;
  }
  .login-register>a {
    display: block;
    width: 50px;
    height: 30px;
  }
  .login-register a img {
    width: 26px;
    height: auto;
  }
  .before_login {
    display: none;
  }
  .after_login a {
    font-size: 13px;
    margin: 5px 0;
  }
  .after_login {
    padding: 10px;
    position: absolute;
    top: 80px;
    right: -0;
    width: 80%;
    height: 50px;
    background: #FFF;
    border-radius: 0 0 4px 4px;
    z-index: 9999;
    display: none;
  }
  /* .userhead:hover+.after_login {
    display: block;
  } */
  .head-right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #FFF;
    display: flex;
    z-index: 999;
    border-top: 1px solid #dfdfdf;
  }
  .head-right div {
    flex-grow: 1;
    border-right: 1px solid #dfdfdf;
  }
  .head-right div:nth-last-child(1) {
    border-right: none;
  }
  .head-right div:nth-of-type(3){
    display: none;
  }
  .head-right a {
    display: block;
    padding-top: 45px;
    margin-top: 13px;
    font-size: 15px;
    text-align: center;
    color: #333;
  }
  .head-right div:nth-of-type(1) a {
    background: url(/images/base/xmxq.png) no-repeat center top;
    background-size: 33px auto;
  }
  .head-right div:nth-of-type(2) a {
    background: url(/images/base/vip.png) no-repeat center top;
    background-size: 33px auto;
  }
   .head-right div:nth-of-type(4) a {
    background: url(/images/base/consult.png) no-repeat center top;
    background-size: 33px auto;
  }
  /* 头部公用样式-head.css end*/
  /* 面包屑 */
  .breadcrumb {
    padding: 25px 2%;
    margin-bottom: 0;
    list-style: none;
    background-color: none;
    border-radius: none;
    font-size: 14px;
  }
  .breadcrumb>li>a {
    color: #666;
    text-decoration: none;
  }
  .breadcrumb>li+li:before {
    display: none;
  }
  .breadcrumb>li+li+li:before {
    padding: 0 5px;
    color: #666;
    content: ">";
  }
  .breadcrumb>.active {
    color: #d9344c;
    font-size: 14px;
  }
  /* 面包屑 end*/
  /* 会员中心类别导航 */
  .member-container {
    margin-bottom: 80px;
    padding: 0;
  }
  .category-con {
    padding: 0 2%;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    /* border-radius: 7px; */
    border: 1px solid #e5e5e5;
    border-bottom: none;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    overflow: hidden;
    z-index: 99;
    display: none;
  }
  .menu-ul1>li {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #e5e5e5;
    background: url(/images/usercenter/jbxx.png) no-repeat 10px 13px;
    background-size: 30px;
  }
  .menu-ul1>li:nth-of-type(2){
    background-image: url(/images/usercenter/zhxx.png);
  }
  .menu-ul1>li:nth-of-type(3){
    background-image: url(/images/usercenter/xmgl.png);
  }
  .menu-ul1>li:nth-of-type(4){
    background-image: url(/images/usercenter/zhxx.png);
  }
  .menu-ul1>li:nth-of-type(5){
    background-image: url(/images/usercenter/zhxx.png);
  }
  .menu-ul1>li:nth-of-type(6){
    background-image: url(/images/usercenter/xgsjhm.png);
  }
  .menu-ul1>li:nth-of-type(7){
    background-image: url(/images/usercenter/xgmm.png);
  }
  .menu-ul1>li:nth-of-type(8){
    background-image: url(/images/usercenter/xgmm.png);
  }
  .menu-ul1>li:nth-of-type(9){
    background-image: url(/images/usercenter/tuichu.png);
  }
  .menu-ul1>li::after{
    content:"";
    position: absolute;
    top: 15px;
    right: 5px;
    width: 13px;
    height: 24px;
    background: url(/images/usercenter/jt_right.png) no-repeat center;
    background-size: 7px;
  }
  .menu-ul1>li>a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
  }
  .menu-ul1>li>a:hover {
    color: #d9344c;
  }
  .li_cur>a, .li_cur2>a {
    color: #d9344c !important;
  }
  .li_cur .caret {
    transform: rotate(0) !important;
  }
  /* .li_cur::after{
    transform: rotate(90deg);
  } */
  .menu-ul1>li>a>.caret {
    display: none;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    margin-right: 20px;
    transform: rotate(-90deg);
  }
  .menu-ul1>li>ul {
    display: none;
  }
  .li_cur > ul{
    display: block !important;
  }
  .menu-ul1-01>li {
    height: 40px;
  }
  .menu-ul1-01>li a {
    font-size: 14px;
    color: #666666;
  }
  .menu-ul1-01>li a:hover {
    color: #d9344c;
  }
  /* 会员中心类别导航 end*/
  /* 底部公用样式-foot.css */
  .foot {
    width: 100%;
    background: #d9344c;
    margin-top: 20px;
  }
  .foot-top {
    padding: 25px 0;
    border-bottom: 1px solid #e15d70;
  }
  .font-nav ul li {
    float: left;
    margin-right: 15px;
  }
  .font-nav ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
  }
  .foot-center {
    padding: 0px 0 25px 0;
  }
  .foot-center .container:before, .foot-center .container:after {
    content: none !important;
  }
  .foot-center>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    color: #FFF;
  }
  .adress-tel {
    width: 100%;
  }
  .adress-tit {
    margin-bottom: 15px;
    border-bottom: 5px solid #FFF;
  }
  .adress-tit>span {
    position: relative;
    top: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 5px solid #560005;
  }
  .adress-con p {
    margin-bottom: 10px;
  }
  .official-account {
    margin-top: 15px;
    width: 110px;
    text-align: center;
    align-self: start;
  }
  .official-account span {
    line-height: 50px;
  }
  .foot-bottom {
    padding: 25px 0;
    background: #FFF;
    padding-bottom: 90px;
  }
  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .site-info {
    text-align: center;
    margin-bottom: 15px;
    line-height: 25px;
  }
  .site-info a, .site-info span {
    margin-right: 10px;
    color: #333;
    font-size: 14px;
  }
  .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link span {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin-right: 10px;
  }
  .link img {
    width: 50px;
    height: auto;
  }
  /* 底部公用样式-foot.css end*/
  /* 其他补充... */
  
   .Submit-alert, .success-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
  }
  .alert-bg ,.success-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
  }
  .alert-box {
    padding: 15px 20px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: auto;
    text-align: center;
    background: #FFF;
    border-radius: 7px;
    z-index: 9999;
  }
  .discount-text {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
  }
  .discount-code {
    padding: 0;
    text-align: center;
  }
  .discount-code img {
    width: 200px;
    height: auto;
  }
  .discount-price {
    text-align: center;
    font-size: 14px;
    color: #333;
  }
  .discount-price>span {
    display: block;
    line-height: 25px;
  }
  .discount-price>span:nth-child(1) {
    font-size: 18px;
    color: #c94d56;
    font-weight: 600;
  }
  .discount-msg {
    margin-top: 15px;
    color: #666666;
    text-align: center;
  }
  .alert-box>a {
    margin: 30px auto;
    display: inline-block;
    padding: 20px 35px;
    color: #FFF;
    background: #999;
    border-radius: 4px;
  }
  .success-con {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 325px;
    background: #FFF;
    z-index: 9999;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .success-con>span {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
  }

  /* 支付 */
  .discount-pay, .weChat-box, .Aliplay-box {
    position: relative;
    margin: 15px 8px;
  }
  .weChat-box, .Aliplay-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .weChat-box label {
    background: url(/images/usercenter/WeChatPlay.png) no-repeat center left;
    background-size: 24px auto;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    flex-grow: 1;
    text-align: left;
  }
  .Aliplay-box label {
    background: url(/images/usercenter/AlipayPlay.png) no-repeat center left;
    background-size: 24px auto;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    flex-grow: 1;
    text-align: left;
  }
  .discount-pay label::before {
    content: "";
    display: block;
    width: 23px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) center no-repeat;
    /*     border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    right: 0px;
    /* background: red; */
  }
  /* 隐藏CheckBox属性原来的样式*/
  .discount-pay input[type=radio] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .discount-pay input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) no-repeat center !important;
  }
  /* 支付 end*/

  .no_data {
    width: 100%;
    text-align: center;
    display: block!important;
    margin:40px 0;
}
.error {
padding: 30px 2%;
width: 100%;
margin: 0 auto;
text-align: center;
}
.error p {
font-size: 16px;
color: #444;
line-height: 30px;
}
.error a {
margin-top: 10px;
margin-right: 10px;
display: inline-block;
width: 124px;
height: 35px;
line-height: 35px;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 14px;
border-radius: 3px;
-webkit-border-radius: 3px;
}

.error a:nth-child(1) {
background-color: #e45e3f;
}

.error a:nth-child(2) {
background-color: #6882bc;
}
}
.display{
    display:none;
}
.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.auth_btn {
    width: auto!important;
    color: #fff;
    border: 1px solid #d1d1d1;
    padding: 0px 13px;
    background: #d9344c;
    cursor: pointer;
}

.payTip{
    margin:5px 0;
}