html {
    font-size: 62.5px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f2f3f8;
}

body {
    font-size: 0.2rem;
    font-family: Arial;
    width: 100%;
    height: auto;
    overflow: auto;
    font-family: SourceHanSansCN, arial, helvetica, sans-serif;
    padding-bottom: 100px;
    background: #f2f3f8;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: block;
    border: none;
    background: none;
}

input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

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

.containers {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 26;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.04);
}

.head .h_logo {
    width: 160px;
    height: 100%;
    padding: 8px;
    float: left;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    background: url(../images/line1.gif) no-repeat right center;
}

.head .h_logo img {
    width: auto;
    height: 32px;
    vertical-align: bottom;
}

.head .h_left {
    width: auto;
    height: 100%;
    float: left;
    margin: 0px 10px;
    padding: 8px 0 8px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
}

.head .h_left ul {
    align-items: center;
    justify-content: center;
    display: flex;
}

.head .h_left li {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.head .h_left li:nth-of-type(1) {
    background: url(../images/h_left1.png) no-repeat left center;
    background-size: 16px;
    margin-left: 16px;
}

.head .h_left li:nth-of-type(2) {
    background: url(../images/h_left2.png) no-repeat left center;
    background-size: 17px;
}

.head .h_left li:nth-of-type(3) {
    background: url(../images/h_left3.png) no-repeat left center;
    background-size: 14px;
}

.head .h_left li:hover:nth-of-type(1) {
    background: url(../images/h_left1_hover.png) no-repeat left center;
    background-size: 16px;
    margin-left: 16px;
}

.head .h_left li:hover:nth-of-type(2) {
    background: url(../images/h_left2_hover.png) no-repeat left center;
    background-size: 17px;
}

.head .h_left li:hover:nth-of-type(3) {
    background: url(../images/h_left3_hover.png) no-repeat left center;
    background-size: 14px;
}

.head .h_left li img {
    width: auto;
    height: auto;
    vertical-align: top;
}

.head .h_right {
    width: auto;
    height: auto;
    float: right;
    margin-right: 30px;
    /* padding-top: 12px; */
    position: relative;
}

.head .h_right .user {
    width: 100%;
    min-width: 126px;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 48px;
    padding-right: 14px;
    box-sizing: border-box;
    background: url(../images/icon1.gif) no-repeat right center;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.head .h_right:hover .user {
    background: url(../images/icon2.gif) no-repeat right center;
}

.head .h_right .user .use {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 22px;
    margin-top: 4px;
    text-align: right;
}

.head .h_right .user .access {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #b7bdca;
    line-height: 18px;
    text-align: right;
}

.head .h_right .events {
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 62px;
    right: 10px;
    background: #fff;
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, .12);
    display: none;
}

.head .h_right .events li {
    width: 100%;
    height: auto;
    text-align: center;
}

.head .h_right .events li a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    color: #5f6572;
    line-height: 32px;
}

.head .h_right .events li a img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.head .h_right .events li:hover {
    background: #f4f5f9;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 23px;
    position: relative;
    /* z-index: 20; */
}


/* 左菜单 */

.navpart {
    width: 160px;
    height: 100%;
    float: left;
    background: #1c2b36;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    transition: all 0.3s;
    position: fixed;
    z-index: 1062;
    padding-top: 22px;
}

.navpart .nav {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(19, 30, 38, 0.2);
    position: relative;
}

.navpart .nav.active {
    background: #131e26;
    border-bottom: 1px solid #1a2833;
}

.navpart .nav.on {
    background: #131e26;
}

.navpart .nav:hover {
    background: #131e26;
    border-bottom: 1px solid #1a2833;
}

.navpart .nav::after {
    content: '';
    width: 5px;
    height: 00%;
    background: #29c9ff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.navpart .nav.on::after {
    height: 100%;
    opacity: 1;
}

.navpart .nav.active::after {
    height: 100%;
    opacity: 1;
}

.navpart .nav:hover::after {
    height: 100%;
    opacity: 1;
}

.navpart .nav .nav_item {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #869fb1;
    line-height: 56px;
    padding: 6px 0;
}

.navpart .nav.sec .nav_item {
    background: url(../images/kai.png) no-repeat 138px center;
    background-size: 8px;
}

.navpart .nav.sec.on .nav_item {
    background: url(../images/shou.png) no-repeat 138px center;
    background-size: 8px;
}

.navpart .nav .nav_item a {
    display: block;
    padding-left: 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #869fb1;
    line-height: 32px;
}

.navpart .nav:hover .nav_item a {
    color: #fff;
}

.navpart .nav:hover .nav_item a img {
    filter: brightness(200%);
}

.navpart .nav.on .nav_item a {
    color: #fff;
}

.navpart .nav.on .nav_item a img {
    filter: brightness(200%);
}

.navpart .nav.active .nav_item a {
    color: #fff;
}

.navpart .nav.active .nav_item a img {
    filter: brightness(200%);
}

.navpart .nav .nav_item a i {
    margin-right: 7px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.navpart .nav .nav_itemSec {
    width: 100%;
    height: auto;
    display: none;
}

.navpart .nav.on .nav_itemSec {
    display: block;
}

.navpart .nav .nav_itemSec .dreeg {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #f2f3f8;
    line-height: 29px;
}

.navpart .nav .nav_itemSec.has .dreeg {
    background: url(../images/kai2.png) no-repeat 138px center;
}

.navpart .nav .nav_itemSec.has.now .dreeg {
    background: url(../images/shou2.png) no-repeat 138px center;
}

.navpart .nav .nav_itemSec .dreeg a {
    display: block;
    font-size: 12px;
    color: #869fb1;
    line-height: 29px;
    padding-left: 43px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.navpart .nav .nav_itemSec .dreeg a:hover {
    background: url(../images/spot.gif) no-repeat 29px 10px;
}

.navpart .nav .nav_itemSec.has.now .dreeg a {
    color: #29c9ff;
}

.navpart .nav .nav_itemSec .dreeg:hover a {
    color: #29c9ff;
}

.navpart .nav .nav_itemSec .dreeg.active a {
    color: #29c9ff;
}

.navpart .nav .nav_itemSec .nav_itemthr {
    width: 100%;
    height: auto;
    display: none;
}

.navpart .nav .nav_itemSec.now .nav_itemthr {
    display: block;
}

.navpart .nav .nav_itemSec .nav_itemthr li {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #869fb1;
    line-height: 24px;
}

.navpart .nav .nav_itemSec .nav_itemthr li a {
    display: block;
    font-size: 12px;
    color: #869fb1;
    line-height: 24px;
    padding-left: 43px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.navpart .nav .nav_itemSec .nav_itemthr li a:hover {
    background: url(../images/spot.gif) no-repeat 29px center;
}

.navpart .nav .nav_itemSec .nav_itemthr li.active a {
    color: #29c9ff;
    /* text-decoration: underline; */
}

.navpart .nav .nav_itemSec .nav_itemthr li:hover a {
    color: #29c9ff;
    /* text-decoration: underline; */
}

.navpart .nav .showed {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    background: #6e747a;
    padding: 0 10px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    /* display: none; */
    opacity: 0;
    z-index: -2;
    transition: all 0.3s;
}

.navpart.show .nav:hover .showed {
    display: block;
    z-index: 20;
    right: -60px;
    opacity: 1;
}

.navpart.show .nav:nth-of-type(2) .showed {
    right: -64px;
}

.navpart.show .nav:nth-of-type(2):hover .showed {
    right: -74px;
}

.navpart .nav .showed::after {
    content: '';
    width: 0;
    height: 0px;
    border-bottom: 0px solid transparent;
    border-top: 10px solid transparent;
    border-right: 8px solid #72787e;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}


/* 内容 */

.contentpart {
    height: auto;
    background: #f2f3f8;
    /* overflow-y: auto; */
    padding: 22px;
    box-sizing: border-box;
    padding-bottom: 106px;
    margin-left: 160px;
    transition: all 0.3s;
}

.contentpart.shou {
    margin-left: 61px;
}


/* 表单内容 */


/* 基本设置 */

.contentpart .form_theme {
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #5f6572;
    line-height: 36px;
    margin-bottom: 20px;
    /* overflow: hidden; */
}

.contentpart .form_theme .theme {
    width: 50%;
    height: auto;
    float: left;
    font-size: 26px;
    color: #5f6572;
    line-height: 36px;
}

.contentpart .form_basicSetup {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contentpart .form_basicSetup .basic_tit {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup {
    width: 100%;
    height: auto;
    padding: 34px 5% 28px 1%;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .basic_items {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

 .yx_btn{
    float:left;
    height: 34px;
    padding: 0 16px;
    line-height: 34px;
    background: #29c9ff;
    color:#fff;
    margin:0 10px;
}

 .yx_btn:hover{
     box-shadow: 0 0 6px -1px #29c9ff;
    filter: brightness(120%);
    cursor:pointer;
 }




.contentpart .form_basicSetup .basic_setup .basic_items .tit {
    width: 86px;
    height: 36px;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 18px;
    margin-right: 20px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-top: 7px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .tit span {
    color: #ff6060;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
    width: 88%;
    height: auto;
    float: left;
    position: relative;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .inpt1 {
    width: 95%;
    height: 34px;
    border: 1px solid #e7e7eb;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.3s;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox.now .inpt1 {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox span {
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    margin-left: 6px;
    /* position: absolute ;
    top: 0;
    left: 300px; */

}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .txtarea span {
    float: none;
    line-height: inherit;
    margin-left: 0;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .inpt1:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .price {
    width: 96px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .price.now {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .price:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .price .txt {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .price input {
    width: 64px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 0 0 6px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .timeBox {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 1px 6px;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .timeBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .timeBox .start {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: auto;
    padding-right: 8px;
    line-height: 30px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .timeBox input {
    width: 115px;
    float: left;
    font-size: 14px;
    min-width: 102px;
    color: #5f6572;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon7.gif) no-repeat right center;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .timeBox .stop {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    border-left: 1px solid #e7e7eb;
    margin-left: 8px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .inptText {
    width: 95%;
    height: 84px;
    border: 1px solid #e7e7eb;
    font-size: 14px;
    color: #6c727d;
    line-height: 28px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.3s;
    float: left;
    font-family: SourceHanSansCN, arial, helvetica, sans-serif;

}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .inptText:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .fu {
    width: auto;
    height: auto;
    float: left;
    margin: 0 8px;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .zi {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .shui {
    width: auto;
    height: auto;
    float: left;
    margin-left: 10px;
}

.switchBox {
    display: inline-block;
    position: relative;
    line-height: 22px;
    width: 41px;
    height: 22px;
    border-radius: 22px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-top: 6px;
}

.switchBox input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 7px -1px #d5d5d5;
    cursor: pointer;
}

.switchBox .circular {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-shadow: 0 0 7px -1px #d5d5d5;
    cursor: pointer;
}

.switchBoxdul {
    display: inline-block;
    position: relative;
    line-height: 22px;
    width: 41px;
    height: 22px;
    border-radius: 22px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-top: 6px;
}

.switchBoxdul input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 7px -1px #d5d5d5;
    cursor: pointer;
}

.switchBoxdul .circulardul {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    box-shadow: 0 0 7px -1px #d5d5d5;
    cursor: pointer;
}

.content .securityBox li .right ul li .left {
    font-weight: normal;
    color: #6c727d;
}

.inptbox .xuan {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    align-items: center;
    /* display: flex; */
    cursor: pointer;
}

.inptbox .xuan span {
    align-items: center;
    display: flex;
}

.inptbox .xuan input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    background: url(../images/radio1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: 10px;
}

.inptbox .xuan input[type="radio"]:checked {
    background: url(../images/radio2.gif) no-repeat center center;
    background-size: 100%;
}

.inptbox .xuan input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: 10px;
}

.inptbox .xuan input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 100%;
}

.inptbox .xuan label {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    padding-left: 6px;
    cursor: pointer;
    margin-right: 12px;
}

.inptbox .type {
    width: 184px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 2px 0;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 12px;
}

.type1 {
    width: 80%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    transition: all 0.5s;
    margin: 0 auto;
}

#ddl_category option {
    appearance: none;
    height: 72px !important;
    line-height: 72px !important;
    padding: 10px 2px 10px 0 !important;
}

.inptbox .type:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .type select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 30px;
    border: none;
    background: url(../images/icon3.gif) no-repeat 162px center;
    cursor: pointer;
}

.inptbox .type1 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 28px;
    border: none;
    background: url(../images/icon3.gif) no-repeat 90% center;
    cursor: pointer;
}


.inptbox .goAdd {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #29c9ff;
    line-height: 36px;
    margin-left: 6px;
}

.inptbox .goAdd a {
    font-size: 14px;
    color: #29c9ff;
    line-height: 36px;
}

.inptbox .tishis {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #838fa1;
    line-height: 28px;
    float: left;
}

.inptbox .tui {
    width: 425px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
}

.inptbox .tui:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .tui.now {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .tui .tuinpt {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 34px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    border: none;
}

.inptbox .jian {
    width: 104px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 2px 0;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-left: 12px;
}

.inptbox .jian:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .jian select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 30px;
    border: none;
    background: url(../images/icon3.gif) no-repeat 80px center;
    cursor: pointer;
}

.inptbox .filebox {
    width: 540px;
    height: 36px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
}

.inptbox .filebox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .filebox .txt {
    width: 95px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    background: #d8dce2;
    margin: 1px;
    text-align: center;
}

.inptbox .filebox .inputfile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.inptbox .filebox .inputText {
    width: 76%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    margin-left: 12px;
}

.inptbox .thumbnails {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.inptbox .thumbnails ul {
    flex-wrap: wrap;
    display: flex;
}

.inptbox .thumbnails li {
    width: 122px;
    height: auto;
    float: left;
    margin-right: 3%;
    position: relative;
    border: 1px solid #d8dee8;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}

.inptbox .thumbnails.goods li {
    width: 95px;
    margin-bottom: 6px;
}

.inptbox .thumbnails li .pic {
    width: 100%;
    height: auto;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e7e7eb;
}

.inptbox .thumbnails li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inptbox .thumbnails li .delbtn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
    background: url(../images/icon5.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
}

.inptbox .thumbnails li .delbtn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inptbox .thumbnails li .delbtn:hover {
    background: url(../images/icon5_hover.png) no-repeat center center;
    background-size: 100%;
}

.inptbox .tishi {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #6c727d;
    line-height: 18px;
}


/* 图片管理 */

.form_basicSetup {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.form_basicSetup .basic_tit {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup {
    width: 100%;
    height: auto;
    padding: 34px 5% 28px 5%;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup .basic_items {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.form_basicSetup .basic_setup .basic_items .tit {
    width: 78px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    margin-right: 20px;
}

.form_basicSetup .basic_setup .basic_items .inptbox {
    width: 90%;
    height: auto;
    float: left;
}

.basic_items .inptbox .pic_uploaded {
    width: 211px;
    height: auto;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: #29c9ff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 14px;
    transition: all 0.5s;
}

.basic_items .inptbox .pic_uploaded:hover {
    filter: brightness(120%);
}

.basic_items .inptbox .uploaded_manage {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    padding: 14px 24px;
    box-sizing: border-box;
}

.uploaded_manage .theme {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 28px;
    font-weight: bold;
}

.uploaded_manage .mangeList {
    width: 100%;
    height: auto;
}

.uploaded_manage .mangeList li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f2f7;
    overflow: hidden;
    padding: 3px 0;
    align-items: center;
    display: flex;
}

.uploaded_manage .mangeList li:first-child {
    border-bottom: none;
    background: #f4f5f9;
}

.uploaded_manage .mangeList li:last-child {
    border-bottom: none;
}

.uploaded_manage .mangeList li .serial {
    width: 8.4%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
    text-align: center;
}

.uploaded_manage .mangeList li .previewing {
    width: 13.4%;
    height: auto;
    min-width: 100px;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
}

.uploaded_manage .mangeList li .previewing .pic {
    width: 87px;
    height: auto;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
}

.uploaded_manage .mangeList li .previewing .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.uploaded_manage .mangeList li .title {
    width: 24.7%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
}

.uploaded_manage .mangeList li .title .titlinpt {
    width: 90%;
    height: 34px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 6px;
    transition: all 0.3s;
}

.uploaded_manage .mangeList li .title .titlinpt.now {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .title .titlinpt:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .links {
    width: 24%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
}

.uploaded_manage .mangeList li .links .linksinpt {
    width: 90%;
    height: 34px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 6px;
}

.uploaded_manage .mangeList li .links .linksinpt.now {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .links .linksinpt:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .sort {
    width: 14%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
}

.uploaded_manage .mangeList li .sort .sortinpt {
    width: 89px;
    height: 34px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 6px;
    text-align: center;
}

.uploaded_manage .mangeList li .sort .sortinpt.now {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .sort .sortinpt:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.uploaded_manage .mangeList li .operate {
    width: 12.5%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
}

.uploaded_manage .mangeList li .operate .del {
    width: 69px;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #696f7b;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3S;
}

.uploaded_manage .mangeList li .operate .del img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}

.uploaded_manage .mangeList li .operate .del:hover {
    border: 1px solid #29c9ff;
    background: #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
    color: #fff;
}

.uploaded_manage .mangeList li .operate .del:hover img {
    filter: brightness(20000%);
}


/* 视频管理 */

.form_basicSetup {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.form_basicSetup .basic_tit {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup {
    width: 100%;
    height: auto;
    padding: 34px 5% 28px 5%;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup .basic_items {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.form_basicSetup .basic_setup .basic_items .tit {
    width: 78px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    margin-right: 20px;
}

.form_basicSetup .basic_setup .basic_items .inptbox {
    width: 90%;
    height: auto;
    float: left;
}

.inptbox .filebox {
    width: 100%;
    height: 36px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
}

.inptbox .filebox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.inptbox .filebox .txt {
    width: 95px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    background: #d8dce2;
    margin: 1px;
    text-align: center;
}

.inptbox .filebox .inputfile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.inptbox .filebox .inputText {
    width: 76%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    margin-left: 12px;
}

.inptbox .videoList {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.inptbox .videoList li {
    width: 200px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 3%;
}

.inptbox .videoList li .delbtn {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
    background: url(../images/icon5.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    z-index: 22;
}

.inptbox .videoList li .delbtn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inptbox .videoList li .delbtn:hover {
    background: url(../images/icon5_hover.png) no-repeat center center;
    background-size: 100%;
}

.inptbox .videoList li .videoItems {
    width: 200px;
    height: 112px;
}


/* 附件上传 */

.form_basicSetup {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.form_basicSetup .basic_tit {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup {
    width: 100%;
    height: auto;
    padding: 34px 5% 28px 5%;
    box-sizing: border-box;
}

.form_basicSetup .basic_setup .basic_items {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.form_basicSetup .basic_setup .basic_items .tit {
    width: 78px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    margin-right: 20px;
}

.form_basicSetup .basic_setup .basic_items .inptbox {
    width: 90%;
    height: auto;
    float: left;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeName {
    width: 100%;
    height: 34px;
    border: 1px solid #e7e7eb;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 2px;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeName:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
    order: 1px solid #e7e7eb;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox.noborder {
    border: none;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox:hover {
    /* border: none; */
    box-shadow: none;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox.noborder:hover {
    border: none;
    box-shadow: none;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox .selectPic {
    width: 124px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #29c9ff;
    line-height: 32px;
    border: 1px solid #29c9ff;
    margin: 1px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.5s;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox .selectPic:hover {
    background: #29c9ff;
    color: #fff;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox .inputfile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form_basicSetup .basic_setup .basic_items .inptbox .filebox .inputText {
    width: 76%;
    height: 34px;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    margin-left: 12px;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li {
    width: 207px;
    height: auto;
    float: left;
    margin-right: 3%;
    border: 1px solid #e7e7eb;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .delbtn {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
    background: url(../images/icon5.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .delbtn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .delbtn:hover {
    background: url(../images/icon5_hover.png) no-repeat center center;
    background-size: 100%;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .fujian {
    width: 100%;
    height: auto;
    padding: 12px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    transition: all 0.5s;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .fujian img {
    width: 38px;
    height: auto;
    vertical-align: middle;
    margin-right: 14px;
}

.form_basicSetup .basic_setup .basic_items .inptbox .annexeList li:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.copyright {
    width: 100%;
    height: auto;
}

.copyright .copybox {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #999ca3;
    line-height: 26px;
}

.copyright .copybox a {
    font-size: 12px;
    color: #999ca3;
    line-height: 26px;
}

.copyright .copybox img {
    margin-right: 6px;
    vertical-align: middle;
}

.form_btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #f6f6f8;
    padding: 22px 0;
    z-index: 1050;
    padding-left: 160px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.5s;
    /* background: #5eb95e; */
    backdrop-filter: blur(5px);
}

/* .form_btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #456;
    z-index: -1;
    background-color: hsla(0,0%,100%,.4);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: transparent;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
} */

.form_btn .btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.form_btn .btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.5); */
    z-index: -1;
    /* background-attachment: fixed;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px); */
}

.form_btn.shou {
    padding-left: 61px;
}

.form_btn input {
    width: 231px;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 12px;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
}

.form_btn input.save {
    background: #29c9ff;
}

.form_btn input.release {
    background: #ffc000;
    width: 231px;
    padding: 0;
}

.form_btn input.save:hover {
    box-shadow: 0 0 6px -1px #29c9ff;
    filter: brightness(120%);
}

.form_btn input.release:hover {
    box-shadow: 0 0 6px -1px #ffc000;
    filter: brightness(120%);
}

mobileNav {
    display: none;
}

.mobileBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 55;
    background: rgba(0, 0, 0, .8);
    display: none;
}

@media screen and (max-width:1315px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 87%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 88%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 88%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 88%;
    }

    .uploaded_manage .mangeList li .sort .sortinpt {
        width: 90%;
    }
}

@media screen and (max-width:1130px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 84%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 86%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 86%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 86%;
    }

    .uploaded_manage .mangeList li .operate .del {
        width: 90%;
    }
}

@media screen and (max-width:1000px) {
    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 84%;
    }
}

@media screen and (max-width:985px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 75%;
    }
}

@media screen and (max-width:930px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 70%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .basic_items .inptbox .pic_uploaded {
        width: 100%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 80%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 80%;
    }

    .inptbox .tui {
        width: 383px;
    }

    .inptbox .filebox {
        width: 499px;
    }
}

@media screen and (max-width:895px) {
    .inptbox .filebox {
        width: 100%;
    }

    .inptbox .filebox .inputText {
        width: 70%;
    }

    .inptbox .filebox .inputText {
        width: 72%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .filebox .inputText {
        width: 72%;
    }
}

@media screen and (max-width:806px) {
    .head .h_left {
        display: none;
    }

    .head .h_logo {
        width: 106px;
    }

    .navpart {
        position: fixed;
        left: -160px;
        z-index: 60;
        top: 48px;
    }

    .navpart.show {
        left: 0;
    }

    .contentpart {
        padding: 34px 10px 32px;
        overflow-x: hidden;
        margin-left: 0;
    }

    .contentpart .form_theme {
        margin-bottom: 24px;
    }

    .contentpart .form_theme .theme {
        font-size: 20px;
        line-height: 26px;
    }

    .contentpart .form_basicSetup .basic_tit {
        font-size: 17px;
        color: #1c2b36;
        padding: 0 10px;
    }

    .contentpart .form_basicSetup .basic_setup {
        padding: 10px 5% 28px 5%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox.shui {
        margin-top: -8px;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .inpt1 {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .tit {
        font-size: 16px;
        color: #1c2b36;
    }

    .inptbox .xuan {
        margin-right: 24px;
        margin-top: -10px;
    }

    .inptbox .type {
        width: 100%;
    }

    .inptbox .type select {
        background: url(../images/icon3.gif) no-repeat 95% center;
    }

    .inptbox .tui {
        width: 181px;
    }

    .inptbox .filebox {
        width: 100%;
    }

    .inptbox .filebox .inputText {
        width: 62%;
    }

    .basic_items .inptbox .pic_uploaded {
        width: 100%;
    }

    .basic_items .inptbox .uploaded_manage {
        width: 100%;
        padding: 10px 10px;
    }

    .form_basicSetup .basic_tit {
        font-size: 17px;
        font-weight: bolder;
    }

    .form_basicSetup .basic_setup {
        padding: 10px 5% 28px 5%;
    }

    .form_basicSetup .basic_setup .basic_items .tit {
        font-size: 16px;
    }

    .form_btn {
        padding-left: 0;
        position: static;
        width: 110%;
        margin-left: -5%;
        padding: 22px 10px;
        box-sizing: border-box;
    }

    .uploaded_manage .mangeList li {
        text-align: center;
    }

    .uploaded_manage .mangeList li .previewing {
        min-width: 72px;
    }

    .uploaded_manage .mangeList li .serial.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .previewing.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .title {
        width: 40.7%;
    }

    .uploaded_manage .mangeList li .title.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .links.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .sort.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .operate.hide {
        display: none;
    }

    .uploaded_manage .mangeList li .operate {
        width: 21.5%;
        text-align: center;
    }

    .uploaded_manage .mangeList li .sort {
        width: 23%;
        text-align: center;
    }

    .form_basicSetup .basic_tit {
        font-size: 17px;
        font-weight: bolder;
    }

    .form_basicSetup .basic_setup {
        padding: 10px 5% 28px 5%;
    }

    .form_basicSetup .basic_setup .basic_items .tit {
        font-size: 16px;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .inptbox .filebox .inputText {
        width: 62%;
    }

    .inptbox .thumbnails li .delbtn {
        width: 20px;
        height: 20px;
    }

    .inptbox .thumbnails li {
        margin-right: 3%;
        width: 95px;
    }

    .inptbox .videoList li {
        margin-bottom: 16px;
        width: 130px;
        margin-right: 6%;
    }

    .inptbox .videoList li .videoItems {
        width: 130px;
        height: 75px;
    }

    .form_basicSetup .basic_tit {
        font-size: 17px;
        font-weight: bolder;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .filebox .inputText {
        width: 63%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .annexeList li {
        width: 127px;
        margin-right: 6%;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .fujian {
        padding: 6px;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .fujian img {
        width: 24px;
        margin-right: 6px;
    }

    .form_basicSetup .basic_setup .basic_items .inptbox .annexeList li .fujian {
        font-size: 10px;
        line-height: 16px;
    }

    .mobileNav {
        display: block;
        position: fixed;
        z-index: 100000;
        bottom: 10px;
        left: 10px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 2px;
        text-align: center;
        background-color: rgba(0, 0, 0, .7);
        color: #fff;
    }

    .mobileNav img {
        width: 18px;
        padding: 21px 18px;
    }

    .mobileBg.show {
        display: block;
    }

    .main {
        margin-top: 36px;
    }

    .navpart .nav .showed {
        display: none;
    }

    .navpart.show .nav:hover .showed {
        display: block;
        z-index: 20;
        right: -60px;
        opacity: 0;
    }

    .uploaded_manage .mangeList li .previewing .pic {
        width: 64px;
    }

    .uploaded_manage .mangeList li .previewing .pic img {}

    .head .h_right {
        margin-right: 10px;
        margin-top: 8px;
    }

    .head .h_right .user .use {
        font-size: 14px;
        text-align: right;
        line-height: 18px;
        margin-top: 0px;
    }

    .head .h_right .user .access {
        font-size: 10px;
        line-height: 14px;
        text-align: right;
    }
}


/* 列表 */

.contentpart .form_theme .handle {
    width: 50%;
    height: auto;
    float: left;
    justify-content: flex-end;
    display: flex;
}

.contentpart .form_theme .handle .fenlei {
    width: 108px;
    height: auto;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    background: #ffc000;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 22px;
}

.contentpart .form_theme .handle .fenlei:hover {
    box-shadow: #ffc000 0px 0px 12px 1px;
    filter: brightness(110%);
}

.contentpart .form_theme .handle .handList {
    width: auto;
    height: auto;
    float: right;
    padding-right: 22px;
    background: url(../images/line2.gif) no-repeat right center;
}

.contentpart .form_theme .handle .handList li {
    width: 55px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 35px;
    background: #d8dce2;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-left: 7px;
    transition: all 0.5s;
}

.contentpart .form_theme .handle .handList li a {
    display: block;
    font-size: 14px;
    color: #5f6572;
    line-height: 35px;
    transition: all 0.5s;
}

.contentpart .form_theme .handle .handList li:hover {
    background: #29c9ff;
    color: #fff;
}

.contentpart .form_theme .handle .handList li:hover a {
    color: #fff;
}

.contentpart .form_cont {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.contentpart .form_cont .listTitle {
    width: 100%;
    height: auto;
}

.contentpart .form_cont .listTitle .selectBox {
    width: auto;
    height: auto;
    float: left;

    margin-bottom: 12px;
    align-items: center;
    display: flex;
}

.contentpart .form_cont .listTitle .selectBox select {
    appearance: none;
    width: 135px;
    height: 32px;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    padding: 0 6px;
    box-sizing: border-box;
    background: url(../images/icon1.gif) no-repeat 95% center;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 9px;
}

.contentpart .form_cont .listTitle .selectBox select:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .listTitle .selectBox.pultime {
    /* margin-left: 24px; */
}

.contentpart .form_cont .listTitle .timeBox {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 1px 6px;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.contentpart .form_cont .listTitle .timeBox .start {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: auto;
    padding-right: 8px;
    line-height: 30px;
}

.contentpart .form_cont .listTitle .timeBox input {
    width: 115px;
    float: left;
    font-size: 14px;
    min-width: 102px;
    color: #5f6572;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon7.gif) no-repeat right center;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .timeBox .stop {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    border-left: 1px solid #e7e7eb;
    margin-left: 8px;
}

.contentpart .form_cont .listTitle .timeBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .listTitle .searchBox {
    position: relative;
    float: left;
    height: auto;
    border: 1px solid #e7e7eb;
    background: #fff;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .searchBox #searchq {
    appearance: none;
    width: 162px;
    height: 32px;
    float: left;
    font-size: 14px;
    color: #b7bdca;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .searchBox #ButtonSearch {
    width: 32px;
    height: 32px;
    float: left;
    background: url(../images/icon8.png) no-repeat center center;
    transition: all 0.5s;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .searchBox #ButtonSearch:hover {
    background: url(../images/icon8_hover.png) no-repeat center center;
}

.contentpart .form_cont .listTitle .searchBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .tableTitle {
    width: 100%;
    height: auto;
    margin-top: 9px;
    margin-bottom: 20px;
}

.contentpart .form_cont .tableTitle table {
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.contentpart .form_cont .tableTitle table tr {
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.contentpart .form_cont .tableTitle table tr:hover {
    background: rgba(244, 245, 249, 0.4);
}

.contentpart .form_cont .tableTitle table tr:first-child th {
    height: 40px;
}

.contentpart .form_cont .tableTitle table tr th {
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    color: #5f6572;
    background: #f4f5f9;
    text-align: left;
    padding: 0 10px;
    text-align: center;
}

.contentpart .form_cont .tableTitle table tr th a {
    color: #5f6572;
}

.contentpart .form_cont .tableTitle table tr th:nth-of-type(2) {
    width: 30%;
}

.contentpart .form_cont .tableTitle table tr .checkBox {
    width: 52px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contentpart .form_cont .tableTitle table tr .checkBox input[type="checkbox"] {
    float: left;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 1px 0 0 0px;
    cursor: pointer;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 15px 15px;
}

.contentpart .form_cont .tableTitle table tr .checkBox input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 15px 15px;
}

.contentpart .form_cont .tableTitle table tr .checkBox label {
    float: left;
    min-width: 30px;
    /* padding: 0 8px; */
    text-align: center;
    font-size: 14px;
    color: #5f6572;
}

.contentpart .form_cont .tableTitle table tr .sort {
    padding-right: 16px;
    background: url(../images/tableSort.gif) no-repeat right center;
    cursor: pointer;
}

.contentpart .form_cont .tableTitle table tr .sort.up {
    background: url(../images/tableSortUp.gif) no-repeat right center;
}

.contentpart .form_cont .tableTitle table tr .sort.down {
    background: url(../images/tableSortDown.gif) no-repeat right center;
}

.contentpart .form_cont .tableTitle table tr .biaoti {
    width: auto;
    /* max-width: 240px;
    min-width: 220px; */
    text-align: left;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.contentpart .form_cont .tableTitle table tr .operation {
    width: auto;
    /* min-width: 225px; */
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contentpart .form_cont .tableTitle table tr .operation::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contentpart .form_cont .tableTitle table tr td {
    min-height: 60px;
    border-bottom: 1px solid #f1f2f7;
    color: #6c727d;
    padding: 10px 10px;
    font-size: 14px;
    color: #6c727d;
    text-align: center;
}

.contentpart .form_cont .tableTitle table tr td:nth-of-type(2) {
    text-align: left;
    max-width: 35%;
}

.contentpart .form_cont .tableTitle table tr td:last-child {
    width: 225px;
}

.contentpart .form_cont .tableTitle table a.edit {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #29c9ff;
    font-size: 14px;
    color: #29c9ff !important;
    line-height: 28px;
    border-radius: 2px;
    padding: 0px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 8px;
    /* align-items: center;
    justify-content: center;
    display: flex; */
    white-space: nowrap;
}

.contentpart .form_cont .tableTitle table a.edit img {
    margin-right: 2px;
}

.contentpart .form_cont .tableTitle table a.edit:hover {
    background-color: #29c9ff;
    color: #fff !important;
}

.contentpart .form_cont .tableTitle table a.edit:hover img {
    filter: brightness(2000%);
    -moz-filter: brightness(2000%);
    -webkit-filter: brightness(2000%);
    -o-filter: brightness(2000%);
    -ms-filter: brightness(2000%);
    filter: progid: DXImageTransform.Microsoft.BasicImage(brightness=2000%);
}

.contentpart .form_cont .tableTitle table a.del {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #696f7b;
    font-size: 14px;
    color: #696f7b;
    line-height: 28px;
    border-radius: 2px;
    padding: 4px 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    white-space: nowrap;
}

.contentpart .form_cont .tableTitle table a.del img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}

.contentpart .form_cont .tableTitle table a.del:hover {
    background-color: #696f7b;
    color: #fff;
}

.contentpart .form_cont .tableTitle table a.del:hover img {
    filter: brightness(2000%);
    -moz-filter: brightness(2000%);
    -webkit-filter: brightness(2000%);
    -o-filter: brightness(2000%);
    -ms-filter: brightness(2000%);
}

.contentpart .form_cont .tableTitle table a {
    width: auto;
    padding: 0;
    display: inline-block;
    /* float: left; */
}

.contentpart .form_cont .tableTitle table a.more {
    position: relative !important;
    box-sizing: border-box;
    transition: all 0.5s;
    color: #696f7b;
}

.contentpart .form_cont .tableTitle table .more span {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #ffc000;
    font-size: 14px;
    color: #ffc000;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin: 0px 0 0px;
    white-space: nowrap;
}

.contentpart .form_cont .tableTitle table a.more .onces {
    width: 200px;
    height: 0;
    position: absolute;
    top: 30px;
    right: 2px;
    border-radius: 2px;
    display: none;
    transition: all 0.5s;
    opacity: 0;
    z-index: 22;
    background: #fff;
    padding: 0;
}

.contentpart .form_cont .tableTitle table a.more .onces ul {
    width: 200px;
    height: auto;
    border: 1px solid #c4c6cb;
    border-radius: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.contentpart .form_cont .tableTitle table tr td div a {}

.contentpart .form_cont .tableTitle table .more .onces li {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #696f7b;
    line-height: 36px;
    box-sizing: border-box;
    transition: all 0.5s;
    text-align: center;
}

.contentpart .form_cont .tableTitle table .more .onces li a {
    color: #696f7b;
}

.contentpart .form_cont .tableTitle table .more:hover span {
    color: #fff;
    background: #ffc000;
}

.contentpart .form_cont .tableTitle table .more .onces li:hover {
    color: #29c9ff;
    background: #f4f5f9;
}

.contentpart .form_cont .tableTitle table .more .onces li:hover a {
    color: #29c9ff;
    background: #f4f5f9;
}

.contentpart .form_cont .tableTitle table .more:hover .onces {
    display: block;
    height: auto;
    opacity: 1;
}

*/ .pages {
    width: 100%;
    height: auto;
    margin: 20px 0 20px;
}

.pages .pagesBox {
    float: right;
    width: auto;
    height: 30px;
}

.pages .pagesBox li {
    float: left;
    color: #676a6c;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.pages .pagesBox li .blue {
    color: #29c9ff;
}

.pages .pagesBox li select {
    display: inline-block;
    border: 1px solid #e7e7eb;
    padding: 5px 3px;
    font-size: 14px;
    color: #000;
    height: 32px;
    width: 60px;
    outline: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: url(../images/conf_3.png) no-repeat 44px center;
}

.pages .pagesBox li select:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.m-r8 {
    margin-right: 8px;
}

.m-r20 {
    margin-right: 20px;
}

.pages .pagesBox li a.next {
    display: block;
    width: 30px;
    height: 30px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #e7e7eb;
    background: url("../images/pagesPrev3.png") no-repeat center center #fff;
}

.pages .pagesBox li a.list {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #6c727d;
    overflow: hidden;
    border: 1px solid #e7e7eb;
    border-left: none;
}

.pages .pagesBox li a.list.now,
.pages .pagesBox li a.list:hover {
    background: #29c9ff;
    color: #fff;
}

.pages .pagesBox li a.next:hover {
    background: url("../images/pagesPrev4.png") no-repeat center center #29c9ff;
}

.pages .pagesBox li a.prev {
    display: block;
    width: 30px;
    height: 30px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #e7e7eb;
    background: url("../images/pagesPrev1.png") no-repeat center center #fff;
}

.pages .pagesBox li a.prev:hover {
    background: url("../images/pagesPrev2.png") no-repeat center center #29c9ff;
}

.pages .pagesBox li input[type='text'] {
    display: block;
    width: 58px;
    height: 32px;
    color: #676a6c;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.pages .pagesBox li input[type='button'] {
    width: 50px;
    height: 30px;
    float: left;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    overflow: hidden;
    background: #29c9ff;
    cursor: pointer;
    border: 1px solid #29c9ff;
}

.pages .pagesBox li input[type='button']:hover {
    opacity: .8;
    box-shadow: 0 0 7px -1px #29c9ff;
}

@media screen and (max-width:1275px) {

    /* .contentpart .form_cont .tableTitle table tr .checkBox{
        width: 82px;
    }
    .contentpart .form_cont .tableTitle table tr .checkBox input[type="checkbox"]{
        margin: 0px 0 0 10px;
    } */
    .contentpart .form_cont .tableTitle table tr th:nth-of-type(2) {
        width: 23%;
    }

    .contentpart .form_cont .tableTitle table tr th {
        padding: 0 5px;
    }

    .contentpart .form_cont .tableTitle table tr td {
        padding: 10px 8px;
    }

    .contentpart .form_cont .tableTitle table tr td:last-child {
        padding: 10px 4px;
    }

    .contentpart .form_cont .tableTitle table a.edit {
        padding: 0 4px;
    }

    .contentpart .form_cont .tableTitle table a.del {
        padding: 0 4px;
    }

    .contentpart .form_cont .tableTitle table .more span {
        padding: 0 4px;
        margin-top: 0;
    }
}

@media screen and (max-width:1050px) {
    .contentpart .form_cont .tableTitle table a.edit {
        padding: 0 3px;
    }

    .contentpart .form_cont .tableTitle table a.del {
        padding: 0 3px;
    }

    .contentpart .form_cont .tableTitle table .more span {
        padding: 0 3px;
        margin-top: 0;
    }

    .contentpart .form_cont .tableTitle table a.edit img {
        display: none;
    }

    .contentpart .form_cont .tableTitle table a.del img {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .contentpart .form_cont .listTitle .selectBox select {
        width: 100%;
        margin-right: 0;
    }

    .contentpart .form_cont .tableTitle table tr th.hide {
        display: none;
    }

    .contentpart .form_cont .tableTitle table tr td.hide {
        display: none;
    }

    .contentpart .form_theme .theme {
        width: auto;
    }

    .contentpart .form_theme .handle {
        width: auto;
    }

    .contentpart .form_theme .handle .handList {
        padding-right: 10px;
    }

    .contentpart .form_theme .handle .handList li {
        width: 50px;
        margin-left: 6px;
        font-size: 13px;
        line-height: 26px;
    }

    .contentpart .form_theme .handle .fenlei {
        margin-left: 10px;
        width: 72px;
        font-size: 13px;
        line-height: 26px;
    }

    .contentpart .form_cont .listTitle .selectBox {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .contentpart .form_cont .listTitle .selectBox.pultime {
        margin-left: 0;
    }

    .contentpart .form_cont .listTitle .timeBox {
        width: 100%;
    }

    .contentpart .form_cont .listTitle .searchBox {
        width: 100%;
    }

    .contentpart .form_cont .listTitle .searchBox #searchq {
        width: 80%;
    }

    .contentpart .form_cont .listTitle .searchBox #ButtonSearch {
        float: right;
    }

    .contentpart .form_cont {
        padding: 20px 10px;
    }

    .contentpart .form_cont .tableTitle table tr .checkBox label {
        padding: 0;
    }

    .contentpart .form_cont .tableTitle table tr .checkBox {
        width: 52px;
    }

    .contentpart .form_cont .tableTitle table .del {
        margin-right: 0;
    }

    .contentpart .form_cont .tableTitle table a.edit {
        padding: 0 2px;
        font-size: 12px;
        margin-right: 5px;
    }

    .contentpart .form_cont .tableTitle table a.del {
        padding: 0 2px;
        font-size: 12px;
        margin-right: 5px;
    }

    .contentpart .form_cont .tableTitle table .more span {
        padding: 0 2px;
        margin-top: 0;
        font-size: 12px;
    }

    .contentpart .form_cont .tableTitle table tr th {
        height: 36px;
    }

    .contentpart .form_cont .tableTitle table tr th:nth-of-type(2) {
        width: 35%;
    }

    .pages .pagesBox li:nth-of-type(1) {
        display: none;
    }

    .pages .pagesBox li:nth-of-type(2) {
        display: none;
    }

    .pages .pagesBox li:nth-of-type(3) {
        display: none;
    }

    .pages .pagesBox li:nth-of-type(7) {
        display: none;
    }

    .pages .pagesBox li:nth-of-type(8) {
        display: none;
    }

    .contentpart .labelCont .list li {
        margin: 0 6px;
    }

    .contentpart .labelCont .list li a {
        font-size: 14px;
    }
}


/* 商品列表 */

.contentpart .form_cont .tableTitle.goods table tr th:nth-of-type(2) {
    width: auto;
}

.contentpart .form_cont .tableTitle.goods table tr th:nth-of-type(3) {
    width: 18%;
}

.contentpart .form_cont .tableTitle table tr td div {
    text-align: center;
}

.contentpart .form_cont .tableTitle table tr .put {
    width: auto;
    min-width: 40px;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    padding: 4px 8px;
    box-sizing: border-box;
    background: #5eb95e;
    border-radius: 2px;
}

.contentpart .form_cont .tableTitle table tr .put.out {
    background: rgba(95, 101, 114, 0.5);
}

@media screen and (max-width:1050px) {
    .contentpart .form_cont .tableTitle.goods table tr td:nth-of-type(7) {
        width: 40px;
    }
}

@media screen and (max-width:1000px) {
    .contentpart .form_cont .tableTitle table tr td:last-child {
        min-width: 122px;
    }

    .contentpart .form_theme .handle.clas {
        width: 50%;
    }
}


/* 商品分类 */

.contentpart .form_cont .classify {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contentpart .form_cont .classify .tbody-contain {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-bottom: 1px solid #f1f2f7;
    position: relative;
    overflow: hidden;
}

.contentpart .form_cont .classify .tbody-contain .tbody-head {
    width: 100%;
    height: 40px;
    background: #f4f5f9;
    font-size: 14px;
    color: #5f6572;
    line-height: 40px;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}

.contentpart .form_cont .classify .tbody-contain .tbody-head .item {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
}

.contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(1) {
    text-align: left;
}

.contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(3) {
    width: 15%;
}

.contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(5) {
    width: 266px;
    float: right;
    margin-right: 20px;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(5) {
    width: 266px;
    float: right;
    margin-right: 20px;
}

.contentpart .form_cont .classify .item-contain {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.contentpart .form_cont .classify .item-contain.first::after {
    top: 30px;
}

.contentpart .form_cont .classify .item-contain::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 35px;
    background: url(../images/line3.png) repeat-y;
    z-index: 2;
}

.contentpart .form_cont .classify .tbody-contain .item-parent {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
    align-items: center;
    /* display: flex; */
    transition: all 0.5s;
    /* padding-left: 30px; */
    box-sizing: border-box;
}

.contentpart .form_cont .classify .tbody-contain:last-child .item-parent {
    border-bottom: none;
}

.contentpart .form_cont .classify .tbody-contain .item-parent:hover {
    background: rgba(244, 245, 249, 0.6);
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item {
    width: 20%;
    height: 100%;
    float: left;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item:first-child {
    /* padding-left: 30px; */
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(1) {
    text-align: left;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(3) {
    width: 15%;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(5) {
    width: 266px;
    padding-left: 0;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .parent-name {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #131e26;
    line-height: 32px;
    padding-left: 16px;
    box-sizing: border-box;
    /* background: url(../images/icon11.png) no-repeat left center; */
    position: relative;
    z-index: 25;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .parent-name.open {
    font-weight: bolder;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .pic {
    width: 100%;
    height: auto;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .pic img {
    width: auto;
    height: 36px;
    vertical-align: middle;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .operate {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding-top: 10px;
    box-sizing: border-box;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .nochild .item .operate {}

.contentpart .form_cont .classify .tbody-contain .item-contain .sun .item .operate {
    /* padding-right: 96px;
    box-sizing: border-box; */
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .edit {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #29c9ff;
    font-size: 14px;
    color: #29c9ff;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 8px;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .edit img {
    width: 12px;
    height: auto;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .edit:hover {
    background: #29c9ff;
    color: #fff;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .edit:hover img {
    filter: brightness(2200%);
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .add {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #ffc000;
    font-size: 14px;
    color: #ffc000;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 8px;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .add img {
    width: 8px;
    height: auto;
    margin-right: 2px;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .add:hover {
    background: #ffc000;
    color: #fff;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .del {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #696f7b;
    font-size: 14px;
    color: #696f7b;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .del img {
    width: 11px;
    height: auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .del:hover {
    background: #696f7b;
    color: #fff;
}

.contentpart .form_cont .classify .tbody-contain .item-contain .item .del:hover img {
    filter: brightness(2000%);
}

.contentpart .form_cont .classify .tbody-contain .item-son {
    width: 100%;
    height: auto;
    align-items: center;
    position: relative;
    /* padding-left: 30px; */
    box-sizing: border-box;
    line-height: 80px;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
    transition: all 0.5s;
    justify-content: space-between;
}

.contentpart .form_cont .classify .item-contain.show .item-son {
    display: block;
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji {
    width: 100%;
    height: 50px;
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji:hover {
    background: rgba(244, 245, 249, 0.6);
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name {
    width: 100%;
    height: auto;
    padding-left: 46px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    /* background: url(../images/icon11.png) no-repeat 32px center; */
    position: relative;
    z-index: 25;
    /* transition: all 0.5s; */
}

.contentpart .form_cont .classify .tbody-contain .item-son.nochild .ziji .ziji-name {
    background: none;
    padding-left: 36px;
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name.open {
    /* background: url(../images/icon12.png) no-repeat 32px center; */
    font-weight: bolder;
    color: #131e26;
}

.contentpart .form_cont .classify .tbody-contain .item-son.nochild .ziji .ziji-name.open {
    background: none;
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name:after {
    content: '';
    width: 22px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 6px;
    background: url(../images/line4.png) repeat-x;
}

.contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name.nochild {
    padding-left: 31px !important;
}

.contentpart .form_cont .classify .tbody-contain .item-son .sun {
    width: 100%;
    height: 0px;
    /* padding-left: 30px; */
    box-sizing: border-box;
    display: none;
    position: relative;
    transition: height 0.5s;
}

.contentpart .form_cont .classify .tbody-contain .item-son.open .sun {
    height: 50px;
    display: block;
}

.contentpart .form_cont .classify .tbody-contain .item-son .sun:hover {
    background: rgba(244, 245, 249, 0.6);
}

.contentpart .form_cont .classify .tbody-contain .item-son .sun::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: -25px;
    left: 66px;
    background: url(../images/line3.png) repeat-y;
    z-index: 2;
}

.contentpart .form_cont .classify .tbody-contain .item-son .sun .sun-name {
    width: 100%;
    height: auto;
    padding-left: 66px;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    position: relative;
}

.contentpart .form_cont .classify .tbody-contain .item-son .sun .sun-name::after {
    content: '';
    width: 22px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 36px;
    background: url(../images/line4.png) repeat-x;
}

@media screen and (max-width:1460px) {
    .contentpart .form_cont .classify .tbody-contain .item-contain .item .operate {
        padding-left: 10%;
    }
}

@media screen and (max-width:1400px) {
    .contentpart .form_cont .classify .tbody-contain .item-contain .item .operate {
        padding-left: 5%;
    }
}

@media screen and (max-width:1345px) {
    .contentpart .form_cont .classify .tbody-contain .item-contain .item .operate {
        padding-left: 0%;
    }
}

@media screen and (max-width:1230px) {
    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(2) {
        width: 15%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(2) {
        width: 15%;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(5) {
        width: 30%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(5) {
        width: 30%;
    }
}

@media screen and (max-width:1060px) {
    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(1) {
        width: 15%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(1) {
        width: 15%;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(5) {
        width: 35%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(5) {
        width: 35%;
    }
}

@media screen and (max-width:920px) {
    .contentpart .form_cont .classify .tbody-contain .item-contain .item .edit {
        padding: 0 4px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item .add {
        padding: 0 4px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item .del {
        padding: 0 4px;
    }
}

@media screen and (max-width:850px) {
    .contentpart .form_cont .classify .tbody-contain .tbody-head .item.hide {
        display: none;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item.hide {
        display: none;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(5) {
        width: 44%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(5) {
        width: 44%;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head {
        padding-left: 10px;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(1) {
        width: 36%;
    }

    .contentpart .form_cont .classify .tbody-contain .tbody-head .item:nth-of-type(2) {
        width: 20%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-parent {
        padding-left: 10px;
    }

    .contentpart .form_cont .classify .item-contain::after {
        left: 15px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(1) {
        width: 36%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item:nth-of-type(2) {
        width: 20%;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item .pic img {
        height: 26px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item .add {
        display: none;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .sun .item .operate {
        padding-right: 0;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .nochild .item .operate {
        padding-right: 0;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son {
        padding-left: 10px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name {
        /* padding-left: 32px; */
        /* background: url(../images/icon11.png) no-repeat 20px center; */
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name.open {
        /* background: url(../images/icon12.png) no-repeat 20px center; */
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .ziji .ziji-name::after {
        width: 22px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .sun::before {
        left: 36px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .sun .sun-name {
        padding-left: 56px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son .sun .sun-name::after {
        width: 18px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-son.nochild .ziji .ziji-name {
        padding-left: 24px;
    }

    .contentpart .form_cont .classify .tbody-contain .item-contain .item {
        padding-left: 0px;
    }
}


/* 商品详细 */

.inptbox .thumbnails.goods li .delbtn {
    opacity: 0;
    transition: all 0.5s;
}

.inptbox .thumbnails.goods li:hover .delbtn {
    opacity: 1;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms {
    width: 95%;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 10px 20px;
    background: #fbfbfd;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 2px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .tit {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    margin-right: 10px;
    padding-top: 0;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .guiName {
    width: 123px;
    height: 36px;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 2px;
    padding: 0 10px;
    transition: all 0.5s;
    background: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .guiName:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .addGui {
    width: 58px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    background: #e7e7eb;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .addGui:hover {
    background: #29c9ff;
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .shu_tit {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 36px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .shu_tit span {
    float: none;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .shu_tit img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list {
    width: 100%;
    height: auto;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list ul {
    width: auto;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li {
    width: 98px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li .shu {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    text-align: center;
    background: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li .del {
    width: 20px;
    height: 20px;
    background: url(../images/icon5.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li:hover {
    border: 1px solid #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li .del:hover {
    background: url(../images/icon5_hover.png) no-repeat center center;
    background-size: 100%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu {
    width: auto;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu .shuName {
    width: 123px;
    height: 36px;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 2px;
    padding: 0 10px;
    transition: all 0.5s;
    background: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu .shuName:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu .shuBtn {
    width: 58px;
    height: 36x;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    background: #e7e7eb;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu .shuBtn:hover {
    background: #29c9ff;
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch {
    width: 100%;
    height: auto;
    margin-top: 5px;
    border-top: 1px dashed #e7e7eb;
    padding-top: 20px;
    overflow: hidden;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch1 {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding-top: 5px;
    overflow: hidden;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batit {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    margin-right: 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batinpt {
    width: 123px;
    height: 32px;
    float: left;
    border: 1px solid #e7e7eb;
    background: #fff;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batinpt::placeholder {
    color: rgba(108, 114, 125, 0.6);
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batinpt:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batchbtn {
    width: 58px;
    height: 32px;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background: #e7e7eb;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch1 .batchbtnright {
    float: right;
    width: 58px;
    height: 32px;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background: #e7e7eb;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batchbtn:hover {
    background: #29c9ff;
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .tablebox {
    width: 100%;
    height: auto;
    overflow-x: auto;
    padding-bottom: 14px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    border-collapse: collapse;
    padding: 0;
    background: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th {
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    padding: 10px 0;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th div {
    line-height: 18px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr:first-child th {
    padding: 0;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:nth-of-type(1) {
    width: 9%;
    line-height: 18px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:nth-of-type(2) {
    width: 7%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:nth-of-type(3) {
    width: 8%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:nth-of-type(4) {
    width: 12%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th .pic {
    width: 100%;
    height: auto;
    min-width: 100px;
    text-align: center;
    position: relative;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th .pic img {
    width: auto;
    height: auto;
    max-width: 46px;
    vertical-align: middle;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th .pic:hover img {
    filter: brightness(95%);
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th .pic input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th input {
    width: 80%;
    max-width: 164px;
    height: 28px;
    margin: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #5f6572;
    line-height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    text-align: center;
}

*/
/* 单规格 */

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    background: #fbfbfd;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .tit {
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 34px;
    text-align: left;
    padding-top: 0;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .tit span {
    color: #ff6060;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox {
    width: 80%;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .inpt {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    color: #6c727d;
    line-height: 32px;
    padding: 0 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan {
    width: auto;
    height: auto;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.contentpart .form_basicSetup.guig .basic_setup .basic_items .inptbox::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contentpart .form_basicSetup.guig .basic_setup .basic_items .inptbox .variety {
    width: 95%;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 20px 20px 10px;
    background: #fbfbfd;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 2px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    background: url(../images/radio1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: 10px;
    pad
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan input[type="radio"]:checked {
    background: url(../images/radio2.gif) no-repeat center center;
    background-size: 100%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: -1px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 100%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox .xuan label {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #6c727d;
    line-height: 36px;
    padding-left: 6px;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .txtarea {
    /* width: 95%;
    height: 260px;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #6c727d;
    line-height: 28px;
    padding: 4px 10px;
    box-sizing: border-box; */
}

.containers .photoGallery {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.containers .photoGallery .leftPart {
    width: 17.8%;
    height: 100%;
    float: left;
}

.containers .photoGallery .leftPart .list {
    width: 100%;
    height: 400px;
    overflow-y: auto;
}

.containers .photoGallery .leftPart .list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: relative;
    right: -3px;
}

.containers .photoGallery .leftPart .list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #29c9ff;
}

.containers .photoGallery .leftPart .list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f4f5f9;
}

.containers .photoGallery .leftPart .list li {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.containers .photoGallery .leftPart .list li a {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 48px;
    transition: all 0.5s;
    padding: 0 10px 0 5px;
    box-sizing: border-box;
}

.containers .photoGallery .leftPart .list li .edit {
    width: 20px;
    height: 20px;
    float: left;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.5s;
    margin-top: 14px;
}

.containers .photoGallery .leftPart .list li .del {
    width: 20px;
    height: 20px;
    float: right;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.5s;
    margin-top: 14px;
}

.containers .photoGallery .leftPart .list li.now {
    background: #29c9ff;
}

.containers .photoGallery .leftPart .list li.now a {
    color: #fff;
}

.containers .photoGallery .leftPart .list li.now .edit {
    opacity: 1;
}

.containers .photoGallery .leftPart .list li.now .del {
    opacity: 1;
}

.containers .photoGallery .leftPart .list li:hover {
    background: #29c9ff;
}

.containers .photoGallery .leftPart .list li:hover a {
    color: #fff;
}

.containers .photoGallery .leftPart .list li:hover .edit {
    opacity: 1;
}

.containers .photoGallery .leftPart .list li:hover .del {
    opacity: 1;
}

.containers .photoGallery .leftPart .addGrouping {
    width: 72px;
    height: auto;
    margin-left: 6px;
    margin-top: 20px;
    border: 1px solid #29c9ff;
    box-sizing: border-box;
    font-size: 12px;
    color: #29c9ff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.5s;
    margin: 20px auto auto auto;
}

.containers .photoGallery .leftPart .addGrouping img {
    width: 8px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.containers .photoGallery .leftPart .addGrouping:hover {
    background: #29c9ff;
    color: #fff;
}

.containers .photoGallery .leftPart .addGrouping:hover img {
    filter: brightness(2000%);
}

.containers .photoGallery .rightPart {
    width: 77.2%;
    height: auto;
    float: left;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    border-left: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.containers .photoGallery .rightPart .operation {
    width: 100%;
    height: auto;
    background: #f4f5f9;
    border-radius: 2px;
    padding: 6px;
    box-sizing: border-box;
}

.containers .photoGallery .rightPart .operation .move {
    width: 62px;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    overflow: hidden;
}

.containers .photoGallery .rightPart .operation .move select {
    appearance: none;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #848992;
    line-height: 30px;
    padding: 0 7px;
    box-sizing: border-box;
    background: url(../images/icon1.gif) no-repeat 46px center #fff;
    border: none;
}

.containers .photoGallery .rightPart .operation .moveto {
    width: 62px;
    height: auto;
    float: left;
    height: auto;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 12px;
    color: #848992;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 6px;
    background: #fff;
}

.containers .photoGallery .rightPart .operation .moveto:hover {
    background: #e7e7eb;
}

.containers .photoGallery .rightPart .operation .upload {
    width: 76px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #29c9ff;
    line-height: 30px;
    border: 1px solid #29c9ff;
    border-radius: 2px;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.containers .photoGallery .rightPart .operation .upload .txt {
    width: 76px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #29c9ff;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

.containers .photoGallery .rightPart .operation .upload div img {
    width: 8px;
    height: auto;
    vertical-align: middle;
}

.containers .photoGallery .rightPart .operation .upload:hover {
    background: #29c9ff;
}

.containers .photoGallery .rightPart .operation .upload:hover .txt {
    background: #29c9ff;
    color: #fff;
}

.containers .photoGallery .rightPart .operation .upload:hover .txt img {
    filter: brightness(2000%);
}

.containers .photoGallery .rightPart .operation .upload input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.containers .photoGallery .rightPart .operation .delete {
    width: 45px;
    height: auto;
    float: right;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 12px;
    color: #848992;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 4px;
    background: #fff;
}

.containers .photoGallery .rightPart .operation .delete:hover {
    background: #e7e7eb;
}

.containers .photoGallery .rightPart .list {
    width: 100%;
    height: 366px;
    margin-top: 15px;
    overflow-y: auto;
}

.containers .photoGallery .rightPart .list ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.containers .photoGallery .rightPart .list li {
    width: 140px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    cursor: pointer;
    align-items: flex-end;
    flex-wrap: wrap;
    display: flex;
}

.containers .photoGallery .rightPart .list li .picBox {
    width: 100%;
    height: auto;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}


/* .containers .photoGallery .rightPart .list li:nth-of-type(4n){
    margin-right: 0;
} */

.containers .photoGallery .rightPart .list li .pic {
    width: 100%;
    height: auto;
    min-height: 129px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.containers .photoGallery .rightPart .list li .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.containers .photoGallery .rightPart .list li .picBox .size {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: rgba(95, 101, 114, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}

.containers .photoGallery .rightPart .list li .name {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #848992;
    line-height: 28px;
    /* position: absolute; */
    bottom: 0;
}

.containers .photoGallery .rightPart .list li .selected {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

.containers .photoGallery .rightPart .list li .selected img {
    width: 23px;
    height: auto;
    vertical-align: bottom;
}

.containers .photoGallery .rightPart .list li.active .selected {
    opacity: 1;
    z-index: 22;
}

.containers .photoGallery .rightPart .list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    position: relative;
    right: -3px;
}

.containers .photoGallery .rightPart .list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #29c9ff;
}

.containers .photoGallery .rightPart .list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f4f5f9;
}

.containers .photoGallery .rightPart .btn {
    width: 100%;
    height: auto;
    background: #fff;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 20px;
    padding-bottom: 23px;
}

.containers .photoGallery .rightPart .btn .sure {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #29c9ff;
    cursor: pointer;
    margin-right: 7px;
    transition: all 0.5s;
}

.containers .photoGallery .rightPart .btn .sure:hover {
    filter: brightness(110%);
}

.containers .photoGallery .rightPart .btn .cancel {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #d8dce2;
    cursor: pointer;
    transition: all 0.5s;
}

.containers .photoGallery .rightPart .btn .cancel:hover {
    filter: brightness(90%);
}

.containers .addGroupings {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.containers .addGroupings .groupingName {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    font-size: 14px;
    color: #5f6572;
    line-height: 34px;
    padding: 0 10px;
    margin-top: 12px;
}

.containers .addGroupings .btn {
    width: 100%;
    height: auto;
    background: #fff;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 10px;
}

.containers .addGroupings .btn .sure {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #29c9ff;
    cursor: pointer;
    margin-right: 7px;
    transition: all 0.5s;
}

.containers .addGroupings .btn .sure:hover {
    filter: brightness(110%);
}

.containers .addGroupings .btn .cancel {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #d8dce2;
    cursor: pointer;
    transition: all 0.5s;
}

.containers .addGroupings .btn .cancel:hover {
    filter: brightness(90%);
}

@media screen and (max-width:1200px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th {
        min-width: 120px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:first-child {
        min-width: 100px;
    }
}

@media screen and (max-width:1000px) {
    .contentpart .form_basicSetup.guig .basic_setup .basic_items .inptbox {
        width: 100%;
    }

    .contentpart .form_basicSetup.guig .basic_setup .basic_items .tit {
        text-align: left;
    }

    .containers .photoGallery .rightPart .list {
        height: 300px;
    }

    .containers .photoGallery .leftPart {
        width: 22.8%;
    }

    .containers .photoGallery .rightPart {
        width: 77.2%;
    }

    /* .containers .photoGallery .leftPart .list li a{
        padding-left: 10px;
    } */
}

@media screen and (max-width:880px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox {
        width: 77%;
    }
}

@media screen and (max-width:806px) {
    .head .h_right .events {
        right: 10px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .tit {
        text-align: left;
        width: 100%;
    }

    .inptbox .type {
        margin-bottom: 10px;
    }

    .contentpart .indexCont .leftPart .chart-2 .chartbox .trtheme .inptbox .type {
        margin-bottom: 0;
    }

    .contentpart .indexCont .leftPart .trends .trtheme .inptbox .type {
        margin-bottom: 0;
    }


    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms {
        padding: 10px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batit {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list .addShu .shuName {
        width: 143px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batinpt {
        width: 143px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batch .batinpt:nth-of-type(2n) {
        width: 143px;
        margin-right: 0;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th.hide {
        display: none;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th .pic {
        min-width: 56px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th:nth-of-type(1) {
        width: 24%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr th {
        line-height: 18px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .batchlist tr:first-child th {
        padding: 8px 0;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety {
        padding: 20px 10px 10px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem .inptbox {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .variety .varItem {
        margin-bottom: 14px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .norms .guige .guiItem .list li {
        margin-bottom: 10px;
        width: 80px;
    }

    .containers .photoGallery .rightPart .list li {
        width: 71px;
        margin-right: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
    }

    .containers .photoGallery .rightPart .list li .name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .containers .photoGallery .rightPart .list li .pic {
        min-height: 60px;
    }

    .containers .photoGallery .rightPart .list li .picBox .size {
        font-size: 10px;
        line-height: 16px;
    }

    .containers .photoGallery .leftPart .list li {
        padding: 0 6px;
    }

    .containers .photoGallery .leftPart .list li a {
        padding: 0;
    }

    .containers .photoGallery .leftPart .list li a span {
        display: none;
    }
}


/* 首页 */

.contentpart .indexCont {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.contentpart .indexCont .leftPart {
    margin-right: 326px;
}

.contentpart .indexCont .leftPart .datapart {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contentpart .indexCont .leftPart .datapart ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.contentpart .indexCont .leftPart .datapart ul li {
    width: 24%;
    height: 129px;
    float: left;
    margin-right: 1.33%;
    padding: 15px 2% 22px;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-radius: 2px;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(4n) {
    margin-right: 0;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(1) {
    background: #ffffff;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(2) {
    background: #29c9ff;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(3) {
    background: #ffc000;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(4) {
    background: #869fb1;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt {
    width: 60%;
    height: auto;
    float: left;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt .tit {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(1) .datatxt .tit {
    color: #5f6572;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt .num {
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #fff;
    line-height: 42px;
    font-weight: lighter;
    align-items: flex-end;
    display: flex;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt .num .unit {
    font-size: 14px;
    line-height: 30px;
    margin-left: 6px;
}

.contentpart .indexCont .leftPart .datapart ul li:nth-of-type(1) .datatxt .num {
    color: #5f6572;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt .icon {
    width: 100%;
    height: auto;
}

.contentpart .indexCont .leftPart .datapart ul li .datatxt .icon img {
    width: 10px;
    height: auto;
    vertical-align: bottom;
}

.contentpart .indexCont .leftPart .datapart ul li .dataicon {
    width: auto;
    height: auto;
    float: right;
}

.contentpart .indexCont .leftPart .datapart ul li .dataicon img {
    width: auto;
    height: 53px;
    vertical-align: middle;
}

.contentpart .indexCont .leftPart .realtime {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2px;
    margin-top: 30px;
}

.contentpart .indexCont .leftPart .realtime .theme {
    width: 100%;
    height: auto;
    padding: 0 1%;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    border-bottom: 1px solid #f1f2f7;
}

.contentpart .indexCont .leftPart .realtime .synopsis {
    width: 100%;
    height: auto;
    padding: 3% 0%;
    box-sizing: border-box;
}

.contentpart .indexCont .leftPart .realtime .synopsis li {
    width: 20%;
    height: auto;
    float: left;
    padding: 0 2% 0 3%;
    box-sizing: border-box;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .tit {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 28px;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .num {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #1c2b36;
    line-height: 42px;
    font-weight: bolder;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .compare {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: rgba(95, 101, 114, 0.6);
    line-height: 18px;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .compare span {
    padding-right: 12px;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .compare span.up {
    background: url(../images/up.png) no-repeat right 2px;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .compare span.drop {
    background: url(../images/drop.png) no-repeat right 2px;
}

.contentpart .indexCont .leftPart .realtime .synopsis li .compare span.fair {
    background: url(../images/fair.png) no-repeat right 6px;
}
.contentpart .indexCont .leftPart .chart-1{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.contentpart .indexCont .leftPart .chart-1 .chartbox {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
}

.contentpart .indexCont .leftPart .chart-1 .chartbox .trtheme {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 1% 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.contentpart .indexCont .leftPart .chart-1 .chartbox .trtheme .theme {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
}

.contentpart .indexCont .leftPart .chart-1 .chartbox .synopsis {
    width: 100%;
    height: auto;
    padding: 3% 5% 0 5%;
    box-sizing: border-box;
    text-align: center;
    float: left;
}




.contentpart .indexCont .leftPart .chart-2 {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.contentpart .indexCont .leftPart .chart-2 .chartbox {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
}

.contentpart .indexCont .leftPart .chart-2 .chartbox .trtheme {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 1% 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f2f7;
    box-sizing: border-box;
}

.contentpart .indexCont .leftPart .chart-2 .chartbox .trtheme .theme {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
}

.contentpart .indexCont .leftPart .chart-2 .chartbox .synopsis {
    width: 100%;
    height: auto;
    padding: 3% 0%;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.input-right {
    float: right;

}

.input-right .type {
    margin-right: 0;
    padding: 0;
}

.contentpart .indexCont .leftPart .trends {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 2px;
}

.chart-btnbox {
    float: right;
    margin: 5px 0;
    padding: 0;
}

.chart-btnbox .btn {
    float: right;
}

.chart-btnbox .btn input[type="submit"] {

    height: 34px;
    background: #29c9ff;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    transition: all .5s;
    cursor: pointer;
    margin-left: 5px;
}

.chart-btnbox .btn input[type="submit"]:hover {
    box-shadow: 0 0 6px -1px #29c9ff;
    filter: brightness(120%);
}

.contentpart .indexCont .leftPart .trends .trtheme {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 1% 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f2f7;
}

.contentpart .indexCont .leftPart .trends .theme {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
}

.contentpart .indexCont .leftPart .trends .trtheme .view {
    width: auto;
    height: auto;
    float: right;
    font-size: 12px;
    color: #6c727d;
    line-height: 42px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    background: url(../images/icon16.png) no-repeat right center;
    transition: all 0.5s;
}

.contentpart .indexCont .leftPart .trends .trtheme .view a {
    display: block;
    font-size: 12px;
    color: #6c727d;
    line-height: 42px;
    transition: all 0.5s;
}

.contentpart .indexCont .leftPart .trends .trtheme .view:hover {
    background: url(../images/icon16_hover.png) no-repeat right center;
}

.contentpart .indexCont .leftPart .trends .trtheme .view:hover a {
    color: #29c9ff;
}

.contentpart .indexCont .leftPart .trends .chart {
    width: 100%;
    height: 388px;
    padding: 3% 2%;
    box-sizing: border-box;
}

.contentpart .indexCont .rightPart {
    width: 298px;
    height: auto;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.contentpart .indexCont .rightPart .adv {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

.contentpart .indexCont .rightPart .adv img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.swiper-pagination.advs {
    bottom: 4px !important;
}

.advs .swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.6) !important;
}

.advs .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
}

.contentpart .indexCont .rightPart .shortcuts {
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: #fff;
    border-radius: 2px;
}

.contentpart .indexCont .rightPart .shortcuts .theme {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    padding: 0 4%;
    box-sizing: border-box;
    border-bottom: 1px solid #f6f7fa;
}

.contentpart .indexCont .rightPart .shortcuts .shortList {
    width: 100%;
    height: auto;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li {
    width: 33.33%;
    height: auto;
    float: left;
    padding: 7% 0 6%;
    border: 1px solid #f6f7fa;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li .icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li .icon img {
    width: auto;
    height: 32px;
    vertical-align: bottom;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li .txt {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    text-align: center;
    transition: all 0.5s;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li:hover {
    background: #fcfdfe;
}

.contentpart .indexCont .rightPart .shortcuts .shortList li:hover .icon img {
    /* filter: brightness(20000%); */
}

.contentpart .indexCont .rightPart .shortcuts .shortList li:hover .txt {
    /* color: #fff; */
}

@media screen and (max-width:1600px) {

    /* 
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .tit{
        line-height: 32px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .num{
        font-size: 36px;
        line-height: 38px;
    }
    */
    .contentpart .indexCont .leftPart .datapart ul li .dataicon img {
        height: 50px;
    }

    /*
    .contentpart .indexCont .rightPart .adv{
        min-height: 116px;
    } */
}

@media screen and (max-width:1500px) {
    /* .contentpart .indexCont .leftPart .datapart ul li{
        padding: 8px 2% 16px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .tit{
        line-height: 28px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .num{
        font-size: 32px;
        line-height: 34px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .dataicon img{
        height: 45px;
    }
    .contentpart .indexCont .rightPart .adv{
        min-height: 109px;
    } */
}

@media screen and (max-width:1400px) {

    /* .contentpart .indexCont .leftPart .datapart ul li{
        padding: 8px 2% 16px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .tit{
        line-height: 24px;
    }*/
    .contentpart .indexCont .leftPart .datapart ul li .dataicon img {
        height: 42px;
    }

    /*
    .contentpart .indexCont .rightPart .adv{
        min-height: 105px;
    } */
    /* .contentpart .indexCont .rightPart .shortcuts .shortList li .txt{
        font-size: 12px;
    } */
}

@media screen and (max-width:1200px) {

    /*.contentpart .indexCont .leftPart .datapart ul li{
        padding: 8px 2% 16px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .tit{
        line-height: 20px;
    }
    .contentpart .indexCont .leftPart .datapart ul li .datatxt .num{
        font-size: 24px;
        line-height: 26px;
    } */
    .contentpart .indexCont .leftPart .datapart ul li .dataicon img {
        height: 36px;
    }

    /* .contentpart .indexCont .rightPart .adv{
        min-height: 84px;
    } */
    /* .contentpart .indexCont .rightPart .shortcuts .shortList li {
        width: 50%;
    } */
    .contentpart .indexCont .leftPart .datapart ul li {
        width: 49%;
        margin-bottom: 20px;
    }

    .contentpart .indexCont .leftPart .datapart ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .contentpart .indexCont .leftPart .datapart ul li:nth-of-type(3) {
        margin-bottom: 0;
    }

    .contentpart .indexCont .leftPart .datapart ul li:nth-of-type(4) {
        margin-bottom: 0;
    }

    .contentpart .indexCont .rightPart .shortcuts {
        margin-top: 20px;
    }

    .contentpart .indexCont .leftPart .realtime {
        margin-top: 20px;
    }

    .contentpart .indexCont .leftPart .trends {
        margin-top: 20px;
    }
}

@media screen and (max-width:1000px) {
    .contentpart .indexCont .leftPart {
        width: 100%;
    }

    .contentpart .indexCont .rightPart {
        display: none;
    }

    .contentpart .indexCont .leftPart .chart-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .contentpart .indexCont .leftPart .chart-2 .chartbox {
        margin-top: 0;
    }

    .contentpart .indexCont .leftPart .trends .theme {
        width: 42%;
    }
}

@media screen and (max-width:806px) {
    .contentpart .indexCont .leftPart .realtime .theme {
        padding: 0 4%;
        color: #1c2b36;
        font-weight: bolder;
    }

    .contentpart .indexCont .leftPart .trends .theme {
        /* padding: 0 4%;
        color: #1c2b36;
        font-weight: bolder; */
    }

    .contentpart .indexCont .leftPart .datapart ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 16px 4% 16px;
    }

    .contentpart .indexCont .leftPart .datapart ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .contentpart .indexCont .leftPart .realtime .synopsis {
        padding-top: 5%;
    }

    .contentpart .indexCont .leftPart .realtime .synopsis li {
        width: 33.33%;
        margin-bottom: 6%;
    }

    .contentpart .indexCont .leftPart .realtime .synopsis li .tit {
        line-height: 20px;
    }

    .contentpart .indexCont .leftPart .realtime .synopsis li .num {
        line-height: 34px;
    }

    .copyright .copybox img {
        width: 50px;
    }

    .copyright .copybox a {
        font-size: 11px;
    }

    .copyright {
        margin-bottom: 26px;
    }

    .contentpart .indexCont .leftPart .datapart ul li .datatxt .num {
        font-size: 36px;
    }

    .contentpart .indexCont .leftPart .trends .chart {
        height: 236px;
        padding-top: 8%;
    }
}


/* 运费模板 */

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    border-collapse: collapse;
    padding: 0;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e7e7eb;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr:first-child {
    background: #f4f5f9;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th {
    font-size: 14px;
    color: #5f6572;
    line-height: 39px;
    border-right: 1px solid #e7e7eb;
    padding: 10px 10px 16px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr:first-child th {
    padding: 0 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th:nth-of-type(1) {
    width: 40%;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .area {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 24px;
    text-align: left;
    font-weight: lighter;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .edit {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #29c9ff;
    font-size: 14px;
    color: #29c9ff;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    margin-right: 8px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .edit img {
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .edit:hover {
    background-color: #29c9ff;
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .edit:hover img {
    filter: brightness(2000%);
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .del {
    width: auto;
    height: 30px;
    float: left;
    border: 1px solid #696f7b;
    font-size: 14px;
    color: #696f7b;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .del img {
    width: 11px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .del:hover {
    background: #696f7b;
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .del:hover img {
    filter: brightness(2000%);
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th input {
    width: 80%;
    height: 28px;
    margin: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 28px;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .addArea {
    width: 229px;
    height: auto;
    margin-top: 12px;
    background: #29c9ff;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .addArea img {
    width: 13px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
}

.contentpart .form_basicSetup .basic_setup .basic_items .inptbox .addArea:hover {
    filter: brightness(110%);
}

.containers .distribution {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.containers .distribution .ovAuto {
    width: 100%;
    height: 750px;
    overflow-y: auto;
}

.containers .distribution .ovAuto::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.containers .distribution .ovAuto::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #29c9ff;
}

.containers .distribution .ovAuto::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f4f5f9;
}

.containers .distribution .operation {
    width: 100%;
    height: auto;
    background: #fbfbfb !important;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}

.containers .distribution .operation label {
    width: 46px;
    font-size: 14px;
    color: #6c727d;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

.containers .distribution .operation label:hover {
    color: #29c9ff;
}

.containers .distribution .operation input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: 7px;
}

.containers .distribution .operation input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 100%;
}

.containers .distribution .operation a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #6c727d;
    line-height: 30px;
    transition: all 0.5s;
}

.containers .distribution .operation a:hover {
    color: #29c9ff;
}

.containers .cityList {
    width: 100%;
    height: auto;
    /* padding-bottom: 200px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


.containers .cityList:nth-child(even) {
    background-color: rgba(0, 0, 0, .01);
}

.containers .cityList .place-row,
.containers .cityList .place-tooltips {
    float: left;
    width: 160px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}

.containers .cityList .place-row {
    width: calc(100% - 345px);
}

.containers .cityList .place-row .place-tooltips {
    padding: 0;
    display: inline-block;
    width: auto;
    border: 0;
    margin-right: 7px;
}

.containers .cityList .place-row,
.containers .cityList .place-tooltips {
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, .08);
}

.containers .cityList .place-tooltips:nth-child(1) {
    border: 0
}

.containers .cityList .place-tooltips label {
    padding-right: 7px;
    text-align: left;
    width: auto;
    float: left;
    cursor: pointer;
}

.containers .cityList .place-tooltips input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: 7px;
}

.containers .cityList .place-tooltips input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 100%;
}

.containers .cityList .place-tooltips span {
    font-size: 14px;
    color: #6c727d;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 6px;
}

.containers .cityList .place-tooltips .citys {
    width: auto;
    min-width: 232px;
    background-color: #fff;
    position: absolute;
    top: 38px;
    border: 1px solid #ccc;
    z-index: 100;
    display: none;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0s;
}

/* .containers .cityList .place-tooltips .citys::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    position: absolute;
    top: -9px;
    left: 20px;
}

.containers .cityList .place-tooltips .citys::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 21px;
} */

.containers .cityList .place-tooltips .citys::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 20px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    transform: translateY(-55%) rotate(45deg);
}

.containers .cityList .place-tooltips .citys::after {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
}

.containers .cityList .place-tooltips:hover .citys {
    display: block;
}

.containers .cityList .place-tooltips .citys .row-div {
    min-width: 250px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.containers .cityList .place-tooltips .citys .row-div span {
    float: left;
    width: auto;
}

.containers .distribution .btn {
    width: 100%;
    height: auto;
    background: #fff;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 20px;
}

.containers .distribution .btn .sure {
    appearance: none;
    border: none;
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #29c9ff;
    cursor: pointer;
    margin-right: 7px;
    transition: all 0.5s;
}

.containers .distribution .btn .sure:hover {
    filter: brightness(110%);
}

.containers .distribution .btn .cancel {
    appearance: none;
    border: none;
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    color: #5f6572;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #d8dce2;
    cursor: pointer;
    transition: all 0.5s;
}

.containers .distribution .btn .cancel:hover {
    filter: brightness(90%);
}

@media screen and (max-width:806px) {
    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th {
        padding: 10px 6px 16px;
        line-height: 18px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th input {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .area {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .edit {
        width: 100%;
        margin-bottom: 10px;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .charges tr th .operate .del {
        width: 100%;
    }

    .contentpart .form_basicSetup .basic_setup .basic_items .inptbox .addArea {
        width: 100%;
    }
}


/* 订单信息 */

.contentpart .form_basicSetup .basic_setup .timeLine {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contentpart .form_basicSetup .basic_setup .timeLine li {
    width: 20%;
    height: auto;
    float: left;
    /* background: #f1f2f7; */
}

.contentpart .form_basicSetup .basic_setup .timeLine li .status {
    width: 100%;
    height: auto;
    background: #f1f2f7;
}

.contentpart .form_basicSetup .basic_setup .timeLine li:first-child .status {
    border-radius: 36px 0 0 36px;
}

.contentpart .form_basicSetup .basic_setup .timeLine li:last-child .status {
    border-radius: 0 36px 36px 0;
}

.contentpart .form_basicSetup .basic_setup .timeLine li.doing .status {
    /* background: #85e0ff; */
    /* border-radius: 0 36px 36px 0; */
}

.contentpart .form_basicSetup .basic_setup .timeLine li.done .status {
    background: #29c9ff;
    overflow: hidden;
}

.contentpart .form_basicSetup .basic_setup .timeLine li .status .zhuang {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 36px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .timeLine li.done .status .zhuang {
    color: #fff;
    background: #29c9ff;
    border-radius: 0 36px 36px 0;
}

.contentpart .form_basicSetup .basic_setup .timeLine li.doing .status .zhuang {
    color: #fff;
    background: #85e0ff;
    border-radius: 0 36px 36px 0;
}

.contentpart .form_basicSetup .basic_setup .timeLine li .time {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #adb1ba;
    line-height: 36px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .statusTable {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.contentpart .form_basicSetup .basic_setup .statusTable.infor {
    margin-top: 0;
}

.contentpart .form_basicSetup .basic_setup .statusTable.shouhuo {
    margin-top: 0;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr th {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 40px;
    border-right: 1px solid #e7e7eb;
    border-bottom: 1px solid #e7e7eb;
    background: #f4f5f9;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 30px;
    border-right: 1px solid #e7e7eb;
    border-bottom: 1px solid #e7e7eb;
    padding: 10px 0;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr:last-child td {
    border-bottom: none;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td div {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 24px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .userName {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 20px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .userId {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #adb1ba;
    line-height: 24px;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .jine {
    width: 100%;
    height: auto;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .jine .tit {
    width: auto;
    height: auto;
    float: left;
    text-align: right;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .jine .txt {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .ways {
    width: 72px;
    margin: auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    background: #29c9ff;
    border-radius: 2px;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .tai {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
    justify-content: center;
    display: flex;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .tai .tit {
    width: auto;
    height: auto;
    float: left;
    text-align: right;
    padding-right: 12px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .tai .txt {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    background: #c5c8cd;
    padding: 0 8px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .tai .txt.on {
    background: #ffc000;
}

.contentpart .form_basicSetup .basic_setup .statusTable.infor tr td {
    width: 11.667%;
}

.contentpart .form_basicSetup .basic_setup .statusTable.infor tr td:nth-of-type(1) {
    width: 30%;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .pic {
    width: 47px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .text {
    width: 260px;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .text .name {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .text .shu {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #adb1ba;
    text-align: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable.infor tr:last-child td {
    padding: 10px 14px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .msg {
    width: 70%;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .msg .tit {
    width: auto;
    height: auto;
    float: left;
    margin-right: 4px;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .msg .txt {
    width: auto;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .total {
    width: auto;
    height: auto;
    float: right;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .total .tit {
    width: auto;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .statusTable tr td .total .txt {
    width: auto;
    height: auto;
    float: left;
}

@media screen and (max-width:1100px) {
    .contentpart .form_basicSetup .basic_setup .statusTable tr td .ding {
        width: 120px;
        word-break: break-all;
        margin: auto;
    }
}

@media screen and (max-width:1000px) {
    .contentpart .form_basicSetup .basic_setup .statusTable tr th.hide {
        display: none;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td.hide {
        display: none;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .text {
        width: 220px;
    }
}

@media screen and (max-width:806px) {
    .contentpart .form_basicSetup .basic_setup {
        padding: 10px;
    }

    .contentpart .form_basicSetup .basic_setup .timeLine li .time {
        font-size: 10px;
        line-height: 14px;
        margin-top: 10px;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .ding {
        width: 80px;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .jine {
        display: block;
        margin-bottom: 12px;
        padding: 0 5px;
        box-sizing: border-box;
        max-width: 118px;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .jine .tit {
        width: 100%;
        text-align: left;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .jine .txt {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .tai {
        display: block;
        margin-bottom: 12px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .tai .tit {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .tai .txt {
        /* width: 100%; */
        text-align: left;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .ways {
        width: 60px;
        margin: 0 5px;
    }

    .contentpart .form_basicSetup .basic_setup .statusTable tr td .shangpin .text {
        display: none;
    }
}


/* 权限设置 */

.root {
    width: 100%;
    height: auto;
    background: url(../images/icon11.png) no-repeat left top;
    /* padding-left: 28px; */
    box-sizing: border-box;
    padding-top: 15px;
    position: relative;
    margin-top: 11px;
    z-index: 2;
    cursor: pointer;
}


/* .root::after{
    content: '';
    width: 1px;
    height: 77%;
    background: url(../images/line3.png) repeat-y;
    position: absolute;
    top: 0px;
    left: 5px;
} */

.root .parent {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #131e26;
    line-height: 28px;
    position: relative;
    z-index: 5;
    /* overflow: hidden; */
    padding-bottom: 10px;
}

.root .parent::after {
    content: '';
    width: 1px;
    height: 100%;
    background: url(../images/line3.png) repeat-y;
    position: absolute;
    top: -4px;
    left: 5px;
}


/* .root .parent:first-child::after{
    top: 20px;
} */

.root .parent:last-child::after {
    height: 23px;
}

.root .parent .parent_item {
    width: auto;
    height: auto;
    margin-left: 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
    align-items: center;
    display: flex;
    /* background: #fff; */
}

.root .parent .parent_item::before {
    content: '';
    width: 28px;
    height: 1px;
    background: url(../images/line4.png) repeat-x center center;
    position: absolute;
    top: 14px;
    left: -30px;
}

.root .parent .parent_item .item {
    width: auto;
    height: auto;
    border: 1px solid #e1e8ea;
    background: url(../images/selet1.png) no-repeat 5px center #e9f8fd;
    border-radius: 2px;
    padding: 5px 5px 5px 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #131e26;
    line-height: 26px;
}

.root .parent .son {
    padding-left: 40px;
    box-sizing: border-box;
    /* padding-top: 15px; */
    position: relative;
    display: none;
}

.root .parent .son::after {
    content: '';
    width: 1px;
    height: 100%;
    background: url(../images/line3.png) repeat-y;
    position: absolute;
    top: -15px;
    left: 41px;
}

.root .parent .son:last-child::after {
    content: '';
    width: 1px;
    height: 36px;
    background: url(../images/line3.png) repeat-y;
    position: absolute;
    top: -16px;
    left: 41px;
}

.root .parent .son_item {
    width: auto;
    height: auto;
    margin-left: 33px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    align-items: center;
    display: flex;
}

.root .parent .son_item::before {
    content: '';
    width: 26px;
    height: 1px;
    background: url(../images/line4.png) repeat-x center center;
    position: absolute;
    top: 14px;
    left: -28px;
}

.root .parent .son_item .item {
    width: auto;
    height: auto;
    background: url(../images/selet1.png) no-repeat 5px center #fff;
    border-radius: 2px;
    padding: 5px 5px 5px 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #131e26;
    line-height: 26px;
    position: relative;
    z-index: 15;
}

.root .parent .son_item .item.on {
    background: url(../images/selet3.png) no-repeat 5px center #fff;
}

.root .parent .son_item .item.half {
    background: url(../images/selet2.png) no-repeat 5px center #fff;
}

.root .parent .grandson {
    padding-left: 35px;
    box-sizing: border-box;
    margin-top: 9px;
    position: relative;
    display: none;
}

.root .parent .grandson::after {
    content: '';
    width: 1px;
    height: 100%;
    background: url(../images/line3.png) repeat-y;
    position: absolute;
    top: -13px;
    left: 39px;
}

.root .parent .grandson_item {
    width: auto;
    height: auto;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    align-items: center;
    display: flex;
}

.root .parent .grandson_item::before {
    content: '';
    width: 24px;
    height: 1px;
    background: url(../images/line4.png) repeat-x center center;
    position: absolute;
    top: 14px;
    left: 5px;
}

.root .parent .grandson_item .item {
    width: auto;
    height: auto;
    background: url(../images/selet1.png) no-repeat 5px center;
    border-radius: 2px;
    padding: 5px 5px 5px 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #131e26;
    line-height: 26px;
}

.root .parent .grandson_item .item.on {
    background: url(../images/selet3.png) no-repeat 5px center;
}

.root label {
    cursor: pointer;
}

.root input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background: url(../images/checkbox1.gif) no-repeat center center #fff;
    background-size: 15px 15px;
    margin-right: 3px;
    cursor: pointer;
    padding-top: 6px;
}

.root input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center #fff;
    background-size: 15px 15px;
}

.root input.half[type="checkbox"]:checked {
    background: url(../images/selet2.png) no-repeat center center #fff;
    background-size: 15px 15px;
}

.root .parent .slide {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: -8px;
    background: url(../images/icon19.png) no-repeat center center;
    background-size: 7px;
    z-index: 40;
    /* transition: background 0.5s; */
}

.root .parent .son .slide {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 28px;
    background: url(../images/icon19.png) no-repeat center center;
    background-size: 7px;
    z-index: 40;
    /* transition: background 0.5s; */
}

.root .parent .slide.open {
    background: url(../images/icon20.png) no-repeat center center;
    background-size: 8px;
}

.root .parent .son .slide.open {
    background: url(../images/icon20.png) no-repeat center center;
    background-size: 8px;
}


/* 权限管理 */

.contentpart .form_theme .handle .addQuan {
    float: right;
    width: 108px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    margin-left: 8px;
    font-size: 14px;
    background: #d8dce2;
    color: #5f6572;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.contentpart .form_theme .handle .addQuan:hover {
    color: #fff;
    background: #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_tit .theme {
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
}

.contentpart .form_basicSetup .basic_tit {
    padding: 0 10px 0 20px;
}

.contentpart .form_basicSetup .basic_tit .btnlist {
    width: auto;
    height: auto;
    float: right;
    margin-top: 8px;
}

.contentpart .form_basicSetup .basic_tit .btnlist li {
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
    color: #29c9ff;
    line-height: 24px;
    border-radius: 2px;
    margin-left: 8px;
    border: 1px solid #29c9ff;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_tit .btnlist li a {
    display: block;
    font-size: 12px;
    color: #29c9ff;
    line-height: 24px;
    padding: 0 12px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_tit .btnlist li:hover {
    color: #fff;
    background: #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_basicSetup .basic_tit .btnlist li:hover a {
    color: #fff;
}

.contentpart .form_basicSetup .basic_setup.qx {
    padding: 34px 0% 28px 3%;
}

.contentpart .form_basicSetup .basic_setup .fmList {
    width: 100%;
    /* padding: 30px 0; */
}

.contentpart .form_basicSetup .basic_setup .fmList li {
    float: left;
    width: 14%;
    padding: 13px 0;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
}

.selectPopup {
    width: 350px;
    margin: 5px auto 0;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
}

.selectPopup .list {
    width: 100%;
}

.selectPopup .list li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.selectPopup .list li .tit {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #5f6572;
}

.selectPopup .list li:hover .tit {
    color: #29c9ff;
}

.selectPopup .list li .textareaBox {
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.selectPopup .list li .textareaBox.now,
.selectPopup .list li .textareaBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.selectPopup .list li .textareaBox textarea {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
}

.selectPopup .list li .left {
    float: left;
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #5f6572;
}

.selectPopup .list li .right {
    float: left;
    width: 210px;
}

.selectPopup .list li .tishi {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #838fa1;
    line-height: 14px;
    /* padding-left: 82px; */
    box-sizing: border-box;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.selectPopup .list li .tishi a {
    font-size: 12px;
    color: #29c9ff;
    line-height: 14px;
}

.selectPopup .list li .right select {
    float: left;
    border: none;
    padding: 2px 3px 4px 0px;
    font-size: 15px;
    color: #5f6572;
    height: 36px;
    width: 100%;
    margin-right: 10px;
    outline: none;
}

.selectPopup .list li .right input[type='text'],
.selectPopup .list li .right input[type='password'] {
    width: 100%;
    height: 36px;
    font-size: 15px;
    color: #5f6572;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
}

.selectPopup .list li .right.yzm input[type='text'] {
    width: 118px;
    height: auto;
    float: left;
}

.selectPopup .list li .right.yzm .yzmbox {
    width: 90px;
    height: auto;
    float: right;
    background: #29c9ff;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s;
}

.selectPopup .list li .right.yzm .yzmbox input {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.selectPopup .list li .right.yzm .yzmbox:hover {
    opacity: .8;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.selectPopup .list li .right .select {
    width: 100%;
    height: 36px;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    background: #29c9ff;
    border-radius: 2px;
}

.selectPopup .list li.sel .left {
    margin-top: 32px;
}

.selectPopup .list li.sel {}

.selectPopup .list li.sel .line {
    margin-top: 20px;
}

.selectPopup .list li .right .picbox {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 30px;
    border: 1px dashed #e7e7eb;
    background: #fff;
    box-sizing: border-box;
    margin: auto;
}

.selectPopup .list li .right .pic {
    width: 100px;
    height: 100px;
    float: left;
}

.selectPopup .list li .right .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.selectPopup .list li .right .selectpic {
    width: 90px;
    height: auto;
    float: right;
    background: #29c9ff;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.selectPopup .list li .right .picbox .fileinpts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.selectPopup .list li .right .switchBox {
    margin-left: 20px;
}

.selectPopup .list li .right .radioBox {
    width: 100%;
    height: auto;
    padding-left: 10px;
    box-sizing: border-box;
}

.selectPopup .list li .right .radioBox .lxdx {
    width: auto;
    height: auto;
    float: left;
    line-height: 36px;
    font-size: 15px;
    color: #5f6572;
    align-items: center;
    display: flex;
    margin-right: 16px;
    cursor: pointer;
}

.selectPopup .list li .right .radioBox .lxdx span {
    margin-left: 6px;
}

.selectPopup .list li .right .radioBox .lxdx input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    background: url(../images/radio1.gif) no-repeat center center;
    background-size: 100%;
    margin-top: -1px;
}

.selectPopup .list li .right .radioBox .lxdx input[type="radio"]:checked {
    background: url(../images/radio2.gif) no-repeat center center;
    background-size: 100%;
}

.selectPopup .list li .line {
    float: left;
    width: 100%;
    height: 1px;
    background: #f7f7f8;
}

.selectPopup .list li .line .line1 {
    float: left;
    width: 80px;
    height: 1px;
    background: #e0e1e4;
}

.selectPopup .inputBtn {
    width: 100%;
    /* margin-top: 16px; */
    background: #29c9ff;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.selectPopup .inputBtn input {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.selectPopup .inputBtn:hover {
    opacity: .8;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.selectPopup .tips {
    padding: 15px 0;
    font-size: 14px;
    color: #5f6572;
}

.selectPopup .tips span {
    color: #f45454;
}

.memberManagement {
    width: 100%;
    box-sizing: border-box;
    padding: 0 36px;
}

.memberManagement .title {
    font-size: 14px;
    color: #5f6572;
    padding: 24px 0;
    border-bottom: 1px solid #f1f2f7;
}

.memberManagement .title span {
    color: #29c9ff;
}

.memberManagement .list {
    width: 100%;
    padding: 15px 0 62px;
}

.memberManagement .list li {
    float: left;
    width: 33.33%;
}

.memberManagement .list li .checkBox {
    width: 100%;
}

.memberManagement .list li .checkBox input {
    float: left;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 11px 0 0 0;
    cursor: pointer;
}

.memberManagement .list li .checkBox label {
    float: left;
    width: 73px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 3px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkBox input[type="checkbox"] {
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 15px 15px;
}

.checkBox input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 15px 15px;
}

.inputBtn2 {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #F8F8F8;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px 15px 12px;
}

.inputBtn2 input {
    float: right;
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border-color: #29c9ff;
    background-color: #29c9ff;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width:1000px) {
    .contentpart .form_theme .handle.quan {
        float: right;
    }

    .contentpart .form_theme .handle .addQuan {
        width: 78px;
        height: 28px;
        line-height: 28px;
    }

    .contentpart .form_basicSetup .basic_tit .btnlist li {
        margin-left: 0;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .contentpart .form_basicSetup .basic_setup .fmList li {
        width: 33.33%;
    }
}

@media screen and (max-width:806px) {
    .contentpart .form_basicSetup .basic_setup .fmList li {
        padding: 2px 0;
    }

    .contentpart .form_basicSetup .basic_tit {
        padding: 0 10px;
    }

    .contentpart .form_basicSetup .basic_tit .btnlist {
        margin-top: 0;
        width: 100%;
        margin-bottom: 4px;
    }

    .contentpart .form_basicSetup .basic_setup.qx {
        padding: 10px 5% 18px 5%;
    }
}


/* 系统用户管理 */

.contentpart .form_theme .handle.user .handList {
    padding-right: 0;
    background: none;
}

.contentpart .form_cont .tableTitle.user table tr th {
    padding: 0 10px;
}

.contentpart .form_cont .tableTitle.user table tr th a {
    color: #5f6572;
}

.contentpart .form_cont .tableTitle.user table tr td a {
    color: #6c727d;
    min-width: 64px;
}

.contentpart .form_cont .tableTitle.user table tr th a.edit {
    color: #29c9ff;
}

.contentpart .form_cont .tableTitle.user table tr th:nth-of-type(1) {
    width: 62px;
}

.contentpart .form_cont .tableTitle.user table tr th:nth-of-type(3) {
    width: 10%;
}

.contentpart .form_cont .tableTitle.user table tr th:nth-of-type(4) {
    width: 9%;
}

.contentpart .form_cont .tableTitle.user table tr th:nth-of-type(5) {
    width: 9%;
}

.contentpart .form_cont .tableTitle.user table tr th:nth-of-type(7) {
    width: 9%;
}

@media screen and (max-width:1000px) {
    .contentpart .form_cont .tableTitle.user table .edit img {
        display: none;
    }

    .contentpart .form_cont .tableTitle table .del img {
        display: none;
    }

    .contentpart .form_cont .tableTitle.user table tr th {
        padding: 0;
    }
}

.selectPopup .list li .left {
    float: left;
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #5f6572;
}

.selectPopup .list li .right {
    float: left;
    width: 210px;
}

.selectPopup .list li .right select {
    float: left;
    border: none;
    padding: 2px 3px 4px 20px;
    font-size: 15px;
    color: #5f6572;
    height: 36px;
    width: 90%;
    outline: none;
    margin-left: 10%;
    background: url(../images/icon1.gif) no-repeat 95% center;
}

.selectPopup .list li .right input[type='text'],
.selectPopup .list li .right input[type='password'] {
    width: 100%;
    height: 36px;
    font-size: 15px;
    color: #5f6572;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box;
}


/* 登录 */

.loginHtml,
.loginBody {
    height: 100%;
    overflow: hidden;
}

.loginBg,
.loginBg img {
    width: 100%;
    height: 100%;
}

.loginLogo {
    position: absolute;
    left: 40px;
    top: 40px;
    display: none;
}

.loginBody .loginBox {
    width: 416px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -288px 0 0 -208px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.loginBody .loginBox .loginTitle {
    width: 100%;
    font-size: 50px;
    color: #fbfbf9;
    text-align: center;
    margin-bottom: 40px;
}

.loginBody .loginBox .loginList li {
    position: relative;
    width: 100%;
    background: #fff;
    border: #fff;
    margin-bottom: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.loginBody .loginBox .loginList li.now {
    box-shadow: 0 0 15px 1px #29c9ff;
}

.loginBody .loginBox .loginList li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.loginBody .loginBox .loginList li:first-child .icon {
    background: url("../images/icon_1.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child.now .icon {
    background: url("../images/icon_5.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li .icon {
    background: url("../images/icon_2.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li.now .icon {
    background: url("../images/icon_6.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li+li .icon {
    background: url("../images/icon_3.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li+li.now .icon {
    background: url("../images/icon_7.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li+li+li .icon {
    background: url("../images/icon_4.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li:first-child+li+li+li.now .icon {
    background: url("../images/icon_8.gif") no-repeat center center;
}

.loginBody .loginBox .loginList li.inputBox input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #5f6572;
    padding-left: 50px;
    box-sizing: border-box;
}

.loginBody .loginBox .loginList li .code {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 115px;
    height: 46px;
}

.loginBody .loginBox .loginList li .code img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.loginBody .loginBox .loginList li .inputBtn {
    width: 100%;
    box-shadow: 0 0 10px 1px #29c9ff;
    background: #29c9ff;
    cursor: pointer;
    transition: all 0.3s;
}

.loginBody .loginBox .loginList li .inputBtn input {
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
}

.loginBody .loginBox .loginList li .inputBtn:hover {
    /* opacity: .9;
    filter: alpha(opacity=90); */
    color: #fff;
    background: #ffc000;
    box-shadow: 0 0 10px 1px #ffc000;
}

#rightbox {
    padding: 0 8px 0 0;
    width: 33px;
    height: auto;
    position: fixed;
    top: 43%;
    right: 0;
    z-index: 998;
}

#rightbox li {
    padding-bottom: 4px;
    width: 33px;
    height: 33px;
    float: left;
    position: relative;
}

#rightbox li .weixin1 {
    width: 88px;
    height: 81px;
    position: absolute;
    left: -148px;
    top: -23px;
    background: url(../images/weixinbg1.png) no-repeat left top;
    display: none;
}

#rightbox li .weixin1 .weixin2 {
    padding: 4px;
    width: 80px;
    height: 73px;
    float: left;
}

#rightbox li .icon {
    width: auto;
    height: 33px;
    float: left;
    background: url(../images/iconbg1.png);
    border-radius: 33px;
    position: absolute;
    right: 0;
    top: 0;
}

#rightbox li .icon1 {
    width: auto;
    height: 33px;
    float: left;
    position: relative;
}

#rightbox li .icon .pic {
    width: 33px;
    height: 33px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

#rightbox li .icon .icontit {
    padding-left: 33px;
    width: 0;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    float: left;
    overflow: hidden;
}

#rightbox li .icon .icontit1 a {
    line-height: 33px;
    font-size: 14px;
    color: #fff;
}

#rightbox li .icon .icontit .sharetit {
    width: auto;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    float: left;
    overflow: hidden;
}

.bottom-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.bottom-copy a {
    color: #fff;
}

.bottom-copy a img {
    margin-right: 12px;
}

.contentpart .form_basicSetup .basic_setup .btn {
    width: 100%;
    height: auto;
    padding-left: 108px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .btn input {
    width: 231px;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 12px;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
    background: #29c9ff;
    margin-top: 20px;
    cursor: pointer;
    padding: 0;
}

.contentpart .form_basicSetup .basic_setup .btn input:hover {
    box-shadow: 0 0 6px -1px #29c9ff;
    filter: brightness(120%);
}

@media screen and (max-width: 768px) {

    table,
    tr,
    td {
        word-wrap: normal;
        word-break: normal;
    }

    select {
        background: url("../images/conf_3.png") no-repeat scroll right 6px center transparent;
    }

    .loginBg {
        width: 300%;
    }

    .loginBg img {
        margin-left: -20%;
    }

    .loginLogo {
        width: 100px;
        height: 38px;
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 60px;
        margin-left: -50px;
    }

    .loginLogo img {
        width: 100%;
        height: 100%;
    }

    .loginBody .loginBox {
        width: 270px;
        margin: -235px 0 0 -135px;
    }

    .loginBody .loginBox .loginTitle {
        font-size: 35px;
        margin-bottom: 60px;
    }

    .loginBody .loginBox .loginList li {
        margin-bottom: 10px;
    }

    .loginBody .loginBox .loginList li .icon {
        width: 40px;
        height: 40px;
    }

    .loginBody .loginBox .loginList li.inputBox input {
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
    }

    .loginBody .loginBox .loginList li:first-child .icon {
        background: url("../images/icon_1.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child.now .icon {
        background: url("../images/icon_5.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li .icon {
        background: url("../images/icon_2.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li.now .icon {
        background: url("../images/icon_6.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li+li .icon {
        background: url("../images/icon_3.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li+li.now .icon {
        background: url("../images/icon_7.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li+li+li .icon {
        background: url("../images/icon_4.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li:first-child+li+li+li.now .icon {
        background: url("../images/icon_8.gif") no-repeat center center/13px 15px;
    }

    .loginBody .loginBox .loginList li .code {
        width: 88px;
        height: 36px;
    }

    .loginBody .loginBox .loginList li .inputBtn input {
        height: 46px;
        line-height: 46px;
    }

    .loginBody #rightnavAdmin {
        display: none;
    }

    .bottom-copy {
        width: 100%;
        font-size: 12px;
        padding: 0 0 28px 0;
    }

    .bottom-copy a img {
        display: none;
    }

    .contentpart .form_basicSetup .basic_setup .btn {
        padding-left: 0;
    }

    .contentpart .form_basicSetup .basic_setup .btn input {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.jstree-default .jstree-clicked {
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#jstree_demo_div {
    padding-top: 12px;
    font-size: 14px;
    color: #1c2b36;
}

.jstree-anchor {
    color: #1c2b36 !important;
}

@media screen and (max-width:806px) {
    #jstree_demo_div {
        padding-top: 12px;
        font-size: 16px;
    }
}

.contentpart .none {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.contentpart .none .noneCont {
    width: auto;
    height: auto;
}

.contentpart .none .noneCont .icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.contentpart .none .noneCont .icon img {
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.contentpart .none .noneCont .text {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #6c727d;
    line-height: 28px;
    text-align: center;
}

.contentpart .none .noneCont .btn {
    width: 211px;
    height: auto;
    margin: auto;
    margin-top: 10px;
}

.contentpart .none .noneCont .btn input {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    background: #29c9ff;
    transition: all 0.5s;
    cursor: pointer;
}

.contentpart .none .noneCont .btn input:hover {
    box-shadow: 0 0 6px -1px #29c9ff;
    filter: brightness(120%);
}

@media screen and (max-width:806px) {
    .contentpart .none {
        padding: 40px 0;
    }
}

.layui-layer-close {
    background-position: 1px -40px !important;
    cursor: pointer;
}

#uploader .placeholder {
    min-height: 137px !important;
}

.edui-default .edui-editor {
    z-index: 10 !important;
}

/* 应用功能 */

.contentpart .form_basicSetup.apply {
    background: none;
}

.contentpart .form_basicSetup .theme {
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #5f6572;
    line-height: 36px;
    font-weight: lighter;
}

.contentpart .form_basicSetup .applicationList {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contentpart .form_basicSetup .applicationList li {
    width: 19%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}

.contentpart .form_basicSetup .applicationList li:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 6px -1px #29c9ff;
}

.contentpart .form_basicSetup .applicationList.second li:hover {
    border: 1px solid #ffc000;
    box-shadow: 0 0 6px -1px #ffc000;
}

.contentpart .form_basicSetup .applicationList li:nth-of-type(5n) {
    margin-right: 0;
}

.contentpart .form_basicSetup .applicationList li a {
    display: block;
    padding: 20px 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.contentpart .form_basicSetup .applicationList li .pic {
    width: 25%;
    height: auto;
    float: left;
    margin-right: 5%;
}

.contentpart .form_basicSetup .applicationList li .pic img {
    width: 100%;
    max-width: 57px;
    height: auto;
    vertical-align: bottom;
}

.contentpart .form_basicSetup .applicationList li .textpart {
    width: 70%;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .applicationList li .textpart .titl {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #5f6572;
    line-height: 32px;
    transition: all 0.3s;
}

.contentpart .form_basicSetup .applicationList li:hover .textpart .titl {
    color: #29c9ff;
}

.contentpart .form_basicSetup .applicationList.second li:hover .textpart .titl {
    color: #ffc000;
}

.contentpart .form_basicSetup .applicationList li .textpart .desc {
    width: 100%;
    height: auto;
    min-height: 48px;
    font-size: 14px;
    color: #a8abb0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1480px) {
    .contentpart .form_basicSetup .applicationList li {
        width: 24%;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(4n) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(5n) {
        margin-right: 10px;
    }
}

@media screen and (max-width:1280px) {
    .contentpart .form_basicSetup .applicationList li {
        width: 32%;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(3n) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(4n) {
        margin-right: 10px;
    }
}

@media screen and (max-width:1080px) {
    .contentpart .form_basicSetup .theme {
        font-size: 20px;
        line-height: 26px;
    }

    .contentpart .form_basicSetup .applicationList li {
        width: 49%;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(3n) {
        margin-right: 10px;
    }

    .contentpart .form_basicSetup .applicationList li:nth-of-type(6n) {
        margin-right: 0;
    }

}

@media screen and (max-width:806px) {
    .contentpart .form_basicSetup .applicationList li {
        width: 100%;
        margin-right: 0;
    }

    .contentpart .form_basicSetup .applicationList {
        margin-top: 10px;
    }
}

/* 商品列表标签 */
.contentpart .labelCont {
    width: 100%;
    height: auto;
    background: #fbfbfd;
    border-bottom: 1px solid #f1f2f7;
}

.contentpart .labelCont .list {
    width: 100%;
    height: auto;
}

.contentpart .labelCont .list li {
    width: auto;
    height: auto;
    float: left;
    margin: 0 20px;
}

.contentpart .labelCont .list li a {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #5f6572;
    line-height: 50px;
    font-weight: bolder;
    padding-bottom: 17px;
    transition: all 0.3s;
    position: relative;
}

.contentpart .labelCont .list li a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #29c9ff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.contentpart .labelCont .list li.now a {
    color: #29c9ff;
}

.contentpart .labelCont .list li.now a::after {
    width: 100%;
    opacity: 1;
}

.contentpart .labelCont .list li:hover a {
    color: #29c9ff;
}

.contentpart .labelCont .list li:hover a::after {
    width: 100%;
    opacity: 1;
}

/* 发布商品弹出 */
.containers .release {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.containers .release .releaseList {
    width: 100%;
    height: auto;
}

.containers .release .releaseList li {
    width: 30%;
    height: 180px;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
    border: 1px solid #f1f2f7;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fbfbfd;
    padding-top: 20px;
    transition: border 0.3s;
}

.containers .release .releaseList li:nth-of-type(3n) {
    margin-right: 0;
}

.containers .release .releaseList li .pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all .3s;
}

.containers .release .releaseList li .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.containers .release .releaseList li .name {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #6c727d;
    line-height: 49px;
    text-align: center;
    transition: all 0.5s;
}

.containers .release .releaseList li .relea {
    width: 100%;
    height: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    background: #29c9ff;
    opacity: 0;
    transition: all 0.3s;
}

.containers .release .releaseList li:hover {
    border: 1px solid #29c9ff;
}

.containers .release .releaseList li:hover .pic {
    transform: translateY(-10px);
}

.containers .release .releaseList li:hover .name {
    transform: translateY(-14px);
}

.containers .release .releaseList li:hover .relea {
    height: auto;
    transform: translateY(-14px);
    opacity: 1;
}

@media screen and (max-width:806px) {
    .containers .release {
        padding: 20px;
    }

    .containers .release .releaseList li {
        width: 47.5%;
        height: 170px;
    }

    .containers .release .releaseList li:nth-of-type(2n) {
        margin-right: 0;
    }

    .containers .release .releaseList li:nth-of-type(3n) {
        margin-right: 5%;
    }

    .containers .release .releaseList li:nth-of-type(6n) {
        margin-right: 0;
    }
}


/* 订单列表 */
.contentpart .form_basicSetup .basic_setup.order {
    width: 100%;
    margin: auto;
    padding: 24px 0% 12px 0%;
    overflow-x: auto;

}

.contentpart .form_basicSetup .basic_setup .orderList {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
    box-sizing: border-box;
    margin-bottom: 16px;

}

.contentpart .form_basicSetup .basic_setup .orderList:last-child {
    border-bottom: 1px solid #e7e7eb;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr {
    border-bottom: 1px solid #e7e7eb;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr:last-child {
    border-bottom: none;
}

.contentpart .form_basicSetup .basic_setup .orderList.thead tbody tr td {

    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 30px;
    border-right: 1px solid #e7e7eb;
    /* border-bottom: 1px solid #e7e7eb; */
    background: #f4f5f9;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0;

}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr .time {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 5%;
    margin-left: 8px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr .orderNum {
    width: auto;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td {
    width: 10.5%;
    ;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 40px;
    border-right: 1px solid #e7e7eb;
    overflow: hidden;
    padding: 16px 0px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr:first-child td {
    padding: 4px 0;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td:nth-of-type(1) {
    width: 4%;
    min-width: 75px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .checkBox {
    width: 70px;
    margin: auto;

}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .checkBox {
    align-items: center;
    justify-content: center;
    display: flex;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .checkBox input[type="checkbox"] {
    float: left;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 1px 0 0 0px;
    cursor: pointer;
    background: url(../images/checkbox1.gif) no-repeat center center;
    background-size: 15px 15px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .checkBox input[type="checkbox"]:checked {
    background: url(../images/checkbox2.gif) no-repeat center center;
    background-size: 15px 15px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .checkBox label {
    float: left;
    min-width: 30px;
    /* padding: 0 8px; */
    /* text-align: center; */
    font-size: 14px;
    color: #5f6572;
    margin-left: 8px;
}


.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .goods {}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .dan {
    width: 8%;
    min-width: 80px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .shi {
    min-width: 158px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .mai {
    min-width: 128px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .zhi {
    width: 7%;
    min-width: 75px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .pei {
    width: 7%;
    min-width: 75px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tai {
    width: 7%;
    min-width: 146px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .cao {
    width: 9%;
    min-width: 82px;
    margin: auto;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .goods {
    width: 22%;
    min-width: 250px;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 6px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .pic {
    min-width: 47px;
    max-width: 47px;
    height: auto;
    float: left;
    margin-right: 12px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .text {
    width: auto;
    height: auto;
    float: left;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .text .name {
    width: 100%;
    height: auto;
    font-size-adjust: 14px;
    color: #000;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .text .propty {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px;
    margin-top: 8px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .danjia {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .shu {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .shifu {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tips {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .yonghu {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .userID {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .zhifu {
    width: 72px;
    margin: auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    background: #29c9ff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .peisong {
    width: 72px;
    margin: auto;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    background: #29c9ff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tai {
    width: 100%;
    min-width: 146px;
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
    justify-content: center;
    display: flex;
}

.contentpart .form_basicSetup .basic_setup .orderList.thead tbody tr td .tai {
    margin-bottom: 0;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tai .tit {
    width: auto;
    height: auto;
    float: left;
    text-align: right;
    line-height: 26px;
    padding-right: 12px;
    box-sizing: border-box;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tai .txt {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    background: #c5c8cd;
    padding: 0 8px;
    line-height: 26px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .tai .txt.on {
    background: #ffc000;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .xiang {
    width: 72px;
    margin: auto;
    border: 1px solid #29c9ff;
    box-sizing: border-box;
    line-height: 32px;
    border-radius: 2px;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .xiang a {
    display: block;
    font-size: 14px;
    color: #29c9ff;
    text-align: center;
    transition: all 0.5s;
}

.contentpart .form_basicSetup .basic_setup .orderList tbody tr td .xiang a:hover {
    background: #29c9ff;
    color: #fff;
}

@media screen and (max-width:1262px) {
    .contentpart .form_basicSetup .basic_setup.order {
        margin-bottom: 25px;
        padding-bottom: 0;
    }
}

.contentpart .form_basicSetup.form_cont .hang {
    width: 100%;
    height: auto;
    justify-content: space-between;
    display: flex;
}

.contentpart .form_basicSetup.form_cont .listTitle {
    width: auto;
    max-width: 68%;
    height: auto;
    float: right;
}

.contentpart .form_cont .listTitle .selectBox {
    width: auto;
    height: auto;
    float: left;

    margin-bottom: 12px;
    align-items: center;
    display: flex;
}

.contentpart .form_cont .listTitle .selectBox select {
    appearance: none;
    width: 135px;
    height: 32px;
    font-size: 14px;
    color: #5f6572;
    line-height: 32px;
    border: 1px solid #e7e7eb;
    border-radius: 2px;
    padding: 0 6px;
    box-sizing: border-box;
    background: url(../images/icon1.gif) no-repeat 95% center;
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 9px;
}

.contentpart .form_cont .listTitle .selectBox select:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .listTitle .selectBox.pultime {
    /* margin-left: 24px; */
}

.contentpart .form_cont .listTitle .timeBox.w-200 {
    width: auto;
    height: 32px;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 1px 6px;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.contentpart .form_cont .listTitle .timeBox .start {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: auto;
    padding-right: 8px;
    line-height: 30px;
}

.contentpart .form_cont .listTitle .timeBox.w-200 input {
    width: 155px;
    float: left;
    font-size: 14px;
    min-width: 102px;
    color: #5f6572;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon7.gif) no-repeat right center;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .timeBox .stop {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    border-left: 1px solid #e7e7eb;
    margin-left: 8px;
}

.contentpart .form_cont .listTitle .timeBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .listTitle .searchBox.w-200 {
    min-width: 265px;
    position: relative;
    float: left;
    height: 32px;
    border: 1px solid #e7e7eb;
    background: #fff;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
    box-sizing: border-box;
}

.contentpart .form_cont .listTitle .searchBox.w-200 #searchq {
    appearance: none;
    width: 233px;
    height: 32px;
    float: left;
    font-size: 14px;
    color: #b7bdca;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .searchBox #ButtonSearch {
    width: 32px;
    height: 32px;
    float: left;
    background: url(../images/icon8.png) no-repeat center center;
    transition: all 0.5s;
    cursor: pointer;
}

.contentpart .form_cont .listTitle .searchBox #ButtonSearch:hover {
    background: url(../images/icon8_hover.png) no-repeat center center;
}

.contentpart .form_cont .listTitle .searchBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.contentpart .form_cont .btnbox {
    width: 30%;
    height: auto;
    float: left;
}

.contentpart .form_cont .btnbox .dao {
    width: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    border-radius: 2px;
    background: #29c9ff;
    color: #fff;
    line-height: 32px;
    padding: 0px 16px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s;
}

.contentpart .form_cont .btnbox .dao:hover {
    filter: brightness(110%);
}

@media screen and (max-width:1000px) {
    .contentpart .form_cont .btnbox {
        width: 100%;
    }

    .contentpart .form_cont .btnbox .dao {
        width: 48%;
        margin-right: 4%;
        text-align: center;
    }

    .contentpart .form_cont .btnbox .dao:nth-of-type(2) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup.form_cont .listTitle {
        width: 100%;
        margin-top: 12px;
        max-width: 100%;
    }

    .contentpart .form_basicSetup.form_cont .listTitle .selectBox {
        width: 48%;
        margin-right: 4%;
    }

    .contentpart .form_basicSetup.form_cont .listTitle .selectBox:nth-of-type(2n) {
        margin-right: 0;
    }

    .contentpart .form_basicSetup.form_cont .listTitle .selectBox select {
        width: 100%;
        margin-right: 0;
    }

    .contentpart .form_cont .listTitle .timeBox.w-200 {
        width: 48%;
        margin-right: 4%;
    }

    .contentpart .form_cont .listTitle .timeBox.w-200:nth-of-type(2n) {
        width: 48%;
        margin-right: 0%;
    }

    .contentpart .form_cont .listTitle .searchBox.w-200 #searchq {
        width: 88%;
        float: left;
    }

    .contentpart .form_cont .listTitle .searchBox.w-200 #ButtonSearch {
        float: right;
    }
}

.margin0 {
    margin: 0 !important;
}

.padding0 {
    padding: 0 !important;
}

.backgroundw {
    background: #fff !important;
}

/*首页表格*/

.form_cont_index {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box
}

.form_cont_index .tableTitle {
    width: 100%;
    height: auto;
}

.form_cont_index .tableTitle table {
    width: 100%;
    height: auto;

    border-spacing: 0px 0px;
}

.form_cont_index .tableTitle table tr th {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #5f6572;
    background: #f4f5f9;
    text-align: center;
}

.form_cont_index .tableTitle table tr td {
    min-height: 60px;
    border-bottom: 1px solid #f1f2f7;
    color: #6c727d;
    padding: 10px;
    font-size: 14px;
    color: #6c727d;
    text-align: center;
}

.form_cont_index .tableTitle table tr:hover {
    background: rgba(244, 245, 249, 0.4);
}

.form_cont_index .timeBox {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #e7e7eb;
    padding: 1px 6px;
    box-sizing: border-box;
    margin-right: 8px;
    border-radius: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.form_cont_index .timeBox:hover {
    border: 1px solid #29c9ff;
    box-shadow: 0 0 7px -1px #29c9ff;
}

.form_cont_index .timeBox .start {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: auto;
    padding-right: 8px;
    line-height: 30px;
}

.form_cont_index .timeBox input {
    width: 115px;
    float: left;
    font-size: 14px;
    min-width: 102px;
    color: #5f6572;
    height: 30px;
    line-height: 30px;
    background: url(../images/icon7.gif) no-repeat right center;
    cursor: pointer;
}

.form_cont_index .timeBox .stop {
    float: left;
    font-size: 14px;
    color: #5f6572;
    height: 16px;
    line-height: 16px;
    padding: 0 8px;
    border-left: 1px solid #e7e7eb;
    margin-left: 8px;
}

.form_cont_index .btnblue {
    font-size: 14px;
    padding: 0px 16px;
    color: #fff;
    height: 34px;
    line-height: 30px;
    background: #29c9ff;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.5s;
}

.form_cont_index .btnblue:hover {
    filter: brightness(110%);
}

/*内页统计*/
.contentpart .form_cont .synopsis {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.contentpart .form_cont .synopsis ul {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contentpart .form_cont .synopsis li {
    height: auto;
    float: left;
    padding: 0 2% 0 8%;
    box-sizing: border-box;
    border-left: 1px solid #f4f5f9;
}

.contentpart .form_cont .synopsis li:first-child {
    border: none;
}

.contentpart .form_cont .synopsis li .tit {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #5f6572;
    line-height: 28px;
}

.contentpart .form_cont .synopsis li .num {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #1c2b36;
    line-height: 42px;
    font-weight: bolder;
}

.contentpart .form_cont .synopsis li .compare {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: rgba(95, 101, 114, 0.6);
    line-height: 18px;
}

.contentpart .form_cont .synopsis li .compare span {
    padding-right: 12px;
}

.contentpart .form_cont .synopsis li .compare span.up {
    background: url(../images/up.png) no-repeat right 2px;
}

.contentpart .form_cont .synopsis li .compare span.drop {
    background: url(../images/drop.png) no-repeat right 2px;
}

.contentpart .form_cont .synopsis li .compare span.fair {
    background: url(../images/fair.png) no-repeat right 6px;
}


.contentpart .form_cont .chart {
    width: 96%;
    height: 388px;
    padding: 3% 2% 0 2%;
    box-sizing: border-box;
}

.contentpart .form_cont .trtheme {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 1%;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f2f7;
}

.contentpart .form_cont .theme {
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
    color: #5f6572;
    line-height: 42px;
    margin-right: 10px
}

.contentpart .form_cont .trtheme .view {
    width: auto;
    height: auto;
    float: right;
    font-size: 12px;
    color: #6c727d;
    line-height: 42px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    background: url(../images/icon16.png) no-repeat right center;
    transition: all 0.5s;
}

.contentpart .form_cont .trtheme .view a {
    display: block;
    font-size: 12px;
    color: #6c727d;
    line-height: 42px;
    transition: all 0.5s;
}

.contentpart .form_cont .trtheme .view:hover {
    background: url(../images/icon16_hover.png) no-repeat right center;
}

.contentpart .form_cont .trtheme .view:hover a {
    color: #29c9ff;
}


.tabbox {
    width: 100%;
    height: auto;
    text-align: center
}

.tabbox ul {
    width: auto;
    height: auto;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    justify-content: center;
    align-content: center
}

.tabbox ul li a {
    width: auto;
    height: auto;
    padding: 8px 15px;
    border: 1px solid #f1f2f7;
    border-left: none;
    color: #5f6572;
    display: block;
    text-align: center;
    transition: all 0.5s;

}

.tabbox ul li .now {
    border: 1px solid #29c9ff;
    border-left: none;
    color: #fff;
    background: #29c9ff
}

.tabbox ul li a:hover {
    border: 1px solid #29c9ff;
    border-left: none;
    color: #fff;
    background: #29c9ff;
    filter: brightness(1.03);
}

.tabbox ul li:first-child a {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #29c9ff;
}

.tabbox ul li:last-child a {
    border-radius: 0 4px 4px 0;
}

.inputBtn .btn_blue{
    width: 55px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    background: #29c9ff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display:block
}
.table-sticky {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: visible;
}

.table-sticky::-webkit-scrollbar {
    height: 7px;
}

.table-sticky::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .18);
    border-radius: 10px;
}

.table-sticky table {
    white-space: nowrap;
}

.table-sticky table tr th,
.table-sticky table tr td {
    background-color: #FFFFFF;
}

.table-sticky table tr:hover td {
    background-color: #F9F9FC;
}

.table-sticky .table-sticky-left,
.table-sticky .table-sticky-right {
    z-index: 2;
    box-sizing: border-box;
    position: sticky;
}

.table-sticky .table-sticky-left.table-sticky-last {
    border-right: 1px solid rgba(0, 0, 0, .01);
}

.table-sticky .table-sticky-right.table-sticky-last {
    border-left: 1px solid rgba(0, 0, 0, .01);
}