@charset "utf-8";

@font-face {
    font-family: 'tx';
    src: url('../fonts/腾讯字体.OTF');
}

@font-face {
    font-family: 'syr';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

body {
    font-family: "tx", 'syr', "微软雅黑", Arial, Helvetica, sans-serif;
}
body.on{
    overflow: hidden;
}
body.diy {
    background: #dfe3e8;
}

img {
    max-width: 100%;
}

a {
    outline: none;
}

select {
    border: solid 1px #eee;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/cube-icon7.png") no-repeat scroll right 20px center transparent;
    padding-right: 54px;
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}

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

.flex-dn {
    display: flex;
}

.flex-dn::before,
.flex-dn::after {
    display: none;
}

.bg-fff {
    background: #fff;
}

.bg-eef0f3 {
    background: #eef0f3;
}

.bg-f5 {
    background: #f5f5f5;
}

.c-red {
    color: #e00000;
}

.c-blue {
    color: #296bed;
}

.c-999 {
    color: #999999;
}

.f0 {
    font-size: 0;
}

@media screen and (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

}

/*====================Diy1.1-会服支持====================*/
.header-diy {
    position: relative;
    z-index: 10;
    background: url('../images/diy-bg.png') center no-repeat #fff;
    background-size: auto 80%;
}

.header-diy .flex-dn {
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.header-diy .a-logo {
    width: 28.33%;
}

.header-diy .a-logo img {
    max-height: 80px;
}

.header-diy .div-right .div-user {
    display: flex;
    align-items: center;
}

.header-diy .div-right .div-user .div-user-name {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'syr';
    color: #296bed;
    cursor: pointer;
}

.header-diy .div-right .div-user .div-user-name img {
    width: 44px;
    margin-right: 13px;
}

.header-diy .div-right .div-user .span-name {
    padding-right: 8px;
    background: url('../images/diy-arrow.png') right center no-repeat;
}

.header-diy .div-right .div-user:hover .div-user-down {
    display: block;
}

.header-diy .div-right .div-user .div-user-down {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f0f0f0;
    display: none;
}

.header-diy .div-right .div-user .div-user-down a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    border-top: 2px solid #fff;
}

.header-diy .div-right .div-user .div-user-down a:first-child {
    border-top: none;
}

.header-diy .div-right .div-user .a-01 {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    line-height: 22px;
    background: #ffa400;
    border-radius: 16px;
    font-family: 'syr';
    margin-left: 15px;
}

.header-diy .div-right .div-date {
    padding-left: 10px;
    margin-top: 8px;
}

.header-diy .div-right .div-date a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #296bed;
    font-family: 'syr';
}

.header-diy .div-right .div-date a img {
    margin-right: 22px;
}

.return-top {
    position: fixed;
    left: 50%;
    bottom: 110px;
    z-index: 80;
    margin-left: 620px;
}

.diy-main {
    position: relative;
    margin-top: 88px;
    margin-bottom: 7px;
}

.diy-main .admin-main {
    margin-top: 0;
}

.diy-main-cont {
    min-height: 550px;
    padding: 37px 23px 40px 225px;
}

.diy-public-title {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

.diy-public-title .div-cont {
    margin-left: -3px;
    margin-right: -3px;
    justify-content: space-between;
    align-items: flex-end;
}

.diy-public-title .div-01 {
    flex: 1;
    padding-left: 3px;
    padding-right: 3px;
}

.diy-public-title .div-01 a {
    display: block;
    text-align-last: center;
    background: #8dd0ff;
    color: #fff;
    border-radius: 20px 20px 0 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    font-size: 24px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.diy-public-title .div-01 a::after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #e59d1d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.diy-public-title .div-01 a.on {
    height: 65px;
    padding-bottom: 15px;
    background: #296bed;
}

.diy-public-title .div-01 a.on::after {
    width: 54px;
}

.diy-public-cont {
    margin-top: 38px;
    min-height: 278px;
}

.diy-public-bar {
    position: absolute;
    left: -213px;
    top: 0;
    z-index: 2;
    margin-right: 10px;
}

.diy-public-bar .div-01 {
    margin-top: 40px;
}

.diy-public-bar .div-01:first-child {
    margin-top: 0;
}

.diy-public-bar a {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    color: #3e3a39;
    white-space: nowrap;
    padding: 13px 14px 13px 24px;
    min-width: 204px;
    text-align-last: center;
    background: #eef0f3;
    border-radius: 30px 0 0 30px;
}

.diy-public-bar a.on {
    background: #296bed;
    border-radius: 30px;
    padding-right: 56px;
    color: #fff;
}

.diy-art {
    padding: 74px 15px 45px 15px;
}

.diy-title {
    font-size: 30px;
    line-height: 1;
    color: #296bed;
}

.div-suport-title,
.div-suport-title2 {
    font-size: 33px;
}

.div-suport-title span,
.div-suport-title2 span {
    display: inline-block;
    background: #296bed;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-radius: 10px 22px 0 0;
    min-width: 110px;
    padding: 0 28px 0 14px;
    text-align: center;
}

.div-suport-title2 span {
    font-size: 24px;
    line-height: 44px;
}

.diy-suport-list {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: "syr";
    background: #fff;
    padding: 30px 60px 27px 90px;
    margin-top: 8px;
}

.diy-suport-list li {
    padding-left: 23px;
    background: url('../images/diy-icon3.png') left 13px no-repeat;
    letter-spacing: 2px;
}

.a-fanhui {
    width: 92px;
    line-height: 36px;
    background: #ffa400;
    color: #fff;
    border-radius: 20px;
    font-size: 24px;
    margin-top: 60px;
}

.a-fanhui:hover {
    color: #fff;
}

.diy-contact-01 {
    margin-top: 33px;
}

.diy-suport-01 {
    margin-top: 24px;
}

.diy-contact-list {
    padding-top: 6px;
}

.diy-contact-list li {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-top: 24px;
}

.diy-contact-list li:first-child {
    margin-top: 0;
}

.diy-contact-list li .div-name {
    font-size: 55px;
    width: 23.26%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0c8ce;
}

.diy-contact-list li .div-cont {
    width: 76.74%;
    padding: 22px 45px 9px;
    background: url('../images/diy-line01.png') left center no-repeat;
    font-size: 16px;
    font-family: "syr";
}

.diy-contact-list li .div-cont .div-tit {
    margin-top: 8px;
}

.diy-contact-list li .div-cont .div-tit:first-child {
    margin-top: 0;
}

.diy-contact-list li .div-cont .div-tit span {
    display: inline-block;
    color: #fff;
    background: #296bed;
    line-height: 24px;
    min-width: 132px;
    padding: 0 13px;
    border-radius: 10px;
    letter-spacing: 2px;
}

.diy-contact-list li .div-cont .div-des {
    line-height: 26px;
    color: #000;
    margin-top: 9px;
}

/*====================Diy1.2-顶部固定表头设计更新0617====================*/
.diy-tea-cont {
    background: #fff;
    padding: 21px 17px;
    margin-top: 6px;
}

.diy-tea-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 13px;
    padding-right: 13px;
}

.diy-tea-list li {
    width: 26%;
    margin-right: 7.33%;
    margin-top: 25px;
}

.diy-tea-tit1 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'syr';
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.diy-tea-tit1 .span-title {
    display: inline-block;
    background: #296bed;
    padding: 0 15px;
    border-radius: 20px;
    color: #fff;
    margin-right: 10px;
}

.diy-tea-tit1 .span-cont {
    max-width: 60%;
    line-height: 32px;
    position: relative;
    top: -2px;
}

.diy-tea-01 .div-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

.diy-tea-01 .div-img img {
    width: 100%;
}

.diy-tea-01 .div-cont {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'syr';
    margin-top: 12px;
}

.diy-tea-cont2 {
    margin-top: 40px;
    background: #fff;
    padding: 21px 17px 16px;
}

/*====================Diy1-公司内会议资源====================*/
.diy-resources {
    padding: 0 15px 24px;
}

.diy-resources-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1px;
}

.diy-resources-list li {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 18px;
}

.diy-resources-a1 {
    padding: 66px 15px 20px;
    background: #fff;
}

.diy-resources-a1 .span-icon {
    position: absolute;
    left: 0;
    top: -10px;
    width: 41.66%;
}

.diy-resources-a1 .span-title {
    font-size: 24px;
    color: #296bed;
    line-height: 1;
}

.diy-resources-a1 .span-more {
    font-size: 16px;
    color: #fff;
    background: #ffa400;
    border-radius: 30px;
    width: 127px;
    max-width: 100%;
    line-height: 34px;
    margin-top: 16px;
}

/*====================Diy2-公司外活动资源====================*/
.diy-active-menu-list {
    background: #eef0f3;
    padding: 10px 20px 6px 50px;
    font-family: 'syr';
}

.diy-active-menu-list li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d9dcdf;
    padding-left: 23px;
    display: flex;
    flex-wrap: wrap;
}

.diy-active-menu-list li:last-child {
    border-bottom: none;
}

.diy-active-menu-list li .span-title {
    width: 21.62%;
    font-size: 16px;
    color: #3e3a39;
}

.diy-active-menu-list li .div-cont {
    width: 78%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.diy-active-menu-list li .div-cont .span-01 {
    min-width: 20%;
}

.diy-active-menu-list li .div-cont a {
    display: inline-block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    border-radius: 20px;
    padding: 0 20px;
}

.diy-active-menu-list li .div-cont a.on {
    background: #ffa400;
    color: #fff;
}

.diy-public-scroll {
    overflow: auto;
    max-height: 730px;
    padding-right: 25px;
    margin-top: 30px;
}

.diy-public-scroll.pr0 {
    padding-right: 0;
}

.diy-public-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.diy-public-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid #e3e6ea;
}

.diy-public-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c8ce;
}

.diy-active-list li {
    margin-top: 20px;
}

.diy-active-list li:first-child {
    margin-top: 0;
}

.diy-active-a1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eef0f3;
    display: flex;
    flex-wrap: wrap;
}

.diy-active-a1 .div-img {
    padding-left: 13px;
    padding-right: 10px;
    border-left: 7px solid #296bed;
    width: 34.23%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.diy-active-a1 .div-img .span-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.diy-active-a1 .div-img .span-img img {
    width: 100%;
}

.diy-active-a1 .div-cont {
    width: 59.39%;
    margin-left: 3.23%;
    margin-top: 10px;
}

.diy-active-a1 .div-cont .div-title {
    font-size: 24px;
    color: #3e3a39;
    line-height: 40px;
    padding-bottom: 24px;
    background: url('../images/line-01.jpg') left bottom no-repeat;
}

.diy-active-a1 .div-cont .div-address {
    font-family: 'syr';
    font-size: 16px;
    color: #3e3a39;
    line-height: 40px;
    margin-top: 20px;
    padding-right: 115px;
}

.diy-active-a1 .div-cont .span-more {
    position: absolute;
    right: 30px;
    bottom: 22px;
    width: 94px;
    line-height: 26px;
    background: #ffa400;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
}

.diy-active-a1 .div-cont .div-down {
    padding-left: 62px;
    background: url('../images/diy-icon9.png') left center no-repeat;
    min-height: 58px;
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #3e3a39;
    font-family: 'syr';
}

/*====================Diy2.1-公司外活动资源详情====================*/
.diy-active-xq {
    padding: 40px 25px 37px 35px;
}

.diy-active-xq .a-fanhui {
    margin-top: 45px;
}

.diy-active-xq-01 {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "微软雅黑";
}

.diy-active-xq-01:first-child {
    margin-top: 0;
}

.diy-active-xq-01 .div-left {
    width: 45%;
}

.diy-active-xq-01 .div-left .div-des {
    line-height: 28px;
}

.diy-active-xq-01 .div-right {
    width: 50.58%;
    padding-top: 52px;
}

.diy-active-xq-01 .div-right .owl-nav .owl-prev {
    left: 12px;
    background-image: url('../images/arrow-left.png');
}

.diy-active-xq-01 .div-right .owl-nav .owl-next {
    right: 12px;
    background-image: url('../images/arrow-right.png');
}

.diy-active-xq-01 .div-right .owl-dots {
    font-size: 0;
    text-align: center;
    margin-top: 8px;
}

.diy-active-xq-01 .div-right .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c0c8ce;
    margin: 0 3px;
}

.diy-active-xq-01 .div-right .owl-dots .owl-dot.active {
    background: #ffa400;
}

.diy-active-xq-01 .div-title {
    font-size: 24px;
    color: #296bed;
    line-height: 1;
}

.diy-active-xq-01 .div-des {
    font-size: 16px;
    line-height: 24px;
    color: #3e3a39;
    font-family: "syr";
    margin-top: 14px;
}

.diy-active-xq-01 .ul-list {
    display: flex;
    flex-wrap: wrap;
    font-family: "syr";
    padding-top: 34px;
}

.diy-active-xq-01 .ul-list li {
    min-width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.diy-active-xq-01 .ul-list li .span-title {
    background: #296bed;
    color: #fff;
    width: 90px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 5px;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
}

.diy-active-xq-01 .div-right .owl-nav .owl-prev,
.diy-active-xq-01 .div-right .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-15px);
    width: 18px;
    height: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*====================Diy3-活动画面模板====================*/
.diy-movpic-menu {
    padding: 25px 62px 25px 100px;
}

.diy-movpic-menu .div-01 {
    margin-top: 27px;
}

.diy-movpic-menu .div-01:first-child {
    margin-top: 0;
}

.diy-movpic-menu .div-01 .div-title {
    font-size: 24px;
    line-height: 1;
    color: #296bed;
}

.diy-movpic-menu .div-01 .div-des {
    background: #fff;
    padding: 1px 10px 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.diy-movpic-menu .div-01 .label-01 {
    min-width: 20%;
    text-align: center;
    font-family: 'syr';
    font-weight: normal;
    margin-top: 12px;
    cursor: pointer;
}

.diy-movpic-menu .div-01 .label-01 input {
    display: none;
}

.diy-movpic-menu .div-01 .label-01 input:checked+span {
    background: #ffa400;
    color: #fff;
}

.diy-movpic-menu .div-01 .label-01 span {
    font-size: 16px;
    color: #3e3a39;
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
}

.diy-movpic-menu .div-but {
    padding-top: 32px;
    font-size: 0;
}

.diy-movpic-menu .div-but .but-01 {
    background: none;
    border: none;
    outline: none;
    width: 90px;
    height: 36px;
    border-radius: 30px;
    font-size: 24px;
    color: #fff;
    background: #ffa400;
    margin: 0 23px;
}

/*====================Diy3.1-KV弹出框====================*/
.diy-tc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background-color: rgba(53, 72, 94, 0.66);
    display: none;
}
.lpk-tc{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.diy-tc2 {
    display: block;
    visibility: hidden;
}

.diy-tc2.on {
    visibility: visible;
}

.diy-tc .diy-tc-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    cursor: pointer;
}

.diy-tc .div-img {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 1;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diy-tc .div-img img {
    max-width: 100%;
    max-height: 100%;
}

.diy-tc button{
    position: absolute;
    left: 50%;
    bottom: 2%;
    z-index: 2;
    width: 100px;
    height: 30px;
    margin-left: -50px;
    border: none;
    background-color:#2766e2;
    outline: none;
    color: #fff;
    font-size: 14px;
}

.diy-tc .div-img.on{
    overflow: auto;
    align-items: flex-start;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}
.diy-tc .div-img.on img{
    max-height: inherit;
}
.diy-tc .div-img.on + button{
    display: none;
}

/*==================== 39楼宴会厅详情（2022-06-10） ====================*/
.diy-art-word{
    padding: 15px 24px;
    background-color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "微软雅黑";
}
.diy-art-word .div-01{
    margin-bottom: 10px;
}
.diy-art-word .span-01{
    background-color: #296bed;
    border-radius: 15px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    margin-right: 13px;
}
.diy-art-01{
    margin-top: 27px;
}
.diy-art-02{
    margin-top: 27px;
    justify-content: space-between;
}
.diy-art-02 .div-01{
    width: 49.2%;
}
.diy-art-02 .div-01 img{
    border-radius: 25px;
}
.diy-art .ul-list2 li{
    padding-left: 13px;
    line-height: 30px;
    font-size: 16px;
    font-family: "微软雅黑";
    background: url('../images/admin-icon1.png') left 12px no-repeat;
    color: #000;
}
.diy-tea-cont3{
    padding-left: 8.4%;
    padding-right: 8.4%;
    padding-bottom: 50px;
}
.diy-art .ul-list3{
    padding-top: 10px;
}
.diy-art .ul-list3 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.diy-art .ul-list3 li .img{
    width: 42%;
}
.diy-art .ul-list3 li .cont{
    width: 49.3%;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.diy-art .ul-list3 li .cont .span-01{
    line-height: 30px;
    border-radius: 30px;
    background-color: #296bed;
    font-size: 18px;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 5px;
}

/*====================A03-4单一客户活动====================*/
.header-cube {
    position: relative;
    background: none;
    background-color: #fff;
    overflow: hidden;
}

.header-cube .container {
    position: relative;
}

.header-cube .container::before {
    content: " ";
    position: absolute;
    right: 70%;
    top: 0;
    bottom: 0;
    left: -100vw;
    display: block;
    background: #296bed;
}

.header-cube .div-logo {
    position: relative;
    width: 30%;
}

.header-cube .div-logo .a-logo {
    width: auto;
    max-width: inherit;
}

.header-cube .div-right .div-user .a-01 {
    background: #296bed;
}

.cube-main {
    padding-top: 35px;
    padding-bottom: 60px;
    min-height: calc(100vh - 240px);
    font-family: '微软雅黑', 'syr';
}

.cube-main.ling {
    padding-top: 0;
}

.cube-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cube-title span {
    display: inline-block;
    min-width: 320px;
    max-width: 100%;
    background: #296bed;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.cube-title bdo {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-left: 40px;
}

.cube-title .a-01 {
    position: absolute;
    right: 0;
    display: inline-block;
    min-width: 140px;
    padding: 0 15px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #296bed;
}

.cube-title+.cube-01 {
    margin-top: 0;
}


.cube-main.ling .cube-title {
    padding-top: 20px;
    padding-left: 30px;
}

.cube-main.ling .cube-title span {
    min-width: 250px;
    border-radius: 10px 30px 0 0;
    line-height: 50px;
}

.cube-process {
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
}

.cube-process-a1 {
    position: relative;
    width: 14%;
    background: #c1c1c1;
    border-radius: 8px;
    margin-top: 54px;
    font-size: 24px;
    line-height: 34px;
    padding-top: 84px;
    padding-bottom: 22px;
    text-align: center;
    color: #fff;
    font-family: 'tx';
    margin-left: 3.07%;
}

.cube-process-a1:hover {
    color: #fff;
}

.cube-process-a1:first-child {
    margin-left: 0;
}

.cube-process-a1 .span-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}

.cube-process-a1 .span-icon img {
    width: 71.875%;
}

.cube-process-a1 .span-icon .mg1 {
    display: block;
}

.cube-process-a1 .span-icon .mg1h {
    display: none;
}

.cube-process-a1.on {
    background: #296bed;
}

.cube-process-a1.on .span-icon .mg1 {
    display: none;
}

.cube-process-a1.on .span-icon .mg1h {
    display: block;
}

.cube-01 {
    margin-top: 30px;
}

.cube-01:first-child {
    margin-top: 0;
}

.cube-01:last-child .cube-form {
    padding-bottom: 140px;
}

.order-main .cube-01:last-child .cube-form {
    padding-bottom: 0;
}

.cube-02 {
    padding: 30px 0 33px;
}

.cube-title2 {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.cube-title2.P0{
    padding-left: 0;
    padding-right: 0;
}

.cube-title2 .span-01 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-left: 30px;
    border-left: 4px solid #296bed;
}

.cube-title2 .span-02 {
    font-size: 16px;
    color: #999;
    margin-left: 30px;
}

.cube-title2 .span-03{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    line-height: 24px;
}

.cube-title2 .a-add {
    width: 180px;
    height: 50px;
    background: #296bed;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cube-title2 .a-tit {
    position: absolute;
    right: 4%;
    bottom: 17px;
}

.cube-form {
    padding: 30px 90px 0 90px;
}

.cube-form.pt0 {
    padding-top: 0;
}

.cube-form li {
    position: relative;
    padding-left: 230px;
    margin-top: 20px;
}

.cube-form li:first-child {
    margin-top: 0;
}

.cube-form li .span-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    text-align: right;
    line-height: 24px;
    font-size: 18px;
    padding-top: 13px;
    color: #333;
}

.cube-form li .span-title bdo {
    margin-right: 10px;
}

.cube-form li .span-title .bdo-des {
    margin-right: 0;
    color: #999;
    white-space: nowrap;
}

.cube-form li .select-01 {
    width: 38.96%;
    height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background-color: #fff;
}

.cube-form li .select-02 {
    width: 88.31%;
}

.cube-form li .w100 {
    width: 100%;
}

.cube-form li .put-01 {
    width: 88.31%;
    border: 1px solid #eee;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 16px;
}
.cube-form li .put-01.border-none{
    border: none;
}

.cube-form li .put-time {
    background-image: url('../images/cube-icon9.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.cube-form li .put-01::placeholder {
    color: #999;
}

.cube-form li .put-02 {
    width: 38.96%;
}

.cube-form li .put-03 {
    width: 138px;
}

.cube-form li .text-01 {
    height: 100px;
    resize: none;
}

.cube-form li .text-02 {
    height: 140px;
    resize: none;
}

.cube-form li .totalNumHtml {
    display: inline-block;
    line-height: 30px;
    padding: 10px 20px;
}

.cube-form li .but-add {
    background: #fff;
    margin-top: 20px;
    width: 180px;
    height: 50px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #296bed;
}

.cube-form li .but-add img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.cube-form li .but-add.mt0 {
    margin-top: 0;
}

.cube-form li .div-date {
    width: 38.96%;
}

.cube-form li .div-date .put-01 {
    width: 100%;
}

.cube-form li .div-date .span-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.cube-form li .div-time {
    display: flex;
    align-items: center;
}

.cube-form li .div-time .div-01 {
    width: 23.37%;
}

.cube-form li .div-time .div-01 .put-01 {
    width: 100%;
}

.cube-form li .div-time .div-01 .put-01::placeholder {
    color: #333;
}

.cube-form li .div-time .div-01 .put-01.cp-999::placeholder {
    color: #999;
}

.cube-form li .div-time .div-line {
    margin-left: 10px;
    margin-right: 10px;
}

.cube-form li .div-time.ling .div-01 .put-01 {
    background: url('../images/cube-icon9.png') right 10px center no-repeat;
}

.cube-form li .div-radio {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 79.22%;
}

.cube-form li .div-radio.ling {
    width: 90%;
}

.cube-form li .div-radio.ling .div-zx-01 {
    width: 100%;
}

.cube-form li .div-radio.ling .div-shiyi {
    position: static;
    margin-left: 0;
    margin-top: 10px;
}

.cube-form li .div-radio.ling3 {
    width: 100%;
}

.cube-form li .div-radio.ling3 .label-02 {
    min-width: inherit;
    padding-right: 0;
    margin-right: 5%;
}

.cube-form li .label-02 {
    min-width: 19%;
    padding-right: 5%;
    font-family: 'syr';
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

.cube-form li .label-02 input {
    display: none;
}

.cube-form li .label-02 input:checked+span {
    background-image: url('../images/cube-icon10h.jpg');
}

.cube-form li .label-02 span {
    padding-left: 37px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    display: inline-block;
    background-image: url('../images/cube-icon10.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

.cube-form li .label-02 input[type="radio"]+span {
    position: relative;
    background: none;
}

.cube-form li .label-02 input[type="radio"]+span::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}

.cube-form li .label-02 input[type="radio"]:checked+span {
    border-color: #286bed;
    background: none;
}

.cube-form li .label-02 input[type="radio"]:checked+span::after {
    content: " ";
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: #286bed;
    border-radius: 50%;
}

.cube-form li .label-02 .put-03 {
    display: inline-block;
    margin-left: 20px;
}

.cube-form li .div-shiyi {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 20px;
    width: 140px;
    height: 80px;
    background: #296bed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.cube-form li .div-shiyi img {
    margin-right: 14px;
}

.cube-form li .div-txt {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    max-width: 79.22%;
}

.cube-form li .div-txt.w100 {
    max-width: 100%;
}

.cube-form li .div-kv {
    width: 88.31%;
    position: relative;
    padding-right: 160px;
}

.cube-form li .div-kv .text-01 {
    width: 100%;
}

.cube-form li .div-kv .select-01 {
    width: 100%;
}

.cube-form li .div-kv+.div-txt {
    max-width: inherit;
    width: 100%;
    margin-top: 15px;
}

.cube-form li .div-kv.ling .div-sc {
    top: auto;
    bottom: 0;
}

.cube-form li .div-sc {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    background: #296bed;
    width: 145px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cube-form li .div-upload {
    display: flex;
    flex-wrap: wrap;
}

.cube-form li .div-upload .div-upload-list {
    display: flex;
    flex-wrap: wrap;
}

.cube-form li .div-upload .div-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #e5e5e5;
}

.cube-form li .div-upload .div-img img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.cube-form li .div-upload .div-img .kv-drop {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
    line-height: 1;
    color: #296bed;
    font-weight: bold;
    transform: rotate(45deg);
    cursor: pointer;
}

.cube-form li .div-upload .div-sc {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.cube-form li .div-sc.div-shiyi {
    left: auto;
}

.cube-form li .div-sc input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.cube-form li .div-but {
    font-size: 0;
    padding-top: 40px;
}

.cube-form li .div-but .but-01 {
    width: 140px;
    height: 50px;
    font-size: 14px;
    margin-right: 20px;
    color: #aaa;
    border: 1px solid #eee;
    background: #fff;
}

.cube-form li .div-but .but-01:last-child {
    color: #fff;
    background: #296bed;
    border: 1px solid #296bed;
}

.cube-form li .div-flex {
    display: flex;
    flex-wrap: wrap;
}

.cube-form li .div-flex .put-01 {
    width: 100%;
}

.cube-form li .div-flex .div-1 {
    width: 29.4%;
}

.cube-form li .div-flex .div-2 {
    width: 67.64%;
    margin-left: 2.96%;
}

.cube-form li.li-pl0 {
    padding-left: 0;
}

.table-01 {
    width: 88.31%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.meet-outline-table-auto .table-01 {
    min-width: 400px;
}

.table-01 tr th {
    font-weight: normal;
    background: #f5f5f5;
    color: #999;
}

.table-01 tr th:first-chikld {
    width: 20%;
}

.table-01 tr th:nth-child(2) {
    width: 28%;
}

.table-01 tr th:nth-child(3) {
    width: 28%;
}

.table-01 tr th:nth-child(4) {
    width: 24%;
}

.table-01 .bdo-del {
    color: #296bed;
    text-decoration: underline;
    cursor: pointer;
}

.table-01 tr td {
    color: #333;
}

.table-01 tr td .span-01 input {
    padding-left: 0;
    padding-right: 0;
}

.table-01 tr th,
.table-01 tr td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    padding: 10px 15px;
    font-size: 16px;
}

.zxsy-mc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.zxsy-tc {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    width: 1040px;
    max-width: 90vw;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    font-family: '微软雅黑', 'syr';
    padding: 33px 40px 40px;
    display: none;
}

.zxsy-tc .div-title {
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.zxsy-tc .div-cont {
    padding-top: 30px;
    overflow: hidden;
}

.zxsy-tc .div-cont img {
    max-width: 100%;
    max-height: 100%;
}

.zxsy-tc-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10;
    cursor: pointer;
}

/*====================B02管理页面====================*/
.admin-main {
    margin-top: 67px;
    margin-bottom: 20px;
    padding: 20px 20px 18px;
}

.admin-01 {
    margin-top: 40px;
}

.admin-01:first-child {
    margin-top: 0;
}

.admin-launch-active {
    padding: 45px 30px 20px;
}

.admin-launch-active .cube-process {
    padding: 0;
    padding-top: 18px;
}

.admin-launch-active-01 {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
}

.admin-launch-active-01 a {
    font-size: 24px;
    color: #fff;
    background: #c0c8ce;
    border-radius: 10px;
    line-height: 44px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.admin-launch-active-01 a span {
    font-size: 32px;
}

.admin-launch-active-01 a.on {
    background: #296bed;
}

.admin-activeing {
    padding: 20px 20px 0px 20px;
}

.admin-activeing .div-title {
    position: relative;
    background: #296bed;
    font-size: 24px;
    line-height: 34px;
    border-radius: 26px;
    color: #fff;
    padding-left: 98px;
    margin-left: 20px;
}

.admin-activeing .div-title i {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 98px;
    line-height: 42px;
    font-size: 35px;
    border-radius: 20px;
    background: #ffa400;
    text-align: center;
    font-style: normal;
}

.admin-activeing .div-title div {
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.admin-activeing .div-title span {
    font-family: "微软雅黑";
    margin-left: 15px;
    margin-right: 15px;
}

.admin-activeing-process {
    overflow: auto;
}

.admin-activeing-process-auto {
    min-width: 980px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
}

.admin-activeing-process-01 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 70px;
    width: 261px;
    margin-left: 25px;
}

.admin-activeing-process-01:first-child {
    margin-left: 0;
}

.admin-activeing-process-01:first-child .div-tit::before {
    display: none;
}

.admin-activeing-process-01:last-child .div-tit::after {
    display: none;
}

.admin-activeing-process-01 .div-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding-bottom: 57px;
    font-size: 24px;
    color: #296bed;
    text-align: center;
    background: url('../images/admin-icon5.png') center 44px no-repeat;
}

.admin-activeing-process-01 .div-tit::before {
    right: 50%;
}

.admin-activeing-process-01 .div-tit::after {
    left: 50%;
}

.admin-activeing-process-01 .div-con {
    padding: 26px 15px 12px;
    font-family: "syr";
}

.admin-activeing-process-01 .div-con .div-line {
    position: absolute;
    left: 31%;
    top: 6px;
    width: 38%;
    font-size: 0;
    line-height: normal;
}

.admin-activeing-process-01 .div-con .ul-list li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    background: url('../images/admin-icon1.png') left 8px no-repeat;
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.admin-activeing-process-01 .div-con .ul-list li:first-child {
    margin-top: 0;
}

.admin-activeing-process-01 .div-con .ul-list li .a-01 {
    font-size: 16px;
    color: #296bed;
    text-decoration: underline;
}

.admin-activeing-process-01 .div-con .ul-list.ling li {
    padding-left: 0;
    background: none;
}

.admin-activeing-process-01 .div-con .ul-list.ling li .a-02 {
    padding-left: 20px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.admin-activeing-process-01 .div-con .ul-list.ling li .a-02 span {
    color: #296bed;
    text-decoration: underline;
}

.admin-activeing-process-01 .div-con .ul-list.ling li .a-03 span {
    color: #b5b6ba;
    text-decoration: none;
}

.admin-activeing-process-01 .div-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 24px;
    font-size: 16px;
}

.admin-activeing-process-01 .div-bottom a {
    color: #ffa400;
    line-height: 1;
}

.admin-activeing-process-01 .div-bottom a img {
    margin-top: 6px;
}

.admin-activeing-process-01 .div-tit::before,
.admin-activeing-process-01 .div-tit::after {
    content: " ";
    position: absolute;
    top: 52px;
    width: 100%;
    height: 2px;
    background: #fea80b;
}

/*====================B04我的定制活动====================*/
.admin-customized-main {
    padding: 25px 15px 20px;
}

.admin-customized-title {
    font-size: 30px;
    color: #296bed;
    line-height: 1;
}

.admin-customized-form {
    padding: 0 55px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #eef0f3;
    margin-top: 25px;
}

.admin-customized-list {
    width: 33.33%;
    padding: 1px 25px 22px;
    font-family: "微软雅黑", "syr";
}

.admin-customized-list:nth-child(2n) {
    background: #fff;
}

.admin-customized-list li {
    position: relative;
    padding-left: 103px;
    margin-top: 22px;
}

.admin-customized-list li .div-title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-family: 'tx';
    width: 118px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    background: #296bed;
    border-radius: 15px;
}

.admin-customized-list li .select-02 {
    background: url("../images/cube-icon12.png") no-repeat scroll right 12px center transparent;
    background-color: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 36px;
    height: 36px;
    padding-right: 38px;
    padding-left: 38px;
    width: 100%;
    text-align-last: center;
    font-size: 16px;
    color: #3e3a39;
}

.admin-customized-list li .put-01 {
    width: 100%;
    font-size: 16px;
    border: 1px solid #e5e8ec;
    border-radius: 0 36px 36px 0;
    height: 36px;
    text-align: center;
    color: #3e3a39;
}

.admin-customized-list li .put-01::placeholder {
    color: #3e3a39;
}

.admin-customized-form-but {
    margin-top: 16px;
}

.admin-customized-form-but .but-01 {
    border: none;
    outline: none;
    width: 90px;
    height: 34px;
    background: #ffa400;
    color: #fff;
    margin: 0 23px;
    border-radius: 20px;
    font-size: 24px;
}

.admin-auto {
    width: 100%;
    overflow: auto;
    margin-top: 25px;
}

.table-02 {
    width: 100%;
    min-width: 900px;
    text-align: center;
}

.table-02 tbody {
    width: 100%;
}

.table-02 tr:nth-child(odd) {
    background: #f5f5f5;
}

.table-02 tr:last-child td .span-01 {
    padding-top: 25px;
}

.table-02 tr th {
    background: #296bed;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
}

.table-02 tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "微软雅黑", 'syr';
}

.table-02 tr td .span-01 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.table-02 tr td .a-01 {
    font-size: 12px;
    color: #296bed;
    margin-right: 10px;
}

.table-02 tr td .bdo-01 {
    font-family: "tx";
    min-width: 64px;
    line-height: 24px;
    border-radius: 20px;
    color: #fff;
    background: #ffa400;
    text-align: center;
    padding: 0 8px;
    margin-right: 15px;
    cursor: pointer;
}

.table-02 tr th:last-child,
.table-02 tr td:last-child {
    text-align: left;
}

.table-02 tr th:last-child .span-01,
.table-02 tr td:last-child .span-01 {
    padding-left: 15px;
}

.table-02 tr th:last-child:last-child td .span-01,
.table-02 tr td:last-child:last-child td .span-01 {
    padding-left: 0;
}

.table-page {
    text-align: center;
    padding: 0 15px;
}

.table-02 .span-page {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

.table-02 .span-page strong,
.table-02 .span-page a {
    margin-right: 15px;
    color: #333;
}

.table-02 .span-page strong {
    color: #296bed;
}

/*====================A07投票详情====================*/
.cube-auto {
    width: 980px;
    max-width: 96%;
    overflow: auto;
    margin: 30px auto;
}

.vote-table {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    min-width: 900px;
}

.vote-table tr th {
    color: #999;
    background: #f5f5f5;
}

.vote-table tr th:first-child {
    width: 12.57%;
}

.vote-table tr th:nth-child(2) {
    width: 12%;
}

.vote-table tr th:nth-child(3) {
    width: 17.17%;
}

.vote-table tr th:nth-child(4) {
    width: 10.42%;
}

.vote-table tr th:nth-child(5) {
    width: 18.51%;
}

.vote-table tr th:nth-child(6) {
    width: 8.5%;
}

.vote-table tr th:nth-child(7) {
    width: 10.83%;
}

.vote-table tr th:nth-child(8) {
    width: 10%;
}

.vote-table tr td {
    color: #333;
}

.vote-table tr .a-01 {
    color: #296bed;
}

.vote-table tr th,
.vote-table tr td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.vote-table tr th .span-01,
.vote-table tr td .span-01 {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
}

.vote-table tr th .span-01 img,
.vote-table tr td .span-01 img {
    max-width: 100%;
    max-height: 60px;
}

.vote-table tr th:nth-child(4),
.vote-table tr td:nth-child(4),
.vote-table tr th:nth-child(6),
.vote-table tr td:nth-child(6),
.vote-table tr th:nth-child(7),
.vote-table tr td:nth-child(7) {
    text-align: center;
}

.vote-cy-table tr th {
    width: 12.75%;
}

.vote-cy-table tr th:nth-child(2) {
    width: 18.36%;
}

.vote-cy-table tr th:nth-child(3) {
    width: 14.79%;
}

.vote-cy-table tr th:nth-child(4) {
    width: 26.32%;
    text-align: left;
}

.vote-cy-table tr td:nth-child(4) {
    text-align: left;
}

.vote-cy-table tr th:nth-child(5) {
    width: 27.78%;
}

.vote-table-c tr th {
    color: #999;
    background: #f5f5f5;
}

.vote-table-c tr th:first-child {
    width: 12.57%;
}

.vote-table-c tr th:nth-child(2) {
    width: 12%;
}

.vote-table-c tr th:nth-child(3) {
    width: 17.17%;
}

.vote-table-c tr th:nth-child(4) {
    width: 10.42%;
}

.vote-table-c tr th:nth-child(5) {
    width: 19.32%;
}

.vote-table-c tr th:nth-child(6) {
    width: 7.36%;
}

.vote-table-c tr th:nth-child(7) {
    width: 21.16%;
}

.vote-table-c tr td:last-child .span-01 {
    padding-left: 10px;
    padding-right: 10px;
}

.vote-table-c tr .a-01 {
    font-size: 14px;
    margin-right: 20px;
}

.vote-table-c tr .label-04 {
    font-size: 14px;
    font-weight: normal;
    color: #296bed;
}

.vote-table-c tr .label-04 input {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.vote-but {
    width: 140px;
    height: 50px;
    background: #296bed;
    border: none;
    font-size: 14px;
    color: #fff;
}

.vote-mc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.vote-tc {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 90vw;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    font-family: '微软雅黑', 'syr';
    padding: 20px 0 40px;
    display: none;
}

.vote-tc .div-title {
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding: 0 100px 22px 60px;
    border-bottom: 1px solid #eee;
}

.vote-tc .ul-list {
    padding: 38px 145px 0 60px;
}

.vote-tc .ul-list li {
    position: relative;
    padding-left: 155px;
    line-height: 34px;
    min-height: 34px;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.vote-tc .ul-list li:first-child {
    margin-top: 0;
}

.vote-tc .ul-list li .span-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 148px;
    text-align: right;
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.vote-tc .ul-list li .text-01 {
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #eee;
    padding: 0 20px;
    width: 100%;
    height: 140px;
    resize: none;
}

.vote-tc .ul-list li .text-01::placeholder {
    color: #666;
}

.vote-tc .ul-list li .text-01.ling {
    background: #f5f5f5;
    padding: 7px 20px;
}

.vote-tc .ul-list li .put-01 {
    border: none;
    outline: none;
    background: #f5f5f5;
    padding: 0 20px;
}

.vote-tc .ul-list li .div-file {
    width: 180px;
    max-width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #296bed;
    margin-bottom: 20px;
}

.vote-tc .ul-list li .put-file {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.vote-tc .ul-list li .but-01 {
    width: 140px;
    height: 50px;
    background: #296bed;
    border: 1px solid #296bed;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.vote-tc .ul-list li .but-01:first-child {
    color: #aaa;
    border: 1px solid #eee;
    background: #fff;
    margin-left: 0;
}

.vote-tc .ul-list li .but-01.bg-blue {
    background: #296bed;
    border: 1px solid #296bed;
    color: #fff;
}

.vote-tc .ul-list li .but-01.ml0 {
    margin-left: 0;
}

.vote-tc .ul-list li .label-03 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-right: 30px;
}

.vote-tc-xq .meet-outline-table-auto {
    max-width: 90%;
    margin: 20px auto 0;
}

.vote-tc-xq table {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.vote-tc-xq table tr th {
    color: #fff;
    background-color: #296bed;
}

.vote-tc-xq table tr th,
.vote-tc-xq table tr td {
    text-align: center;
    line-height: 24px;
    padding: 15px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.vote-tc-xq table tr th:first-child {
    width: 12%;
}

.vote-tc-xq table tr th:nth-child(2) {
    width: 18%;
}

.vote-tc-xq table tr th:nth-child(3) {
    width: 18%;
}

.vote-tc-xq table tr th:nth-child(4) {
    width: 27%;
}

.vote-tc-close {
    position: absolute;
    right: 40px;
    top: 23px;
    z-index: 10;
    cursor: pointer;
}

.cube-date {
    padding: 40px 30px 0;
}

/*====================B08投票结果====================*/
.meet-outline {
    /* padding: 30px 110px; */
    padding: 30px 65px;
}

.meet-outline .cube-form {
    padding-left: 0;
    padding-right: 0;
}

.meet-outline .cube-form .li1 {
    padding-left: 0;
    padding-right: 0;
}

.meet-outline-table-auto {
    overflow: auto;
}

.meet-outline-table {
    min-width: 1000px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.meet-outline-table .bdo-del {
    color: #296bed;
    text-decoration: underline;
    cursor: pointer;
}

.meet-outline-table th {
    background: #f5f5f5;
}

.meet-outline-table th:first-child {
    width: 16.63%;
}

.meet-outline-table th:nth-child(2) {
    width: 12.75%;
}

.meet-outline-table th:nth-child(3) {
    width: 12.75%;
}

.meet-outline-table th:nth-child(4) {
    width: 9.18%;
}

.meet-outline-table th:nth-child(5) {
    width: 12.95%;
}

.meet-outline-table th:nth-child(6) {
    width: 28.74%;
}

.meet-outline-table th:nth-child(7) {
    width: 7%;
}

.meet-outline-table th .span-01 {
    color: #999;
}

.meet-outline-table td .span-01 {
    color: #333;
}

.meet-outline-table.ling th:first-child {
    width: 16.63%;
}

.meet-outline-table.ling th:nth-child(2) {
    width: 14.79%;
}

.meet-outline-table.ling th:nth-child(3) {
    width: 14.79%;
}

.meet-outline-table.ling th:nth-child(4) {
    width: 13.26%;
}

.meet-outline-table.ling th:nth-child(5) {
    width: 40.53%;
}

.meet-outline-table.ling2 .put-01 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.meet-outline-table.ling2 th:first-child {
    width: 14.46%;
}

.meet-outline-table.ling2 th:nth-child(2) {
    width: 16.28%;
}

.meet-outline-table.ling2 th:nth-child(3) {
    width: 14.71%;
}

.meet-outline-table.ling2 th:nth-child(4) {
    width: 11.75%;
}

.meet-outline-table.ling2 th:nth-child(5) {
    width: 15.05%;
}

.meet-outline-table.ling2 th:nth-child(6) {
    width: 16.75%;
}

.meet-outline-table.ling2 th:nth-child(7) {
    width: 8%;
}

.meet-outline-table.mw-600 {
    width: auto;
    min-width: 690px;
}

.meet-outline-table.col-3 th:first-child {
    width: 20%;
}

.meet-outline-table.col-3 th:nth-child(2) {
    width: 20%;
}

.meet-outline-table.col-3 th:nth-child(3) {
    width: 48%;
}

.meet-outline-table.col-3 th:nth-child(4) {
    width: 12%;
}

.meet-outline-table.col-4 th:first-child {
    width: 20%;
}

.meet-outline-table.col-4 th:nth-child(2) {
    width: 20%;
}

.meet-outline-table.col-4 th:nth-child(3) {
    width: 25%;
}

.meet-outline-table.col-4 th:nth-child(4) {
    width: 35%;
}

.meet-outline-table th,
.meet-outline-table td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.meet-outline-table th .span-01,
.meet-outline-table td .span-01 {
    font-size: 16px;
    line-height: 26px;
    padding: 13px 15px;
}

.meet-outline-table.ling3 {
    width: 100%;
    min-width: 840px;
}

.cube-form li .meet-outline-table .select-01 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
    color: #999;
    background-position: right 0 center;
}

.meet-outline-table.ling3 th:first-child {
    width: 18%;
}

.meet-outline-table.ling3 th:nth-child(2) {
    width: 18%;
}

.meet-outline-table.ling3 th:nth-child(3) {
    width: 18%;
}

.meet-outline-table.ling3 th:nth-child(4) {
    width: 18%;
}

.meet-outline-table.ling3 th:nth-child(5) {
    width: 18%;
}

.meet-outline-table.ling3 th:nth-child(6) {
    width: 10%;
}

.meet-outline-table.ling4 {
    width: 100%;
    min-width: 1300px;
}

.meet-outline-table.ling4 th:first-child {
    width: 13%;
}

.meet-outline-table.ling4 th:nth-child(2) {
    width: 18%;
}

.meet-outline-table.ling4 th:nth-child(3) {
    width: 14%;
}

.meet-outline-table.ling4 th:nth-child(4) {
    width: 13%;
}

.meet-outline-table.ling4 th:nth-child(5) {
    width: 15%;
}

.meet-outline-table.ling4 th:nth-child(6) {
    width: 10%;
}

.meet-outline-table.ling4 th:nth-child(7) {
    width: 11%;
}

.meet-outline-table.ling4 th:nth-child(7) {
    width: 6%;
}

.meet-outline-table.ling5 {
    width: 100%;
    min-width: 400px;
}



/*====================A03-5线上直播====================*/
.cube-form-down {
    background: #f5f5f5;
    padding: 15px 120px 15px 341px;
}

.cube-form-down+.cube-form-down {
    padding-top: 1px;
}

.cube-form-down .div-tit {
    position: absolute;
    width: 170px;
    margin-left: -180px;
    line-height: 50px;
    font-size: 16px;
    text-align: right;
    color: #333;
}

.cube-form-down .div-01 {
    position: relative;
}

.cube-form-down .div-01.ling {
    padding-right: 160px;
}

.cube-form-down .div-01 .label-02 {
    min-width: inherit;
    padding-right: 30px;
}

.cube-form-down .span-des {
    font-size: 14px;
    color: #999;
}

.cube-form-down .ipt-01 {
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
}

.cube-form-down .ipt-01::placeholder {
    font-size: 16px;
    color: #999;
}

.cube-form-down .btn1 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 14px;
    color: #fff;
    background: #296bed;
    height: 40px;
    padding: 0 10px;
    border: none;
}

/*====================A15添加成员====================*/
.cube-search-cont {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.cube-search-cont .div-title {
    font-size: 18px;
    color: #333;
    line-height: 50px;
    margin-right: 18px;
}

.cube-search {
    width: 59.64%;
    padding-right: 160px;
}

.cube-search .put-01 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 7px 20px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #999;
    line-height: 36px;
    outline: none;
}

.cube-search .but-01 {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background: #296bed;
    font-size: 16px;
    color: #fff;
}

.cube-search-history {
    font-size: 16px;
    color: #999;
    line-height: 50px;
    margin-left: 30px;
}

.cube-search-history a {
    color: #333;
    margin: 0 20px;
}

.cube-item-cont {
    display: flex;
    flex-wrap: wrap;
    padding-left: 66px;
    padding-right: 66px;
    padding-top: 15px;
}

.cube-item-01 {
    min-width: 14.28%;
    padding-right: 20px;
    margin-top: 20px;
}

.cube-item-01 label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}

.cube-item-01 label input {
    display: none;
}

.cube-item-01 label input:checked+span {
    background-image: url('../images/cube-icon10h.jpg');
}

.cube-item-01 label span {
    padding-left: 36px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    display: inline-block;
    background-image: url('../images/cube-icon10.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

.cube-item-btn {
    display: flex;
    justify-content: center;
}

.cube-item-btn .but-01 {
    width: 140px;
    height: 50px;
    background: #296bed;
    border: 1px solid #296bed;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.cube-item-btn .but-01:first-child {
    color: #aaa;
    border: 1px solid #eee;
    background: #fff;
}

/*====================A16短信&邮件通知====================*/
.cube-action .cube-title {
    border-bottom: 1px solid #eee;
}

.table-03 tr th,
.table-03 tr td {
    padding: 10px 15px;
}

.table-03 .span-01 .put-01 {
    width: 100%;
    border: none;
}

/*====================头部类型更改====================*/
.cube-process2 {
    padding: 20px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cube-process-a2 {
    position: relative;
    width: 47%;
    margin-top: 54px;
    font-size: 30px;
    line-height: 42px;
    /* padding-top: 73px;
    padding-bottom: 22px; */
    padding-left: 42px;
    text-align: center;
    color: #fff;
    font-family: 'tx';
}

.cube-process-a2:hover {
    color: #fff;
}

.cube-process-a2 .span-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 83px;
}

.cube-process-a2 .span-icon img {
    width: 100%;
}

.cube-process-a2 .span-icon .mg1 {
    display: block;
}

.cube-process-a2 .span-icon .mg1h {
    display: none;
}

.cube-process-a2 .span-zi{
    display: block;
    background: #8dd0ff;
    padding: 50px;
    border-radius: 10px;
}

.cube-process-a2.on .span-zi{
    background: #296bed;
}

.cube-process-a2.on .span-icon .mg1 {
    display: none;
}

.cube-process-a2.on .span-icon .mg1h {
    display: block;
}

/*====================10总结沉淀====================*/
.dataUpload-list {
    width: 980px;
    max-width: calc(100% - 60px);
    margin: 30px auto 0;
}

.dataUpload-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding: 8px;
}

.dataUpload-list li:first-child {
    margin-top: 0;
}

.dataUpload-list li:nth-child(odd) {
    background-color: #eee;
}

.dataUpload-list li .a-left {
    display: inline-block;
    max-width: calc(100% - 320px);
    margin-left: 12px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.dataUpload-list li .a-left bdo {
    margin-right: 12px;
}

.dataUpload-list li .btn {
    display: flex;
    align-items: center;
}

.dataUpload-list li .btn .div-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #296bed;
    overflow: hidden;
}

.dataUpload-list li .btn .div-upload .put-file {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.dataUpload-list li .btn .a-ck {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dataUpload-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: -10px 0 5px rgba(0, 0, 0, .1);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px; */
    margin-bottom: 0;
    background-color: #fff;
}
.dataUpload-btn>div{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dataUpload-btn.on{
    position: static;
}

.dataUpload-btn .btn-01 {
    margin: 0 10px;
    width: 140px;
    height: 50px;
    border: 1px solid #eee;
    background: none;
    font-size: 14px;
    color: #999;
}

.dataUpload-btn .btn-01.blue {
    color: #fff;
    border-color: #296bed;
    background-color: #296bed;
}

.diy-resources-wifi {
    padding-top: 80px;
}

.diy-resources-wifi .div-wifi-title {
    font-size: 30px;
    color: #296bed;
    line-height: 1;
}

.diy-resources-wifi .div-ewm {
    background: #fff;
    padding: 60px 20px 52px;
    margin-top: 65px;
}

.diy-resources-wifi .div-ewm img {
    width: 200px;
}

.diy-resources-wifi .div-ewm .div-text {
    font-size: 24px;
    line-height: 34px;
    color: #040000;
    margin-top: 18px;
}

.diy-resources-wifi .div-return {
    margin-top: 60px;
}

.diy-resources-wifi .div-return a {
    display: inline-block;
    padding: 0 22px;
    line-height: 36px;
    background: #ffa400;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
}

.cube-chuangyi-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cube-chuangyi-list {
    width: 100%;
}

.cube-chuangyi-list li {
    padding-left: 190px;
    margin-bottom: 20px;
}

.cube-chuangyi-list li .span-title {
    float: left;
    margin-left: -190px;
    width: 160px;
    text-align: right;
    font-size: 18px;
    color: #333;
    line-height: 50px;
}

.cube-chuangyi-list li .cont {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    background: #eee;
}

.cube-chuangyi-cont .div-img-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cube-chuangyi-cont .div-img-list .div-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 104px;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #e5e5e5;
}

.cube-chuangyi-cont .div-img-list .div-img img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.diy-active-info {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 3.3%;
}

.diy-down-plxz {
    padding: 0 20px;
}

.diy-down-plxz .a-down {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    background: #296bed;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.diy-down-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 14px 1px;
}

.diy-down-list li {
    margin-bottom: 43px;
    padding-left: 6px;
    padding-right: 6px;
    width: 33.33%;
}

.diy-down-01 .img {
    border-top: 6px solid #b2c0d5;
    border-bottom: 6px solid #b2c0d5;
}

.diy-down-01 .img .bdo-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.diy-down-01 .img img {
    display: block;
    width: 100%;
}

.diy-down-01 .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.diy-down-01 .label-01 {
    font-weight: normal;
    cursor: pointer;
}

.diy-down-01 .label-01 input {
    display: none;
}

.diy-down-01 .label-01 bdo {
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/diy-icon13.png');
}

.diy-down-01 .label-01 input:checked+bdo {
    background-image: url('../images/diy-icon13h.png');
}

.diy-down-01 .a-down {
    display: flex;
    align-items: center;
}

.diy-down-01 .a-down span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 8px;
    background-color: #ffa400;
    font-weight: normal;
    border-radius: 20px;
    font-family: "微软雅黑";
}

.diy-down-01 .a-down img {
    margin-right: 5px;
}

.w-auto {
    width: 100%;
    overflow: auto;
}

.cube-form .pr160 {
    padding-right: 160px;
}

.input-checkbox .label-02 {
    width: 100%;
    margin-top: 10px !important;
}

.input-checkbox .label-02:first-child {
    margin-top: 0;
}

.input-checkbox .label-02 .bdo-zi {
    display: inline-block;
    min-width: 150px;
}

.input-checkbox .label-02 .put-txt {
    width: 300px;
    line-height: 30px;
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
}

.input-checkbox .label-02 input[type="checkbox"]:checked+span {
    background-image: url('../images/cube-icon10h.jpg');
}

.input-checkbox .label-02 input[type="checkbox"]:checked+span input {
    display: inline-block;
}


/*# sourceMappingURL=style.css.map */

/* 新增 */
.login-mc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .58);
    display: none;
}

.login-tc {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    width: 400px;
    max-width: 96%;
    padding: 30px 50px 70px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    display: none;
}

.login-close {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login-close:hover {
    transform: rotate(135deg);
}

.login-tc .title {
    font-size: 20px;
    line-height: 1;
    color: #296bed;
}

.login-tc ul {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
}

.login-tc ul li {
    margin-top: 20px;
}

.login-tc ul li.mt10 {
    margin-top: 10px;
}

.login-tc ul li input {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    border: 1px solid #f4f4f4;
    padding: 10px 15px 10px 63px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-radius: 3px;
}

.login-tc ul li input::placeholder {
    color: #666;
}

.login-tc ul li .a-forget {
    color: #666;
}

.login-tc ul li .a-forget:hover {
    color: #296bed;
}

.login-tc ul li .btn-01 {
    border: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #296bed;
    border-radius: 3px;
}

/* 修改密码 */
.xgmm-main {
    padding-top: 180px;
    padding-bottom: 175px;
    -webkit-box-shadow: inset 0 10px 30px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 10px 30px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0 10px 30px 0px rgba(0, 0, 0, .1);
}

.xgmm-cont {
    width: 300px;
    max-width: 90%;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.xgmm-cont .title {
    font-size: 20px;
    line-height: 1;
    color: #296bed;
}

.xgmm-cont ul {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
}

.xgmm-cont ul li {
    margin-top: 20px;
    padding-left: 96px;
}

.xgmm-cont ul li .span-title {
    float: left;
    width: 96px;
    margin-left: -96px;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 46px;
}

.xgmm-cont ul li input {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    border: 1px solid #f4f4f4;
    padding: 10px 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-radius: 3px;
}

.xgmm-cont ul li input::placeholder {
    color: #666;
}

.xgmm-cont ul li .btn-01 {
    border: none;
    width: 49%;
    margin-left: 2%;
    height: 45px;
    font-size: 16px;
    color: #3e3a39;
    background-color: #f0f0f0;
    border-radius: 3px;
    float: left;
}

.xgmm-cont ul li .btn-01:first-child {
    margin-left: 0;
}

.xgmm-cont ul li .btn-01.bg-blue {
    color: #fff;
    background-color: #296bed;
}

.diy-active-title {
    font-family: "微软雅黑";
}

.diy-active-xq-01 .ul-list2 li {
    padding-left: 90px;
    line-height: 26px;
    padding-top: 6px;
    word-break: break-all;
}

.diy-active-xq-01 .ul-list2 li .span-title {
    float: left;
    width: 90px;
    margin-left: -90px;
}

.diy-active-xq-01 .ul-list2 li .des {
    float: left;
    width: 100%;
}

.diy-active-xq-01 .ul-list2 li .a-link {
    color: #296bed;
    text-decoration: underline;
}

.diy-active-anchor-title {
    display: flex;
}

.diy-active-anchor-title a {
    display: inline-block;
    flex: 1;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #3e3a39;
    line-height: 60px;
    text-align: center;
}

.diy-active-anchor-title a.on {
    background-color: #296bed;
    color: #fff;
}

.diy-active-wai-cont {
    font-family: "微软雅黑";
}

.diy-active-wai-01 {
    margin-top: 35px;
}

.diy-active-wai-01 .title span {
    display: inline-block;
    background-color: #296bed;
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    min-width: 187px;
    padding: 0 20px;
    text-align: center;
    border-radius: 0 20px 0 0;
}

.diy-active-wai-01 .a-return {
    width: 92px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #ffa400;
    border-radius: 20px;
}

.diy-active-wai-01 .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.diy-active-wai-01 .owl-nav button.owl-prev,
.diy-active-wai-01 .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-15px);
    z-index: 2;
    width: 18px;
    height: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.diy-active-wai-01 .owl-nav button.owl-prev {
    left: 12px;
    background-image: url('../images/arrow-left.png');
}

.diy-active-wai-01 .owl-nav button.owl-next {
    right: 12px;
    background-image: url('../images/arrow-right.png');
}

.diy-active-wai-01 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 0;
    text-align: center;
    margin-top: 8px;
}

.diy-active-wai-01 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c0c8ce;
    margin: 0 3px;
}

.diy-active-wai-01 .owl-dots .owl-dot.active {
    background: #fff;
}

.diy-active-wai-list li {
    background: #eef0f3;
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px;
}

.diy-active-wai-list li:first-child {
    margin-top: 0;
}

.diy-active-wai-list li .img {
    width: 46.86%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.diy-active-wai-list li .img img {
    width: 100%;
}

.diy-active-wai-list li .cont {
    width: 48.14%;
}

.diy-active-wai-list li .cont .tit a {
    display: inline-block;
    color: #3e3a39;
    font-size: 20px;
    line-height: 30px;
}

.diy-active-wai-list li .cont .info {
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.diy-active-wai-list li .cont .info span {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    border: 1px solid #9b9c9c;
    border-radius: 10px;
    padding: 0 10px;
    margin: 10px 4px 0;
}

.diy-active-wai-list li .cont .des {
    font-size: 12px;
    color: #000;
    line-height: 22px;
    margin-top: 7px;
}

.diy-active-wai-list li .cont .des span {
    display: inline-block;
    margin: 0 6px;
    font-size: 12px;
    color: #808080;
}

.diy-active-wai-list li .renshu {
    margin-top: 15px;
}

.diy-active-wai-list li .renshu .t-t {
    font-size: 16px;
    color: #000;
}

.diy-active-wai-list li .renshu .div-02 {
    font-size: 12px;
    color: #3b3b3b;
}

.diy-active-wai-list li .renshu-icon {
    display: flex;
    flex-wrap: wrap;
    padding-top: 6px;
}

.diy-active-wai-list li .renshu-icon .div-01 {
    width: 16.66%;
    color: #3b3b3b;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-top: 10px;
}

.diy-active-wai-list li .renshu-icon .div-01 .text1 {
    font-size: 10px;
    line-height: 20px;
    margin: 6px 0 3px;
}

.diy-active-wai-list li .renshu-icon .div-01 .text2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
}




.diy-active-wai-list2 {
    padding: 15px 30px 47px;
}

.diy-active-wai-list2 li {
    margin-top: 5px;
}

.diy-active-wai-list2 li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #296bed;
    text-decoration: underline;
}


.public-tc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.public-tc .img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-height: 100vh;
}

.public-tc .img img {
    max-width: 100%;
    max-height: 100vh;
}

.public-tc-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.item-name-list {
    min-height: 50px;
    height: auto !important;
}

.cube-form li .item-name-list .put-01 {
    width: 100%;
}

.item-name {
    padding: 5px 15px;
    margin-top: 10px;
    background: #eee;
    margin-right: 10px;
}

.item-name-del {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
    color: #296bed;
    line-height: 1;
    cursor: pointer;
    font-style: normal;
    transform: rotate(45deg);
}

.item-list-down {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    z-index: 10;
    width: 88.31%;
    max-width: 100%;
    padding: 15px 20px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: none;
}

.item-list-down .put-01 {
    width: 100% !important;
}

.item-list {
    width: 100%;
    display: none;
}

.item-list li,
.item-list li:first-child {
    float: left;
    padding: 0 10px 0 0;
    margin: 10px 0 0;
}

.item-list li {
    cursor: pointer;
    min-width: 100px;
    cursor: pointer;
}

.item-list li input {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}

/* 资料表格 */
.dataUpload-table {
    min-width: 800px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.dataUpload-table tr th,
.dataUpload-table tr td {
    width: 33.33%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 15px;
    text-align: center;
}

.dataUpload-table tr th {
    background-color: #f7f7f7;
}

.dataUpload-table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dataUpload-table .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataUpload-table .btn .div-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #296bed;
    overflow: hidden;
}

.dataUpload-table .btn .div-upload .put-file {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.dataUpload-table .btn .a-ck {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-footerfixed {
    padding-bottom: 200px;
}

.footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

/*============================== 订单 ==============================*/
/* 1活动礼品库选品 */
.order-main {
    font-family: 'syr', "微软雅黑", Arial, Helvetica, sans-serif;
}

.order-gift-top .div-top {
    /* position: relative; */
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.order-gift-nav {
    align-items: center;
}

.order-gift-nav .a1 {
    font-size: 18px;
    color: #777;
    text-align: center;
    width: 200px;
    height: 54px;
    background-color: #eef0f3;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.order-gift-nav .a1 span {
    font-size: 14px;
}

.order-gift-nav .a1.acitve {
    background-color: #296bed;
    color: #fff;
}

.order-gift-nav .a2 {
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #296bed;
    border-radius: 5px;
    margin-left: 20px;
}

.order-gift-right .a1 {
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #296bed;
    border: 1px solid #296bed;
    border-radius: 3px;
}

.order-gift-right .a1:hover {
    background-color: #296bed;
    color: #fff;
}

.order-giftcare .a2 {
    width: 120px;
    height: 30px;
    line-height: 26px;
    padding: 2px 10px;
    color: #fff;
    background-color: #296bed;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.order-giftcare .a2 img {
    margin-right: 5px;
}

.order-giftcare .a2 .num {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 26px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #ff0000;
}
.order-giftcare:hover .order-giftcare-down{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.order-giftcare-down {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    width: 380px;
    max-width: 96vw;
    padding: 20px 18px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .1s linear 0s;
}

.order-giftcare-down .title {
    font-size: 18px;
    color: #222;
    line-height: 1;
}

.order-giftcare-down ul {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.order-giftcare-down ul li {
    padding-top: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.order-giftcare-down ul li .tit {
    position: relative;
    padding-right: 95px;
    font-size: 14px;
}

.order-giftcare-down ul li .tit a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    line-height: 24px;
}
.order-giftcare-down ul li .tit a:hover{
    color: #2766e2;
}

.order-giftcare-down ul li .tit span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
}

.order-giftcare-down ul li .div-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
}

.order-giftcare-down ul li .div-bottom .num {
    font-size: 14px;
    color: #aaa;
}

.order-giftcare-down ul li .div-bottom .del {
    font-size: 14px;
    color: #aaa;
}

.order-giftcare-down ul li .div-bottom .del:hover {
    color: #e00000;
}

.order-giftcare-down .info {
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.order-giftcare-down .info span {
    font-size: 18px;
    color: #aaa;
}

.order-giftcare-down .info .a-ck {
    width: 120px;
    height: 36px;
    border: 1px solid #296bed;
    line-height: 34px;
    text-align: center;
    background-color: #296bed;
    color: #fff;
    font-size: 16px;
    transition: all .3s linear 0s;
}

.order-giftcare-down .info .a-ck:hover{
    color: #296bed;
    background-color: #fff;
}

.order-gift-top .div-bottom {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 18px;
}

.order-giftprice {
    width: calc(100% - 550px);
    padding-left: 45px;
}

.order-giftprice .span-tit {
    position: absolute;
    left: 0;
    top: 0;
    color: #777;
    font-size: 16px;
    line-height: 30px;
}

.order-giftprice .div-cont a {
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    font-size: 16px;
    color: #aaa;
    padding: 0 10px;
    transition: all .3s linear 0s;
}

.order-giftprice .div-cont a:hover,
.order-giftprice .div-cont a.active {
    background: #296bed;
    color: #fff;
}

.order-giftfrom-cont {
    align-items: center;
}

.order-giftfrom-cont input {
    font-size: 14px;
    color: #aaa;
    width: 100px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
}

.order-giftfrom-cont input::placeholder {
    color: #aaa;
}

.order-giftfrom-cont span {
    font-size: 14px;
    color: #aaa;
    margin: 0 6px;
}

.order-giftfrom-cont button {
    border: none;
    background: #eef0f3;
    border-radius: 3px;
    margin-left: 10px;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: #aaa;
}

.order-giftfrom-cont button.but-02 {
    background-color: #296bed;
    color: #fff;
}

.order-gift-list {
    width: 100%;
    padding: 20px;
    background-color: #eef0f3;
    margin-top: 17px;
}

.order-gift-list ul {
    width: 100%;
    flex-wrap: wrap;
}

.order-gift-list li {
    width: 24.1%;
    margin-left: 1.2%;
    margin-bottom: 20px;
}

.order-gift-01 {
    background-color: #fff;
}

.order-gift-01 .a-img .img {
    transition: all .5s linear 0s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.order-gift-01 .a-img .img img {
    width: 100%;
}

.order-gift-01 .cont {
    padding: 15px 14px;
}

.order-gift-01 .cont .flex-dn {
    justify-content: space-between;
    align-items: center;
}

.order-gift-01 .cont .tit a {
    font-size: 16px;
    color: #222;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.order-gift-01 .cont .div-01 {
    line-height: 20px;
    margin-top: 11px;
}

.order-gift-01 .cont .div-01 .span-kucun {
    font-size: 14px;
    color: #aaa;
}

.order-gift-01 .cont .div-01 .span-price {
    font-size: 18px;
    color: #ff0101;
}

.order-gift-01 .cont .div-02 {
    margin-top: 8px;
}

.order-gift-01 .cont .div-02 .num {
    align-items: center;
}

.order-gift-01 .cont .div-02 .num .span-01 {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #777;
    background-color: #eee;
    cursor: pointer;
}

.order-gift-01 .cont .div-02 .num .span-num {
    font-size: 18px;
    color: #777;
    min-width: 14px;
    text-align: center;
    padding: 0 10px;
}
.order-gift-01 .cont .div-02 .num .span-num input{
    width: 20px;
    min-width: auto;
    border: none;
    background: none;
    outline: none;
    text-align: center;
}

.order-gift-01 .cont .div-02 .a-add {
    width: 120px;
    height: 36px;
    background-color: #296bed;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-gift-01:hover .a-img .img {
    transform: scale(1.05);
}

.order-pages {
    font-size: 18px;
    color: #aaa;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-pages .cont {
    padding: 0 55px 0 52px;
    line-height: 46px;
    background-color: #fff;
}

.order-pages a,
.order-pages strong {
    font-weight: normal;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    color: #aaa;
}
.order-pages strong{
    color: #296bed;
}


.order-mc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.order-cardtc {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 301;
    width: 420px;
    max-width: 96%;
    background-color: #fff;
    font-family: 'syr', "微软雅黑", Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
    display: none;
}

.order-cardtc .title {
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 1;
    padding: 0 60px 0 30px;
    line-height: 66px;
    border-bottom: 1px solid #eee;
}

.order-cardtc .span-close {
    position: absolute;
    right: 24px;
    top: 23px;
    width: 18px;
    z-index: 1;
    cursor: pointer;
}

.order-cardtc .tips {
    font-size: 24px;
    color: #296bed;
    text-align: center;
    line-height: 34px;
    padding: 43px 15px;
}

.order-cardtc .div-01 {
    justify-content: center;
}

.order-cardtc .div-01 .btn-01 {
    width: 148px;
    height: 60px;
    border: 1px solid #296bed;
    background-color: #296bed;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.order-cardtc .div-01 .btn-02 {
    color: #296bed;
    background: none;
}


.order-infotc {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 301;
    width: 1200px;
    max-width: 96%;
    background-color: #fff;
    font-family: 'syr', "微软雅黑", Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
    display: none;
}

.order-infotc .title {
    position: relative;
    font-size: 20px;
    color: #333;
    line-height: 1;
    padding: 0 60px 0 30px;
    line-height: 66px;
    border-bottom: 1px solid #eee;
}

.order-infotc .span-close {
    position: absolute;
    right: 24px;
    top: 23px;
    width: 18px;
    z-index: 1;
    cursor: pointer;
}
.order-infotc .des{
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.order-infotc .des ul,.order-infotc .des ol{
    list-style: normal;
    padding-left: 30px;
    padding-right: 30px;
}
.order-infotc .des ul li,
.order-infotc .des ol li{
    list-style: inherit;
}



/* 2购物车提交 */
.order-shopcare-count{
    justify-content: space-between;
    align-items: center;
}
.order-shopcare-count>div{
    align-items: center;
}
.order-shopcare-count .tit{
    font-size: 24px;
    color: #296bed;
}
.order-shopcare-count .tit img{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.order-shopcare-count .span-01{
    font-size: 16px;
    color: #777;
    margin-left: 20px;
}
.order-shopcare-count .a-qk{
    width: 110px;
    height: 30px;
    line-height: 30px;
    background-color: #eef0f3;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    border-radius: 3px;
    transition: all .5s linear 0s;
}
.order-shopcare-count .a-qk:hover{
    background-color: #296bed;
    color: #fff;
}
.order-shoplist{
    margin-top: 30px;
}
.order-shoptable{
    width: 100%;
    min-width: 800px;
}
.order-shoptable tr th{
    background: #eef0f3;
    line-height: 60px;
    font-weight: normal;
    font-size: 18px;
    color: #777;
    text-align: center;
}
.order-shoptable tr td{
    font-size: 16px;
    color: #777;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.order-shoptable .div-tp{
    text-align: left;
    padding-left: 7.43%;
}
.order-shoptable .div-01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 30px 7.43%;
}
.order-shoptable .div-01 .div-img{
    width: 17.5%;
    border: 1px solid #ddd;
    padding: 4px;
}
.order-shoptable .div-01 .div-img img{
    width: 100%;
}
.order-shoptable .div-01 .tit{
    width: 76%;
    font-size: 16px;
    color: #777;
}
.order-shoptable .div-01:hover .tit{
    color: #296bed;
}
.order-shoptable .del{
    font-size: 16px;
    color: #aaa;
}
.order-shoptable .del:hover{
    color: #e00000;
}

.order-shopnum{
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-shopnum .span-01{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    font-size: 20px;
    color: #777;
    cursor: pointer;
}
.order-shopnum .num{
    font-size: 18px;
    color: #777;
}
.order-shopnum .num input{
    width: 20px;
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

.order-shopcare{
    padding-bottom: 50px;
}
.order-shopcare-zje{
    margin-top: 40px;
    line-height: 60px;
    padding: 0 2.58%;
    font-size: 16px;
    color: #777;
    background-color: #eef0f3;
}
.order-shopcare-zje span{
    font-size: 24px;
}

.order-shopcare-button{
    margin-top: 40px;
    justify-content: flex-end;
}
.order-shopcare-button .a-01{
    width: 140px;
    height: 50px;
    background-color: #296bed;
    border: 1px solid #296bed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: 10px;
}
.order-shopcare-button .a-02{
    color: #296bed;
    border-color: #296bed;
    background: none;
}


/* 4提交成功 */
.order-subsuccess{
    font-family: 'syr', "微软雅黑", Arial, Helvetica, sans-serif;
}
.order-subsuccess-tips{
    font-size: 24px;
    color: #333;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}
.order-subsuccess-tips img{
    margin-right: 19px;
    position: relative;
    top: -2px;
}
.order-subsuccess-btn{
    padding-bottom: 22px;
    margin: 0 3%;
}
.order-subsuccess-btn .order-shopcare-button{
    justify-content: center;
}
.order-subsuccess-btn .span-01{
    position: absolute;
    font-size: 18px;
    color: #aaa;
    line-height: 50px;
}

.order-main .cube-form li .select-01{
    width: 200px;
    max-width: 100%;
    margin-right: 20px;
}

.order-subbottom{
    margin-top: 35px;
}
.order-subbottom-zje{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2.58%;
    font-size: 16px;
    color: #777;
    background-color: #fff;
    border-bottom: 1px solid #eef0f3;
}
.order-subbottom-zje span{
    font-size: 24px;
}

.order-youjiinfo{
    padding-top: 8px;
}
.order-youjiinfo dl{
    display: flex;
    font-size: 16px;
    color: #777;
}
.order-youjiinfo dl dt{
    width: 80px;
    font-weight: normal;
    text-align: right;
    line-height: 36px;
}
.order-youjiinfo dl dd{
    width: calc(100% - 90px);
    line-height: 36px;
}
.order-youjiinfo .a-fuzhi{
    font-size: 16px;
    color: #296bed;
    padding: 0 22px;
    line-height: 36px;
    background-color: #eef0f3;
    margin-top: 10px;
}
.order-youjiinfo .a-fuzhi input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.order-main .cube-01 .order-shopnum{
    position: relative;
    top: 13px;
}
.order-ygjg{
    align-items: center;
}
.cube-form li .order-ygjg input{
    margin-right: 9px;
    width: 42.42%;
}
.order-wlimg{
    display: flex;
    align-items: center;
}
.order-wlimg .a-fuzhi{
    font-size: 16px;
    color: #296bed;
    padding: 0 22px;
    line-height: 36px;
    background-color: #eef0f3;
    margin-top: 10px;
    margin-right: 10px;
}
.order-wlimg .span-upload{
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
}
.order-wlimg .span-upload bdo{
    font-size: 16px;
    color: #fff;
    background-color: #296bed;
    padding: 0 18px;
    line-height: 36px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.order-wlimg .span-upload input{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.order-wlimg .span-txt{
    margin-top: 10px;
    line-height: 36px;
    font-size: 16px;
    color: #aaa;
}

/* 6-1我的订单（礼品库列表） */
.ordermain{
    padding: 30px 0 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ordermain-menu{
    width: 220px;
    background-color: #eef0f3;
}
.ordermain-menu .title{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    color: #fff;
    align-items: center;
    background-color: #296bed;
    height: 50px;
}
.ordermain-menu .title img{
    margin-right: 10px;
}
.ordermain-menu .title bdo{
    display: none;
}
.ordermain-menuList{
    padding-top: 10px;
    padding-bottom: 10px;
}
.ordermain-menuList li a{
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
}
.ordermain-menuList li .span-01 a{
    padding-left: 19%;
}
.ordermain-menuList li .span-01 a.on2{
    color: #296bed;
}
.ordermain-menuList li .div-down a{
    padding-left: 32.7%;
}
.ordermain-menuList li a:hover,
.ordermain-menuList li a.on{
    color: #296bed;
    background-color: #dee2e8;
    background-image: url('../images/o-icon5.png');
    background-repeat: no-repeat;
    background-position: right 30px center;
}



.ordermain-content{
    width: calc(100% - 250px);
}
.ordermain-search{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ordermain-search .div-01{
    width: 21%;
    align-items: center;
}
.ordermain-search .div-01 .span-title{
    width: 65px;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    color: #777;
}
.ordermain-search .div-01 .span-cont{
    width: calc(100% - 65px);
}
.ordermain-search .div-01 .span-cont input{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    line-height: 26px;
    padding: 12px;
    font-size: 16px;
}
.ordermain-search .div-01:first-child .span-title{
    width: 80px;
}
.ordermain-search .div-01:first-child .span-cont{
    width: calc(100% - 80px);
}
.ordermain-search .div-02{
    width: 9.9%;
}
.ordermain-search .div-02 .btn-01{
    border: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background-color: #296bed;
}
.ordermain-search .div-02 .btn-01 img{
    margin-left: 7px;
}
.ordermain-search2{
    justify-content: flex-start;
}
.ordermain-search2 .div-01{
    margin-right: 20px;
}
.ordermain-search2 .div-02{
    margin-left: auto;
}
.ordermain-search2 .div-01:nth-child(3){
    width: 25%;
}
.ordermain-search2 .div-01:nth-child(3) .span-title{
    width: 80px;
}
.ordermain-search2 .div-01:nth-child(3) .span-cont{
    width: calc(100% - 80px);
}
.ordermain-search2 select{
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/o-icon7.png") no-repeat scroll right 17px center transparent;
    padding-right: 54px;
    font-size: 16px;
    color: #777;
    padding-left: 12px;
}

.ordermain-table-cont{
    margin-top: 30px;
}
.ordermain-table{
    min-width: 900px;
}
.ordermain-table .div-t{
    padding: 20px 10px;
}
.ordermain-table th{
    font-size: 16px;
    color: #777;
    line-height: 50px;
    text-align: center;
    background-color: #eef0f3;
}
.ordermain-table th:first-child{
    width: 24.87%;
    text-align: left;
}
.ordermain-table th .div-t{
    padding-top: 0;
    padding-bottom: 0;
}
.ordermain-table th:first-child .div-t{
    padding-left: 20px;
}
.ordermain-table th:nth-child(2){
    width: 8.46%;
}
.ordermain-table th:nth-child(3){
    width: 20.43%;
}
.ordermain-table th:nth-child(4){
    width: 11.42%;
}
.ordermain-table th:nth-child(5){
    width: 21.31%;
}
.ordermain-table th:nth-child(6){
    width: 13.51%;
}
.ordermain-table td{
    text-align: center;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}
.ordermain-table tr:last-child td{
    border-bottom: none;
}
.ordermain-table td:first-child{
    text-align: left;
}
.ordermain-table td:first-child .div-t{
    padding-left: 20px;
}
.ordermain-table td .div-t{
    font-size: 14px;
    color: #777;
}

.ordermain-table .span-page {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

.ordermain-table .span-page strong,
.ordermain-table .span-page a {
    margin-right: 15px;
    color: #333;
}

.ordermain-table .span-page strong {
    color: #296bed;
}

.ordermain-table .a-01{
    min-width: 80px;
    line-height: 30px;
    color: #777;
    border-radius: 3px;
    background-color: #eef0f3;
    margin-bottom: 10px;
    transition: all .3s linear 0s;
}
.ordermain-table .a-01:hover{
    background-color: #296bed;
    color: #fff;
}
.ordermain-table .a-02{
    color: #296bed;
}
.ordermain-table .num{
    color: #222;
}
.ordermain-table .span-img{
    margin-right: 10px;
    margin-top: 6px;
    border: 1px solid #ddd;
    transition: all .3s linear 0s;
}
.ordermain-table .span-img .bdo-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s linear 0s;
}
.ordermain-table .span-img img{
    width: 100%;
}
.ordermain-table .span-img:hover{
    border-color: #296bed;
}
.ordermain-table .span-img:hover .bdo-img{
    transform: scale(1.05);
}



/* 6-2订单详情 */
.ordermain-je{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #777;
    height: 60px;
    padding: 0 4.17%;
    border: 1px solid #eee;
    margin-bottom: -1px;
}
.ordermain-je span{
    font-size: 24px;
}
.ordermain-je + .ordermain-xq-01,.ordermain-xq-01:first-child{
    margin-top: 0;
}
.ordermain-xq-01{
    margin-top: 30px;
    border: 1px solid #eee;
}
.ordermain-xq-01 .title{
    height: 62px;
    padding: 0 3.21%;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.ordermain-xq-01 .title .span-title{
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-left: 24px;
    border-left: 4px solid #296bed;
}
.ordermain-xq-01 .title .span-info{
    font-size: 16px;
    color: #999;
    margin-left: 40px;
}

.ordermain-list{
    padding: 50px 3.21%;
}
.ordermain-list li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: lighter;
}
.ordermain-list li:first-child{
    margin-top: 0;
}
.ordermain-list .div-title{
    width: 21.1%;
    text-align: right;
}
.ordermain-list .div-cont{
    width: 74.56%;
}

.ordermain-xq-t{
    margin-top: 30px;
}
.ordermain-xq-table{
    min-width: 700px;
    /* border-left: 1px solid #eee; */
    border-bottom: 1px solid #eee;
}
.ordermain-xq-table .div-t{
    color: #777;
    font-size: 16px;
    line-height: 30px;
}
.ordermain-xq-table th{
    text-align: center;
    background-color: #eef0f3;
}
.ordermain-xq-table td{
    text-align: center;
}
.ordermain-xq-table th:nth-child(1){
    width: 71.81%;
}
.ordermain-xq-table th:nth-child(2){
    width: 12.63%;
}
.ordermain-xq-table th:nth-child(3){
    width: 15.56%;
}

.ordermain-xq-table th,
.ordermain-xq-table td{
    /* border-right: 1px solid #eef0f3; */
    border-top: 1px solid #eef0f3;
}
.ordermain-xq-table th:first-child .div-t{
    font-size: 18px;
    line-height: 60px;
    padding: 0;
}
.ordermain-xq-table th:first-child,
.ordermain-xq-table td:first-child{
    padding-left: 40px;
}
.ordermain-xq-table th:first-child .div-t,
.ordermain-xq-table td:first-child .div-t{
    text-align: left;
}
.ordermain-xq-table td .div-t{
    padding: 30px 10px;
}
.ordermain-xq-table .div-01{
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.ordermain-xq-table .div-img{
    width: 80px;
    padding: 3px;
    border: 1px solid #eef0f3;
}
.ordermain-xq-table .div-img .span-img{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s linear 0s;
}
.ordermain-xq-table .div-img img{
    width: 100%;
    border: 1px solid #eef0f3;
}
.ordermain-xq-table .div-tit{
    width: calc(100% - 110px);
    color: #777;
}
.ordermain-xq-table .div-01:hover .div-img .span-img{
    transform: scale(1.05);
}
.ordermain-xq-table .div-01:hover .div-tit{
    color: #296bed;
}

.order-giftfrom-search{
    width: 180px;
}
.order-giftfrom-search .put-01{
    font-size: 14px;
    color: #aaa;
    width: 100%;
    height: 30px;
    padding: 0 15px 0 40px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.order-giftfrom-search{
    margin-right: 10px;
}
.order-giftfrom-search .put-01::placeholder{
    color: #aaa;
}
.order-giftfrom-search .but-01{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: none;
    border: none;
    outline: none;
}

/* 增加线上活动2022-06-22 */
.diy-online{
    padding-top: 35px;
    margin-left: 55px;
    margin-right: 20px;
}
.diy-online-top .div-01{
    font-size: 15px;
    color: #666;
    line-height: 34px;
    font-weight: normal;
    font-family: "微软雅黑";
    padding-left: 30px;
    margin-top: 5px;
}
.diy-online-top .div-01 .span-01{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.diy-online-top .div-01 .mg-icon{
    float: left;
    margin-left: -30px;
    margin-top: 4px;
}

.div-online-warp{
    width: 100%;
    overflow: auto;
    padding-top: 25px;
}
.div-online-cont{
    /* padding-top: 20px; */
    background: url('../images/diy-online-bg.png') center top repeat-y;
    background-size: 100%;
    min-width: 820px;
    margin-top: 20px;
}
.div-online-cont .div-01{
    width: 14.285%;
}
/* .div-online-cont .div-01:nth-child(odd){
    background: #e1edf5;
} */
.div-online-cont .div-point .div-01{
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 4px solid #ffa400;
}
.div-online-cont .div-point .div-day{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    color: #ffa400;
    text-align: center;
}
.div-online-cont .div-point .div-title{
    width:109px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/diy-bg1.png');
}
.div-online-cont .div-point-cont{
    overflow: auto;
    width: 100%;
    max-height: 416px;
}
.div-online-cont .div-point-cont .div-01{
    padding-bottom: 40px;
    float: left;
}
.diy-online-a1{
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    /* right: -2px; */
}
.diy-online-a1:first-child{
    margin-top: 0;
}
.diy-online-a1 .span-icon img{
    width: 29px;
    height: 34px;
}
.diy-online-a1 .div-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
}
.diy-online-a1 .span-txt{
    font-size: 15px;
    color: #979899;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 60px;
    overflow: hidden;
    font-family: "微软雅黑";
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.public-scroll .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.public-scroll .mCSB_scrollTools{
    width: 3px;
}
.public-scroll .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: #ccc;
  }
  .public-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .public-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .public-scroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 3px;
    background: #296bed;
    border-radius: 3px;
  }

  .public-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: #296bed;
}

.public-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: #296bed;
}
.public-scroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.public-scroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: #296bed;
}

.diy-art-img{
    padding: 0;
}



/* 分步表单 */
.form-content {
    display: none;
}
.form-content .cube-01:last-child .cube-form{
    padding-bottom: 50px;
}
.form-next.form-content .cube-form li{
    padding-left: 0;
}
.form-next.form-content .cube-form li .put-01{
    width: 100%;
}
.form-prev {
    display: block;
}

.form-prev .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    margin: 0 auto;
    background-color: #296bed;
}

.form-next .div-submitbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-next .btn {
    width: 120px;
    line-height: 30px;
    color: #fff;
    background-color: #296bed;
    margin: 0 10px;
}

.form-prev .btn:hover,
.form-next .btn {
    opacity: 0.9;
}

.cube-form-choose {
    padding-bottom: 50px !important;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cube-form-choose .choose-01 {
    position: relative;
    width: 48%;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 50px;
}
.cube-form-choose .choose-01.active{
    border-color: #2766e2;
}
.cube-form-choose .choose-01 .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.cube-form-choose .choose-01 .title + .chooseCont{
    padding-top: 15px;
}
.cube-form-choose .choose-01 .chooseCont .item{
    font-size: 16px;
    line-height: 1.4;
    padding: 2px 0;
}
.cube-form-choose .choose-01 .ck{
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #8dd0ff;
}
.cube-form-choose .choose-01 .ck:hover{
    color: #2766e2;
    text-decoration: underline;
}
.cube-form-choose .choose-01 .del{
    display: none;
}

.ckxg-tc{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    max-width: 96%;
    max-height: 95vh;
    overflow: auto;
    padding: 20px;
    display: none;
    z-index: 111;
    background: #fff;
}
.ckxg-tc-close {
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 10;
    cursor: pointer;
}
.ckxg-tc .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #2766e2;
}
.ckxg-tc .content{
    padding: 20px 0;
}
.ckxg-tc .content .item{
    position: relative;
    padding-right: 50px;
    line-height: 1.4;
    padding: 5px 0;
    font-size: 16px;
}
.ckxg-tc .content .del{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #296bed;
}
.ckxg-tc .btn-qd{
    border: none;
    padding: 0;
    outline: none;
    border-radius: 3px;
    background-color:#2766e2;
    width: 120px;
    line-height: 36px;
    color: #fff;
}

/* 模仿列表 */
.mf-list-item .img{
    border-bottom: none;
}
.mf-list-item .bdo-cont{
    font-size: 22px;
    color: #3e3a39;   
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
}