.invite-list tablehtml {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {

    transition: background-color 5000s ease-in-out 0s !important;
    background: none !important;
}

a {
    text-decoration: none;
    color: #666666;
}

ul li {
    list-style: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

#top {
    min-width: 1200px;
}

/* input{
	cursor: pointer;
} */
html,
body {
    font-size: 14px;
    background-color: #F9F9F9;
    min-width: 1200px;
}

input,
button {
    outline: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container::after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.head-top {
    font-size: 13px;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}
.head-top-left { float: left;}
.head-top-right { float: right;}
.head-top-menu.head-top-left a { margin-right: 10px;}
.head-top-menu.head-top-right a { margin-left: 10px;}
.head-top-menu a i { font-size: 18px; margin-right: 3px; position: relative; top: 1px;}
.head-center {
    height: 90px;
    align-items: center;
}
.head-center-logo { height: 80px;}
.head-center-search {
    display: flex;
    align-items: center;
    width: 554px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 37px;
    color: #666666;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top: 20px;
}
/*.head-center-search::before {*/
/*    font-family: "gifticonfont" !important;*/
/*    font-size: 22px;*/
/*    font-style: normal;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    content: "\e6cc";*/
/*    position: absolute;*/
/*    left: 7px;*/
/*    top: 7px;*/
/*}*/
.head-center-search input {
    height: 100%;
    width: 443px;
    border: none;
}
.head-center-search span {
    display: inline-block;
    width: 112px;
    background: url(../image/search-bg.png) no-repeat;
    height: 100%;
    text-align: center;
    line-height: 44px;
    color: #FFFFFF;
    cursor: pointer;
}
.head-center a.head-center-logo img {
    height: 100%;
    width: auto;
}
.head-center-left {
    margin-left: 15px;
    color: #666666;
}
.head-center-left p {
    margin-bottom: 4px;
}
.head-menu span {
    padding: 0px 18px;
    border-radius: 5px 5px 0px 0px;
    /* margin-right: 13px; */
    display: inline-block;
    position: relative;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
}
.head-menu span:first-child {

    padding: 5px 12px;
    text-align: center;
    box-sizing: border-box;
}


.head-menu-tab-active ul {
    position: absolute;
    top: 40px;
    background-color: #543d1c;
    width: 100px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}
.head-menu-tab-active {
    color: #FFFFFF;
    background-image: linear-gradient(270deg, #fd7943 0%, #ff1f47 100%), linear-gradient(#fd4259, #fd4259);
    background-blend-mode: normal, normal;
}
.head-menu a:hover {
    color: rgba(22, 109, 252, 1);
}
.head-menu a.head-menu-tab-active:hover {
    color: #ffffff;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: rgba(22, 109, 252, 1)!important;
    background-color: rgba(22, 109, 252, 1)!important;
}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ddd; */
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 7px;
    background: #fff;
    cursor: pointer;
    opacity: 0.4;
}

.slideBox .hd ul li.on {
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 100%;
}

.slideBox .bd img {
    width: 450px;
    height: 230px;
    display: block;
}

.slideBox .bd ul li {

    width: 100%;
    min-width: 1200px;
    background-position: center center !important;
}
.depot-join-btn {
    float: right;
    width: 180px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
.depot-join-btn:visited{
    color: #fff;
}
.depot-join-btn i { font-size: 28px; position: relative; top:4px;}

.btn1 {
    font-size: 12px;
    width: 72px;
    height: 26px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    color: rgba(22, 109, 252, 1);
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    margin-bottom: 15px;
}
.btn2 {
    font-size: 12px;
    width: 72px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    background-color: #112d35;
    color: #FFFFFF;
    margin-left: 10px;
}
.user-box {
    float: right;
    width: 180px;
    background-color: #ffffff;
    text-align: center;
    margin-top: 2px;
    height: 399px;
    pointer-events: auto;
}
.user-box-info p{
    color: #666666;
    margin: 5px 0;
}
.user-box-info a{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #112d35;
    margin-bottom: 10px;
}
.user-box-info a.btn2{
    color: #ffffff;
}
.user-box-image {

}
.index-ad-box img,.slideBox .bd ul li { cursor: pointer;}

.index-ad-box img{width: 280px; height: auto;}
/*
色调
 */

.head-top-menu a:hover { color: rgba(22, 109, 252, 1);}
.head-menu {
    border-bottom: 2px solid rgba(22, 109, 252, 1);
    background-color: #ffffff;
}
.head-center-search {
    border: solid 2px rgba(22, 109, 252, 1);
}
.head-menu-tab-active {
    color: #FFFFFF;
    display: block;
    background-image: linear-gradient(270deg, rgba(22, 93, 252, 1) 0%, rgba(22, 109, 252, 1) 100%), linear-gradient(rgba(22, 109, 252, 1), rgba(22, 109, 252, 1));
    background-blend-mode: normal, normal;

}
.head-menu a.active {
    color: rgba(22, 109, 252, 1) !important;
    font-weight: bold;
}
.header { background-color: #ffffff;}
.banner {
    height: 400px;
    /* background: url(../img/banner.png) no-repeat; */
    width: 100%;
    min-width: 1200px;
    /* background-position: center center; */
    position: relative;
    margin-top: -1px;

}
.user-box-image {     margin-top: 20px;}
.user-box-image img { width: 50px; height: 50px;    border-radius: 50%;}
.user-box-news {
    color: #999999;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}
.user-box-news p {
    line-height: 24px;
    font-size: 13px;
}
.user-box-news span {
    color: #FFFFFF;
    width: 39px;
    height: 18px;
    font-size: 12px;
    background-color: rgba(22, 109, 252, 1);
    border-radius: 8px;
    display: inline-block;
    line-height: 18px;
    margin-right: 2px;
    text-align: center;
}
.user-box-news-list {
    text-align: left;
    padding-left: 5%;
    max-width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 90%;
}
.user-box-menu {
    display: flex;
    flex-wrap: wrap;
}
.user-box-menu a {
    width: 48%;
    height: 59px;
    text-align: center;
    cursor: pointer;
    padding-top: 11px;
    font-size: 12px;
}
.user-box-menu a i { font-size: 24px; color: rgba(22, 93, 252, 1);}
.user-box-menu a:nth-child(1) {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.user-box-menu a p { padding-top: 4px;}
.user-box-menu a:nth-child(2) {
    /* border-left: 1px solid #e9e9e9; */
    border-bottom: 1px solid #e9e9e9;
}

.user-box-menu a:nth-child(3) {
    border-right: 1px solid #e9e9e9;

}
.head-menu-tab-active ul {
    height: 400px;
}

.head-menu-tab-active ul li {
    line-height: 33px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.head-menu-tab-active ul i {
    vertical-align: middle;
    margin-right: 8px;
}

.head-menu-tab-active ul li:last-child{

    padding-bottom: 6px;
}
.head-menu-tab-active li:hover {
    background-color: rgba(22, 93, 252, .4);
}
.head-menu-tab-active ul li {
    line-height: 33px;
}
.banner_center {
    position: absolute;
    top: -2px;
    left: 50%;
    /* height: 460px; */
    transform: translate(-50%, 0%);
    pointer-events: none;
}
.index-ad-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px !important;
    margin-bottom: 21px !important;
}

.footer {
    margin-top: 65px;
    background-color: #ffffff;
    padding-top: 30px;
}
.footer .foot_content{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer .foot_content .block {
    width: 260px;
    height: 56.5px;
    display: block;
    margin-left: 48px;
    float: left;
}
.footer .foot_content .block:first-child {
    margin-left: 0;
}
.footer .foot_content .block img {
    float: left;
}
.footer .foot_content .block .info {
    float: left;
    margin-left: 20px;
}
.footer .foot_content .block .info .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
.footer .foot_content .block .info p {
    font-size: 12px;
    color: #999;
}
.clear {
    clear: both;
}

.footNav_right {
    display: flex;
    text-align: center;
    font-size: 12px;
}
.footNav_right img {
    width: 100px;
    height: 100px;
}
.footer .copyright{
    text-align: center;
    font-size: 16px;
    color: #9b9ea0;
    clear: both;
    /*padding-bottom: 15px;*/
    padding-top: 15px;
}

.footer .copyright p {
    /*padding-top: 25px;*/
    cursor: pointer;
    color: rgba(245, 247, 250, 1);
}

.footer .copyright .jc {
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .copyright .jc a {
    margin-left: 10px;
    cursor: pointer;
    color: #ffffff;
}




.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.g-c {
    zoom: 1;
}

.g-c:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.g-w {
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.g-hide {
    display: none !important;
}



/* - footer style -*/
.footer-box-enterprise-public-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}

.footer-content {
    width: 100%;
    padding-top: 30px;
    background: #112c33;
}

.footer-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}


.footer-box-service{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-box-service-list {
    display: inline-block;
    /*float: left;*/
    margin-right: 110px;
}
.footer-box-service-list:last-child {
    margin-right: 0;
    /*float: right;*/
}

.footer-box-service-list-more li a {
    font-size: 13px;
    font-weight: 300;
    color: rgba(245, 247, 250, 1);
    line-height: 28px;
    display: block;
}
.footer-box-service-list-more li a:hover {
    font-weight: bold;
    background-color: rgba(245, 247, 250, .4);
}

.footer-box-enterprise-public-title-phone {
    font-size: 24px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
}

.footer-box-service-list-more li p {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
}
.footNav_left { float: left; line-height: 30px; margin-right: 20px;}
.footNav_left a, .footNav_left {color: rgba(245, 247, 250, 1);}
.footer-box-enterprise-graphic-img {
    width: 130px;
    height: 130px;
}

.footer-box-enterprise-graphic-text {
    padding-top: 20px;
}

.footer-box-enterprise-graphic-text p {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
    text-align: center;

}

.footer-box-enterprise-record {
    text-align: center;
    padding-top: 290px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(249, 250, 251, 1);
    line-height: 17px;
}

.footer-box-enterprise-record a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(249, 250, 251, 1);
    line-height: 17px;
}



.login_center {
    position: relative;
    height: 653px;
    width: 100%;
    position: relative;
    top: -2px;
}

.login_center_ding {
    position: absolute;
    top: 54px;
    left: 50%;
    /*height: 460px;*/
    transform: translate(-50%, 0%);
    background: url(../image/login_banner_txt1.png) no-repeat;
    height: 100%;
    background-size: auto 70%;
    background-position: top left;
}

.top_zong {
    border-bottom: 2px solid rgba(22, 109, 252, 1);

}


.login_center_login {
    position: absolute;
    right: 0;
    top: -8px;
    width: 410px;
    height: 460px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.login_center_login_txt {
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.login_phone,
.login_mima {
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.login_phone img,
.login_mima img {
    width: 24px;
    height: 24px;
    margin: 0 13px 0px 24px;
}

.login_banner {
    width: 100%;
    min-width: 1200px;
    height: 100%;
}

.login_phone input,
.login_mima input {
    height: 100%;
    width: 280px;
    border: none;
}

.zidong_login {
    display: flex;
    align-items: center;
    padding-top: 21px;
    justify-content: space-between;
}
.xuanze .checkbox {
    position: relative;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    margin-right: 10px;
}
input[type="checkbox"]:checked {
    -webkit-appearance: none;
    background: url(../image/check_bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}
.xuanze .checkbox input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    opacity: 0;
}

.xuanze .checkbox label {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #CCC;
    background: #fff;
    cursor: pointer;
}
.xuanze .checkbox input:checked+label {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(22, 109, 252, 1);
}
.xuanze .checkbox input:checked+label {
    color: rgba(22, 109, 252, 1);
}
.xuanze .checkbox label:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 1px solid #98BDF5;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    /* -webkit-transform: rotate(-45deg); */
}
.xuanze .checkbox input:checked+label:after {
    opacity: 1;
    border: 1px solid rgba(22, 109, 252, 1);
    border-top: none;
    border-right: none;
}
.zidong_login span {
    color: #379be9;
}
button {
    border: none;
    outline: none;
    cursor: pointer;
}
.login_center_login button {
    height: 50px;
    background-color: #112d35;
    background-blend-mode: normal, normal;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
    margin: 34px 0 24px 0;
    color: #ffffff;
}
.go_zhuce {
    text-align: right;
}

.go_zhuce span {
    color: rgba(22, 109, 252, 1);
}
.content {
    background-color: #F9F9F9;
}
.left_title {
    height: 50px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    line-height: 50px;
    color: #FFFFFF;
    background: url(../image/left_title_bg.png) no-repeat;
}
.left-sidenav {
    width: 136px;
    background-color: #FFFFFF;
    float: left;
}
.sidenav {
    padding-left: 16px;
}
.sidenav ul li{
    margin-top: 10px;
    font-weight: bold;
}
.sidenav .list-group {
    padding-left: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.sidenav .list-group-heading { position: relative; left: -15px;}
.sidenav .list-group-heading i { margin-right: 3px; color: #727171;}
.sidenav .list-group-item a:hover { color: rgba(22, 109, 252, 1);}
.sidenav .list-group:last-child {
    border-bottom: none !important;
    padding-bottom: 16px;
}
.right-box {
    float: left;
    width: 1044px;
    margin-left: 20px;
}

.member-box-gr,
.member-box-dd,
.member-box-notice {
    display: flex;
    justify-content: space-between;
    padding: 9px 68px 29px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
}

.member-box-dd {
    display: block;

}

.member-box-gr img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 9px;
}

.member-box-title img {
    margin-left: 0;
}

.member-box-gr-left {
    width: 300px;
}

.member-box-gr-center {
    width: 230px;
}

.member-box-gr-right {
    width: 150px;
}

.member-box-gr-right img {
    margin: 55px 0 20px 0;
    max-width: 100px;
    max-height: 100px;
}

.member-box-gr-right {
    color: #999999;
}

.member-box-gr p {
    margin-bottom: 20px;
}

.member-box-title {
    margin-bottom: 29px !important;
    font-weight: bold;
}

.member-box-gr p span {
    color: #fd4259;
}

.member-box-order-title {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.member-box-order-title span {
    width: 5px;
    height: 15px;
    background-color: #fd4259;
    display: inline-block;
    margin-right: 10px;
}

.member-box-dd {
    margin: 20px 0;
}

.member-box-dd-list {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.member-box-dd-item {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.member-box-dd-item p {
    margin: 15px 0 20px 0;
    color: #666666;
}

.member-box-dd-item span {
    font-size: 20px;
}

.member-box-dd-item i {
    font-size: 32px;
}

.member-box-dd-item::before {
    content: '';
    background-color: #EEEEEE;
    width: 1px;
    height: 65px;
    position: absolute;
    right: -55px;
    top: 24px;

}

.member-box-dd-item:last-child::before {
    display: none;
}

.member-box-notice {
    font-size: 12px;
    padding: 12px 68px 0px 20px;
}

.member-box-notice-left span:first-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.member-box-notice-left,
.member-box-notice-right {
    width: 48%;
}

.member-box-notice ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-left: 14px;
    cursor: pointer;
}

.member-box-notice-left {
    border-right: 20px solid #F9F9F9;
    padding-right: 73px;
}

.member-box-notice .member_zx_title {
    margin: 9px 0 20px 0;
}

.member-box-notice-left span:last-child {
    color: #999999;
}

.member-box-notice-right ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    padding-left: 38px;
    cursor: pointer;
}

.member-box-notice-right .member_zx_title {
    margin-left: 24px;
}

.kefu {
    width: 140px;
    text-align: center;
    border: solid 1px rgba(22, 109, 252, 1);
    position: fixed;
    top: 50%;
    right: 0;
    padding-bottom: 7px;
    z-index: 2000;

}

.kefu_txt {
    background-color: rgba(22, 109, 252, 1);
    line-height: 35px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.kefu_bottom {
    padding: 0 7px;
    background-color: #FFFFFF;
}

.kefu_list {
    color: #666666;
    border-bottom: #e9e9e9 1px dashed;
    padding: 4px 0;
    text-align: center;
}

.kefu_list img {
    vertical-align: middle;
}

.kefu_list_two {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 55px;
    background-color: rgba(22, 109, 252, .2);
    /* line-height: 55px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    position: relative;
}

.kefu_list_two img {
    margin-right: 7px;
}

.kefu_list_two:hover {
    background-color: rgba(22, 109, 252, 1);

}

.kefu_erweima {
    position: absolute;
    top: 0;
    left: -160px;
    background-color: #FFFFFF;
    padding: 11px;
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.kefu_erweima img {
    width: 123px;
    height: 123px;
}

.kefu_list_hover {
    position: relative;
}
.kefu_list_hover:hover .kefu_erweima {
    display: block;
}
.kefu_erweima::before {
    content: '';
    display: inline-block;
    background: url(../image/erwei_ac.png) no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    right: -9px;
    top: 43%;
}

.warning-box{
    width: 500px;
    margin: auto;
}
.warning-box p{

    font-weight: bold;
    color: white;

}
.warning-box .warning-title{
    font-size: 16px;
    text-align: center;
}

.warning-box .warning-tips{
    margin-top: 10px;
}




.order-add-block {
    margin-bottom: 15px;
    background: #fff;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-radius: 38px;
}
.order-add-block .title {
    font-size: 16px;
    font-weight: 700;
    border-left: 2px solid rgba(22, 109, 252, 1);
    padding-left: 10px;
}
.order-add-block .list {
    margin-top: 20px;
}
.order-add-block .list ul li {
    cursor: pointer;
    margin-right: 20px;
    color: #666;
    line-height: 40px;
    border: 1px solid #ccc;
    min-width: 125px;
    text-align: center;
     border-radius: 30px; 
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.order-add-block .list ul li .img,.order-add-block .list ul li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.order-add-block .list ul li .img i { font-size: 24px; position: relative; top: -10px; left: -2px;}
.order-add-block .list ul:after {
    content: "";
    display: block;
    clear: both;
}
.order-add-block .list ul li i.red-icon {
    position: absolute;
    right: -17px;
    bottom: -11px;
    color: #112c33;
    font-size: 35px;
}
.order-add-block .list ul li.red, .order-add-block .list ul li:hover {
    color: #112c33;
    border-color: #112c33;
}
.order-add-block .tip {
    background: #f5f5f5;
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
}
.btn3 {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    color: #fff;
    background-color: #112c33;
    border-color: #112c33;
    font-size: 12px;
    border-radius: 15px;
    padding: 9px 15px;
}
.order-add-textarea-box {

}
#order-add-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 162px;
    vertical-align: bottom;
    margin-top: 12px;
    border-radius: 30px;
    border: solid 1px #e5e5e5;
    padding: 16px;
}
.order-add-block .btn {
    line-height: 40px;
    width: 150px;
    color: #fff;
    background: #112c33;
    padding: 0 20px;
    display: block;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 30px;
}
.order-add-block .btn:hover {
    opacity: .8;
}
.order-add-block .select_goods {
    width: 100px;
    text-align: center;
    color: rgba(59,59,62,0.51);
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
}
.order-add-block .select_goods .upload-gift{
    width: 252px;
    height: 128px;
    border: 2px dashed rgba(59,59,62,0.51);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
}
.order-add-block .select_goods .upload-gift i{
    font-size: 29px;
    width: 20px;
    height: 20px;
}
.order-add-block .select_goods .upload-gift p {
    margin-top: 5px;
}
.order-add-block .chose_goods_list {
    margin-top: 20px;
}
.order-add-block .select_goods .upload-gift.disabled {
    border: 2px dashed rgba(59,59,62,0.51);
    color: rgba(59,59,62,0.51);
    border-radius: 35px;
}

.order-add-block .check_res {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 16px;
    margin-bottom: 10px;
    background: rgba(250,40,9,.2);
    border: 1px solid rgba(250,40,9,.2);
}
.order-add-block .check_res.check_type0 {

    border: 1px solid #10b573;
    background: rgba(16,181,115,.2);
}
.order-add-block .check_res i {
    color: red;
}
.order-add-block .check_res.check_type0 i {
    color: #10b573;
}

.handleSearch {
    display: flex;
    background: #f9f9f9;
    padding: 10px 5px;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--mini, .el-button--small {
    font-size: 12px;
    border-radius: 20px;
}
.el-button--small, .el-button--small.is-round {
    padding: 11px 15px;
}
.el-button+.el-button {
    margin-left: 10px;
    border-radius: 20px;
}
.el-button--danger {
    color: #fff;
    background-color: #112c33;
    border-color: #112c33;
}
.el-button--danger:hover {
    opacity: .7;
}
.el-button--default:hover{
    border-color: rgba(22, 109, 252, 1);
    color: rgba(22, 109, 252, 1);
}
.el-table__header-wrapper {

}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.el-table { width: 100%;}
.el-table thead {
    color: #909399;
    font-weight: 500;
}
.el-table th, .el-table tr {
    background-color: #fff;
}
.el-date-table, .el-pager, .el-table th {
    -webkit-user-select: none;
    -moz-user-select: none;
}
.el-table th, .el-table tr {
    background-color: #fff;
}
.el-table td, .el-table th {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.el-table--small td, .el-table--small th {
    padding: 8px 0;
}
.el-table th {
    overflow: hidden;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5;
}
.el-table--border th, .el-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5;
}
.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px;
    max-height: 200px;
}
.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px;
}
.el-table th>.cell {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.el-button, .el-checkbox, .el-image-viewer__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.el-checkbox {
    color: #606266;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox, .el-checkbox-button__inner, .el-radio {
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.el-table tr input[type=checkbox] {
    margin: 0;
}
.el-table__header-wrapper { width: 100%;}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5;
}
.el-table td.is-center, .el-table th.is-center {
    text-align: center;
}
.el-table--enable-row-transition .el-table__body td {
    transition: background-color .25s ease;
}
.el-table__body, .el-table__footer, .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.el-table--mini, .el-table--small, .el-table__expand-icon {
    font-size: 12px;
}
.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1);
}
.el-dialog, .el-pager li {
    background: #fff;
    -webkit-box-sizing: border-box;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
}
.el-dialog {
    display: flex;
    flex-direction: column;
    margin: 0!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.el-dialog__header {
    padding: 20px 20px 10px;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}
.el-dialog__title {
    font-size: 14px!important;
    font-weight: 700;
}
.el-dialog__body {
    padding: 15px 10px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
    background-color: #ffffff;
}
.el-dialog .el-dialog__body {
    flex: 1;
    overflow: auto;
}
.el-form-item {
    margin-bottom: 22px;
}
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    margin-bottom: 18px;
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
    line-height: 32px;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
    line-height: 32px;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input--small {
    font-size: 13px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input__inner {
    border-radius: 0!important;
    border: 1px solid #dcdcdc!important;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
    /*border-radius: 15px;*/
}
.el-form-item__content:after {
    clear: both;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.el-form-item:after {
    clear: both;
}
.el-button--primary {
    color: #fff;
    background-color: #112c33;
    border-color: #112c33;
}
.el-button--primary:hover {
    opacity: .8;
}
.upload {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.upload .el-upload--text .el-upload-dragger{
    padding-top: 46px;
    box-sizing: border-box;
}
.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}
.order-add-block .tip .importMuban a{
    margin-right: 10px;
    border-radius: 15px;
}
.order-add-block .tip .importMuban a:hover{
    color: #ffffff;
}
.order-add-block .tip .importMuban {
    display: flex;
    align-items: center;
    margin-top: 34px;
}
.el-upload-dragger:hover {
    border-color: rgba(22, 109, 252, 1);
}
.layui-upload-file {
    display: none!important;
    opacity: .01;
    filter: Alpha(opacity=1);
}
.el-upload--picture-card, .el-upload-dragger {
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.el-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 35px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.el-upload-dragger .el-upload__text {
    color: #606266;
    font-size: 14px;
    text-align: center;
}
.el-upload-dragger .el-upload__text em {
    color: #409eff;
    font-style: normal;
}
.el-upload__input {
    display: none!important;
}
.upload .el-icon-upload {
    font-size: 67px;
    color: #c0c4cc;
    line-height: 50px;
}

.chose_goods .left_item {
    width: 780px;
    flex-shrink: 0;
    padding: 12px;
    height: 580px;
    float: left;
}
.chose_goods .search_keywrod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.chose_goods .search_keywrod .search_keywrod_left {
    display: flex;
}
.chose_goods .search_keywrod .search_keywrod_left .chose {
    width: 124px;
    height: 36px;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.chose_goods .search_keywrod .search_keywrod_left .chose.red {
    color: #fff;
    background: #112c33;
    border-radius: 20px;
}
.chose_goods .search_keywrod .search_keywrod_right {
    display: flex;
}
.chose_goods .search_keywrod .search_keywrod_right .word {
    width: 380px;
    position: relative;
}
.chose_goods .search_keywrod .search_keywrod_right .word .search_ipt {
    width: 380px;
    height: 32px;
    border: 2px solid #112c33;
    outline: none;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 19px;
}
.chose_goods .search_keywrod .search_keywrod_right .word button {
    border-radius: 15px;
    padding: 8px 15px;
}
#orderAdd.disabled {
    background-color: rgba(59,59,62,0.51);
}
.el-button--mini, .el-button--small {
    font-size: 12px;
    border-radius: 15px;
}
.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
}
.chose_goods .search_keywrod .search_keywrod_right .word button {
    position: absolute;
    top: 0;
    right: 0;
}
.chose_goods .goods_category {
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}
.chose_goods .goods_category .block {
    line-height: 40px;
}
.chose_goods .goods_category .block:first-child, .chose_goods .left_item .goods_category .block:nth-child(2) {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.chose_goods .goods_category .block .left_info {
    width: 100px;
    background: #fafafa;
    float: left;
    padding-left: 20px;
    padding-right: 15px;
}
.chose_goods .goods_category .block:after {
    content: "";
    clear: both;
    display: block;
}
.chose_goods .goods_category .block ul {
    float: left;
}
.chose_goods .goods_category .block ul li{
    float: left;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
}
.chose_goods .goods_category .block ul li.red {
    color: #112c33;
    font-weight: 700;
}
.chose_goods .goods_category .block .left_info {
    width: 100px;
    background: #fafafa;
    float: left;
    padding-left: 20px;
    padding-right: 15px;
}
.chose_goods .gift_list {
    margin-top: 4px;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}
.chose_goods .gift_list .item {
    width: 189px;
    height: 213px;
    margin-bottom: 15px;
    margin-left: 4px;
    margin-right: 2px;
    position: relative;
    box-sizing: border-box;
}
.chose_goods .gift_list .item .item-content {
    border: 1px solid #eee;
    cursor: pointer;
}
.chose_goods .gift_list .item .item-content .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chose_goods .gift_list .item .item-content .image img{
    width: 140px;
    height: 140px;
}
.chose_goods .gift_list .item .item-content .price {
    padding: 0 10px;
    margin: 0 0 4px;
    color: #ff1e32;
    font-weight: 700;
}
.chose_goods .gift_list .item .item-content .price .symbol{
    font-size: 14px;
}
.chose_goods .gift_list .item .item-content .price .number{
    font-size: 16px;
}
.chose_goods .gift_list .item .item-content .title {
    padding: 0 10px;
    font-size: 12px;
    color: #262626;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chose_goods .gift_list .item .item-content .other {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
}
.chose_goods .gift_list .item .item-content .other span {
    width: 50%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chose_goods .gift_list .item .btn-wrap{
    width: 189px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: -44px;
    z-index: 10;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    display: none;
    box-shadow: 2px 12px 12px 0 rgba(0,0,0,.17);
    padding: 8px 0 12px 0;
}
.chose_goods .gift_list .item .btn-wrap .btn {
    background: #112c33;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #112c33;
    line-height: 32px;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.chose_goods .gift_list .item:hover{
    box-shadow:4px 2px 12px 0 rgba(0,0,0,.12);
}
.chose_goods .gift_list .item:hover .btn-wrap {
    display:block;
}
.chose_goods .right_item{
    width: 304px;
    background: #f5f5f5;
    top: 10px;
    right: 10px;
    position: absolute;
    overflow: hidden;
}
.chose_goods .right_item .bk_item {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #333;
}
.chose_goods .right_item .item_list .el-scrollbar, .chose_goods .right_item .item_list{
    height: 400px;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.el-scrollbar__wrap {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    margin-right: -16px!important;
    margin-bottom: 0!important;
}
.el-scrollbar__view {
    height: 100%;
}
.chose_goods .right_item .item_list .item{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 4px 4px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.chose_goods .right_item .item_list .item .item-right {
    display: flex;
    padding: 6px;
}
.chose_goods .right_item .item_list .item .storage {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
    padding: 0 6px;
}
.chose_goods .right_item .item_list .item .storage span {
    border: 1px solid #ddd;
    margin-right: 8px;
    border-radius: 2px;
    padding: 4px 10px;
    margin-bottom: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #666;
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .12s ease-out;
}
.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}
.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    transition: background-color .3s;
}
.el-scrollbar__bar.is-horizontal>div {
    height: 100%;
}
.el-scrollbar__bar.is-vertical>div {
    width: 100%;
}
.chose_goods .right_item .b_title {
    background: #262626;
    color: #fff;
    width: 290px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
}
.chose_goods .right_item .item_b {
    box-sizing: border-box;
    color: #666;
    line-height: 25px;
    background: #fff9f5;
    padding: 16px;
}
.chose_goods .right_item .item_b .price {
    font-size: 14px;
}
.chose_goods .right_item .item_b .price span {
    font-weight: 700;
    float: right;
    color: #ff464e;
}
.chose_goods .right_item .item_b .total {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.chose_goods .right_item .item_b .total span{
    float: right;
    color: #ff464e;
}
.chose_goods:after {
    content: "";
    display: block;
    clear: both;
}
.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}
.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
    border-radius: 15px;
}
.el-button--mini, .el-button--small {
    font-size: 12px;
    border-radius: 20px;
}
.chose_goods .right_item .item_list .item .item-right .item-left-content{
    flex-shrink: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.13);
    margin-right: 12px;
    width: 80px;
    height: 80px;
}
.chose_goods .right_item .item_list .item .item-right .item-left-content img {
    width: 100%;
    height: 100%;
}

.chose_goods .right_item .item_list .item .item-right .item-right-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
    padding-right: 6px;
    margin-bottom: 10px;
    color: #262626;
    font-size: 14px;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .title span {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .title i{
    cursor: pointer;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .info {
    font-size: 12px;
    color: #666;
    margin: 10px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .info {
    font-size: 12px;
    color: #666;
    margin: 10px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .info {
    font-size: 12px;
    color: #666;
    margin: 10px 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .price_number {
    width: 60px;
    flex-shrink: 0;
    color: #ff1e32;
    font-size: 16px;
    margin-right: 10px;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .counter {
    display: flex;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .counter {
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .counter .jia {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .counter .num input {
    border: 1px solid #ddd;
    width: 44px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}
.chose_goods .right_item .item_list .item .item-right .item-right-content .price_box .counter .jia {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
}
.chose_goods .right_item .item_list .item .storage .bor{
    color: #fff;
    background: #112c33;
    border-radius: 15px;
}
.chose_goods .car_empty_list {
    text-align: center;
    color: #666;
    line-height: 200px;
    margin: 0 auto;
}
/*分页样式*/
#Pagination{
    text-align: center;
    margin: 20px auto 20px;
}
#Pagination a{
    display: inline-block;
    height: 28px;
    padding: 0 12px;
    margin: 0 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    cursor: pointer;
}
.chose_goods .dialog-footer {
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;

}
#Pagination span{
    display: inline-block;
    height: 28px;
    padding: 0 12px;
    margin: 0 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    cursor: pointer;
}
#Pagination a.current{
    color: #fff;
    background: rgba(22, 109, 252, 1);
    border-color: rgba(22, 109, 252, 1);
}
#Pagination span.current{
    color: #fff;
    background: rgba(22, 109, 252, 1);
    border-color: rgba(22, 109, 252, 1);
}
#Pagination a:hover {
    color: #fff;
    background: rgba(22, 109, 252, 1);
    border-color: rgba(22, 109, 252, 1);
}
.order-add-block ul li {
    padding: 5px 0;
    margin-bottom: 10px;
    cursor: pointer;
    color: rgba(34,34,36,0.51);
}
.order-add-block ul li .layui-form-radioed {
    color: #0C0C0C;
}
.order-add-block ul li font {
    color: red;
    margin-left: 3px;
}

.order-add-block .select_goods_list {
    margin-top: 20px;
}
.order-add-block .select_goods_list table {
    width: 100%;
    border: 1px solid #efefef;
    border-collapse: collapse;
}
.order-add-block .select_goods_list table tr {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    display: flex;
}.order-add-block .select_goods_list table tr:first-child {
     color: #333;
     height: 30px;
     line-height: 30px;
     background: #f6f6f6;
 }
.order-add-block .select_goods_list table tr td {
    border-right: 1px solid #efefef;
    padding-left: 10px;
}
.order-add-block .select_goods_list table tr{
    line-height: 30px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    display: flex;
}
.order-add-block .select_goods_list table tr td {
    border-right: 1px solid #efefef;
    padding-left: 10px;
}
.order-add-block .select_goods_list table tr td dl{
    margin-top: 10px;
}
.order-add-block dt {
    float: left;
    margin-right: 10px;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
.order-add-block .select_goods_list .table_dl .table_dl_dd_all {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
}
.order-add-block .select_goods_list table.cart td {
    flex: 1;
}

.order-add-block .select_goods_list table tr td:last-child {
    border-right: none;
}
.order-add-block .select_goods_list .chose_goods_edit_btn {
    margin-top: 20px;
}
.common-input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 25px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px;
    line-height: 28px;
    outline: 0;
    padding: 0 12px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    border-radius: 30!important;
    border: 1px solid #dcdcdc!important;
    display: inline-block;
    position: relative;
    width: 205px;
}
.order-add-block .remark{
    height: 40px;
    margin-top: 30px;
    display: flex;
}
.list_title {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 35px; 
}
.list_title_right {
    max-width: 80%;
}
.list_title p:first-child {
    font-size: 20px;
    color: #333333;
    position: relative;
    top: -5px;
}
.list_title i {
    margin-right: 14px;
    font-size: 28px;
    float: left;
}
.list_title p:last-child {
    color: #666666;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]
{
    border-color: #ebeef5;
}
.list_center {
    margin-top: 20px;
    background-color: #FFFFFF;
    padding: 30px 10px 53px 10px;
    border-radius: 35px; 
}
.list_tab {
    margin-bottom: 46px;
    text-align: center;
}
.list_tab span {
    margin-right: 34px;
    cursor: pointer;
}
.active {
    color: rgba(22, 109, 252, 1) !important;
}
.layui-inline .btn2 {
    margin-top: 5px;
}
.layui-form-select dl dd.layui-this {
    background-color: #112c33;
    border-radius: 20px;
}
.user-yue {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 23px;
}
.user-yue span {
    color: #fd4259;
    margin-left: 27px;
    font-weight: bold;
}
.recharge_main .recharge_num {
    font-size: 18px;
    margin-top: 24px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.recharge-tips{
    color: #cccccc;
    margin-left: 48px;
}
.recharge_main .recharge_num .recharge_num_text {
    font-size: 16px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 8px;
}
.recharge_main .recharge_num input{
    box-sizing: border-box;
    width: 400px;
    border: 1px solid #dcdcdc;
    height: 46px;
    outline: none;
    font-size: 16px;
    padding: 12px;
    margin-right: 10px;
    text-align: left;
     border-radius: 30px; 
}
.recharge_main .recharge_num span {
    position: absolute;
    right: 20px;
    top: 50%;
}
.recharge_main .recharge_num2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.recharge_main .recharge_num2 .open {
    display: flex;
    align-items: center;
}
.recharge_main .btn {
    margin-top: 20px;
    width: 402px;
    border: 0;
    background-color: #112c33;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.product_list {
    padding-top: 15px;
}
.product_list .item {
    width: 231px;
    margin-right: 7px;
    border: solid 1px #eeeeee;
    border-top: none;
    margin-bottom: 11px;
    cursor: pointer;
    padding-bottom: 15px;
    float: left;
}
.product_list .item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.product_list .item:hover button{
    background-color: rgba(22, 109, 252, 1);
    color: #ffffff;
}

.product_list .item .image { display: block; height: 230px; overflow: hidden;}
.product_list .item .image img { width: 100%; height: auto;}
.product_list .item .info {
    padding: 0 11px 0 11px;
    margin-bottom: 15px;
}
.product_list .item .info .name {
    color: #666666;
    margin: 10px 0 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_list .item .info .center {
    display: flex;
    justify-content: space-between;
}
.product_list .item .info .center .price {
    color: #fd4259;
}
.product_list .item .info .depot {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}
.product_list .item button {
    width: 80%;
    background: none;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-left: 10%;
    border-radius: 5px;
    border: solid 1px rgba(22, 109, 252, 1);
    color: rgba(22, 109, 252, 1);
}
.product_list .item button:hover {
    background-color: rgba(22, 109, 252, 1);
    color: #FFFFFF;
    cursor: pointer;
}
.product_more { width: 260px; margin: 0 auto; height: 45px; text-align: center; line-height: 45px; cursor: pointer; background-color: #eeeeee;}
.product_more i { font-size: 28px; position: relative; margin-right: 8px; }
.product_more span { position:relative; top: -5px;}

.product_list_title {
    margin: 22px 0 17px 0;
    color: #999999;
}
.product_list .car_empty_list { text-align: center; margin-top: 40px;}
.help {
    padding-bottom: 70px;
    margin-top: 20px;
    overflow: hidden;
}
.help_left {
    width: 215px;
    height: 700px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 20px;
    float: left;
}
.help_left p {
    font-size: 16px;
    margin: 0px 0 29px 0;
    color: #333333;
    font-weight: bold;
}
.help_title {
    width: 4px;
    height: 16px;
    background-color: rgba(22, 109, 252, 1);
    display: inline-block;
    margin-right: 20px;
}
.help_left ul {
    padding: 0 20px;
}
.help_left ul li {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.help_left ul li img {
    margin: 0 8px 0 22px;
    width: 14px;
    height: 14px;
}
.help_left ul li {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.help_right {
    float: left;
    width: 950px;
    margin-left: 20px;
    background-color: #ffffff;
    padding: 43px 0;
    box-sizing: border-box;
}
.jiaocheng_title {
    padding-bottom: 37px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 36px;
}
.help_list {
    margin-bottom: 36px;
    padding: 0 38px;
}
.help_left_active {
    cursor: pointer;
    background-color: rgba(22, 109, 252, 1);
}
.help_left_active a {color: #ffffff;}
.information-banner-content {
    width: 1200px;
    margin: 0 auto;
}
.information-banner-content-text {
    text-align: center;
    padding-top: 70px;
}
.information-banner-content-text h2 {
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
}
.information-banner-content-text p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    margin-bottom: 50px;
}
.information-banner-content-box {
    width: 100%;
    height: 280px;
    background-image: url(../image/information-banner-content.png);
    background-repeat: no-repeat;
}
.news_left{
    float: left;
    width: 260px;
}
.news_left .news_cat {
    border-radius: 2px;
    border: 1px solid #dadada;
}
.news_left .news_cat ul li {
    line-height: 55px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    font-size: 18px;
    cursor: pointer;
}
.news_left .news_cat ul li.red {
    background: #112d35;
}
.news_left .news_cat ul li.red a{
    color: #fff;

}
.system_list{
    margin-top: 40px;
    border: 1px solid #dadada;
}
.system_list .title{
    line-height: 55px;
    background-color: #f2f2f2;
    color: var(rgba(22, 109, 252, 1));
    text-align: center;
    font-size: 18px;
}
.news_left .system_list ul {
    margin-top: 8px;
}

.system_list ul li span {
    width: 5px;
    height: 5px;
    display: block;
    margin-right: 8px;
    background: var(rgba(22, 109, 252, 1));
    margin-top: 14px;
    float: left;
}
.system_list ul li{
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.right-box .bottom-box {
    padding: 27px 0 21px 32px;
    height: 666px;
    background-color: #FFFFFF;
    border-radius: 35px;
}
.right-box .bottom-box .box-title span {
    display: inline-block;
    width: 3px;
    height: 10px;
    background-color: rgba(22, 109, 252, 1);
    margin-right: 5px;
}
.right-box .bottom-box .box-title {
    font-weight: bold;
}
.right-box .bottom-box .box-title-desc {
    margin-left: 9px;
    color: #999999;
    margin-top: 6px;
}
.invite-link {
    width: 574px;
    height: 41px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px rgba(22, 109, 252, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 0 11px;
    box-sizing: border-box;
    color: rgba(22, 109, 252, 1);
    margin: 20px 0;
    margin-left: 9px;
}
.invite-link button {
    width: 105px;
    height: 30px;
    background-color: #112c33;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.invite-list {
    padding-left: 9px;
}
.invite-list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.invite-list .listbiaoti {
    height: 50px;
    background-color: #fafafa;
    text-align: left;
    border: 1px solid #EEEEEE;
}

.invite-list .table_top {
    border: none;
}
.layui-btn-normal {background-color: #112c33;}
.BindShop-box { padding: 10px;}
.BindShop-box ul li { margin-bottom: 10px;}
.BindShop-box ul li img { width: 30px; height: 30px;}
.BindShop-box ul li a, .BindShop-box ul li .link-item{ border: 1px solid #ebeef5; display: block; padding: 10px; cursor: pointer;}
.BindShop-box ul li a:hover, .BindShop-box ul li .link-item:hover {
    border-color: rgba(22, 109, 252, 1);
    color: rgba(22, 109, 252, 1);
}

.bind{display: flex;align-items: center;justify-content: center;margin: 50px 0;}
.bind > div{height: 156px;}
.pay-line{
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: #0c1f24;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    margin: 10px auto 0;
    width: 150px;
}
.bind > div .pay-line:hover{
    color: red;
}

.bind-item {
    height: 128px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    opacity: 1;
    border-radius: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 4px 20px;
}

.bind-shop-img .shop-icon {
    width: 50px;
    height: 50px;
}

.bind-item-title {
    font-size: 13px;
    color: #707070;
    margin: 8px 0;
}

.bind-item-desc {
    font-size: 12px;
    color: #707070;
}

.bind .bind-item:hover {
    border-color: #1989fa;
}


.layui-form-select .layui-input{ height: 35px; font-size: 14px; border-radius: 25px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {background-color: #112c33;}
.mode-type .BindShop { margin-left: 20px;}
.float-left{float: left;}




.sale-list {
    display: flex;
    margin-bottom: 24px;
}

.sale-list p span {
    color: #fd4259;
}

.sale-list p {
    /* margin-right: 19px; */
    position: relative;
    top: 13px;
    width: 80px;
}
.sale-danhao {
    width: 391px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}
.sale-wenti {
    width: 391px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}
.sale-bottom {
    padding: 23px 0 23px 34px;
    background-color: #FFFFFF;
    margin-top: 20px;
    border-radius: 35px;
}
.sale-up {
    width: 156px;
    height: 156px;
    border-radius: 20px;
    /* border: solid 2px #cecece; */
    background: url(/static/image/up_tu.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.sale-up input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    border-radius: 20px;
}
.sale-bottom button {
    width: 64px;
    height: 33px;
    background-color: #112c33;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 85px;
}

.sale-img {
    position: relative;

}
.sale-img img {
    width: 156px;
    height: 156px;
    margin: 0 10px 10px 0;
}
.sale-img i img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.img_arry {
    max-width: 850px;

}
.sale-arry {
    /* margin-left: 103px; */
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}



.profile-bottom {

    padding: 34px 0 152px 31px;
    background-color: #FFFFFF;
    margin-top: 20px;

}

.profile-bottom p {
    margin-bottom: 38px;
}

.profile-bottom p span {
    /*color: #fd4259;*/
}

.profile-bottom p input {
    width: 167px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    padding-left: 13px;
}

.profile-bottom button {
    width: 167px;
    height: 30px;
    background-color: rgba(22, 109, 252, 1);
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 4px 0 0 69px;

}

.substation-box {
    background-color: #FFFFFF;
    min-height: 700px;
}

.substation-box-banner {
    height: 100px;
}

.substation-box-title {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
}

.substation-box-title span {
    width: 4px;
    height: 16px;
    background-color: rgba(22, 109, 252, 1);
    display: inline-block;
    margin-right: 17px;
}

.substation_feiyong button {
    width: 166px;
    height: 30px;
    background-color: rgba(22, 109, 252, 1);
    border-radius: 3px;
    color: #FFFFFF;
    margin: 22px 0 20px;
}

.substation_feiyong {
    padding-left: 23px;
    box-sizing: border-box;
    padding-top: 30px;
}

.substation_feiyong input {
    width: 69px;
    height: 30px;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    text-align: center;
}

.substation_feiyong p span {
    margin-left: 30px;
}

.substation-box-process {
    padding-left: 49px;
    margin: 20px 0 20px;
}

.substation-box-advantage{
    margin: 55px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px 0 43px;
}
.substation-box-advantage-item {
    text-align: center;
    padding: 0 26px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #fd4259;
    position: relative;
    padding-top: 25px;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-right: 10px;
}

.substation-box-advantage-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}
.substation-box-advantage-item p{
    line-height: 22px;
}
.substation_box-setup-title{
    padding-top: 0px;
    margin-top: 0;
}
.substation-box-setup{
    padding-left:43px ;
    margin: 35px 0 0px 0;
}
.substation-box-setup p{
    line-height: 25px;
}
.substation-box-dome-table td{
    border: 1px solid #EEEEEE;
    text-align: center;
}

.substation-box-dome-main{
    padding: 0 27px;
    margin: 28px 0 20px;
}
.substation_daili{
    margin: 20px;
    padding-bottom: 40px;
}

.substation_yikaitong{
    padding-left: 49px;
    margin: 30px 0 10px ;
}
.substation_yikaitong p{
    margin-bottom: 20px;
}
.substation_yikaitong p input{
    width: 320px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    box-sizing: border-box;
}
.substation_yanshi span{
    cursor: pointer;
}

.password-bottom button {

    margin: 4px 0 0 96px;
}

.password-bottom p span {
    color: #999999;
    margin-left: 9px;
}


.commission-box {
    padding: 27px 0 21px 32px;
    height: 666px;
    background-color: #FFFFFF;
}

.commission-box-banner {
    width: 100%;
    margin-top: 20px;
    background-color: #FFF9EC;
}

.commission-box-title {
    font-weight: bold;
}

.commission-box-title span {

    display: inline-block;
    width: 3px;
    height: 10px;
    background-color: #fd4259;
    margin-right: 5px;
}

.commission-box-title-tips {
    margin-left: 9px;
    color: #999999;
    margin-top: 6px;
}

.commission-box-link {
    width: 574px;
    height: 41px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #ff4d6d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 0 11px;
    box-sizing: border-box;
    color: #FD4259;
    margin: 20px 0;
    margin-left: 9px;
}

.commission-box-link button {
    width: 105px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.invitation-list {
    margin: 13px 0 20px 0;
}

.commission-invitation-list {
    padding-left: 9px;
}

.commission-invitation-table-top {
    border: none;
}
.commission-invitation-table-th {
    height: 50px;
    background-color: #fafafa;
    text-align: left;
}

.listbiaoti_bottom {
    height: 80px;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}


.upgrade-box {
    padding: 29px 68px 0 31px;
    min-height: 666px;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.upgrade-box-level span {
    font-size: 20px;

}

.go_vip {
    color: #666666;
    margin: 42px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.go_vip span {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #fd4259;
    background-color: #fd4259;
    margin-right: 5px;
}

.go_vip_list {
    display: flex;
    margin-top: 16px;
}

.go_vip_item {
    width: 247px;
    height: 69px;
    background-color: #ffebed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 14px 0 23px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-right: 20px;
}

.go_vip_item a {
    width: 68px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;


}

.go_vip_num {
    width: 781px;
    height: 69px;
    background-color: #4d8cfb;
    border-radius: 10px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    padding: 0 42px 0 46px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.go_vip_num img {
    margin: 0 6px;
}

.go_vip_num p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.go_vip_num a {
    width: 86px;
    height: 20px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    margin-left: 61px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.huiyuan_tuijian {
    color: #666666;
    margin-left: 5px;
}

.upgrade-table-title {
    text-align: center;
    font-weight: bold;
    margin: 30px 0 21px 0;
}

.upgrade-vip-charge {

    height: 68px;
    /* border: 1px solid #EEEEEE; */
}

.upgrade-vip-charge td {
    border: 1px solid #EEEEEE;
    text-align: center;
}

.upgrade-vip-charge-bottom {
    height: 68px;
}

.upgrade-vip-charge-bottom td {
    border: 1px solid #EEEEEE;
    text-align: center;
}

.huiyuan_feiyong_tishi {
    height: 68px;
    border: 1px solid #EEEEEE;
    line-height: 68px;
    text-align: center;
    border-top: none;
}

.upgrade-charge-price {
    background: url(/static/image/shoufei_bg.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.upgrade-charge-price .upgrade-charge-member {

    position: absolute;
    top: 14px;
    right: 30px;
}

.upgrade-charge-price .upgrade-charge-kuaid {
    position: absolute;
    bottom: 14px;
    left: 30px;
}

/* 分站加盟 */
.fenzhan {
    padding-left: 30px;
    margin-top: 20px;
    background-color: #FFFFFF;
    padding: 27px 27px 0 27px;
    height: 689px;
    border-radius: 35px;
}

.fenzhan_list,
.shenfen_img {
    margin-bottom: 27px;
    display: flex;
}

.fenzhan_list p span {
    width: 85px;
    display: inline-block;
    text-align: right;
}

.fenzhan_list p input {
    width: 167px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    box-sizing: border-box;
}

.fenzhan_list p {
    margin-right: 70px;
}

.fenzhan_list_dizhi input {
    width: 480px !important;
}

.fenzhan_list_beian input {
    width: 209px !important;
}

.fenzhan_list_shenfennum input {
    width: 206px !important;
}

.fenzhan_shenqing {

    width: 166px;
    height: 30px;
    background-color: #112c33;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 85px;
    margin-top: 13px;
}

.fenzhan_list textarea {
    width: 314px;
    height: 81px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    outline-style: none;
}

.fenzhan_list_youshi p span {
    vertical-align: top;
}

.shenfen_zhengmian {
    width: 182px;
    height: 123px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-right: 20px;
    background: url(../img/shenfen_zheng.png) no-repeat;
}

.shenfen_zhengfan {

    width: 182px;
    height: 123px;
    background-color: #ffffff;
    border-radius: 3px;

    background: url(../img/shenfen_fan.png) no-repeat;

}

.shenfen_zhengfan input,
.shenfen_zhengmian input {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.font_32{
    font-size: 32px;
}
.float-left{
    float: left;
}
.shenfen_img img {
    width: 182px;
    height: 123px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    border: 1px solid #EEEEEE;
    margin-right: 10px;
}

.fenzhan_banner {
    height: 100px;
    background: url(../img/fenzhan_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    font-size: 24px;
    line-height: 100px;
    color: #ffffff;
    padding-left: 18px;
}

.fenzhan_banner a {
    width: 140px;
    height: 40px;
    background-color: #ffad2b;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #000000 !important;
    display: inline-block;
}

.fenzhan_yao_txt {
    color: #bdad6e;
    font-family: zihun35hao-jindianyahei;
    -webkit-line-clamp: 2;
    background-image: -webkit-linear-gradient(bottom, rgba(189, 173, 110, 1), rgba(248, 232, 171, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.fenzhan_yao_num {
    font-size: 30px;
}
.join-box { background-color: #ffffff; padding: 15px; border-radius: 35px;}
.join-box-banner { height: 200px; background-size: 100% auto; background-repeat: no-repeat;}
.help-content,.about-content { padding: 40px;}
.help-content img,.about-content img ,.news_detail_main .detail img{ max-width: 100%;}
/* 会员个人中心 */

.huiyuan_zx_gr,
.huiyuan_zx_dd,
.huiyuan_zx_tz {
    display: flex;
    justify-content: space-between;
    padding: 9px 68px 29px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 35px;
}

.huiyuan_zx_dd {
    display: block;

}

.huiyuan_zx_gr img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 9px;
}

.zx_title img {
    margin-left: 0;
}

.huiyuan_zx_gr_left {
    width: 300px;
}

.huiyuan_zx_gr_center {
    width: 300px;
}

.huiyuan_zx_gr_right {
    width: 180px;
}
.huiyuan_zx_gr_right p{
    text-align: center;
}

.huiyuan_zx_gr_right img {
    margin: 55px 0 20px 0;
    max-width: 180px;
    max-height: 180px;
}

.huiyuan_zx_gr_right {
    color: #999999;
}

.huiyuan_zx_gr p {
    margin-bottom: 20px;
}
.huiyuan_zx_gr p i {margin-right: 10px;}
.zx_title {
    margin-bottom: 29px !important;
    font-weight: bold;
}
.zx_title i { font-size: 28px; color: rgba(22, 109, 252, 1);}

.huiyuan_zx_gr p span {
    color: #fd4259;
}

.huiyuan_zx_title {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.huiyuan_zx_title span {
    width: 5px;
    height: 15px;
    background-color: #112d35;
    display: inline-block;
    margin-right: 10px;
}

.huiyuan_zx_dd {
    margin: 20px 0;
    padding-top: 20px;
}

.huiyuan_zx_dd_list {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.huiyuan_zx_dd_item {
    text-align: center;
    position: relative;
}
.huiyuan_zx_dd_item i {font-size: 30px;}

.huiyuan_zx_dd_item p {
    margin: 15px 0 20px 0;
    color: #666666;
}

.huiyuan_zx_dd_item span {
    font-size: 20px;
}

.huiyuan_zx_dd_item::before {
    content: '';
    background-color: #EEEEEE;
    width: 1px;
    height: 65px;
    position: absolute;
    right: -55px;
    top: 24px;

}

.huiyuan_zx_dd_item:last-child::before {
    display: none;
}

.huiyuan_zx_tz {
    font-size: 12px;
    padding: 0px 68px 0px 20px;
}

.huiyuan_zx_tz_left span:first-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.huiyuan_zx_tz_left,
.huiyuan_zx_tz_right {
    width: 48%;
}

.huiyuan_zx_tz ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-left: 14px;
    cursor: pointer;
}

.huiyuan_zx_tz_left {
    border-right: 20px solid #F9F9F9;
    padding-right: 73px;
}

.huiyuan_zx_tz .huiyuan_zx_title {
    margin: 9px 0 20px 0;
}

.huiyuan_zx_tz_left span:last-child {
    color: #999999;
}

.huiyuan_zx_tz_right ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    padding-left: 38px;
    cursor: pointer;
}

.huiyuan_zx_tz_right .huiyuan_zx_title {
    margin-left: 24px;
}
.score-box {
    display: flex;
    align-items: center;
    padding-top: 21px;
    justify-content: space-between;
    cursor: pointer;
}
.score-box .checkbox {
    position: relative;
}
.score-box .checkbox input[type='checkbox'] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    opacity: 0;
}
.score-box .checkbox label {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #CCC;
    background: #fff;
    cursor: pointer;
}
.score-box .checkbox input:checked+label {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(22, 109, 252, 1);
}
.score-box .checkbox input:checked+label {
    color: rgba(22, 109, 252, 1);
}
.score-box .checkbox label:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 1px solid #98BDF5;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    /* -webkit-transform: rotate(-45deg); */
}
.score-box .checkbox input:checked+label:after {
    opacity: 1;
    border: 1px solid rgba(22, 109, 252, 1);
    border-top: none;
    border-right: none;
}
.logistics_log { padding: 10px; line-height: 21px;}
.logistics_log i { color: #888593;}


.header {background-color: #fefefe;}
.header .header-top {background:#112c33}
.header .header-top .header-top-center {width: 1200px;margin: 0 auto;height: 40px;}
.header-top-center .header-top-center-left {height: 40px;line-height: 40px;display: inline-block;}
.header-top-center .header-top-center-right {float: right;height: 40px;line-height: 40px;display: inline-block;color: #ffffff;}
.header-top-center-left .header-chlider-item {display: inline-block;margin-right: 20px;cursor: pointer;}
.header-top-center-right .header-chlider-item {display: inline-block;margin-left: 20px;}
.header-top-center-right .header-chlider-item img, .header-top-center-left .header-chlider-item img {height: 18px;width: auto;float: left;margin-right: 5px;margin-top: 10px;}
.header-top-center-right a {color: #ffffff;}
.header-top-center-right .header-chlider-item span, .header-top-center-left .header-chlider-item span {font-size: 14px;color: #ffffff;}
.header .header-center {width: 1200px;margin: 0 auto;height: 80px;}
.header-center .header-center-logo {display: inline-block;padding-top: 10px;float: left;}
.header-center .header-center-logo img {height: 60px;width: auto;}
.header-center .header-center-right {float: left;}
.header-center-right .navbar-list {padding: 20px 0;height: 80px;box-sizing: border-box;margin-right: 30px;}
.navbar-list .navbar-item {padding: 0 20px;height: 40px;line-height: 40px;float: left;}
.navbar-list .navbar-item a {width: 100%;height: 100%;display: inline-block;font-size: 17px;color: #646464;}
/*.navbar-list .navbar-item a {width: 100%;height: 100%;display: inline-block;font-size: 15px;color: #383838;}*/
.navbar-list .navbar-item a:hover {color: rgba(22, 109, 252, 1);}
.navbar-list .navbar-item.active a{color: rgba(22, 109, 252, 1);}
.head-center-search {display: flex;justify-content: space-between;align-items: center;overflow: hidden;border-radius: 30px;border: 2px solid #112d35;height: 46px; width: 412px;}
.head-center-search input {padding: 0 20px;border: none;width: 280px;outline-style: none;line-height: 44px;}
.head-center-search span {height: 100%;text-align:center;background: #112d35;display: inline-block;line-height: 44px;width: 88px;flex-shrink: 0;}
