* {
    margin: 0;
    padding: 0;
}

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

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

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

ul li {
    list-style: none;
}

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

#top {
    min-width: 1200px;
}

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

input,
button {
    outline: none;
}

table {
    width: 100%;
    text-align: center;
    /*文本居中*/
    border-collapse: collapse;
    /*表格的边框合并，如果相邻，则共用一个边框*/
    border-spacing: 0;
    /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用 */
    table-layout: fixed;
}

table td {
    /*word-break: break-all;
    !*允许在字内换行,即单词可分*!
    word-wrap: break-word;
    !*允许长单词或URL地址换行*!*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.active_hong {
    color: #fd4259 !important;
}

.bg_bai {
    background-color: #FFFFFF;
}

.banquan {
    text-align: center;

}

.body {
    margin: 20px auto 16px;
    overflow: hidden;
}







/* 登陆页面 */
.login_top {
    height: 122px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;

}

.login_topleft {
    color: #fd4259;
    font-size: 14px;
}

.login_top p span {
    position: relative;
    margin-right: 30px;
    color: #999999;
}

.login_top p span:nth-child(1)::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    right: -13px;
    width: 1px;
    height: 11px;
    background-color: #e5e5e5;
}

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

.login_center_ding {
    position: absolute;
    top: 54px;
    left: 50%;
    height: 460px;
    transform: translate(-50%, 0%);
    background: url(/static/image/login_banner_txt1.png) no-repeat;
    height: 100%;
}
.login_center_login {
    position: absolute;
    right: 0;
    top: -8px;
    width: 410px;
    height: 460px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
}

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

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

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

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

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


/* 单选按钮*/
.xuanze .radio input[type='radio'] {
    width: 0.94rem;
    height: 0.94rem;
    vertical-align: middle;
    opacity: 0;
}

.xuanze .radio {
    position: relative;
}

.xuanze .radio label {
    width: 0.94rem;
    height: 0.94rem;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #CCC;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.xuanze .radio label:after {
    content: '';
    width: 0.5rem;
    height: 0.2rem;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    border: 1px solid #98BDF5;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    /*-webkit-transform:rotate(-45deg);
             */
}

.xuanze .radio input:checked+label {
    background: #ff4d6d;
    border: none;

}

.xuanze .radio input:checked+label {
    color: #ff4d6d;
}

.xuanze .radio input:checked+label:after {
    opacity: 1;
    border: 1px solid #FFF;
    border-top: none;
    border-right: none;
}

/* 复选按钮*/

.xuanze .checkbox input[type='checkbox'] {
    width: 18px;
    height: 18px;

    vertical-align: middle;
    opacity: 0;
}

.xuanze .checkbox {
    position: relative;
}

.xuanze .checkbox label {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #CCC;
    background: #fff;
    cursor: pointer;

}

.xuanze .checkbox label:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 1px solid #98BDF5;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    /*-webkit-transform:rotate(-45deg);
             */
}


.zidong_login {
    display: flex;
    align-items: center;
    padding-top: 21px;
    justify-content: space-between;
}

.go_zhuce {
    text-align: right;


}


.go_zhuce img {
    vertical-align: middle;
}


/* 注册 */
.zhuce_center_ding .login_phone {
    margin-bottom: 12px;
}

.zhuce_center_ding .login_phone input {

    margin-left: 30px;
}

.zhuce_center_ding .zidong_login {
    padding-top: 0;
    justify-content: flex-start;
}

.zhuce_center_ding .login_center_login {
    height: auto;
    padding-bottom: 10px;
}

.zhuce_center_ding button {
    margin: 11px 0 23px 0;
}

.yanzhengma button {
    background: no-repeat;
    display: inherit;
    margin: 0;
    color: #fe5745;
    font-size: 14px;
    width: 93px;
}

.yanzhengma input {
    width: 222px;
}

.yanzhengma span {
    color: #fe5745;
}

.yifasong {
    color: #E6E6E6 !important;

}


.wangji_xianshi_top {
    display: none;
}

.wangji_xianshi_top a {
    margin: 0 2px 0 !important;
}

.wangji_xianshi_top a span {
    color: #fd4259;
}

.yidenglu_top {
    display: none;
}

.yidenglu_top a img {
    margin-right: 0px !important;
}

.yidenglu_top span {
    margin-right: 5px;
}

.yidenglu_top a span {
    color: #fd4259;
}

.top_tab ul {
    position: absolute;
    top: 40px;
    background-color: #543d1c;
    width: 100px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.top_tab ul li:hover {
    cursor: pointer;
    /* color: #fd4259; */

    background-color: #999999;
}

.top_tab ul img {
    vertical-align: middle;
    margin-right: 8px;
}

/* 忘记密码 */
.wangji_buzhou {
    margin: 97px auto 39px;
}

.wangji_tishi {
    margin: 39px 0 98px 66px;
}

.buzhouyi_shouji,
.buzhouyi_yanzhengma {
    margin-left: 227px;
}

.wangji_buzhou1 input {
    border: solid 1px #aaaaaa;
    height: 40px;
    border-radius: 20px;
    padding-left: 19px;
    margin-left: 27px;
    box-sizing: border-box;

}

.buzhouyi_shouji input {
    width: 300px;
    margin-bottom: 28px;

}

.buzhouyi_yanzhengma input {
    width: 180px;
}

.buzhouyi_yanzhengma button {
    width: 116px;
    height: 40px;
    background-color: #112c33;
    border-radius: 20px;
    color: #FFFFFF;

}

.wangjiyifasong {

    color: #E6E6E6 !important;
    background: #666666 !important;
}

.wangji_xiayibu,
.mimaer_tijiao,
.mima_denglu {
    width: 300px;
    height: 46px;
    background:#112c33;
    margin: 106px 0 54px 310px;
    border-radius: 20px;
    color: #FFFFFF;
}

.wangji_buzhou2 .wangji_tishi img {
    vertical-align: middle;
    margin-right: 20px;
}

.wangji_buzhou2 input {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    padding-left: 19px;
    box-sizing: border-box;
    margin-left: 17px;
    border: solid 1px #666666;
}

.buzhouer_mima,
.buzhouer_mima_again {
    margin-left: 208px;
}

.buzhouer_mima input {

    margin-bottom: 28px;
}

.buzhouer_mima input:focus,
.buzhouer_mima_again input:focus {
    border: solid 1px #02a4ed;
}

.buzhouer_mima img,
.buzhouer_mima_again img {
    vertical-align: middle;
}

.wangji_buzhou2 span {
    color: #666666;
}

.mima_tishitu {
    width: 21px;
    height: 21px;
    margin: 0 12px 0 29px;
}

.mima_suowu_tu {
    width: 21px;
    height: 21px;
    margin: 0 12px 0 29px;
}

.inputcuowu {
    border: solid 1px #fd4259 !important;
}

.mima_duihao {
    width: 25px;
    height: 25px;
    margin-left: 17px;
    display: none;
}

.buzhouer_mima_again span {
    display: none;
}

.mima_xiugai_3 {
    margin-left: 273px;
}

.mima_xiugai_3 img {
    vertical-align: middle;
}

.wangji_buzhou3,
.wangji_buzhou2 {
    display: none;
}

/* 首页 */
.banner {
    height: 550px;
    /* background: url(/static/image/banner.png) no-repeat; */
    width: 100%;
    min-width: 1200px;
    /* background-position: center center; */
    position: relative;
    margin-top: -1px;
}

.banner_center {
    position: absolute;
    top: 0px;
    left: 50%;
    /* height: 460px; */
    transform: translate(-50%, 0%);
    pointer-events: none;
}

.index_banner_item {
    /* 	position: absolute;
            right: 0%;
            top: 4px; */
    float: right;
    width: 180px;
    background-color: #ffffff;
    text-align: center;
    margin-top: 2px;
    height: 399px;
    pointer-events: auto;

}

.shouye_denglu {
    width: 72px;
    height: 26px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;

    color: #fd4259;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    margin-bottom: 15px;
}

.shouye_zhuce {
    width: 72px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    background-image: linear-gradient(98deg,
    #fd4259 0%,
    #fe5745 100%),
    linear-gradient(#fd4259,
            #fd4259);
    color: #FFFFFF;
    margin-left: 10px;
}

.touxiang {
    width: 59px;
    height: 59px;
    /* background-color: #fd4259; */
    border-radius: 100%;
    margin-top: 20px;
}

.index_name {
    color: #666666;
    margin: 5px 0 16px 0;
}

.index_go_huiyuan {
    width: 123px;
    height: 26px;
    background-image: linear-gradient(98deg,
    #fd4259 0%,
    #fe5745 100%),
    linear-gradient(#fd4259,
            #fd4259);
    background-blend-mode: normal,
    normal;
    border-radius: 13px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
}

.index_banner_item_center {
    color: #999999;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}

.index_banner_item_center p {
    line-height: 20px;
}

.index_banner_item_center span {
    color: #FFFFFF;
    width: 39px;
    height: 18px;
    background-color: #f1001b;
    border-radius: 8px;
    display: inline-block;
    line-height: 16px;
    margin-right: 2px;

}

.index_banner_item_bottom {
    display: flex;
    flex-wrap: wrap;

}

.index_banner_item_bottom div {
    width: 48%;
    height: 70px;
    text-align: center;
    cursor: pointer;

}

.index_banner_item_bottom div:nth-child(1) {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.index_banner_item_bottom div:nth-child(2) {
    /* border-left: 1px solid #e9e9e9; */
    border-bottom: 1px solid #e9e9e9;
}

.index_banner_item_bottom div:nth-child(3) {
    border-right: 1px solid #e9e9e9;

}

.index_banner_item_bottom div img {
    margin-top: 11px;
}



.index_zujian {
    display: flex;
    justify-content: space-between;
    margin-top: 10px !important;
    margin-bottom: 21px !important;
}

.index_list {
    display: flex;
    flex-wrap: wrap;

}

.index_list_item_bottom {
    padding: 0 11px 0px 11px;


}

.index_list_item {
    /* height: 290px; */
    width: 231px;
    margin-right: 7px;
    border: solid 1px #eeeeee;
    border-top: none;
    /* padding-bottom: 11px; */
    margin-bottom: 11px;
    cursor: pointer;
}

.index_list_item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);

}

.shang_name {
    color: #666666;
    margin: 10px 0 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shang_center {
    display: flex;
    justify-content: space-between;
}

.shang_hong {
    color: #fd4259;
}

.index_list_item button {
    margin: 9px 0 0px 0;
    width: 100%;
    background: none;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
    border: solid 1px #fe5745;
    margin-bottom: 11px;
    color: #fe5745;
}

.index_list_item button:hover {
    background-color: #fd4259;
    color: #FFFFFF;
    cursor: pointer;
}

.index_list_item img {
    height: 231px;
    width: 100%;
}

.index_list_baokuan .index_list_item:first-child img {
    height: 100%;
    width: 100%;
}

.index_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 48px 0 23px 0;

}

.index_title span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
    color: #666666;
}

/* 会员个人中心 */


/* 立即发货 */

.fahuo_buzhou {
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 20px;

}

.fahuo_buzhou img {
    vertical-align: middle;
    margin-left: 106px;
}

.fahuo_buzhou p {
    width: 33.33%;

    text-align: center;
}

.buzhou_on {
    display: none;
}

.xuan_laiyuan_bottom,
.xuan_shoujianren_bottom {
    display: flex;
}

.xuan_laiyuan_bottom p,
.xuan_shoujianren_bottom p {
    width: 92px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 29px;
    cursor: pointer;
}

.xuan_laiyuan_bottom p:hover {
    border: 1px solid #FD4259;
    color: #fd4259;
}

.xuan_laiyuan_active {

    color: #fd4259;
    background: url(/static/image/xuan_active.png) no-repeat;
    background-position: right bottom;
    border: 1px solid #FD4259 !important;
}

.xuan_laiyuan_bottom p:first-child,
.xuan_shoujianren_bottom p:first-child {
    margin-left: 36px;
}

.xuan_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.fahuo_body {
    padding: 18px 16px 0 16px;

}

.xuan_title span {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    display: inline-block;
    color: #fd4259;
    border: solid 2px #fd4259;
    margin-right: 8px;
}

.geshi {
    background-color: #f9f9f9;
    padding: 28px 37px;
    color: #999999;
}

.geshi_title {
    font-weight: bold;
    color: #333333;
}

.geshi p {
    line-height: 26px;
}

.geshi_shili {
    color: #333333;
}

.geshi p span {
    color: #fd4259;
}

.geshi_piliang {
    margin: 20px 0 9px 0;
}

.tianxinxi {
    padding: 0px 37px;
    padding-right: 105px;
}

.tianxinxi textarea {
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    width: 100%;
    height: 162px;
    padding: 16px;
    vertical-align: bottom;
}

.tianxinxi p {
    margin: 18px 0 12px 0;
}

.tianxinxi button {
    width: 106px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    margin: 24px 0;
}

.biaoti {
    height: 40px;
    background-color: #f9f9f9;
}

.xinxi_table td {
    padding-left: 12px;
    border: none;
    border-left: 1px solid #e5e5e5;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.xinxi_table tr {

    margin: 0;
    padding: 0;
}

.fahuo_xinxi_zhanshi td {
    height: 57px;


}

.fahuo_xinxi_zhanshi td:first-child,
.biaoti td:first-child {
    border: none;
}

.xiugai {
    color: #fd4259;
}

.caozuo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
}

.caozuo span {
    cursor: pointer;
}

.zengli {
    margin-top: 35px;
    padding-right: 25px;
}

.xuanze_zengpin img {
    vertical-align: middle;

    margin-right: 7px;

}

.zengpin_xinxi td {
    text-align: center;

}

.zengpin_xinxi_zhanshi td {
    height: 57px;
}

.xuanze_zengpin {
    margin-bottom: 35px;
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FD386C;
    height: 30px;
    color: #FD386C;
    margin-left: 37px;
    cursor: pointer;
}

.zengpin_xinxi_zhanshi td img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.zengpin_xinxi_zhanshi .caozuo {
    justify-content: center;
}

.queren_fahuo {
    width: 140px;
    height: 40px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 27px 0 82px 35px;
}

.piliang_daoru {
    /* display: none; */
}

.fahuo_bottom p {
    margin-top: 18px;
    color: #999999;
    margin-left: 35px;
}

.fahuo_bottom p span {
    color: #333333;
}

.shoudong_shuru {
    padding: 0 37px;
    color: #999999;
    margin-bottom: 26px;
    display: none;
}

.shoudong_shuru p {
    margin-bottom: 14px;
}

.shoudong_shuru p span {
    color: #fd4259;
    margin-right: 14px;
}

.shoudong_shuru p input {
    margin-left: 9px;
    height: 30px;
    margin-right: 11px;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    padding-left: 9px;
    width: 167px;
}

.shoudong_shuru button {
    width: 69px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.shuru_bianhao input {
    width: 198px !important;
}

.shuru_dizhi {
    display: flex;
    margin-bottom: 14px;
}

.shuru_dizhi span {
    color: #fd4259;
    margin-right: 14px;
}

.shuru_dizhi input {
    width: 325px !important;
}

.shuru_xiangxi input {
    width: 539px !important;
}

.dizhi_tishi {
    margin-left: 84px;
}

.form-inline {
    width: 325px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    line-height: 30px;
    margin-left: 9px;
    padding-right: 9px;
}

.select-item,
.title {
    margin: 0 !important;
    color: #999999 !important;
}

.select-item {
    color: #000000 !important;
}

.form-group {
    display: flex;
    align-items: center;
    height: 30px;

}

.form-group img {
    width: 10px;
    height: 6px;

}

/* 模板导入 */
.muban_daoru {
    display: none;
}

.muban_daoru_top {
    padding-left: 44px;
}

.muban_daoru_left {
    width: 336px;
    height: 173px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    float: left;
    position: relative;
    text-align: center;
}

.muban_daoru_right {
    color: #666666;
    height: 173px;
    margin-left: 35px;
    float: left;
}

.muban_shipin span {
    color: #60b0ff;
}

.muban_xiazai span {
    color: #fd4259;
}

.muban_title {
    color: #333333;
}

.muban_daoru_right p {
    margin-bottom: 20px;
}

.muban_daoru button {
    width: 106px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 29px 0;
    margin-left: 44px;
}

.muban_daoru_top {
    overflow: hidden;
}

.daoru_tishi {
    font-weight: bold;
}

.daoru_tishi span {
    font-weight: normal;
    color: #999999;
}

.daoru_yanzheng {
    height: 40px;
    background-color: #cff0e3;
    border: solid 1px #10b573;
    line-height: 40px;
    margin: 13px 0;
}

.daoru_yanzheng img {
    vertical-align: middle;
    margin: 0 6px 0 14px;
}

.muban_daoru_left input {
    width: 336px !important;
    height: 173px !important;
    position: absolute;
    top: 0;
    opacity: 0;
}

.muban_daoru_left img {
    margin-top: 44px;
}

.muban_daoru_left p {
    margin-top: 28px;
}

.muban_daoru_left p span {
    color: #48a7ff;
}


.xiugai_dizhi_title {
    font-size: 16px;
    margin: 11px 0 20px 0;
    text-align: center;
}

.xiugai_dizhi_yuan span {
    width: 341px;
    height: 31px;
    background-color: #e5e5e5;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    display: inline-block;
    line-height: 31px;
    padding-left: 14px;
    margin-left: 20px;

}

.xiugai_dz {
    margin-top: 20px;
}

.xiugai_dz,
.xiugai_xx_dizhi {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xiugai_dz input {
    width: 93px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;

}

.xiugai_dz p span,
.xiugai_xx_dizhi p span {
    color: #fd4259;
}

.xiugai_xx_dizhi input {
    width: 350px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    margin-left: 20px;
}

.xiugai_dz p {
    margin-right: 20px;
}

.xiugai_dizhi {
    width: 577px;

    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding-left: 39px;
    box-sizing: border-box;
}

.xiugai_dizhi_bottom {
    text-align: center;
    padding: 0 39px;
    padding-bottom: 40px;
}

.qr_xiugai {
    width: 107px;
    height: 31px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 26px;
}

.qx_xiugai {
    width: 107px;
    height: 31px;
    background-color: #e5e5e5;
    border-radius: 3px;
    line-height: 31px;
    text-align: center;
    color: #999999;
}

.xiugai_guanbi {
    text-align: right;
    margin: 0px 13px 0 0;
    padding-top: 13px;
}

/* 添加礼品 */

.add {
    /* padding: 0 17px 0 30px; */
    width: 1200px;
    box-sizing: border-box;
}

.add_top button {
    width: 83px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    color: #FFFFFF;
}

.add_top button img {
    vertical-align: middle;
    margin-right: 4px;
}

.add_top {
    display: flex;
}

.add_top span {
    width: 106px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #a0a0a0;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.add_top input {
    width: 274px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding-left: 13px;
    margin-right: 11px;
    margin-left: 67px;
}

.add_top_active {
    background-color: #fd4259 !important;
    border: solid 1px #fd4259 !important;
    color: #FFFFFF !important;
}

.add_left {
    width: 903px;
    float: left;
}

.add_left_fenlei span,
.add_left_cangku span,
.add_left_paixu span,
.add_left_shangcheng span {
    margin-right: 24px;
    cursor: pointer;
    font-size: 14px;
}

.add_top {
    padding: 26px 0;
}

.add_left_title {

    width: 82px;
    text-align: center;
    color: #999999;
}

.add_left_fenlei_right {
    width: 760px;
}

.add_left_fenlei,
.add_left_cangku,
.add_left_paixu,
.add_left_shangcheng {
    line-height: 50px;
    border: 1px solid #EEEEEE;
    display: flex;
}

.add_left_shangcheng {
    border-bottom: none;
}

.add_left_cangku {
    border-top: none;
    border-bottom: none;
}

.add_left_fenlei_right span:nth-child(10) {
    margin-left: 83px;
}

.fenlei_active {
    color: #fd4259;
}

.add_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 472px;
    overflow: auto;

}

.add_item {
    width: 167px;
    height: 286px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 7px;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.add_item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);

}

.add_item button:hover {
    background-color: #fd4259;
    color: #FFFFFF;
    cursor: pointer;
}

.add_item img {
    width: 100%;
    height: 156px;

}

.add_item_title {
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add_price {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
}

.add_price span:first-child {
    font-size: 14px;
    color: #fd4259;
}

.add_num {
    font-size: 12px;

    color: #999999;
}

.add_item button {
    height: 28px;
    background-color: #ffffff;
    border-radius: 14px;
    border: solid 1px #fe5745;
    line-height: 28px;
    text-align: center;
    color: #fe5745;
    width: 100%;
    margin: 10px 0;
}

.add_bottom {
    overflow: hidden;
}

.add_right_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}

.font_12 {
    font-size: 12px;
}

.add_right_title img {
    width: 10px;
    height: 11px;
}

.add_right {

    width: 277px;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    height: 515px;
}

.add_right_shang {
    padding: 21px 0px 41px 15px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e5e5e5;
}

.add_right_item_center {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
    margin: 10px 0;
}

.add_right_item_center_center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70px;
    margin-left: 5px;
}

.add_right_item_center img {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.gaibian_num {
    display: flex;
    align-items: center;

}

.gaibian_num span {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.gaibian_num input {
    min-width: 36px;
    max-width: 36px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    margin: 0 7px;
    text-align: center;

    box-sizing: border-box;

}

/* 去除webkit中input的type="number"时出现的上下图标 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.add_item_price {
    /* position: relative; */
    /* left: 25px; */
    /* margin-left: 25px; */
    color: #fd4259;
    font-weight: bold;
    font-size: 12px;
    margin-left: 9px;
}

.cangku_dizhi {
    width: 80px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    color: #fd4259;
    line-height: 22px;
    text-align: center;
    margin-bottom: 14px;
}

.add_right_zhanshi {
    background-color: #e5e5e5;
    padding: 8px 16px 17px 19px;
    color: #666666;
}

.add_right_zhanshi p {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.add_right_zhanshi p span:last-child {
    color: #fd4259;
}

.add_zongji span:last-child {
    /* font-weight: bold; */
}

.add_right_bottom {
    margin-top: 132px;
    text-align: right;
    position: absolute;
    bottom: 2px;
    right: 51px;
}

.add_shang_quxiao {
    width: 60px;
    height: 30px;
    background-color: #e5e5e5;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.add_shang_queding {
    width: 60px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 13px;
    font-size: 14px;

}

.add_fenye {
    margin: 23px 0 33px 0;
    font-size: 12px;
}

.add_fenye li {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dcdcdc;
    line-height: 30px;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
}

.add_fenye input {
    width: 30px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    margin: 0 12px;
    text-align: center;
}

.add_fenye span {
    width: 70px;
    height: 30px;

    border-radius: 2px;
    border: solid 1px #dcdcdc;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

.add_fenye button {
    width: 30px;
    height: 30px;

    border-radius: 2px;
    border: solid 1px #e5e5e5;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    background: none;
    font-size: 12px;
}

.add_fenye_cative {
    background-color: #fd4259 !important;
    color: #FFFFFF;
}

.add_title {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.fahuo_er {
    padding: 35px 31px 0 32px;
    background-color: #FFFFFF;
    height: 722px;
    display: none;
}

.fahuo_er p {
    margin-bottom: 20px;
}

.fahuo_er_bottom {
    height: 144px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 54px 0 37px;
}

.fahuo_er p span {
    color: #fd4259;
    font-weight: bold;
}

.fahuo_er_bottom .fahuo_zhifu {
    width: 127px;
    height: 31px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.fahuo_er_shang {
    display: flex;
    padding-bottom: 23px;
    border-bottom: 1px #eeeeee dashed;
    margin-bottom: 24px;

}

.fahuo_er_shang img {
    width: 99px;
    height: 99px;
    margin-right: 20px;
}

.fahuo_er_shang_left p {
    margin-bottom: 6px;
    color: #999999;
}

.fahuo_er_shang_left p:first-child {
    color: #333333 !important;
}

.fahuo_er_shang_left p span {
    color: #333333;
    font-weight: 500;
}

.zhanghu_yue {
    color: #333333 !important;
}

.fahuo_chongzhi {
    width: 127px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    line-height: 31px;
    color: #fd4259;
}

.fahuo_san {
    text-align: center;
    background-color: #FFFFFF;
    height: 722px;
    display: none;
}

.fahuo_san img {
    margin-top: 90px;
}

.fahuo_san_bottom {
    display: flex;
    margin-top: 82px;
    justify-content: center;
}

.fahuo_san_bottom button {}

.yuebuzu {
    width: 155px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    line-height: 30px;
    text-align: center;
    color: #fd4259;
}

.chakandd {
    width: 155px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 26px;
}

.shaixuan {
    padding-left: 44px;
}

.zhineng_shaixuan {
    display: flex;
    margin-top: 20px;
}

.zhineng_shaixuan p {
    width: 92px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 29px;
    cursor: pointer;
}

.zhineng_shaixuan_active {
    color: #fd4259;
    background: url(/static/image/xuan_active.png) no-repeat;
    background-position: right bottom;
    border: 1px solid #FD4259 !important;

}

.shaixuan_tiaojian {
    margin-bottom: 20px;
}

.shaixuan textarea {
    width: 400px;
    height: 200px;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.shaixuan_tishi {
    color: #fd4259;
    margin-bottom: 10px;
}

.shaixuan button {
    margin: 10px 0 0 0;

}

.mubao_caozuo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mubao_caozuo span {
    margin-bottom: 5px;
}

.upload_drag_hover {
    border: 1px solid #fd4259;
}

.shoudong_shuru_caozuo span:first-child {
    position: relative;
    border-right: 1px solid #EEEEEE;
    width: 50%;
}

.chuan_up_hou {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 50%为自身尺寸的一半 */
    display: none;
}

.chuan_up_hou span {
    color: #fd4259;
    cursor: pointer;
}



/* 订单列表 */
.list_title {
    padding: 30px;
    background-color: #FFFFFF;

}

.list_title img {
    margin-right: 14px;
    float: left;
}

.list_title_right {
    max-width: 80%;
}

.list_title p:first-child {
    font-size: 20px;
    color: #333333;
    position: relative;
    top: -5px;
}

.list_title p:last-child {
    color: #666666;
}

.dd_list_center {
    margin-top: 20px;
    background-color: #FFFFFF;
    padding: 30px 10px 53px 10px;
}

.list_tab {
    margin-bottom: 46px;
    text-align: center;
}

.list_tab span {
    margin-right: 34px;
    cursor: pointer;
}

.tab_chaxun {
    display: flex;
    height: 33px;
    align-items: center;
    margin-bottom: 26px;
    padding-left: 16px;

}

.tab_chaxun button {
    width: 65px;
    height: 33px;
    background-color: #fd4259;
    border-radius: 2px;
    color: #FFFFFF;
    margin-left: 27px;
}

.dd_list {
    /* width: 1044px; */
}

.tab_chaxun input {
    width: 170px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    margin-right: 43px;
    box-sizing: border-box;
}

#riqi {

    width: 441px;
    text-align: center;


}

.listbiaoti {
    height: 50px;
    background-color: #fafafa;
    text-align: left;
    border: 1px solid #EEEEEE;
}

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

.dd_list_caozuo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    padding: 12px 0;
    box-sizing: border-box;
}

.dd_list_caozuo span:first-child {
    width: 70px;
    height: 24px;
    background-color: #fd4259;
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.dd_list_caozuo span:last-child {
    width: 70px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    color: #fd4259;
    line-height: 24px;
    text-align: center;
}

.dd_list_caozuo span {
    cursor: pointer;
}

/* 包裹列表 */
.baoguo_shanchu span {
    width: 70px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    line-height: 24px;
    text-align: center;
    color: #fd4259;
    display: inline-block;
    cursor: pointer;
}

/* 我要充值 */
.cz_bottom {
    background-color: #FFFFFF;
    margin-top: 20px;
}

.cz_yue {

    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 23px;
}

.cz_yue span {
    color: #fd4259;
    margin-left: 27px;
    font-weight: bold;
}

.cz_fangshi {
    margin: 36px 0 26px 22px;
}

.cz_fangshi img {
    vertical-align: middle;
    margin-right: 15px;
}

.cz_jine {
    padding-left: 22px;
}

.cz_jine input {
    width: 189px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
}

.go_pay {
    width: 155px;
    height: 40px;
    background-color: #fd4259;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 45px 0 81px 104px;
}

.cz_bottom_tishi_tishi {
    border-top: 1px solid #EEEEEE;
    padding: 52px 0 0 21px;
}

.cz_bottom_tishi_tishi button {
    margin: 45px 0 73px 83px;
}

.zhifu_zhanghao {
    margin: 22px 0 27px 0;
}

.zhifu_zhanghao span {
    color: #fd4259;

}

.jiaoyihao input {
    width: 244px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    margin-left: 20px;
}

.cz_erweima {
    float: right;
    position: relative;
    top: -87px;
    margin-right: 236px;
}

.cz_erweima p {
    margin-top: 10px;
    color: #999999;
}

.none_biankuang {
    border: none;
}


/* 售后查件 */
.shouhou_list {
    display: flex;
    margin-bottom: 24px;
}

.shouhou_list p span {
    color: #fd4259;
}

.shouhou_list p {
    /* margin-right: 19px; */
    position: relative;
    top: 13px;
    width: 80px;
}

.shouhou_danhao {
    width: 391px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}

.shouhou_wenti {
    width: 391px;
    height: 83px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}

.shouhou_bottom {
    padding: 23px 0 23px 34px;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.shouhou_up {
    width: 156px;
    height: 156px;
    border-radius: 10px;
    /* border: solid 2px #cecece; */
    background: url(/static/image/up_tu.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.shouhou_up input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.shouhou_bottom button {
    width: 64px;
    height: 33px;
    background-color: #fd4259;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 85px;
}

.shouhou_img {
    position: relative;

}

.shouhou_img img {
    width: 156px;
    height: 156px;
    margin: 0 10px 10px 0;
}

.shouhou_img i img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.img_arry {
    max-width: 850px;

}

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

/* 底单申请 */
.youxiang_dizhi {
    width: 391px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding-left: 14px;
}

.didan_dizhi {
    align-items: center;
}

.didan_dizhi p {
    height: 36px;
}

.youxiang_tishi {
    color: #999999;
    margin-left: 12px;
}

.didan_bottom {
    height: 666px;
}

/* 我的资料 */
.ziliao_bottom {

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

}

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

.ziliao_bottom p span {
    color: #fd4259;
}

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

.ziliao_bottom button {
    width: 167px;
    height: 30px;
    background-color: #112c33;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 4px 0 0 69px;

}

/* 修改密码 */

.xiugaimima_bottom button {

    margin: 4px 0 0 96px;
}

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

/* 升级会员 */
.huiyuan_bottom {
    padding: 29px 68px 0 31px;
    min-height: 666px;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.huiyuan_dengji span {
    font-size: 20px;

}

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

.go_vip span {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: rgba(22, 109, 252, 1);
    margin-right: 5px;
}

.go_vip_list {
    display: flex;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.go_vip_item {
    width: 250px;
    height: 69px;
    background-color: rgba(22, 109, 252, .2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 14px 0 23px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-right: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

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


}

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

.go_vip_num img {
    margin: 0 6px;
}

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

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

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

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

.huiyuan_shoufei {

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

.huiyuan_shoufei td {
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.huiyuan_shoufei_bottom {
    height: 68px;
}

.huiyuan_shoufei_bottom td {
    border: 1px solid #EEEEEE;
}

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

.shengji_shoufei {
    background: url(/static/image/shoufei_bg.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}
.shengji_shoufei-border{
    position: absolute;
    left: 50%;
    /* top: 0; */
    width: 110%;
    height: 1px;
    background-color: #eeeeee;
    transform: translate(-50%, 0) rotateZ(23deg);
}
.shengji_shoufei-border2{
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 33px;*/
    /*width: 150px;*/
    /*height: 1px;*/
    /*background-color: #eeeeee;*/
    /*transform: rotateZ(16deg);*/
}

.shengji_shoufei .shoufei_huiyuan {

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

.shengji_shoufei .shoufei_kuaidi {
    position: absolute;
    bottom: 14px;
    left: 30px;
}

/* 邀请好友 */
.yaoqing_bottom {
    padding: 27px 0 21px 32px;
    height: 666px;
    background-color: #FFFFFF;
}

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

.yaoqing_title {
    font-weight: bold;
}

.yaoqing_title span {

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

.yaoqing_title_tishi {
    margin-left: 9px;
    color: #999999;
    margin-top: 6px;
}

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

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

.yao_list {
    margin: 13px 0 20px 0;
}

.yaoqing_list {
    padding-left: 9px;
}

.yaoqing_table_top {
    border: none;
}

/* 邀请奖励 */
.yaoqing_jiangli {
    padding-top: 1px;
    min-height: 666px;
}

/* 商品详情 */
.xingqing_top {

    overflow: hidden;
    position: relative;
}

.xq_fenlei {
    color: #999999;
    height: 17px;
    margin: 13px 0 17px 0;
}

.xq_fenlei img {

    vertical-align: text-top;
    margin-right: 8px;
}

.xq_center {
    float: left;
    margin-left: 40px;
}

.xq_title {
    font-size: 20px;
    max-width: 400px;
}

.xq_title img {

    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.xq_p {
    color: #999999;
    /* margin-top: 44px; */
}

.xq_p span {
    color: #333333;
}

.xq_jiage {
    /* margin-top: 27px; */
}

.xq_jiage span {
    font-size: 20px;
    color: #fd4259;
}

.xq_num {
    display: flex;
    align-items: center;
}

.xq_center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 370px;
    position: relative;
    width: 556px;
}

.xq_center button {
    width: 167px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 50px;
}

.xq_num_jian,
.xq_num_jia {
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.xq_num input {
    width: 50px;
    height: 27px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    text-align: center;
}

.xq_num {
    color: #333333;
}

.xq_num_jia {
    margin-right: 6px;
}

.xq_num_txt {
    color: #999999 !important;
}

.xq_cangku span {

    width: 92px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    cursor: pointer;
}


.xq_cangku_active {

    color: #fd4259 !important;
    background: url(/static/image/xuan_active.png) no-repeat;
    background-position: right bottom;
    border: 1px solid #FD4259 !important;
}

.xq_shoucang {

    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    line-height: 30px;
}

.xq_shoucang img {
    vertical-align: middle;
    margin-right: 2px;
}

.xq_right {
    float: right;
    width: 200px;
    height: 369px;
    background-color: #f9f9f9;
    text-align: center;
    padding: 13px 12px 10px 16px;
    box-sizing: border-box;
}

.xq_right_list {
    text-align: left;
}

.shangjia_tx {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.shang_renzheng img {
    vertical-align: middle;
}

.xq_right_list {
    color: #999999;
    margin-top: 12px;
}

.xq_right_list span {
    color: #333333;
}

.shang_caozuo {
    padding: 8px 0;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-right: none;
    margin-top: 12px;
}

.lianxi_shangjia {
    line-height: 37px;
    color: #FD4259;
    font-weight: bold;
}

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

.shang_guanzhu {
    width: 78px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #fd4259;
    line-height: 30px;
    text-align: center;
    color: #fd4259;
    box-sizing: border-box;
}

.shang_go_dianou {
    width: 81px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    margin-left: 5px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    box-sizing: border-box;
}

.shang_xinxi {
    border-top: 1px solid #EEEEEE;
    padding-top: 11px;
    margin-top: 11px;
}

.xq_right_list:first-child {
    margin-top: 0;
}

.yiguanzhu {
    border: solid 1px #eeeeee;
    color: #999999;
}

.xq_liucheng {
    display: flex;
    justify-content: space-between;
}


.xq_liucheng_item {
    width: 224px;
    height: 184px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.xq_liucheng_item_title {
    height: 66px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
    background-color: #ffe8ee;
    border-radius: 10px 10px 0px 0;
    position: relative;
}

.xq_liucheng_item_title span {
    width: 32px;
    height: 32px;
    background-color: #fd4259;
    display: inline-block;
    line-height: 32px;
    position: absolute;
    bottom: -16px;
    left: 44%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100%;
}

.xq_liucheng_body {
    max-width: 200px;
}

.xq_liucheng_item_bottom {
    text-align: center;
    padding: 0px 19px 0 24px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 117px;
    box-sizing: border-box;
    /* 	overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: auto; */
}

.xq_liucheng_item_bottom p {
    text-align: left;
    margin-bottom: 4px;
    /* 	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.xq_liucheng_item:nth-child(2) .xq_liucheng_item_title {
    background-color: #e6f1ff;

}

.xq_liucheng_item:nth-child(2) .xq_liucheng_item_title span {
    background-color: #3890fd;
}

.xq_liucheng_item:nth-child(3) .xq_liucheng_item_title {
    background-color: #fff3dd;

}

.xq_liucheng_item:nth-child(3) .xq_liucheng_item_title span {
    background-color: #fdb538;
}

.xq_liucheng_item:nth-child(4) .xq_liucheng_item_title {
    background-color: #dbfff5;

}

.xq_liucheng_item:nth-child(4) .xq_liucheng_item_title span {
    background-color: #61fdd3;
}

.xq_liucheng_item:nth-child(5) .xq_liucheng_item_title {
    background-color: #ffe8ee;

}

.xq_liucheng_item:nth-child(5) .xq_liucheng_item_title span {
    background-color: #fd9d68;
}

.shang_xq_title {

    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shang_xq_title span {
    width: 470px;
    display: inline-block;
    height: 1px;
    background: url(/static/image/span_bg.png);
    margin: 43px 0 22px 0;
}

.shang_xq_title span:first-child {
    margin-right: 40px;
}

.shang_xq_title span:last-child {
    margin-left: 40px;
}

.shang_xq {
    border: solid 1px #e9e9e9;
    text-align: center;
    padding-bottom: 12px;
    margin-top: 17px;
}

.shang_xq img {
    max-width: 1000px;
}

/* 礼品商城 */


.lipin_title {
    margin: 22px 0 17px 0;
    color: #999999;
}


.lipin .add_left {
    width: 100%;
    float: none;
}

.lipin .add_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: auto;
}

.lipin .add_item {
    width: 230px;
    height: 370px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 12px 10px 0;
    cursor: pointer;
}

.lipin .add_item img {
    width: 100%;
    height: 228px;
}

.lipin .add_item_bottom {
    padding: 0 7px;
}

.lipin .add_left_fenlei_right {
    width: 1111px;
}

.lipin .add_left_fenlei_right span:nth-child(10) {
    margin-left: 0px;
}

.lipin .add_item:nth-child(5n) {

    margin-right: 0;
}



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

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

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

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

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

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

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

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

.fenzhan_shenqing {

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

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

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

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

.shenfen_zhengfan {

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

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

}

.shenfen_zhengfan input,
.shenfen_zhengmian input {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.shenfen_img img {
    width: 182px;
    height: 123px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    border: 1px solid #EEEEEE;
    margin-right: 10px;
}

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

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

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

}

.fenzhan_yao_num {
    font-size: 30px;
}

/* 供货商 */
.gonghuo input {

    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.gh_danxuan {
    display: flex;
    padding-left: 17px;
}

#xuan_fou {
    margin-left: 65px;
}

.shang_zheng_tishi {
    margin-left: 47px;
    color: #666666;
}

.up_zhengshu {
    width: 120px;
    height: 128px;
    background-color: #ffffff;
    border-radius: 5px;

    margin-right: 20px;
    background: url(/static/image/zhengshu.png) no-repeat;
}

.up_zhengshu input,
.up_shangpin_img input {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.zhengshu img {
    width: 120px;
    height: 128px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    border: 1px solid #EEEEEE;
    margin-right: 10px;
}

.up_shangpin_img {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 5px;
    /* border: solid 1px #e6e6e6; */
    margin-right: 20px;
    background: url(/static/image/up_shang_tu.png) no-repeat;
}

.up_shangpin img {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    border: 1px solid #EEEEEE;
    margin-right: 10px;
}

.shang_tu {
    max-width: 870px;
    display: flex;
    flex-wrap: wrap;
}

.shang_tu img {
    margin-bottom: 10px;
}

.gonghuoshang {
    height: auto;
    padding-bottom: 40px;
}


/* 帮助中心 */

.help {
    padding-bottom: 70px;
    margin-top: 20px;
    overflow: hidden;
}

.help_banner {
    height: 432px;
    background: url(/static/image/help_banner.png) no-repeat;
    background-position: center;
}

.help_left {
    width: 215px;
    height: 700px;
    background-color: #ffffff;

    box-sizing: border-box;
    padding-top: 20px;
    float: left;
}

.help_right {
    min-height: 700px;
}

.help_left p {
    font-size: 16px;
    margin: 0px 0 29px 0;
    color: #333333;
    font-weight: bold;
}

.help_left ul li {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.help_left_active {
    color: #FD4259;
    background-color: #ffecee;
}

.help_left ul li img {
    margin: 0 8px 0 22px;
    width: 14px;
    height: 14px;
}

.onhelp_icon {
    display: none;
}

.help_left_active .onhelp_icon {
    display: inline;
}

.help_left_active .help_icon {
    display: none;
}

.help_right {
    float: left;
    width: 950px;
    margin-left: 20px;
    background-color: #ffffff;
    padding: 43px 0;
    box-sizing: border-box;
}

.help_list p {
    margin-bottom: 25px;
}

.help_list {
    margin-bottom: 36px;
    padding: 0 38px;
}

/* 关于我们 */
.about {
    overflow: hidden;
    font-size: 16px;
}

.about_banner {
    height: 432px;
    background: url(/static/image/about_banner.png) no-repeat;
    background-position: center;

}

.about_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 26px 0;
}

.about_jieshao {
    margin-top: 12px;
    color: #333333;
    overflow: hidden;
}

.about_jieshao_left {
    display: flex;
    float: left;
}

.about_jieshao_left_center {
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    justify-content: space-between;
}

.about_jieshao_1 {
    width: 201px;
    height: 252px;
}

.about_jieshao_2 {
    width: 234px;
    height: 149px;
}

.about_jieshao_3 {
    width: 234px;
    height: 92px;
}

.about_jieshao_4 {
    width: 248px;
    height: 253px;
}

.about_jieshao_right {
    float: left;
    width: 465px;
    margin-left: 28px;
}

.about_jieshao_right_title {
    margin: 17px 0 32px;
    font-weight: bold;
}

.about_jieshao_right_body {
    line-height: 32px;
    text-indent: 32px;

}

.about_kefu_body {

    background-color: #f9f9f9;
    padding: 26px 72px 43px 72px;
}

.about_kefu_qq {
    display: flex;
    align-items: center;
}

.about_kefu_qq img {
    vertical-align: middle;
}

.about_kefu_qq p {
    display: flex;
    align-items: center;
    margin-right: 123px;
}

.about_kefu_qq_tishi {
    margin: 33px 0;
}

.about_kefu_bottom {
    display: flex;
}

.about_dizhi_body {
    height: 124px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    padding-left: 38px;
    box-sizing: border-box;

}

.about_dizhi_body img {
    vertical-align: middle;
    margin-right: 19px;
}

.about_kefu_bottom_list {
    display: flex;
    font-size: 14px;
    margin-right: 130px;
    align-items: center;
}

.about_kefu_bottom_list p {
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.about_kefu_bottom_list p span {
    margin-bottom: 10px;
}

.about_dianhua {
    width: 37px;
    height: 42px;
    margin-right: 16px;
}

.about_shouji {
    width: 26px;
    height: 38px;
    margin-right: 16px;
}

/* 我要充值---修改 */
.cz_xuanze {
    margin: 48px 0 20px 0;
}

.cz_xuanze_item {

    width: 133px;
    height: 75px;

    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    margin-right: 20px;
}

.cz_xuanze_item_active {
    border: solid 1px #fd4259;
    background: url(/static/image/xuanze.png) no-repeat;
    background-position: top right;

}

.cz_zengsong {
    height: 31px;
    background-color: #e5e5e5;
    line-height: 31px;
}

.cz_xuanze {
    padding-left: 22px;
    display: flex;
}

.cz_xuanze_item_top {
    color: #999999;
    line-height: 45px;
}

.cz_xuanze_item_top .cz_num {
    color: #333333;
    font-weight: bold;
}

.zhekou {
    color: #333333;
}

.cz_xuanze_list {
    display: flex;
    margin: 0px 0 0px 4px;
}

.cz_xuanze_item_active {
    border: solid 1px #fd4259;
    background: url(/static/image/xuanze.png) no-repeat;
    background-position: top right;

}

.cz_xuanze_item_active .cz_zengsong {
    background-color: #fd4358;
    color: #FFFFFF;
}

.cz_xuanze_item_active .cz_num {
    color: #fd4358;
}

.zhifu_pay {
    width: 263px;
    height: 393px;
    background-color: #ffffff;
    text-align: center;
}

.zhifubao_top {
    text-align: center;
    padding-top: 19px;
}

.zhifubao_center {
    padding: 42px 0 20px 0;
    background-color: #0093dd;
    margin-top: 12px;
}

.zhifubao_center p {
    font-size: 20px;
    color: #ffffff;

}

.zhifubao_bottom {

    display: flex;
    justify-content: center;
}

.yizhifu {
    width: 97px;
    height: 33px;
    background-color: #0093dd;
    border-radius: 5px;
    margin-right: 13px;
    line-height: 33px;
    color: #FFFFFF;
    margin-top: 26px;
}

.shaohou {
    width: 97px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #0093dd;
    line-height: 33px;
    color: #333333;
    margin-top: 26px;
}

.pay_chaxun {
    width: 335px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #bfbfbf;
}

.pay_chaxun img {
    width: 20px;
    height: 20px;
    margin-right: 17px;
}

.shenqing_yitijiao {
    height: 689px;
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 27px 27px 0 27px;
}

.shangjia_baoming {
    float: right;
    width: 180px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.shangjia_baoming img {
    vertical-align: middle;
}

.shangjia_baoming span {
    color: #FFFFFF !important;
}

/* 代理登录模板 */
.muban1 {

    width: 400px;
    height: 374px;
    background-color: #ffffff;
    border-radius: 10px;
    float: right;
    margin-top: 12px;
    padding: 0 25px;
    box-sizing: border-box;
    pointer-events: auto;
    margin-top: 86px;

}

.muban1_title {
    margin: 39px 0 36px 0;
    font-size: 26px;
}

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

.muban_list img {
    margin: 0 20px 0 24px;
}

.muban_list input {
    height: 100%;
    width: 100%;
    border: none;
}

.muban1 button {
    height: 50px;
    background-color: #fd4358;
    border-radius: 10px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    width: 100%;
}

.muban1_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.muban1_bottom a {
    color: #FD4259;
}

.muban1_bottom img {
    vertical-align: middle;
    margin-left: 8px;
}

.muban1_hou_name img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 22px;
}

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

.muban1_hou_name_right {
    padding-top: 17px;
    color: #333333;
    font-size: 16px;
}

.muban1_hou_name_right p:first-child {
    margin-bottom: 10px;
}

.muban1_hou_center {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.muban1_hou_item p:first-child {
    color: #FD4259;
    font-size: 16px;
}

.muban1_hou_item p:last-child {
    font-size: 14px;
    color: #999999;
    border-right: 1px solid #EEEEEE;
}

.muban1_hou_item {
    width: 33.33%;
    margin-right: 39px;
}

.muban1_hou_item:last-child p {
    border: none;
}

.muban1_hou_item p {
    margin-bottom: 20px;
}

/* 模板2 */

.muban2 {
    width: 401px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 10px;
    float: right;
    margin-top: 12px;
    padding: 0 25px;
    box-sizing: border-box;
    pointer-events: auto;
    margin-top: 86px;
}

.muban2_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #666666;
    margin: 44px 0 37px 0;
}

.muban2 .muban_list {
    border-radius: 25px;
}

.muban2 input {
    width: 70%;
}

.muban2 button {
    height: 50px;
    background-color: #ff5722;
    border-radius: 25px;
    line-height: 50px;
    color: #FFFFFF;
    width: 100%;
    font-size: 20px;
}

.muban2_hou_top {
    text-align: center;
}

.muban2_hou_top img {
    width: 90px;
    height: 91px;
    margin-top: -15px;
}

.muban2_hou_center p {
    color: #999999;
}

.muban2_hou_center {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 30px;
}

.muban2_hou_button {
    font-size: 20px;
}

.muban2_item_title {
    color: #ff5722 !important;
    margin-bottom: 3px;
}

/* 模板4 */
.muban4 {
    width: 400px;
    height: 374px;
    background-color: #ffffff;
    border-radius: 10px;
    float: right;
    margin-top: 12px;
    padding: 0 25px;
    box-sizing: border-box;
    pointer-events: auto;
    margin-top: 86px;
}

.muban4 .muban_list {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 0;
}

.muban4 .muban_list p {
    width: 60px;
}

.muban4 button {
    height: 50px;
    background-color: #ff005a;
    border-radius: 10px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    width: 100%;
}

.muban4_zhuce {
    color: #ff005a !important;
}

.muban4_hou_center {
    text-align: center;
    margin-bottom: 46px;
}

.muban4_hou_center img {
    margin-bottom: 10px;
}

/* 添加礼品弹窗修改 */
.weixuan_tan {
    text-align: center;

    height: 418px;

}

.weixuan_bottom {
    position: absolute;
    bottom: 2px;
    right: 51px;
}

.weixuan_tan_title {
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    height: 30px;
    background-color: #e5e5e5;
    line-height: 30px;
    padding: 0 12px;
}

.li_none img {
    margin: 30px 0 15px;
}

.li_none p {
    font-size: 14px;
    color: #999999;

}

.baoguo_xq {
    color: #FD4259;
    cursor: pointer;
}

.baoguo_xq_list {
    display: flex;
    align-items: center;
    padding-left: 104px;
    margin-bottom: 10px;
    color: #999999;

}

.baoguo_xq_top {
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 0 20px;
}

.baoguo_xq {
    width: 500px;
}

.baoguo_xq_bottom {
    padding-bottom: 10px;
}

.li_none {
    padding: 21px 0px 30px 15px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e5e5e5;
}

.li_zhanshi {

    background-color: #e5e5e5;
    height: 176px;

}

.li_zhanshi_title {
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    text-align: left;

}

.zhan_li_list {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 13px;
    margin-bottom: 25px;
    color: #666666;
}

.hong {
    color: #fd4259;
}

.zhan_li_zongji_num {
    font-size: 16px;
}

/* 首页联系人弹窗1 */
.lianxi_tan {

    width: 351px;
    /* height: 767px; */
    background: url(/static/image/lianxi_tan_bg.png) no-repeat;
    background-size: 100% 100%;
}

.lianxi_tan_tishi {
    color: #333333;
    font-size: 20px;
    padding-left: 32px;
    box-sizing: border-box;
    padding-top: 328px;
}

.lianxi_tan_tishi p {
    margin-bottom: 14px;

}

.lianxi_tan_wei {
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    margin: 33px 0 0 0;
}

.lianxi_tan_erweima {
    width: 167px;
    height: 167px;
    border: 11px solid #e73357;
}

.lianxi_tan_erweima img {
    width: 100%;
    height: 100%;
}

.lianxi_tan_bottom {
    display: flex;
    justify-content: center;
    height: 110px;
    align-items: center;
}

.yitianjia {
    width: 142px;
    height: 41px;
    background-color: #e73357;
    font-size: 16px;
    color: #ffffff;
    line-height: 41px;
    text-align: center;
    margin-right: 40px;
}

.tan_shouhou {
    width: 142px;
    height: 41px;
    background-color: #cccccc;
    font-size: 16px;
    color: #999999;
    line-height: 41px;
    text-align: center;
}

.myskin {
    background: none !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    /*前景无阴影*/
}


/* 首页联系人弹窗2 */
.lianxi_tan2 {

    width: 351px;
    /* height: 767px; */
    background: url(/static/image/lianxi_tan2_bg.png) no-repeat;
    background-size: 100% 100%;
}

.lianxi_tan2_tishi {
    color: #ffffff;
    font-size: 20px;
    padding-left: 32px;
    box-sizing: border-box;
    padding-top: 328px;
}

.lianxi_tan2_tishi p {
    margin-bottom: 14px;

}

.lianxi_tan2_wei {
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    margin: 33px 0 0 0;
}

.lianxi_tan2_erweima {
    width: 167px;
    height: 167px;
    border: 11px solid #ffffff;
    margin: 0 auto;
}

.lianxi_tan2_erweima img {
    width: 100%;
    height: 100%;
}

.lianxi_tan2_bottom {
    display: flex;
    justify-content: center;
    height: 110px;
    align-items: center;
}

.yitianjia2 {
    width: 142px;
    height: 41px;
    background-color: #ffffff;
    font-size: 16px;
    color: #b14610;
    line-height: 41px;
    text-align: center;
    margin-right: 40px;
}

.tan_shouhou2 {
    width: 142px;
    height: 41px;
    border: solid 1px #ffffff;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
    background: none;
}

/* 首页联系人弹窗3 */
.lianxi_tan3 {

    width: 929px;

    height: 494px;
    background: url(/static/image/lianxi_tan3_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.lianxi_tan3_tishi {
    color: #333333;
    font-size: 20px;

    box-sizing: border-box;
    padding-top: 139px;
}

.lianxi_tan3_tishi p {
    margin-bottom: 7px;

}

.lianxi_tan3_wei {
    display: flex;
    justify-content: space-between;
    /* padding: 0 22px; */
    margin: 135px 18px 0 180px;
}

.lianxi_tan3_erweima {
    width: 139px;
    height: 139px;
    padding: 10px 9px 9px 10px;
    margin: 0 auto;
    border: solid 1px #e5e5e5;
}

.lianxi_tan3_erweima img {
    width: 100%;
    height: 100%;
}

.lianxi_tan3_bottom {
    display: flex;
    justify-content: flex-start;
    height: 72px;
    align-items: center;
}

.yitianjia3 {
    width: 125px;
    height: 41px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #ff6b29;
    line-height: 41px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #ff6b29;
}

.tan_shouhou3 {
    width: 125px;
    height: 41px;
    background-color: #ff6b29;
    border-radius: 20px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

/* 首页联系人弹窗4 */
.lianxi_tan4 {

    width: 691px;

    height: 540px;
    background: url(/static/image/lianxi_tan4_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.lianxi_tan4_tishi {
    color: #333333;
    font-size: 20px;

    box-sizing: border-box;
    padding-top: 303px;
}

.lianxi_tan4_right {
    margin-left: 138px;
}

.lianxi_tan4_tishi p {
    margin-bottom: 7px;

}

.lianxi_tan4_wei {
    display: flex;
    justify-content: space-between;

    margin: 303px 0px 0 27px;
}

.lianxi_tan4_erweima {
    width: 159px;
    height: 159px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 10px 9px 9px 10px;
}

.lianxi_tan4_erweima img {
    width: 100%;
    height: 100%;
}

.lianxi_tan4_bottom {
    display: flex;
    justify-content: flex-start;
    height: 72px;
    align-items: center;
}

.yitianjia4 {
    width: 125px;
    height: 40px;

    background: none;
    border-radius: 10px;
    border: solid 1px #825b44;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #825b44;
}

.tan_shouhou4 {
    width: 125px;
    height: 40px;
    background-color: #825b44;
    border-radius: 10px;

    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}



/* 首页联系人弹窗4 */
.lianxi_tan5 {

    width: 598px;
    height: 479px;
    background: url(/static/image/lianxi_tan5_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.lianxi_tan5_tishi {
    color: #333333;
    font-size: 20px;

    box-sizing: border-box;
    padding-top: 201px;
}

.lianxi_tan5_right {
    margin-left: 57px;
}

.lianxi_tan5_tishi p {
    margin-bottom: 7px;

}

.lianxi_tan5_wei {
    display: flex;
    justify-content: space-between;

    margin: 201px 0px 0 27px;
}

.lianxi_tan5_erweima {
    width: 159px;
    height: 159px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 10px 9px 9px 10px;
}

.lianxi_tan5_erweima img {
    width: 100%;
    height: 100%;
}

.lianxi_tan5_bottom {
    display: flex;
    justify-content: flex-start;
    height: 72px;
    align-items: center;
}

.yitianjia5 {
    width: 125px;
    height: 40px;

    background: none;
    border-radius: 10px;
    border: solid 1px #db1500;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    color: #db1500;
}

.tan_shouhou5 {
    width: 125px;
    height: 40px;
    background-color: #db1500;
    border-radius: 10px;

    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}





/* 列表上操作 */
.tab_caozuo {
    display: flex;
    align-items: center;
    height: 39px;
    background-color: #fff9fa;
    border-radius: 2px;
    border: solid 1px #f799a5;
    padding-left: 25px;
    margin-bottom: 16px;

}

.queding {
    width: 76px;
    height: 24px;
    background-color: #fd4259;
    border-radius: 2px;
    border: none;
    margin-left: 16px;
    color: #FFFFFF;
}

/* 复选框样式 */


input[type="checkbox"] {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    margin-right: 10px;
}

input[type="checkbox"]:checked {
    -webkit-appearance: none;
    /*清除复选框默认样式*/
    background: url(/static/image/check_bg.png) no-repeat;
    /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    border: none;
}


/* 帮助中心 */
.jiaocheng {}

.jiaocheng_title {
    padding-bottom: 37px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 36px;
}

.jiaocheng_body {
    padding: 0 31px;
    box-sizing: border-box;
}

.jiaocheng_biaoti {
    font-size: 16px;
    color: #333333;
    margin: 40px 0 31px;
    font-weight: bold;
}

.help_title {
    font-size: 16px;
    color: #333333;
    margin: 0px 0 23px !important;
    font-weight: bold;
}

.jiaocheng_body img {
    box-shadow: 0px 0px 21px 0px rgba(184, 184, 184, 0.33);
}

.fenlei_xian {
    width: 4px;
    height: 16px;
    background-color: #fd4259;
    display: inline-block;
    margin-right: 20px;
}

.help_left ul {
    padding: 0 20px;
}

.help_list img {
    max-width: 100%;
}

/* 发货人设置 */
.fahuoren_sz .filter-box {
    width: 250px;
    margin-left: 10px;
    border: 1px solid #EEEEEE;

}

.fahuoren_sz {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding-left: 36px;
}

.add_fahuoren {
    width: 116px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #b5b5b5;
    color: #333333;
    margin: 0 12px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_fahuoren img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.she_moren {
    width: 92px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    line-height: 30px;
    color: #666666;
}

.tan_shouhuo_top {
    display: flex;
    align-items: center;
    margin: 19px 0 35px 0;
    padding-left: 39px;
    box-sizing: border-box;
}

.tan_shouhuo_top input {
    width: 158px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    box-sizing: border-box;
}

.tan_shouhuo {
    width: 796px;
    height: 430px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e5e5e5;

}

.tan_shouhuowai {
    display: none;
}

.tan_shouhuo_top p {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.tan_shouhuo_top button {
    width: 107px;
    height: 31px;
    background-color: #fd4259;
    border-radius: 3px;
    line-height: 31px;
    color: #FFFFFF;
}

.tan_shouhuo .add_title {
    padding: 0 15px;
}

.fahuo_del_wai {
    height: 41px;
    background-color: #F4F4F4;
    line-height: 41px;
}

.fahuo_del {
    display: inline-block;
    width: 70px;
    height: 21px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    text-align: center;
    line-height: 20px;
    margin-left: 15px;
    cursor: pointer;
}

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

.add_fahuo_caozuo span {
    cursor: pointer;
}

.fahuo_ren_list {
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
}

.yourclass {
    border-radius: 6px;
}

/* 包裹快递单号复制 */
.baoguo_kd_td {
    cursor: pointer;
    position: relative;
}

.baoguo_kd {}

.baoguo_kd .copy_kuaidi {
    width: 34px;
    height: 20px;
    border: 1px solid #FD4259;
    position: absolute;
    right: 0;
    top: 15%;
    font-size: 12px;
    color: #FD386C;
    background-color: #FFFFFF;
    display: none;
}

.baoguo_kd_td:hover .copy_kuaidi {
    display: inline-block;
}


.kan_jiekou {
    margin-bottom: 20px;
    margin-left: 42px;
}

/* 申请接口通过 */
.shenqing_tongguo {
    height: 689px;
    background-color: #FFFFFF;

    padding: 27px 27px 0 27px;
    text-align: center;
}

.shenqing_tongguo p {
    width: 209px;
    margin: 0 auto 26px;
    text-align: left;

}

.shenqing_tongguo_top {
    text-align: center;
    margin-bottom: 30px;
}

.shenqing_tongguo_top img {
    margin-bottom: 20px;
    margin-top: 40px;
    width: 210px;
}

.shenqing_tongguo_top p {
    color: #FD386C;
    font-size: 16px;
    font-weight: bold;
}

.jiekou_bg {
    margin-top: 20px;
    vertical-align: bottom;
}

/* 领取两元 */
.liangyuan {
    margin-top: 20px;

}

.ling_liangyuan {
    width: 643px;
    height: 626px;
    background: url(/static/image/tan_liangyuan.png) no-repeat;
    background-size: 626px 601px;
    background-position: left bottom;
    padding-top: 25px;
}

.close_liangyuan {
    text-align: right;
}

.ling_num {
    font-size: 50px;
    color: #ff2d00;
    font-weight: bold;
    text-align: center;
    margin-top: 230px;
    margin-left: -9px;
}

.ling_liangyuan_bottom input {
    width: 289px;
    height: 62px;
    background-image: linear-gradient(#ffde00,
    #ffde00),
    linear-gradient(#fdf12b,
            #fdf12b);
    background-blend-mode: normal,
    normal;
    border-radius: 31px;
    line-height: 62px;
    padding-left: 45px;
    box-sizing: border-box;
    font-size: 27px;
    border: none;
    padding-right: 10px;
}

.ling_liangyuan_bottom input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #827a42;
}

.ling_liangyuan_bottom input::-moz-placeholder {
    /* Firefox 19+ */
    color: #827a42;
}

.ling_liangyuan_bottom input:-ms-input-placeholder {
    /* IE 10+ */
    color: #827a42;
}

.ling_liangyuan_bottom input:-moz-placeholder {
    /* Firefox 18- */
    color: #827a42;
}

.ling_liangyuan_bottom button {
    width: 169px;
    height: 62px;
    background-image: linear-gradient(#ffde00,
    #ffde00),
    linear-gradient(#fdf12b,
            #fdf12b);
    background-blend-mode: normal,
    normal;
    border-radius: 31px;
    line-height: 62px;
    font-size: 27px;
    color: #333333;
    margin-left: 15px;
}

.ling_liangyuan_bottom {
    margin-top: 113px;
    text-align: center;
    margin-left: -9px;
}

.lingclass {
    background: none !important;
    box-shadow: none !important;
}

.liangyuan_wai {
    position: relative;
}

.guanbi_ling {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;

}

.ling_qu {
    display: inline-block;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 52px;
    right: 121px;
    cursor: pointer;
}

.shang_flex {
    display: flex;
    justify-content: space-between;
}

.add_num2 {
    font-size: 12px;
    color: #999999;

}

.shaixuan_dd_top,
.shaixuan_dd2 {
    display: flex;
    height: 50px;
    background-color: #f9f9f9;
    align-items: center;
    padding-left: 11px;
    /* margin-top: 40px; */
}

.shaixuan_dd_top span {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 11px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.shaixuan_dd_top input {
    width: 200px;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    box-sizing: border-box;

}

.shaixuan_dd_top button,
.input {
    width: 80px;
    background: none;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    height: 30px;
    border-radius: 3px;
}

.shaixuan_dd2 {
    display: none;
}


/* top6登录 */
.top6_denglu {
    height: 620px;
    background: url(/static/image/top6_denglu_banner.png) no-repeat;
    background-position: center;

}

.top6_denglu_content {
    position: relative;
}

.top6_denglu .login_phone,
.top6_denglu .login_mima {
    border: none;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
}

.top6_denglu .go_zhuce {
    text-align: center;
}

.top6_denglu .login_phone img {
    width: 34px;
    height: 36px;
}

.top6_denglu .login_mima img {
    width: 30px;
    height: 38px;
}

.top6_denglu .login_center_login button,
.top6_zhuce .login_center_login button {
    width: 491px;
    height: 61px;
    background: #fd386c;
    border-radius: 8px;
}

.top6_denglu .login_center_login {
    top: 90px !important;
    width: 496px;
}


/* top注册 */
.top6_zhuce .login_center {
    background: url(/static/image/top6_zhuce_banner.png) no-repeat;
    background-position: center center;
    height: 623px;
}

.top6_zhuce .login_phone img {
    width: auto;
    height: auto;
    margin-right: 29px;
}

.top6_zhuce .login_mima img {
    width: auto;
    height: auto;
}

.top6_zhuce .login_phone,
.top6_zhuce .login_mima {
    border: none;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
}

.top6_zhuce .zhuce_center_ding .login_phone input {
    margin-left: 0;
}

.top6_zhuce .login_center_login_txt,
.top6_denglu .login_center_login_txt {
    font-weight: 500;
}

.top6_zhuce .login_center_ding {
    top: 0;
}

.top6_zhuce .zhuce_center_ding .zidong_login {
    padding-top: 0;
    justify-content: flex-start;
    margin: 27px 0 15px;
}

.top6_zhuce .go_zhuce {
    text-align: center;
}

.top6_zhuce .login_center_login {
    width: auto;
    padding-bottom: 10px;
    top: 0;
}

.top6_yanzheng {
    background: none !important;
    width: 100px !important;
}

.top6_zhuce .login_phone {
    margin-bottom: 9px;
}

.top_gonggao_list {
    padding-left: 5%;
    max-width: 70%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 分站加盟----修改 */

.jiameng_jine {
    width: 424px;
    height: 183px;
    background: url(/static/image/jiameng_num_bg.png) no-repeat;
    box-sizing: border-box;
    margin: 25px 0 30px 39px;
    background-size: 100% 100%;
}

.jiameng_top {

    border-top: 20px solid #F9F9F9;

}

.jiameng_bottom {
    border-top: 20px solid #F9F9F9;
    padding: 56px 10px 0 39px;

}

.jiameng_title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

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

.jiameng_bottom_list {
    display: flex;
}

.jiameng_bottom_item {
    width: 50%;
}

.jiameng_bottom_item p {
    line-height: 26px;
}

.jiameng_yue {
    height: 70px;
    line-height: 70px;
    padding-left: 39px;
    border-bottom: 1px solid #e8e8e8;


}

.jiameng_jine .jiameng_jine_txt {
    font-size: 26px;
    color: #936549;
    padding: 25px 0 5px 28px;
}

.jiameng_jine_num {
    font-size: 50px;
    font-weight: bold;
    color: #93654a;
    text-align: center;
}

.jiameng_jine_num span {
    font-size: 16px;
    color: #93654a;
}

.jiameng_top button {
    width: 166px;
    height: 44px;
    background-color: #fd4259;
    border-radius: 3px;
    margin: 0 0 36px 39px;
    color: #FFFFFF;
}

.jiameng_banner {
    height: 100px;
    width: 100%;
    background: url(/static/image/jiameng_banner.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 33px;
}

.jiameng_top_yijiaona p {
    margin-bottom: 20px;
    margin-left: 68px;
}

.jiameng_top_yijiaona p:last-child {
    margin-bottom: 53px;
}

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

.fenzhan2 {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.jiameng_daili_jiage_txt {
    margin: 30px 0 30px;
}

.jiameng_daili_jiage {
    /* margin-bottom: 30px; */
}

/* 分站3 */
.fenzhan3 {
    background-color: #FFFFFF;
    min-height: 700px;
}

.fenzhan3_banner {
    height: 100px;
}

.fenzhan3_title {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
}

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

.fenzhan3_feiyong button {
    width: 166px;
    height: 30px;
    background-color: #fd4259;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 22px 0 20px;
}

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

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

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

.fenzhan3_liucheng {
    padding-left: 49px;
    margin: 20px 0 20px;
}

.fenzhan3_youshi{
    margin: 55px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px 0 43px;
}
.fenzhan3_youshi_item {
    text-align: center;
    padding: 0 26px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px rgba(22, 109, 252, 1);
    position: relative;
    padding-top: 25px;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-right: 10px;
}

.fenzhan3_youshi_item img {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
}
.fenzhan3_youshi_item p{
    line-height: 22px;
}
.fenzhan3_jiben_txt{
    padding-top: 0px;
    margin-top: 0;
}
.fenzhan3_jiben{
    padding-left:43px ;
    margin: 35px 0 0px 0;
}
.fenzhan3_jiben p{
    line-height: 25px;
}
.fenzhan3_yanshi_table td{
    border: 1px solid #EEEEEE;
    text-align: center;
}

.fenzhan3_yanshi_body{
    padding: 0 27px;
    margin: 28px 0 20px;
}
.fenzhan3_daili{
    margin: 20px;
    padding-bottom: 40px;
}

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


/* 修改 */

.all_cangku_title{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
.all_cangku_title img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.all_cangku_list{
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 25px 30px 10px;
    margin-bottom: 25px;
}
.all_cangku_list p{
    display: flex;
    align-items: center;
    margin-right: 70px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
}
.all_cangku_list p img{
    margin-right: 5px;
}
.index_more{
    color: #999999;
    font-size: 18px;
    height: 60px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}
.index_more img{
    width: 22px;
    height: 22px;
    margin-right: 16px;
}
.add_tipian{
    display: flex;
    flex-wrap: wrap;
}
.add_tipian span{
    display: flex;
    align-items: center;
    margin-right: 37px !important;
}
.add_tipian span:nth-child(8n){
    margin-right: 0 !important;
}
.add_tipian span img{
    margin-right: 4px;
}

.font_32{
    font-size: 32px;
}
.float-left{
    float: left;
}

.depot-vip-list{
    margin-bottom: 20px;
}
.depot-vip-item{
    border: 1px solid #c6c6c6;
    color: #999999;
    padding: 6px 12px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

.table-list{
    display: inline-block;
    border: 1px solid #c6c7c8;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.table-tr .table-tr-th{
    width: 180px;
    float: left;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #1e9fff;
    color: #ffffff;
}

.table-tr-body .table-tr-td{
    width: 180px;
    float: left;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f5f6f7;
    border-right: 1px solid #c6c6c6;
}
.table-tr-body .table-tr-td:last-child{
    border: none;
}


.level-list .level-item{
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #ffffff;
}