@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,span{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
img{vertical-align:top; border:none;}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;}
li{list-style-type:none;}
textarea{resize:none;}
textarea,input{font-family:"Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;font:12px/1.5;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
input::-ms-clear{display:none;}
a:focus, *:focus{noFocusLine: expression(this.onFocus=this.blur());}
.clear{clear: both;}
a, object{outline:none;}
a{cursor:pointer;color:#333;}
a:link{text-decoration:none;}
ul, li, ol{list-style: none outside none;}
li{vertical-align:top;}
li{vertical-align:bottom;}
html{_background-attachment: fixed;}
:focus{outline: 0;}
input, button{border: 0; outline: none; background: none; filter: chroma(color=#000000);}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #bdbcbc;}
i, em, b{font-style: normal;}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder{color: #999; font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1; font-size: 12px;}
::selection{background: #f20e0e; color: #fff;}
::-moz-selection{background: #f20e0e; color: #fff;}
table{width: 100%; border-collapse: collapse; border-spacing: 0;}
table td{word-break: break-all;word-wrap: break-word;text-align: center;}
input{font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1; font-size: 12px;}
a, a *{text-decoration: none; outline: none; star: expression(this.onFocus=this.blur());}
.clearfix{clear: both; zoom: 1;}
.clearfix:after{content: ''; display: block; clear: both;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
img{max-width: 100%; border: 0; outline: none; vertical-align: middle;}
.el{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.el2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.el3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
/*reset end*/

/*字体size*/
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
/*浮动*/
.fl{display: inline; float: left}
.fr{display: inline; float: right}
/*消失隐藏*/
.show{display: block!important;}
.hide{display: none!important;}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
} 
.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}
.ant-btn {
    line-height: 1.499;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
.ant-input {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-variant: tabular-nums;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ant-input-group {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.ant-input-affix-wrapper {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
}

.ant-input {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-variant: tabular-nums;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 4px 11px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ant-btn:hover {
    color: #ff4249;
    background-color: #fff;
    border-color: #ff4249;
}
.ant-btn-primary:focus, .ant-btn-primary:hover {
    color: #fff;
    background-color: #ff4249;
    border-color: #ff4249;
}

.ant-input-search>.ant-input-suffix>.ant-input-search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
    line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon), .ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
    line-height: 1.5;
}
.ant-btn>i, .ant-btn>span {
    pointer-events: none;
    display: inline-block;
}

body {
    font-family: Microsoft YaHei,PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    word-wrap: break-word;
    word-break: break-all;
}
.ant-tabs-bottom .ant-tabs-ink-bar-animated, .ant-tabs-top .ant-tabs-ink-bar-animated {
    -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
}
.ant-select, .ant-select ol, .ant-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ant-select {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    outline: 0;
}
.ant-select-selection {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.ant-select-selection__rendered {
    display: block;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    line-height: 30px;
}
.ant-select-search__field__placeholder, .ant-select-selection__placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 9px;
    color: #bfbfbf;
    line-height: 20px;
    height: 20px;
    max-width: 100%;
    margin-top: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.ant-select-selection__rendered:after {
    content: ".";
    visibility: hidden;
    pointer-events: none;
    display: inline-block;
    width: 0;
}
.ant-select-arrow {
    display: inline-block;
    font-style: normal;
    vertical-align: -.125em;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    line-height: 1;
    margin-top: -6px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: rgba(0,0,0,.25);
    font-size: 12px;
}
.ant-select-arrow .ant-select-arrow-icon {
    display: block;
}
.ant-select-arrow>* {
    line-height: 1;
}
.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: -.125em;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ant-select-arrow .ant-select-arrow-icon svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.ant-select-arrow svg {
    display: inline-block;
}
.anticon svg {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.ant-btn-primary {
    color: #fff;
    background-color: #f61825;
    border-color: #f61825;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.ant-input-search.ant-input-search-enter-button>.ant-input-suffix {
    right: 0 !important;
    position: absolute!important;
}
.x-login .ant-modal-footer {
    border-top: none;
    padding: 0 40px 35px;
}
.ant-modal-footer {
    border-top: 1px solid #e8e8e8;
    padding: 10px 16px;
    text-align: right;
    border-radius: 0 0 4px 4px;
}
.ant-modal-confirm .ant-modal-body {
    padding: 32px 32px 24px;
}
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon, .ant-modal-confirm-warning .ant-modal-confirm-body>.anticon {
    color: #faad14;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    overflow: hidden;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
    margin-left: 38px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    margin-top: 8px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
    margin-top: 24px;
    float: right;
}
.ant-modal-confirm-body-wrapper:after {
    clear: both;
}
.ant-modal-confirm-body-wrapper:after, .ant-modal-confirm-body-wrapper:before {
    content: "";
    display: table;
}
.ant-modal-confirm-body>.anticon {
    font-size: 22px;
    margin-right: 16px;
    float: left;
}
.ant-table.ant-table-bordered .ant-table-title {
    border: 1px solid #e8e8e8;
    padding-left: 16px;
    padding-right: 16px;
}
.ant-table-title {
    padding: 16px 0;
    position: relative;
    top: 1px;
    border-radius: 4px 4px 0 0;
}
.ant-table-bordered .ant-table-title+.ant-table-content, .ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th, .ant-table-bordered .ant-table-title+.ant-table-content table, .ant-table-without-column-header .ant-table-title+.ant-table-content, .ant-table-without-column-header table {
    border-radius: 0;
}
.ant-table-title+.ant-table-content {
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
mark {
    background-color: transparent;
    padding: 0;
}
.ant-table {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    clear: both;
}
.ant-table-body {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.ant-table-bordered .ant-table-title+.ant-table-content, .ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th, .ant-table-bordered .ant-table-title+.ant-table-content table, .ant-table-without-column-header .ant-table-title+.ant-table-content, .ant-table-without-column-header table {
    border-radius: 0;
}
.ant-table-tbody>tr, .ant-table-thead>tr {
    -webkit-transition: all .3s,height 0s;
    transition: all .3s,height 0s;
}

.ant-table-thead>tr:first-child>th:first-child {
    border-top-left-radius: 4px;
}
.ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th {
    border-right: 1px solid #e8e8e8;
}
.ant-table-tbody>tr>td, .ant-table-thead>tr>th {
    padding: 16px;
}
.ant-table-thead>tr>th {
    background: #fafafa;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    text-align: left;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-body>table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table, .ant-table-bordered .ant-table-header>table {
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0;
}
ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th {
    border-right: 1px solid #e8e8e8;
}
.ant-table-tbody>tr>td, .ant-table-thead>tr>th {
    padding: 16px;
}
.ant-table-tbody>tr>td {
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all .3s,border 0s;
    transition: all .3s,border 0s;
}
.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row)>td, .ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td, .ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row)>td, .ant-table-thead>tr:hover:not(.ant-table-expanded-row)>td {
    background: #ffe8e6;
}
.ant-table.ant-table-bordered .ant-table-footer {
    border: 1px solid #e8e8e8;
}
.ant-table-footer {
    padding: 16px;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    position: relative;
    border-top: 1px solid #e8e8e8;
}
.ant-table.ant-table-bordered .ant-table-footer {
    border: 1px solid #e8e8e8;
}
.ant-table-footer:before {
    content: "";
    height: 1px;
    background: #fafafa;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
}

/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/
/*---------------- 原来的css/v2/header.css -----------------*/

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-index {
    background: #ffffff;
}

#header {
    height: auto;
    margin-right: 5px;
}

.alert-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 5px;
    background-color: #404040;
}

.grayblank {
    width: 100%;
    height: 38px;
    background: #F4F5F7;
}

.gray-content {
    position: relative;
    height: 38px;
    width: 1200px;
    margin: 0 auto;
    line-height: 38px;
}


.ullis {
  float: right;
}

.ullis > ul > li {
  position:relative;
  float: left;
  padding: 0 15px 0 10px;
  cursor: pointer;
  border: 1px solid #f4f5f7;
  border-bottom: none;
}
.ullis > ul > li.ullis_li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 38px;
    width: 67px;
    height: 1px;
    background-color: #ffffff;
    z-index: 3;
}
.ullis > ul > li.active{
  border: 1px solid #f00;
    z-index: 4;
}
.ullis .ullis_li.active .ullis_classify{
  display: block;
  border: 1px solid #f00;
  box-shadow: 0 4px 9px rgba(0,0,0,.2);
}
.ullis > ul > li span,
.ullis > ul > li a{
  position: relative;
}
.ullis > ul > li .ullis_classify{
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: #fff;
  padding: 15px 0;
}
.ullis > ul > li:nth-child(1) .ullis_classify{
  width: 1200px !important;
}
.ullis > ul > li:nth-child(2) .ullis_classify{
  width: 800px !important;
}
.ullis > ul > li:nth-child(3) .ullis_classify{
  width: 600px !important;
}
.ullis > ul > li .ullis_classify .ullis_classify_div{
  width: 192px;
  float: left;
  text-align: left;
  font-size: 14px;
  float: left;
  background: #fff;
  padding: 22px 0 0 19px;
}
.ullis > ul > li .ullis_classify .ullis_classify_div h2{
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 16px;
}
.ullis > ul > li .ullis_classify .ullis_classify_div b{
  font-size: 18px;
  color: #939293;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.ullis > ul > li .ullis_classify .ullis_classify_div a{
  color: #5a5a5a;
}
.ullis > ul > li .ullis_classify .ullis_classify_div ul{
  width:100%;
  height: auto;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li{
  height: 20px;
  line-height: 22px;
  margin: 0;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li:last-child{
  margin-bottom: 30px;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li:hover a{
 color:#000;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li span{
  border:1px solid;
  line-height:12px;
  padding:1px 2px;
  font-size:12px;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li.li_hot a{
  color:#f72a3a;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li.li_new a{
  color:#2b65f4;
}
.ullis > ul > li .ullis_classify .ullis_classify_div li.li_recommend a{
  color:#ff921e;
}
.ullis > ul > li:not(:last-child) span:after,.ullis > ul > li:not(:last-child) a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  margin-left: 14px;
  background-color: rgba(255, 255, 255, .3);
}
.ullis > ul > li:hover{
  color:#F61825;
}
.ullis > ul > li i {
  width: 18px;
  height: 10px;
  background: url(/static/web/images/index/v2/arrow_gray.png) no-repeat center;
  display: inline-block;
}
.ullis > ul > li:hover i{
  background: url(/static/web/images/index/v2/arrow_red.png) no-repeat center;
}
.ullis > ul > li:last-child img {
  vertical-align: text-top;
}

.ullis > ul > li .tel {
  font-size: 14px;
  font-weight: normal;
}

.x-top__passport {
    margin-left: 10px;
}

.x-top__passport a {
    margin-right: 10px;
    font-size: 12px;
    color: #272727;
}

.x-top__passport a:hover,
.ullis li:not(last-child) a:hover {
    color: #F61825;
}

.x-top__passport a:first-child {
    color: #F61825;
}

.header_profile {
    color: #F61825;
}

.x-top__passport a img {
    margin-right: 5px;
}

.x-control {
    width: 1200px;
    margin: 20px auto 25px;
    zoom: 1;
}

.x-control__search {
    float: right;
    zoom: 1;
}

.x-control .xg-search {
    width: 582px;
    position: relative;
    float: left;
    border: 1px solid #2b65f4;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 13px 0 rgba(43, 101, 244, .1);
    box-shadow: 0 6px 13px 0 rgba(43, 101, 244, .1);
}

.x-control__search .xg-search__label {
    float: left;
    width: 85px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    position: relative;
    color: #333;
    font-size: 14px;
    vertical-align: top;
    cursor: pointer;
    background: url(../../../images/web/index/v2/icon_bt.png) no-repeat right 10px center #fff;
    border-radius: 5px;
}

.x-control__search .xg-search__label .xg-search__modal {
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f61825;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
    box-shadow: 0 5px 10px 0 rgba(41, 36, 35, .2);
    zoom: 1;
    width: 86px;
}

.x-control__search .xg-search .ant-input-search {
    float: left;
    width: 495px;
    height: 40px;
}

.x-control__search .xg-search__label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #e5e5e5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.x-control__search .xg-search__modal a:not(:nth-child(8n)) {
    /* margin-right: 15px; */
}

.x-control__search .xg-search__modal a.active,
.x-control__search .xg-search__modal a:hover {
    color: #f72a3a;
}

.x-control__search .xg-search__modal a {
    float: left;
    font-size: 14px;
    color: #474747;
    min-width: 56px;
    line-height: 30px;
    text-align: center;
}

.x-control__search .xg-search .ant-input-search .ant-input {
    padding: 0 315px 0 10px;
    border-color: transparent;
}

.x-control__search .xg-search .ant-input-search {
    float: left;
    width: 495px;
    height: 40px;
}

.ant-input-search .leibie {
    position: absolute;
    right: 110px;
    top: 9px;
    display: none;
}
.ant-input-search .leibie.active {
    display: block;
}

.ant-input-search .leibie a {
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    padding: 1px 7px;
    color: #7e7e7e;
    font-size: 12px;
    background: #efefef;
    border-radius: 20px;
}

.ant-input-search.ant-input-search-enter-button>.ant-input-suffix {
    right: 0;
}

.x-control__search .xg-search .ant-input-search .ant-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    background-color: #2b65f4;
    border-radius: 0 2px 2px 0;
    border: none;
    cursor: pointer;
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
    line-height: 1.5;
}

.ant-btn>i,
.ant-btn>span {
    pointer-events: none;
    display: inline-block;
}

.brand-info__control .ant-btn i {
    margin-right: 4px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.x-control .buy_issue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 220px;
    height: 42px;
    margin: 0;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #f72a3a;
}

.x-control .buy_issue .buy {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #f72a3a;
}

.x-control .buy_issue .issue {
    font-size: 14px;
    color: #f72a3a;
    font-weight: 700;
}

.x-control .buy_issue .buy,
.x-control .buy_issue .issue {
    display: block;
    width: 50%;
    height: 100%;
    line-height: 40px;
}

.x-control__search:after {
    clear: both;
}

.x-control__search:after,
.x-control__search:before {
    content: "";
    display: table;
}

.x-control .buy_issue .buy i {
    background: url(../../../images/web/index/search_qgsb.png) no-repeat 50%;
}

.x-control .buy_issue .issue i {
    background: url(../../../images/web/index/light_search_cssb.png) no-repeat 50%;
}

.x-control .buy_issue .buy i,
.x-control .buy_issue .issue i {
    display: inline-block;
    width: 21px;
    height: 100%;
    vertical-align: top;
}

.x-header__wrap {
    position: relative;
    zoom: 1;
    width: 1200px;
    margin: 0 auto;
}

.x-header__wrap:after,
.x-header__wrap:before {
    content: "";
    display: table;
}

.x-icon {
    font-family: x-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav {
    display: block;
}

.x-header__nav {
    height: 40px;
    line-height: 40px;
}

.x-header__nav .nav-menu {
    float: left;
    position: relative;
}

.x-header__nav .nav-menu>a {
    position: relative;
    float: left;
    height: 40px;
    padding: 0 27px;
    color: #272727;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.x-header__nav .nav-menu:first-child a {
    padding-left: 38px;
    margin-left: 0px;
    background-image: url(../../../images/web/index/light_nav_home_red.png);
    background-position: 17px;
    background-repeat: no-repeat;
}

.x-header__nav .nav-menu:not(:last-child)>a:after {
    content: "";
    position: absolute;
    right: 1;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-left: 26px;
    background-color: #dcdcdc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.x-header__nav .nav-menu>a:hover {
    color: #F61825;
}

.nav-menu .sub-nav {
    position: absolute;
    top: 61px;
    display: none;
    padding: 5px 10px;
    font-size: 14px;
    /* border-top: 2px solid #2b65f4; */
    background-color: #fff;
    width: 112px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.nav-menu:hover .sub-nav {
    display: block;
}

.nav-menu .sub-nav a {
    font-size: 14px;
}

.nav-menu .sub-nav li:hover a {
    font-weight: bold;
    color: #333;
}

.nav-menu .sub-nav .small_arrow {
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 2px solid #f1f4f5;
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #f1f4f5;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

/* 导航标签 */
/* 导航标签--向下红色三角 */
.down-tag {
    position: absolute;
    left: 10%;
    top: 15px;
    width: 0px;
    height: 0px;
    padding: 0px;
    border-width: 5px;
    border-style: solid;
}

.x-header__nav .nav-menu>a .hottag {
    background-color: #f59a5d;
}

.x-header__nav .nav-menu>a .newtag {
    background-color: #6690f3;
}

.x-header__nav .nav-menu>a .freetag {
    background-color: #f5606c;
}

.x-header__nav .nav-menu>a .hottag div {
    border-color: #f59a5d transparent transparent;
}

.x-header__nav .nav-menu>a .newtag div {
    border-color: #6690f3 transparent transparent;
}

.x-header__nav .nav-menu>a .freetag div {
    border-color: #f5606c transparent transparent;
}

.x-header__nav .nav-menu>a .x-icon {
  font-weight: normal;
  position: absolute;
  top: -15px;
  left: 56%;
  font-style: normal;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 1px;
  color: #fff;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 5px;
  -webkit-animation: bounceTag 1.5s ease-in-out infinite;
  animation: bounceTag 1.5s ease-in-out infinite;
  transform: scale(0.9);
}

@keyframes bounceTag {
    0% {
        margin-top: -5px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -5px;
    }
}

.x-header__nav .nav-menu>a.nuxt-link-exact-active,
.x-header__nav .nav-menu>a:hover,
.x-header__nav .nav-menu:not(:first-child)>a .nuxt-link-active {
    color: #2b65f4;
    border-bottom: 2px solid;
}

.x-qrcode {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2d2828;
    cursor: pointer;
}

.x-qrcode i {
    color: #e21f1c;
}

.x-qrcode:hover,
.x-qrcode:hover i {
    color: #e21f1c;
}

.x-qrcode__wrap {
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
    width: 165px;
    padding: 10px 24px 24px;
    text-align: center;
    background: url(../../../images/web/index/qrcode_bg.2130bf5.png) no-repeat;
    background-size: cover;
    border-top: 1px solid transparent;
    cursor: default;
}

.x-qrcode__title {
    margin-bottom: 18px;
    color: #474747;
    font-size: 16px;
    border-bottom: 1px dashed #a0a0a0;
}

.x-qrcode__img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 2px solid #f61825;
}

.x-header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    -webkit-box-shadow: 2px 4px 35px 0 rgba(46, 42, 42, .08);
    box-shadow: 2px 4px 35px 0 rgba(46, 42, 42, .08);
}

.x-header,
.x-header__fixed {
    background-color: #fff;
}

.x-header__wrap:after {
    clear: both;
}

.x-header__wrap:after,
.x-header__wrap:before {
    content: "";
    display: table;
}

.x-icon-qrcode:before {
    content: "\E6AE";
}

.x-qrcode:hover .x-qrcode__wrap {
    display: block;
}

.x-layout-aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 5px;
    background-color: #404040;
}

.x-layout-aside__control {
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.x-layout-aside__item {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 3px;
    color: #fefefe;
    text-align: center;
    line-height: 35px;
    background-color: #404040;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.x-layout-aside__item>span {
    position: absolute;
    right: -105px;
    width: 105px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    background: #f61825;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu {
    position: relative;
}

.x-menu__tel {
    margin-left: 22px;
    line-height: 45px;
}

.x-menu__tel+img {
    float: right;
    margin-right: 15px;
    margin-top: 12px;
}

.x-control__search .xg-search__label:hover .xg-search__modal {
    display: block;
}

.x-layout-aside__item:hover {
    color: #fefefe;
    background-color: #f61825;
}

.x-layout-aside__item:hover>span {
    right: 35px;
}

.x-layout-aside .icon_personal_center {
    background-image: url(../../../images/web/index/icon_personal_center.png);
}

.x-layout-aside .icon_shopping {
    background-image: url(../../../images/web/index/icon_shopping.png);
}

.x-layout-aside .icon_service {
    background-image: url(../../../images/web/index/icon_service.png);
}

.x-layout-aside .icon_collect {
    background-image: url(../../../images/web/index/icon_collect.png);
}
.x-layout-aside .icon_top {
    background-image: url(../../../images/web/index/icon_top.png);
}

.x-layout-aside .validate_kefu {
    background-image: url(../../../images/web/index/zkkf.png);
}

.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    filter: alpha(opacity=50);
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.ant-modal-centered {
    text-align: center;
}

.ant-modal-centered:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.ant-modal-centered .ant-modal {
    display: inline-block;
    top: 0;
    text-align: left;
    vertical-align: middle;
}

.x-buy .ant-modal-content {
    width: 690px;
    border: 14px solid rgba(0, 0, 0, .3);
}

.ant-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    outline: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.ant-modal-close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    font-style: normal;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    /* background: url('../../../images/web/common/login_close.png') no-repeat center; */
}

.ant-modal-closex {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    font-style: normal;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    background: url('../../../images/web/login_close.png') no-repeat center;
}

.ant-modal-header {
    padding: 16px 24px;
    color: rgba(0, 0, 0, .65);
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e8e8e8;
}

.ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.x-buy .ant-modal-body {
    padding: 30px 0 0 126px;
}

.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}

.x-buy__title {
    margin-bottom: 30px;
    font-size: 14px;
    color: #989898;
}

.x-buy .ant-input-group {
    height: 40px;
    margin-bottom: 20px;
}

.x-buy .ant-input-group .xg-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    border: 1px solid #d9d9d9;
    border-right: none;
}

.x-buy .ant-input-group .xg-icon .x-icon {
    font-size: 16px;
}

.x-buy .ant-input-group .ant-select {
    height: 40px;
}

.x-buy .xg-group__1 .ant-input,
.x-buy .xg-group__1 .ant-select {
    width: 360px;
}

.x-buy .ant-input-group .ant-select-selection {
    height: 100%;
    border-radius: 0 4px 4px 0;
}

.ant-select-selection--single {
    height: 32px;
    position: relative;
    cursor: pointer;
}

.x-buy .ant-input-group .ant-select-selection__rendered {
    height: 100%;
    margin: 0;
}

.ant-select-selection__rendered select {
    width: 100%;
    border: none;
    color: #bdbcbc;
}

.x-buy .ant-input-group .ant-input {
    height: 40px;
    border-radius: 0 4px 4px 0;
}

.x-buy .xg-group__2 .ant-input {
    width: 260px;
}

.x-buy .xg-group__3 .ant-input {
    width: 315px;
}

.x-buy__tip {
    font-size: 12px;
    color: #6d9ad2;
}

.x-buy .ant-modal-footer {
    padding-left: 126px;
    padding-bottom: 40px;
    text-align: left;
    border-top: none;
}

.ant-modal-footer {
    padding: 10px 16px;
    text-align: right;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
}

.x-buy .ant-modal-footer .ant-btn {
    width: 112px;
    height: 43px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
}

.ant-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 23456;
}

.x-login .ant-modal-content {
    width: 400px;
}

.x-login .ant-modal-header {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: none;
}

.ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.x-login__tabs {
    position: relative;
    width: 200px;
    margin: 0 auto;
    zoom: 1;
}

.x-login__tabs:after,
.x-login__tabs:before {
    content: "";
    display: table;
    clear: both;
}

.x-login__tabs a {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 5px;
    font-size: 18px;
    color: #474747;
    text-align: center;
}

.x-login__tabs a.active {
    color: #f61825;
}

.x-login .ant-modal-body {
    padding: 0 40px;
}

.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}

.x-login .ant-modal-body .ant-input {
    width: 320px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 0;
}

.x-login .ant-modal-body .ant-input-search {
    margin-bottom: 15px;
}

.x-login__tip {
    height: 20px;
    font-size: 12px;
    color: #f5222d;
    line-height: 20px;
}

.x-login .ant-modal-body .ant-input-search .ant-input {
    margin-bottom: 0;
}

.x-login .ant-modal-body .ant-btn {
    height: 42px;
    color: #fff;
    background-color: #ff7d7d;
    border-radius: 0;
}

.x-login__tabs a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    background-color: #d2d2d2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.x-login .ant-modal-footer .ant-btn {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #fb462d;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(251, 70, 45, .2);
    box-shadow: 0 5px 10px 0 rgba(251, 70, 45, .2);
}

.x-login__tabs--slider {
    position: absolute;
    bottom: 0;
    display: block;
    width: 25%;
    height: 2px;
    background: #f61825;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ant-input:focus,
.ant-input:hover {
    border-color: #ff4249;
    border-right-width: 1px !important;
}

.x-login__links a {
    color: #4d4d4d;
    font-size: 12px;
}

.x-login__links span {
    margin: 0 12px;
    color: #e6e6e6;
}

.x-login__links .x-icon {
    font-size: 12px;
}

.ant-modal-confirm .ant-modal-confirm-btns button+button {
    margin-left: 8px;
    margin-bottom: 0;
}

.cart-count {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #ff4546;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(255, 69, 70, .47);
    box-shadow: 0 2px 5px 0 rgba(255, 69, 70, .47);
}

.x-layout-aside__back {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.x-layout-aside_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.x-layout-aside_validate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 593px;
    height: 530px;
    margin: -265px 0 0 -291.5px;
    padding: 80px 40px 0;
    background: url(../../../images/web/index/aside_validate_bg.ff3c865.png) no-repeat 50%;
}

.x-layout-aside_validate .name {
    color: #4c4c4c;
    font-size: 30px;
    font-weight: 700;
}

.x-layout-aside_validate .name span {
    color: #f10215;
}

.x-layout-aside_validate .info {
    color: #999;
    font-size: 16px;
}

.x-layout-aside_validate .input_code {
    margin-top: 25px;
    font-size: 0;
}

.x-layout-aside_validate .input_code_icon {
    display: inline-block;
    width: 64px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    background: #f5f5f5 url(../../../images/web/index/aside_search.8aabe57.png) no-repeat 50%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.x-layout-aside_validate .input_code .ant-input {
    display: inline-block;
    width: 445px;
    height: 52px;
    border-radius: 0 4px 4px 0;
}

.x-layout-aside_validate .validate_btn {
    width: 100%;
    height: 52px;
    margin-top: 20px;
    background: -webkit-linear-gradient(139deg, #fa756c, #fa5054);
    background: linear-gradient(311deg, #fa756c, #fa5054);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(251, 70, 45, .17);
    box-shadow: 0 5px 10px rgba(251, 70, 45, .17);
}

.x-layout-aside_validate .validate_btn .ant-btn {
    width: 100%;
    height: 100%;
    color: #fffefe;
    font-size: 20px;
    background-color: transparent;
    border: none;
}

.x-layout-aside_validate .validate_result {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 40px;
    padding: 15px 0 20px;
    background: #f7fafc;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.x-layout-aside_validate .validate_tip {
    margin-top: 12px;
    color: #a8a8a8;
    font-size: 12px;
    text-align: center;
}

.x-layout-aside_validate_close {
    position: absolute;
    top: 22px;
    right: -18px;
}

.x-layout-aside_validate .validate_result_p1 {
    color: #999;
    font-size: 14px;
}

.x-layout-aside_validate .validate_result .not-pass {
    color: #f23439;
}

.x-layout-aside_validate .validate_result_show {
    margin-top: 6px;
    color: #21beb9;
    font-size: 20px;
    font-weight: 700;
}

.x-layout-aside_validate .validate_result .not-pass i {
    background: url(../../../images/web/index/jakefuicon.png) no-repeat 50%;
}

.x-layout-aside_validate .validate_result_show i {
    display: inline-block;
    width: 23px;
    height: 22px;
    margin-top: 5px;
    vertical-align: top;
    background: url(../../../images/web/index/zhenkefuicon.png) no-repeat 50%;
}

.x-layout-aside_validate .validate_result_code_show {
    margin-top: 2px;
    color: #4c4c4c;
    font-size: 16px;
}

.x-layout-aside_validate .validate_result_code_show span {
    font-weight: 700;
}

.x-layout-aside_validate .validate_result .seal {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 分页 */
.serach_pages {
    width: 950px;
    height: 96px;
    margin: 0 auto 45px;
    padding: 10px;
    line-height: 86px;
    text-align: center;
    background-color: #fff;
}

.serach_pages span {
    margin-right: 8px;
    color: #5c5c5c;
    font-size: 14px;
}

.serach_pages a {
    display: inline-block;
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    padding: 0 10px;
    color: #7c7c7c;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2 ease-out;
    transition: all .2 ease-out;
}

.serach_pages a:hover,
.serach_pages .active {
    color: #2c68f5;
    border: 1px solid #2c68f5;
}

.jump_page {
    width: 40px;
    height: 32px;
    margin: 0 8px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

/*  顶部banner */
.headerbanner {
    display: none;
    position: relative;
    width: 100%;
    height: 90px;
    color: #fff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.headerbanner_news_wrap{
    background: url(../../images/web/common/activity1111tl.jpg) no-repeat center;
}
.headerbanner_wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
}

.headerbanner_box {
    position: relative;
    display: block;
    width: 1200px;
    height: 100%;
    padding-top: 30px;
    margin: auto;
    text-align: center;
    line-height: 40px;
}

.headerbanner .headerbanner_close {
    position: absolute;
    right: -40px;
    top: 11px;
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background: url("../../../activity51/images/adpull_close.png") no-repeat;
}

.headerbanner .headerbanner_close.headerbanner_news_close {
    /* background: rgba(0,0,0,.3); */
}
.headerbanner.bannerHide {
    opacity: 0;
    height: 0;
}

/* 活动侧浮栏 */
.act_float{position: fixed;left: 0;top: 50%;margin-top: -136px;z-index: 999999;}
.Seckill_active{
    position: fixed;
    left: 10px;
    bottom: 40%;
    width: 149px;
    height: 143px;
    z-index: 3;
    background: url(../../images/web/common/activity1111left.png) no-repeat center;
 } 

.Seckill_active a{
/* position: relative; */
display: inline-block;
width: 100%;
height: 100%;
}
.Seckill_active .Seckill_active_close{position: absolute;top: 1px;right: 1px;width: 30px;height: 30px;border: none;/* background-color: rgba(255,255,255,.5);  */border-radius: 50%;cursor: pointer;}  



/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/
/*---------------- 原来的css/v2/footer.css -----------------*/

/* footer 浅色部分*/
.main-footer {
	/* margin-top: 40px; */
	background-color: #1f1f1f;
}

.x-rule {
    width: 100%;
    height: 100px;
    background-color: white;
	border-bottom: 1px solid hsla(0, 0%, 82.4%, .16);
    box-shadow: 0 -1px 5px #f5f4f4;
}

.x-rule__wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.x-rule__item {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
	padding-left: 60px;
	/* background-image: linear-gradient(to right, #f7f7f7, #fff); */
	/* border-right: 1px dashed #e7e7e7; */
}

.x-rule__img {
	float: left;
    width: 48px;
    height: 48px;
    margin-top: 26px;
    margin-right: 10px;
}

.x-rule__main {
	float: left;
    margin-top: 26px;
}

.x-rule__title {
	margin: 0;
    color: #333;
    font-size: 18px;
}

.x-rule__intro {
	margin: 0;
    color: #5c5c5c;
    font-size: 14px;
}

.x-rule__item:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: 0;
    content: "";
    width: 1px;
    height: 42px;
    background-color: hsla(0, 0%, 82.4%, .22);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* footer 深色部分 */
.footer-blackbg {
    background-image: url(/static/web/images/index/v2/footer_bg.png);
    background-repeat: no-repeat;
    background-color: #1f1f1f;
    background-position: 130px 0;
}

.main-footer__wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 29px;
    zoom: 1;
}

.x-links {
    float: left;
    zoom: 1;
    width: 58%;
    position: relative;
}

.x-links:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    border-right: 1px dashed hsla(0, 0%, 100%, .1);
    position: absolute;
    top: 0;
    right: -80px;
}

.x-link {
    float: left;
    /* margin-right: 100px; */
    /* margin-bottom: 50px; */
    margin: 20px 100px 0 0;
}

.x-link__title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}

.x-link__item:not(:last-child) {
    margin-bottom: 10px;
}

.x-link__item {
	display: block;
    font-size: 14px;
    color: #757575;
}

.x-link__item:hover,
.x-links .blogroll-links a:hover {
    color: #ccc;
}

.main-footer__contact {
    float: left;
    padding-left: 135px;
}

.main-footer__contact :nth-child(3) {
    margin: 20px 0;
}

.main-footer__contact p .x-icon {
    color: #f61825;
}

.main-footer__contact p {
	margin-bottom: 20px;
    color: #525252;
    font-size: 14px;
}

.x-icon {
    font-family: x-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-footer__tel {
	margin: 11px 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.main-footer__tel b {
    font-size: 16px;
    color: #ffffffd6;
}
.qrcode img:nth-child(2){
	margin-left: 15px;
}
.main-footer__wrap:after,
.main-footer__wrap:before {
    content: "";
    display: table;
}

.main-footer__wrap:after {
    clear: both;
}

.main-footer__verify {
    width: 1200px;
    margin: 0 auto 12px;
}

.main-footer__verify .logo2 {
    margin-left: 5px;
    cursor: pointer;
}

.main-footer__verify .logo2 img {
    height: 41px;
    border-radius: 3px;
}

.main-footer__bottom {
    padding: 20px 0 25px;
	text-align: left;
	border-top: 1px dashed hsla(0, 0%, 82.4%, .16);
}

.main-footer__bottom_in {
    width: 1200px;
    margin: auto;
}

.main-footer__bottom_in_span a {
    font-size: 12px;
    color: #999;
}

.main-footer__bottom_in_span .span1:before,
.main-footer__bottom_in_span .span2:before {
	position: relative;
	top: -2px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
	background: url(/static/web/images/index/icon1.8873c72.png) no-repeat 50%;
}

.main-footer__bottom_in_span .span2,
.main-footer__bottom_in_span .span3 {
    margin-left: 11px;
}

.main-footer__bottom_in_span a {
    font-size: 12px;
    color: #999;
}

.main-footer__bottom_in_span .span3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 4px;
    vertical-align: sub;
    background: url(/static/web/images/index/icon3.b332477.png) no-repeat 50%;
}

.main-footer__bottom p span {
    margin-left: 28px;
}

.main-footer__bottom p {
	margin: 6px 0;
    font-size: 12px;
    color: #515151;
}

.blogroll-links {
	float: left;
	font-size: 14px;
	color: #757575;
	margin-bottom: 20px;
}

.blogroll-links a {
    color: #757575;
    margin-right: 19px;
    line-height: 20px;
}
.blogroll-links a:hover {
    color: #999999;
}

.x-links .blogroll-links .linkbox {
	display: inline-block;
	float: right;
    width: 220px;
    height: 35px;
	margin: -17px 5px;
    background: #29292F;
}

.x-links .blogroll-links .linkbox dd {
    float: left;
	width: 159px;
	margin-left: 20px;
	color: #8A8A8A;
    line-height: 35px;
    font-size: 14px;
}

.x-links .blogroll-links .linkbox dt {
	float: right;
    width: 35px;
    height: 35px;
    background: #36363C url(../../images/index/v2/link_down.png) no-repeat center;
    cursor: pointer;
}

.x-links .blogroll-links .links {
    position: relative;
    display: none;
	height: 0;
}

.x-links .blogroll-links .links .linkboxli {
    position: absolute;
    left: -21px;
    bottom: 0;
    max-height: 190px;
	background: #29292F;
	border-bottom: 1px solid #333;
    overflow-x: hidden;
    overflow-y: auto;
}

.x-links .blogroll-links .links .linkboxli a {
	display: block;
	width: 197px;
	color: #888;
    line-height: 35px;
    text-indent: 10px;
}

.x-links .blogroll-links .links .linkboxli a:hover {
    color: #ccc;
}

.x-links .blogroll-links .linkbox:hover .links {
    display: block;
}

.x-links .blogroll-links .linkbox:hover dt {
    background: #36363C url(../../images/index/v2/link_up.png) no-repeat center;
}

/* 页面底部广告栏-国庆 */
.bottom_nationalday_wrap{
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.bottom_nationalday_wrap .nationalday_left{
	position: fixed;
	bottom: 150px;
	width: 0px;
	transition: width 1s;
	-moz-transition: width 1s;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
}
.bottom_nationalday{
	width: 100%;
	height: 119px;
	display: block;
	transition: width 1s;
	-moz-transition: width 1s;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
}
.bottom_nationalday_wrap .bottom_nationalday_box{
	position: absolute;
	right: -1149px;
	left: 0;
	width: 43px;
	height: 40px;
	margin: auto;
	top: 0;
}
.bottom_nationalday_box .nationalday_bottom_btn{
	position: absolute;
	right: 5px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: #dcdcdc;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
}
  
 .qq_pop{
     display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.qq_pop_content{
    position: fixed;
    top: 21%;
    left: 33%;
    width: 499px;
    height: 353px;
    background:url(../../images/web/index/tip_img.png) no-repeat center;
    border-radius: 5px;
}
.qq_pop_content h2{
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    line-height: 75px;
    margin-bottom: 32px;
    font-weight: normal;
    padding-left: 35px;
}
.qq_pop_content p {
    font-size: 18px;
    color:#333333;
    line-height: 30px;
    padding-left: 35px;
}
.close_qq_pop_content{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../../images/web/index/close_img.png) no-repeat center;
}



.prize_pop_content {
    width: 100%;
    position: absolute;
    top: -150px;
}

.prize_pop_content .redcontent {
    position: relative;
    padding: 15px 15px 0 15px;

}

.prize_pop_content .red-box {
    position: absolute;
}

.prize_pop_content .red-box img {
    height: auto;
    cursor: pointer;
    width: 70%;
    height: 70%;
}

/* 公共弹窗 */
.listWindow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  display: none;
}

.listWindow .listwrap {
  width: 600px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
}
.listWindow .listwrap {
  text-align: center;
  background: #fff;
  font-size: 0;
}

.listWindow .listwrap .close_div{
	width: 100%;
	height: 60px;
	background: #3064db;
	position: relative;
	top: 0;
	color: #fff;
}
.listWindow .listwrap .close_div p{
	font-size: 18px;
	margin: 0;
	line-height: 60px;
	text-align: left;
  padding-left: 57px;
  background-position: 5%  50%;
  background-repeat: no-repeat;
}
.listWindow .listwrap .close_div p.title_patent{
  background-image: url("../../images/web/brandlist/title_patent.png");
}
.listWindow .listwrap .close_div p.title_sale{
  background-image: url("../../images/web/brandlist/title_sale.png");
}
.listWindow .listwrap .close_div p.title_brand{
  background-image: url("../../images/web/brandlist/title_brand.png");
}
.listWindow .listwrap .close_div p.title_copyright{
  background-image: url("../../images/web/brandlist/title_copyright.png");
}
.listWindow .listwrap .close_div span{
	font-size: 14px;
	
}
.listWindow .listwrap .close_div .close_window {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../../images/web/brandlist/close_window.png") no-repeat center center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.listBox{
	width: 100%;
	background: #fff;
	height: calc(100% - 210px);
	overflow: hidden;
}
.listBox .ul{
	width: 100%;
	height: 100%;
	padding: 33px 33px 15px;
}

.listBox .ul .selectLi{
	width: 90%;
	height: 40px;
	margin: 16px auto;
	text-align: left;
	border: 1px solid #EEEEEEFF;
	position: relative;
}
.listBox .ul .selectLi_wrap .selectLi{
  display: none;
}
.listBox .ul .selectLi_wrap .selectLi.on{
  display: block;
}
.listBox .ul .selectLi > span{
  font-size: 14px;
  color: #333333FF;
  line-height: 40px;
  margin-left: 20px;
  width: 76px;
  border-right: 1px solid #EEEEEEFF;
}
.listBox .ul .selectLi p{
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  margin-left: 15px;
  width: calc(100% - 116px);
  cursor: pointer;
}
.listBox .ul .selectLi p i{
  display: inline-block;
  width: 40px;
  height: 38px;
  color: #999;
  background: #FAFAFAFF url("../../images/web/brandlist/arrow_down.png") no-repeat center center;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.listBox .ul .selectLi p.on i{
  background: #EAEAEAFF url("../../images/web/brandlist/arrow_up.png") no-repeat center center;
}
.listBox .ul .selectLi input{
  padding:5px 15px;
  font-size: 14px;
  color: #666;
  width: calc(100% - 100px);
}
.listBox .ul .selectLi ul {
  position:absolute;
  display:none;
  width: 384px;
  background: #ffffff;
  border: 1px solid #EEEEEEFF;
  left: 95px;
  top: 38px;
  z-index: 1;
  overflow-y: scroll;
  max-height: 194px;
}
.listBox .ul .selectLi  ul li{
  height: 32px;
  line-height: 32px;
  text-indent:10px;
  /* border-bottom: 1px solid #f5f5f5; */
}
.listBox .ul .selectLi  ul li a{
  display:block;
  height: 32px;
  color: #999;
  font-size: 14px;
  text-decoration:none;
}
.listBox .ul .selectLi  ul li a:hover{
  background: #F1FAFF;
  color: #999;
}
.listWindow .listwrap button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  margin: 0 5px;
}
.listWindow .listwrap .function{
	margin-bottom: 38px;
}
.listWindow .listwrap .function button.resetbtn{
	border: 1px solid #2966f6;
	color: #2966f6;
}
.listWindow .listwrap .function button.surebtn{
	border: 1px solid #2966f6;
	background: #2966f6;
	color: #fff;
}