/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: "SourceHanSansCN" !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {*/
/*font-size: 2em;*/
/*margin: 0.67em 0;*/
/*}*/

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

a:hover {
    color: #33CCFF;
}

.after {
    content: '';
    display: block;
    clear: both;
}

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

.transition {
    transition: all ease-in-out 0.3s;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover,
button:hover,
button:focus {
    text-decoration: none !important;
    outline: none !important;
}

.imgobjectfit {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.imgobjectfit2 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.transition {
    transition: all ease-in-out 0.3s;
}

.layui-btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

/*swiper*/
.myswiper-pagination .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

.myswiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    margin: 0 5px;
    outline: none;
    transition: all ease-in-out 0.3s;
}

.myswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
    width: 12px;
    height: 12px;
}

.myswiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #DCDCDC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
}

.myswiper-pagination .swiper-button-prev,
.myswiper-pagination .swiper-button-next {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    outline: none;
    display: block;
}

.myswiper-pagination .swiper-button-prev:hover,
.myswiper-pagination .swiper-button-next:hover {
    background: #fff;
}

.myswiper-pagination .swiper-button-prev:before,
.myswiper-pagination .swiper-button-next:before {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.myswiper-pagination .swiper-button-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myswiper-pagination .swiper-button-next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*bgimg*/
.bgimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

* {
    box-sizing: border-box;
}

:after,
:before {
    box-sizing: border-box;
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

body {
    color: #222;
    font-size: 14px;
}

a {
    color: #444;
}

.container {
    width: 1170px;
    width: 1200px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}

.jt-down {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e63a";
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    font-size: 12px;
}

.layui-btn {
    border-radius: 0;
}

.layui-btn-post {
    background: #FF9933;
}

.layui-btn-expo {
    background: #F4F4F4;
    color: #444;
}

.layui-btn-expo:hover {
    color: #000;
}

.layui-btn-expo-div {
    display: none;
}

.layui-btn-expo-div .layui-tab ul.layui-tab-title {
    margin: 0 !important;
    display: flex;
    border-color: #CFCFCF;
    padding: 0 24px;
}

.layui-btn-expo-div .layui-tab ul.layui-tab-title li {
    flex: 0 0 auto !important;
    padding: 0 !important;
    min-width: auto !important;
}

.layui-btn-expo-div .layui-tab ul.layui-tab-title li + li {
    margin-left: 30px;
}

.layui-btn-expo-div .layui-tab ul.layui-tab-title .layui-this {
    color: #FF9933;
}

.layui-btn-expo-div .layui-tab ul.layui-tab-title .layui-this:after {
    height: 3px;
    border: none;
    background: #FF9933;
    bottom: -1px;
    top: auto;
    left: 0;
    right: 0;
}

.layui-btn-expo-div .layui-tab .layui-tab-content {
    padding: 0;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul {
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li {
    width: 50% !important;
    flex: 0 0 auto !important;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a {
    padding: 20px 0;
    display: block;
    text-align: center;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a:hover .txt {
    color: #FF9933;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a:hover .img img.default {
    opacity: 0;
    z-index: 1;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a:hover .img img.hover {
    opacity: 1;
    z-index: 3;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a .txt {
    padding-top: 10px;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a .img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.layui-btn-expo-div .layui-tab .layui-tab-content ul li a .img img.default {
    opacity: 1;
    z-index: 3;
}

.top {
    background: #F4F4F4;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 99;
}

.top .container {
    display: flex;
}

.top .container .home {
    padding-left: 25px;
    position: relative;
    display: block;
    width: 110px;
}

.top .container .wec {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #363636;
    margin-right: 21px;
}

.top .container .home:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e638";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -4px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #000000;
}

.top .container .left {
    flex: 1 1 auto;
}

.top .container .right {
    flex: 0 0 auto;
}

.top .container .right ul {
    display: flex;
}

.top .container .right ul li {
    position: relative;
    padding: 0 5px;
}

.top .container .right ul li:hover ul {
    display: block;
}

.top .container .right ul li:hover > a {
    color: #FF9933;
}

.top .container .right ul li a {
    display: block;
    color: #444;
    position: relative;
}

.top .container .right ul li a:hover {
    color: #FF9933;
}

.top .right .mobilePlatformLog {
    position: absolute;
    left: -5px;;
    display: none;
}

a.sign:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e676";
    display: none;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top .container .right ul li a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e676";
    display: none;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top .container .right ul li a.js-hover {
    min-width: 100px;
    padding-right: 15px;
}

.top .container .right ul li a.js-hover:after {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e63a";
    right: 8px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    font-size: 12px;
}

.top .container .left a.sign {
    position: relative;
}

.top .container .left a.sign,
.top .container .right ul li a.join-free {
    display: inline-block;
}

.top .container .right ul li a.join-free {
    margin-left: 10px;
}

.top .container .left a.sign,
.top .container .right ul li a.buyer,
.top .container .right ul li a.supplier,
.top .container .right ul li a.lang-en,
.top .container .right ul li a.lang-cn,
.top .container .right ul li a.wap {
    padding-left: 20px;
}

.top .container .left a.sign {
    color: #33CCFF;
}

.top .container .left a.sign:before {
    display: block;
}

.top .container .right ul li a.buyer:before {
    content: "\e6a4";
    display: block;
}

.top .container .right ul li a.supplier:before {
    content: "\e6a6";
    display: block;
}

.top .container .right ul li a.lang-en:before,
.top .container .right ul li a.lang-cn:before {
    content: "\e6a5";
    display: block;
}

.top .container .right ul li a.wap:before {
    content: "\e69e";
    display: block;
}

.top .container .right ul li ul {
    position: absolute;
    display: block;
    background: #F4F4F4;
    left: 0;
    width: 100%;
    display: none;
    border-top: 2px solid #FF9933;
}

.top .container .right ul li ul li {
    position: static;
    padding: 0;
    background: #F4F4F4;
}

.top .container .right ul li ul li + li {
    border-top: 1px solid #E5E5E5;
}

.top .container .right ul li ul li + li:hover {
    border-top: 1px solid #FF9933;
}

.top .container .right ul li ul li + li:before {
    display: none;
}

.top .container .right ul li ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.top .container .right ul li ul li a:hover {
    background: #FF9933;
    color: #fff;
}

header {
    position: relative;
}

header .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 0 53px;
}

header .container .left {
    width: 206px;
    flex: 0 0 auto;
}

#hot_search_items {
    margin-top: 10px;
}

header .container .left .logo {
    display: block;
}

header .container .right {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

header .container .right .layui-form {
    height: 44px;
}

header .container .right .layui-form .layui-input {
    border: none;
    height: 40px;
    line-height: 40px;
}

header .container .right .layui-form .layui-form-box {
    background: #FFFFFF;
    border: 2px solid rgba(68, 68, 68, 1);
    display: flex;
    width: 468px;
    height: 100%;
    border-radius: 5px;
}

header .container .right .layui-form .layui-form-box .select {
    width: 75px;
}

header .container .right .layui-form .layui-form-box .select .layui-edge {
    border: none;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

header .container .right .layui-form .layui-form-box .select .layui-edge:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e63a";
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    font-size: 12px;
}

header .container .right .layui-form .layui-form-box .input {
    flex: 1 1 auto;
}

header .container .right .layui-form .layui-form-box .submit .layui-btn {
    background: none;
    text-indent: -999em;
    width: 40px;
    position: relative;
    height: 40px;
    line-height: 40px;
}

header .container .right .layui-form .layui-form-box .submit .layui-btn:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e616";
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 24px;
}

header .container .right .right-btn {
    margin-left: 15px;
}

header .container .right .right-btn ul {
    display: flex;
    width: 100%;
    position: relative;
}

header .container .right .right-btn ul li {
    margin-right: 10px;
}

header .container .right .right-btn ul li .layui-btn {
    line-height: 36px;
    height: 36px;
    width: 90px;
    background: #FF9933;
    border-radius: 5px;
    text-align: center;
    padding: 0;
}

header .container .right .right-btn ul li .layui-btn-a {
    background: #FFFFFF;
    border: 1px solid #FF9933;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FF9933;
}

header .container .right .right-btn ul li:hover .layui-btn-expo {
    background: #f4f4f4;
    color: #333;
}

header .container .right .right-btn ul li:hover .layui-btn-expo:after {
    color: #FF9933;
}

header .container .right .right-btn ul li:hover .layui-btn-expo-div {
    display: block;
}

header .container .right .right-btn ul li .layui-btn-expo {
    position: relative;
    background: #000;
    color: #fff;
    padding-right: 35px;
}

header .container .right .right-btn ul li .layui-btn-expo:after {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e63a";
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    font-size: 12px;
    right: 10px;
}

header .container .right .right-btn ul li .layui-btn-expo-div {
    position: absolute;
    left: 9px;
    background: #f4f4f4;
    right: 9px;
}

.layui-form-select dl dd.layui-this {
    background: #33CCFF;
}

nav {
    position: relative;
    z-index: 87;
}

nav.pt-nav-hover .pt-nav:hover .pt-nav-div {
    display: block;
}

nav.pt-nav-hover .pt-nav .pt-nav-div {
    display: none;
}

nav .container {
    height: 50px;
    line-height: 50px;
    display: flex;
}

nav .pt-nav {
    width: 210px;
    position: relative;
}

nav .pt-nav > a {
    display: block;
    background: rgba(66, 190, 237, 1);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

nav .pt-nav .pt-nav-div {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 400px;
    background: rgba(255, 255, 255, 1);
}

nav .pt-nav .pt-nav-div .item {
    /*height: 115px;*/
    /*padding: 35px 20px;*/
    line-height: 1;
    border-bottom: 1px solid #ededed;
}

nav .pt-nav .pt-nav-div .item:hover {
    background: rgba(255, 255, 255, 0.95);
}

nav .pt-nav .pt-nav-div .item:hover > a {
    color: #33CCFF;
}

nav .pt-nav .pt-nav-div .item:hover > a.boat:before {
    background: url(../images/icon/boats-80.png) no-repeat center center;
    background-size: 170%;
}

nav .pt-nav .pt-nav-div .item:hover > a.lifestyle:before {
    background: url(../images/icon/lifestyles-80.png) no-repeat center center;
    background-size: 145%;
}

nav .pt-nav .pt-nav-div .item:hover > a.travel:before {
    background: url(../images/icon/travels-80.png) no-repeat center center;
    background-size: 142%;
    margin-top: 2px;
}

nav .pt-nav .pt-nav-div .item:hover > a.health:before {
    background: url(../images/icon/healths-80.png) no-repeat center center;
    background-size: 185%;
}

nav .pt-nav .pt-nav-div .item:hover > ul li a {
    color: #AEADAD;
    color: #33CCFF;
}

nav .pt-nav .pt-nav-div .item:hover > ul li a:hover {
    color: #33CCFF;
}

nav .pt-nav .pt-nav-div .item:hover > ul li a:before {
    background: #AEADAD;
}

nav .pt-nav .pt-nav-div .item:hover .item-more {
    display: block;
}

nav .pt-nav .pt-nav-div .item > a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-family: Arial;
}

nav .pt-nav .pt-nav-div .item > a:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

nav .pt-nav .pt-nav-div .item > a.boat:before {
    background: url(../images/icon/boat1.png) no-repeat center center;
    background-size: 100%;
}

nav .pt-nav .pt-nav-div .item > a.lifestyle:before {
    background: url(../images/icon/lifestyle1.png) no-repeat center center;
    background-size: 100%;
}

nav .pt-nav .pt-nav-div .item > a.travel:before {
    background: url(../images/icon/travel1.png) no-repeat center center;
    background-size: 100%;
}

nav .pt-nav .pt-nav-div .item > a.health:before {
    background: url(../images/icon/health1.png) no-repeat center center;
    background-size: 100%;
    width: 24px;
    height: 24px;

}

/*nav .pt-nav .pt-nav-div .item > ul {*/
/*    padding-top: 15px;*/
/*}*/

nav .pt-nav .pt-nav-div .item > ul li a {
    display: block;
    line-height: 35px;
    color: rgba(0, 0, 0, 1);
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*nav .pt-nav .pt-nav-div .item > ul li a:before {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    content: '';*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    background: rgba(51, 51, 51, 1);*/
/*}*/

nav .pt-nav .pt-nav-div .item .item-more {
    position: absolute;
    top: 0;
    left: 210px;
    height: 400px;
    width: 750px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 60px 10px 30px;
    display: none;
    overflow: auto;
    z-index: 999;
}

nav .pt-nav .pt-nav-div .item .item-more .item-more-li {
    padding: 5px 0;
}

nav .pt-nav .pt-nav-div .item .item-more .tit {
    padding: 6px 0;
    border-bottom: 2px solid #33CCFF;
}

nav .pt-nav .pt-nav-div .item .item-more .tit a {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #120807;
}

nav .pt-nav .pt-nav-div .item .item-more .ul {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

nav .pt-nav .pt-nav-div .item .item-more .ul ul {
    width: 50%;
    padding: 0 10px;
}

nav .pt-nav .pt-nav-div .item .item-more .ul ul li {
    padding: 10px 0;
}

nav .pt-nav .pt-nav-div .item .item-more .ul ul li a {
    color: #444;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

nav .pt-nav .pt-nav-div .item .item-more .ul ul li a:hover {
    color: #33CCFF;
}

nav .ul-nav {
    padding-left: 52px;
}

nav .ul-nav ul {
    display: flex;
}

nav .ul-nav ul li a {
    font-size: 18px;
    font-weight: bold;
}

nav .ul-nav ul li a:hover {
    color: #33CCFF;
}

nav .ul-nav ul li a.select {
    color: #33CCFF;
}

nav .ul-nav ul li + li {
    padding-left: 52px;
}

footer {
    background: #1B2230;
    height: 58px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

footer .container {
    display: flex;
    align-items: center;
}

footer .container .links {
    flex: 0 0 auto;
}

footer .container .links ul {
    display: flex;
}

footer .container .links ul li {
    position: relative;
}

footer .container .links ul li a {
    display: block;
    line-height: 1;
}

footer .container .links ul li a:hover {
    color: #33CCFF;
}

footer .container .links ul li + li {
    padding-left: 10px;
    margin-left: 10px;
}

footer .container .links ul li + li:before {
    position: absolute;
    content: '';
    top: 1px;
    bottom: 1px;
    line-height: 1;
    width: 1px;
    background: #444;
    left: 0;
}

footer .container .copy {
    flex: 1 1 auto;
    text-align: right;
    padding-left: 50px;
    line-height: 1.4;
}

.footer-links {
    display: flex;
    padding: 34px 0;
}

.footer-links .footer-links-nav {
    display: flex;
    width: 525px;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.footer-links .footer-links-nav ul {
    flex: 1 1 auto;
    width: 33.33%;
    border-left: 1px solid rgba(228, 226, 226, 0.26);
    padding-left: 40px;
}

.footer-links .footer-links-nav ul li {
    display: flex;
    justify-content: center;
}

.footer-links .footer-links-nav ul li a {
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1;
    width: 100px;
    text-align: left;
}

.footer-links .footer-links-nav ul li a:hover {
    color: #33CCFF;
}

.footer-links .footer-links-nav ul li.first a {
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    line-height: 1;
    padding: 0;
    height: 33px;
}

.footer-links .footer-links-logo {
    width: 350px;
    flex: 0 0 auto;
    padding-right: 25px;
}

.footer-links .footer-links-logo .tit {
    color: #120807;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    height: 33px;
}

.footer-links .footer-links-logo ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.footer-links .footer-links-logo ul li {
    width: 50%;
    padding: 7px;
}

.footer-links .footer-links-logo ul li a {
    display: block;
    border: 1px solid #F0F0F0;
    height: 70px;
}

.footer-links .footer-links-logo ul li a:hover {
    border: 1px solid #33CCFF;
}

.footer-links .footer-links-logo ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-links .footer-links-wx {
    flex: 1 1 auto;
    flex-wrap: wrap;
    display: flex;
    margin-left: 20px;
}

.footer-links .footer-links-wx .item:nth-of-type(1) {
    width: 35%;
    text-align: left;
}

.footer-links .footer-links-wx .item:nth-of-type(2) {
    width: 35%;
}

.footer-links .footer-links-wx .item:nth-of-type(3) {
    text-align: right;
}

.footer-links .footer-links-wx .item .tit {
    color: #FFFFFF;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    padding: 0;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
}

.footer-links .footer-links-wx .item .img {
}

.footer-links .footer-links-wx .item .img img {
    width: 122px;
    height: 122px
}

.footer-subscribe {
    display: flex;
    height: 100px;
}

.footer-subscribe .email {
    width: 290px;
    flex: 0 0 auto;
    background: #4E4E4E;
    color: #FFFFFF;
    font-size: 14px;
    padding: 30px 0 0 32px;
}

.footer-subscribe .email:hover .tit {
    color: #33CCFF;
}

.footer-subscribe .email .tit {
    font-size: 16px;
    color: #3A3A3A;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.footer-subscribe .email .tit:after {
    background: url(../images/icon/email.png) no-repeat center center;
    width: 20px;
    height: 12px;
    display: inline-block;
    content: '';
    margin-left: 20px;
}

.footer-subscribe .email a {
    display: block;
    padding-top: 8px;
    line-height: 1;
}

.footer-subscribe .form {
    flex: 1 1 auto;
    background: #3A3A3A;
    display: flex;
}

.footer-subscribe .form .tit {
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 200px;
    flex: 0 0 auto;
    padding: 30px 0 0 56px;
}

.footer-subscribe .form .tit:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e640";
    left: 26px;
    font-size: 28px;
    font-weight: 300;
    top: 28px;
}

.footer-subscribe .form .tit p {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding-top: 8px;
    line-height: 1;
}

.footer-subscribe .form .layui-form {
    flex: 1 1 auto;
    padding-right: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.footer-subscribe .form .layui-form input {
    height: 50px;
    line-height: 50px;
    width: 313px;
    margin-right: 20px;
}

.footer-subscribe .form .layui-form button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #33CCFF;
    text-indent: -999em;
    position: relative;
}

.footer-subscribe .form .layui-form button:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-subscribe .join {
    width: 290px;
    flex: 0 0 auto;
    background: #33CCFF;
}

.footer-subscribe .join:hover a:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.footer-subscribe .join:hover a:after {
    background: #333;
}

.footer-subscribe .join a {
    display: block;
    padding: 30px 0 0 36px;
    position: relative;
    height: 100%;
}

.footer-subscribe .join a:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2333CCFF'%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    z-index: 3;
}

.footer-subscribe .join a:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100%;
}

.footer-subscribe .join a .tit {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer-subscribe .join a .tit p {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding-top: 8px;
    line-height: 1;
}

.tool {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    z-index: 999;
}

@media (min-width: 1300px) {
    .tool {
        background: #3A3A3A;
    }
}

.tool ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1400px) {
    .tool ul {
        background: #3A3A3A;
    }
}

.tool ul li {
    width: 35px;
    height: 35px;
    position: relative;
}

.tool ul li + li {
    margin-top: 5px;
}

.tool ul li:hover > a {
    background: #DA1212;
}

.tool ul li:hover .div {
    display: block;
}

.tool ul li > a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    color: #fff;
}

.tool ul li > a:before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e676";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.tool ul li > a.phone:before {
    content: "\e603";
    font-size: 24px;
}

.tool ul li > a.wx:before {
    content: "\e75e";
}

.tool ul li > a.code:before {
    content: "\e615";
}

.tool ul li > a.zazhi:before {
    content: "\e619";
}

.tool ul li > a.icon-kefu:before {
    content: "\e7ae" !important;
}

.tool ul li .div {
    position: absolute;
    background: #3A3A3A;
    right: 35px;
    top: 0;
    display: none;
    width: 120px;
    min-height: 35px;
    min-width: 130px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.tool ul li .div:before {
    content: '';
    position: absolute;
    border: 5px solid #3A3A3A;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -10px;
    top: 12px;
}

.tool ul li .div .img {
    padding: 10px;
    line-height: 20px;
}

.tool ul li .div .img img {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
    padding: 10px;
    background: #ffffff;
}

.layui-fixbar {
    right: 0 !important;
}

.layui-fixbar li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
}

.layui-fixbar li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../images/icon/top.png) no-repeat center center #3A3A3A;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flex {
    display: flex;
    position: relative;
}

.flex-sp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*步骤条*/
#steps {
}

.step-item {
    display: inline-block;
    position: relative;
    background: #ffffff;
}

.step-item span {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #33CCFF;
    margin-left: 8px;
}

.step-item-tail {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
}

.step-item-tail i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #c2c2c2;
    position: relative;
}

.step-item-tail-done {
    background: rgba(51, 204, 255, 1) !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: top;
    background: #D7D7D7;
    border-radius: 50%;
    font-size: 13px;
    font-family: PingFang SC;
    line-height: 16px;
    font-weight: 800;
    color: #FFFFFF;
}

.step-item-head.step-item-head-active {
    background: rgba(51, 204, 255, 1);
    color: #ffffff;
}

.step-item-main {
    background: #ffffff;
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.slideunlock-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #F4F4F4;
    font-size: 16px;

    color: #ABABAB;
}

.slideunlock-slider {
    padding: 13px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.slideunlock-slider.success {
    background: linear-gradient(90deg, #29F19C, #02A1F9);
    color: #FFFFFF;
}

.slideunlock-label {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(51, 204, 255, 1);
    z-index: 8;
    border-radius: 2px;
    cursor: pointer;
}

.slideunlock-label-tip {
    z-index: 9;
}

@media screen and (max-width: 640px) {
    .slideunlock-wrapper {
        width: 64%;
    }
}

/* 必填项 */
.required {
    position: relative;
}

/*不能输入的input*/
.disabledInput {
    background: #F6F6F6 !important;
}

.unRequired {
    position: relative;
}

.required::before {
    content: "*";
    position: relative;
    margin-right: 3px;
    color: red;
}

.unRequired::before {
    content: "*";
    position: relative;
    margin-right: 3px;
    color: #FFFFFF;
}

/*模态框*/
/* 居中弹框 */
.modal-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

}

.modal-container .modal-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-container .modal-body {
    width: 50%;
    background-color: #ffffff;
    padding: 26px 33px;
    position: absolute;
    top: 50%;
    /*max-height: 600px;*/

    left: 50%;
    transform: translate(-50%, -50%);
}

.addJoinMember .layui-form-item {
    width: 50%;
}

.addJoinMember .perfect-button {
    width: 100%;
}

.modal-container .modal-title {
    font-size: 22px;
    font-weight: bold;
    color: #2F3037;
    padding: 0px 0px 20px 0;
}

.modal-container .modal-center {
    height: 480px;
    overflow: auto;
}

.modal-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-centent {
    padding: 27px 0;
    font-size: 14px;

    color: #2F3037;
    text-align: left;
    width: auto;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-btn {
    width: 186px;
    height: 50px;
    background: #33CCFF;
    font-size: 16px;

    color: #FFFFFF;
    cursor: pointer;
}

.modal-btn:hover {
    background-color: #21B1E0;
}

/*企业中心最新header*/
.member {
    width: 160px;
    height: 50px;
    background: #3A3A3A;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
    font-size: 16px;

    color: #FFFFFF;
}

.member:hover {
    opacity: 0.8;
}

.manage-header {
    height: 50px;
    background: #33CCFF;
    padding: 0 13px;
    font-size: 16px;

    color: #FFFFFF;
    margin-left: 20px;
    float: right;
}

.manage-header:hover {
    opacity: 0.8;
    cursor: pointer;
}

.manage-heade:hover {
    opacity: 0.8;
    color: #ffffff;
    cursor: pointer;
}

/*企业中心*/
.enterprise {
    background-color: rgba(244, 244, 244, 1);
    width: 100%;
    margin-bottom: 20px;
}

.enterprise-box {
    width: 1200px;
    display: flex;

    padding: 18px 0 42px 0;
}
.show-online{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 20px 8px 20px;
}
.check-online{
    display: flex;
    align-items: center;
}
.check-online div{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    color: #ffffff;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.check-online div:hover{
    border-color: #33CCFF !important;
}
.check-online-checked div{
    color: #33CCFF !important;
    border: none !important;
}
.enterprise-left {
    text-align: left;

}
.filter-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0 8px 0;
    padding: 0 20px;
}
.filter-line-other{
    display: flex;
    align-items: center;
}
.filter-select{
    width: 103px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    padding: 0 12px;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.filter-select:hover .filter-select-box{
    display: block !important;
}
.filter-select-box{
    position: absolute;
    left: -1px;
    top: 37px;
    padding: 0 20px;
    width: fit-content;
    background: #ffffff;
    z-index: 9;
    border: 1px solid #D7D7D7;
    display: none;
}
.filter-select-box div{
    font-size: 16px !important;
    font-family: MicrosoftYaHei;
    color: #3A3A3A;
    cursor: pointer;
    text-align: left;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #D7D7D7;
}
.filter-select-box div:hover{
    color: #33CCFF !important;
}
.filter-select-box div:last-child{
    border: none;
}
.filter-select div:nth-child(1){
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #3A3A3A;
}
.filter-select div:nth-child(2){
    font-size: 8px;
    color: #3A3A3A;
}
.filter-tag{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #33CCFF;
    cursor: pointer;
    margin-left: 20px;
}
.filter-del{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #8A8A8A;
    margin-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.filter-del div{
    font-size: 16px;
    margin-right: 8px;
}
.time-box{
    margin-left: 12px;
    width: 103px;
    height: 40px;
    border: 1px solid #D7D7D7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #3A3A3A;
    cursor: pointer;
}
.time-box-check{
    border-color: #FF9933 !important;
    background: #FFF7EF;
    color: #FF9933 !important;
}

.enterprise-left-logo {
    width: 240px;
    height: 232px;
    background-color: #FFFFFF;
}

.enterprise-left-logo img {
    width: 88px;
    height: 88px;
    border-radius: 88px;

}

.enterprise-left-logo span {
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    margin-top: 20px;
    display: block;
}

.enterprise-left-ul .h3 {
    padding: 22px 0 15px 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-left: 4px solid #ffffff;
    color: #3A3A3A;
}

.enterprise-left-ul .h3:hover {
    background: rgba(255, 147, 0, 0.08);
    border-left: 4px solid #FF9933;
    cursor: pointer;
}

.enterprise-left-ul {
    margin-top: 20px;
    padding-bottom: 27px;
    background-color: #FFFFFF;
}

.enterprise-left-ul .layui-collapse {
    border: 0;
}

.enterprise-left-ul .layui-colla-icon {
    right: 14px;
    font-size: 4px;
    left: auto;
    color: #9B9DA2;
    top: 46%;
}

.enterprise-left-ul .layui-colla-title {
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    text-align: left;
    background-color: #FFFFFF;
    /*padding: 0 15px 0 15px;*/
    padding: 22px 0 15px 19px;
}

.enterprise-left-ul .layui-colla-content {
    border: 0;
    text-align: left;
    font-size: 14px;

    color: #3A3A3A;
    padding: 0;
}

.enterprise-left-ul .layui-colla-item {
    border: 0;
}

.enterprise-left-ul .layui-colla-item .wishlist {
    font-size: 14px;
    font-weight: bold;
    color: #3A3A3A;
    text-align: left;
    background-color: #FFFFFF;
    padding: 0 15px 0 35px;
    height: 42px;
    line-height: 42px;
}

.enterprise-left-ul .layui-colla-item .wishlist-center {
    font-size: 16px;
    text-align: center;
    margin: 0 15px 0 15px;
    line-height: 50px;
    color: #ffffff;
    height: 50px;
    background: #33CCFF;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
}

.enterprise-left-ul .layui-colla-content li {
    list-style: inside;
    padding-left: 55px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    border-left: 4px solid #ffffff;
}

.enterprise-left-ul .layui-colla-content li:after {
    content: ' ';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3A3A3A;
    border-radius: 10px;
    left: 30px;
}

.enterprise-left-ul .layui-colla-content li span {
    font-size: 14px;

    color: #3A3A3A;
    color: rgba(58, 58, 58, 1);
}

.enterprise-left-ul .layui-colla-content li:hover {
    background: rgba(255, 147, 0, 0.08);
    border-left: 4px solid #FF9933;
    cursor: pointer;
}

.enterprise-left-active {
    background: rgba(255, 147, 0, 0.08);
    border-left: 4px solid #FF9933 !important;
    cursor: pointer;
}

.online-filling {
    width: 1200px;
    height: 82px;
    background: rgba(244, 244, 244, 1);
    line-height: 66px;
    padding: 16px 0;
    cursor: pointer;

}

.online-filling a {
    font-size: 18px;
    font-family: "SourceHanSansCNBold";
    font-weight: bold;
    color: #33CCFF;
    width: 1200px;
    height: 66px;
    background: #FFFFFF;
    line-height: 66px;
    display: block;
}

.enterprise-title {
    font-size: 30px;
    font-weight: bold;
    color: #2F3037;
    margin: 20px;
    text-align: left;
}

.enterprise-dedail-title {
    font-size: 16px;
    font-weight: bold;
    color: #3A3A3A;
    margin: 32px 20px 34px 20px;
}

.enterprise-dedail-title i {

}

.account-right {
    width: 940px;
    background: #FFFFFF;
    margin-left: 20px;
}
.account-right ul{
    padding: revert;
}

.help-content div,p{
    list-style: unset !important;
    margin: 11px 20px;
}
.help-content ul li p{
    list-style: unset !important;
    margin-left: unset;
}
.account-right ul li{
    list-style: unset !important;
    margin: 11px 20px;
}
.help-content table{
    margin: 11px 20px;
}

.account-box {
    padding: 0 178px 34px 57px;
}

.warninginput {
    position: relative;
    border: 1px solid #FF9933 !important;
}

.warninginput:after {
    content: attr(data-title);
    position: absolute;
    border: 6px solid transparent;
    bottom: -25px;
    font-size: 12px;

    color: #FF9933;
    left: -15%;
    transform: scale(0.8);
    width: 138%;
}

.warninginput input {
    border: 0 !important;
}

.warninginput textarea {
    border: 0 !important;
}

.errorinput:after {
    content: '5555555555555';
    position: absolute;
    border: 6px solid transparent;
    bottom: -25px;
    font-size: 12px;

    color: #FF9933;
    left: 0;
}

.errorinput {
    position: relative;
    border: 1px solid #FF9933 !important;
}

.errorinput input {
    border: 0 !important;
}

.layui-form-item {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}

.layui-table-cell {
    height: auto;
}

.cleartitle {
    font-size: 16px;

    color: #3A3A3A;
}

.clearBtn {
    width: 89px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    font-size: 16px;

    color: #8A8A8A;
    cursor: pointer;
}

.productsCreateUpload {
    width: 100px;
    height: 100px;
    border: 1px solid #D7D7D7;
    background-color: #ffffff;
    margin-top: 10px;
}

/*下拉搜索*/
.downSearch {
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow: auto;
}

.downSearch .ul {
    padding: 10px 20px;
}

.downSearch .ul .li {
    padding: 5px 0;
}

.downSearch .ul .li:hover {
    cursor: pointer;
    color: #33CCFF;
}

.dd {
    animation: shake 1s;
    -o-animation: shake 1s;
    -webkit-animation: shake 1s;
    -moz-animation: shake 1s;
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(8px);
    }
}

@-o-keyframes shake {
    /* Opera */
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(8px);
    }
}

@-webkit-keyframes shake {
    /* Safari 和 Chrome */
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(8px);
    }
}

@-moz-keyframes shake {
    /* Firefox */
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-8px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(8px);
    }
}

.youxuan-box {
    height: 120px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.youxuan-box img {
    width: 173px;
}

.youxuan-box span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #363636;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
}

/*.youxiang-menu{*/
/*!*padding-right: 20px;*!*/
/*}*/
.youxiang-menu .youxiang-menu-li {
    margin-left: 50px;
    text-align: center;
    width: 60px;
    position: relative;
    margin-top: -28px;
}

.youxiang-menu .youxiang-menu-li a:nth-of-type(1) {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    line-height: 60px;
}

.youxiang-menu .youxiang-menu-li a img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.youxiang-menu .youxiang-menu-li i {
    font-size: 40px;
    color: #ffffff;
}

.footers-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
}

.footers-logo img {
    width: 186px;
    height: 50px;
}

.footer-enterprise {
    margin-bottom: 55px;
}

.footer-enterprise h4 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.66);
}

.footer-enterprise ul {
    margin-top: 36px;
}

.footer-enterprise ul li img {
    height: 35px;
    cursor: pointer;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
}

footer .footer-img {
    width: 231px;
    height: 24px;
}


.emanual-footer-links {
    display: flex;
    padding-bottom: 70px;
    padding-top: 30px;
}

.emanual-footer-links .footer-links-nav {
    display: flex;
    width: 385px;
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.emanual-footer-links .footer-links-nav ul {
    flex: 1 1 auto;
    width: 33.33%;
}

.emanual-footer-links .footer-links-nav ul li a {
    display: block;
    padding: 10px 0;
    color: #666;
    line-height: 1;
}

.emanual-footer-links .footer-links-nav ul li a:hover {
    color: #33CCFF;
}

.emanual-footer-links .footer-links-nav ul li.first a {
    color: #120807;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    height: 33px;
}

.emanual-footer-links .footer-links-logo {
    width: 350px;
    flex: 0 0 auto;
    padding-right: 25px;
}

.emanual-footer-links .footer-links-logo .tit {
    color: #120807;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    height: 33px;
}

.emanual-footer-links .footer-links-logo ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.emanual-footer-links .footer-links-logo ul li {
    width: 50%;
    padding: 7px;
}

.emanual-footer-links .footer-links-logo ul li a {
    display: block;
    border: 1px solid #F0F0F0;
    height: 70px;
}

.emanual-footer-links .footer-links-logo ul li a:hover {
    border: 1px solid #33CCFF;
}

.emanual-footer-links .footer-links-logo ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.emanual-footer-links .footer-links-wx {
    flex: 1 1 auto;
    flex-wrap: wrap;
    display: flex;
}

.emanual-footer-links .footer-links-wx .item {
    width: 33.3%;
    text-align: center;
}

.emanual-footer-links .footer-links-wx .item .tit {
    color: #120807;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    margin-left: 33%;
}

.footer-links .footer-links-wx .item .img {

}
.product-news {
    padding-top: 30px;
}

.product-news .th1 {
    display: flex;
    align-items: center;
}

.product-news .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-news .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-news .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.product-news .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-news .list {
    padding: 15px 0;
}

.product-news .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-news .list ul li {
    width: 25%;
    padding: 10px;
}

.product-news .list .item {
    background: #fff;
    height: 220px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.product-news .list .item:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.product-news .list .item:hover .number {
    color: #fff;
}

.product-news .list .item:hover .txt .tit {
    color: #fff;
}

.product-news .list .item:hover .txt .desc {
    color: #fff;
}

.product-news .list .item:hover .time {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.product-news .list .item:hover .time:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
}

.product-news .list .item a {
    display: block;
    height: 100%;
}

.product-news .list .item .number {
    font-size: 22px;
    font-weight: bold;
    color: #d5d5d5;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    transition: all ease-in-out 0.3s;
}

.product-news .list .item .txt {
    padding: 0 20px;
}

.product-news .list .item .txt .tit {
    font-weight: bold;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.product-news .list .item .txt .desc {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
}

.product-news .list .item .time {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    border-top: 1px solid #F0F0F0;
    line-height: 50px;
    padding-left: 20px;
    color: #999;
    transition: all ease-in-out 0.3s;
}

.product-news .list .item .time:after {
    position: absolute;
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2333CCFF'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
}
/*region 产品分类区域样式*/
.product_category_wrap_ul {
    position: relative;
    background-color: white;
}
.product_category_wrap_ul .product_list {
    position: static;
}
/*鼠标放到菜单上，显示子菜单*/
.product_category_wrap_ul .product_list:hover .product_hide {
    display: flex;
}
.product_category_wrap_ul .product_list .menu-icon {
    left: 0;
}
.product_category_wrap_ul .product_list .product_hide {
    background: #fff;
    border: 1px solid #cfcfcf;
    position: absolute;
    width: 990px;
    z-index: 99;
    left: 210px;
    top: 0px;
    display: none;
    height: 400px;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);*/
}

.product_category_wrap_ul .product_hide_left {
    float: left;
    margin-top: 0;
    padding-bottom: 10px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.product_category_wrap_ul .product_hide_left .product_hide_left_item {
    width: 280px;
    margin-bottom: 4px;
}
/*产品分类广告容器*/
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 100%;
}
/*产品分类广告图大小*/
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap a {
    width: 320px;
    height: 270px
}
.product_category_wrap_ul .product_hide_left .product_category_items {
    display: flex;
    flex: auto;
    column-width: 200px;
    column-gap: 50px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
/*滚动条样式*/
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar {
    width: 4px;
}
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0,0,0,0.2);
}
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar-track {
    border-radius: 0;
}
/*右侧猜你喜欢样式*/
.product_list {
    line-height: 35.5px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    cursor: default;
}
.product_hide_left_item_link a::before {
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #e0e0e0;
    font-size: 0;
    content: '';
    top: 2px;
    left: 0;
}
.product_list .menu-icon{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: grey;
    transform: translateY(-50%);
}
.complex_nav_group li:nth-last-child(1) a {
    margin-right: 0;
}
.complex_nav_group li a:hover {
    color: #33CCFF;
}
.product_show h2 {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    padding-left: 30px;
    margin: 0;
}
.product_show_right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.product_hide_left {
    float: left;
    margin-top: 35px;
    padding-bottom: 40px;
    height: calc(100% - 75px);
    overflow-y: scroll;
}
.product_hide_left::-webkit-scrollbar {
    width: 4px;
}
.product_hide_left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0,0,0,0.2);
}
.product_hide_left::-webkit-scrollbar-track {
    border-radius: 0;
}
.product_hide_left_item {
    width: 680px;
    margin-bottom: 4px;
}
.product_hide_left_item_tit {
    float: left;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    text-align: left;
    width: 200px;
    padding-right: 15px;
    box-sizing: content-box;
    left: 25px;
}
.product_hide_left_item_tit img {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.product_hide_left_item_link {
    float: right;
    width: calc(100% - 155px);
}
.product_hide_left_item_link a {
    float: left;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
    padding-left: 15px;
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
}
.product_hide_right {
    float: right;
    width: 244px;
    margin-right: 19px;
    margin-top: 15px;
    padding-top: 9px;
    padding-bottom: 66px;
    height: calc(100% - 109px);
    background-color: #f4f4f4;
    box-sizing: content-box;
}
.product_hide_right_tit {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
}
.product_hide_right_group {
    padding: 0 10px;
}
.product_hide_right_item:nth-child(2n+1) {
    margin-right: 20px;
}
.product_hide_right_item {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: content-box;
}
.product_hide_right_item .hide_right_img {
    width: 100px;
    height: 90px;
    border: 1px solid #ccc;
    position: relative;
    box-sizing: content-box;
}
.product_hide_right_item h2 {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    padding: 4px 0;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: content-box;
    padding-bottom: 1px;
}
.product_hide_right_item:hover h2 {
    color: #33CCFF;
}
.product_hide_right_item .hide_right_img img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}
.product_list:nth-last-child(1) {
    border-bottom: none;
}
.product_list:hover .product_hide {
    display: block;
}
.product_list:hover {
    background-color: #ededed;
}
.product_list:hover .product_show h2 {
    color: #33CCFF;
}
.product_list:hover .product_show .menu-icon{
    color: #33CCFF;
}

/*endregion*/
