body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background-color: #f9faff;
}
.wrap{
    overflow: inherit;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}
.content-wrap *{
    box-sizing: border-box;
}
.wrapper *{
    box-sizing: border-box;
}

.content-wrap .main-title{
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.content-wrap .sub-title{
    font-size: 15px;
    color: #888888; 
    text-align: center;
    margin-top: 23px;
}

.content-wrap .sub-title a.gorule{
    display: inline-block;
    width: 75px;
    background-color: #ff6a00;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    position: relative;
    margin-left: 7px;
}
.content-wrap .sub-title a.gorule::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ff6a00;
    position: absolute;
    left: -5px;
    top: 7px;
}
.banner-img{
    width: 100%;
    background: url(../images/banner.jpg?v=4) center center no-repeat;
    height: 300px;
}

#navTop{
    width: 100%;
    height: 366px;
    background-color: #f9faff;
}
#navTop .nav-list{
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 9px;
    margin-top: 42px;
}
#navTop .nav-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 570px;
    background: #FFFFFF;
    height: 154px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 5px 3px -1px #ecedf2;;
    box-shadow: 0px 5px 3px -1px #ecedf2;;
}
#navTop .nav-list li a{
    display: block;
    height: 100%;
    padding-left: 43px;
    padding-top: 30px;
}
#navTop .nav-list li .item-img{
    float: left;
    position: relative;
}
#navTop .nav-list li .item{
    float: left;
    margin-left: 28px;
}

#navTop .nav-list li .item .item-title{
    font-size: 19px;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 600;
}

#navTop .nav-list li .item .item-detail{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

#darkwhale{
    background-color: #ffffff;
}

.content-wrap .main-content{
    padding: 0 30px 28px;
    border: 2px solid #506efc;
    width: 1260px;
    border-radius: 10px;
}

.content-wrap .main-content .content-title{
    margin-top: -13px;
    text-align: center;
}

.content-wrap .main-content .content-title .main-title{
    padding: 0 35px;
    background-color: #ffffff;
    display: inline-block;
}

 .activity-item{
    margin-top: 40px;
}

 .activity-item .activity-title{
    color: #000000;
    font-style: italic;
    font-size: 23px;
    position: relative;
}
 .activity-item .activity-title::before{
    content: '';
    width: 290px;
    height: 14px;
    position: absolute;
    background-color: #ffff99;
    bottom: -5px;
    z-index: 9;
}
 .activity-item .activity-title span{
    position: relative;
    z-index: 10;
}
 .activity-item .activity-title em{
    font-size: 30px;
    font-weight: bold;
    margin-right: 27px;
    z-index: 10;
}

 .activity-item .activity-info{
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

 .activity-item .activity-info li.item{
    width: 377px;
    background: #FFFFFF;
    height: 174px;
    -webkit-box-shadow: 0px 5px 3px -1px #ecedf2;;
    box-shadow: 0px 5px 3px -1px #ecedf2;
    border: 1px solid #e5e8ed;
    position: relative;
    padding: 15px 18px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
}

 .activity-item .activity-info li.item .item-title{
    text-align: left;
    display: block;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #eaedf4;
    font-size: 19px;
    color: #000000;
    position: relative;
}

 .activity-item .activity-info li.item:hover{
    border-top: 2px solid #506efc;
    box-shadow: 0px 0px 30px -3px #eaebef;
    transform: translateY(-10px);
}

 .activity-item .activity-info li.item:hover .item-title{
    color: #506efc;
}
.activity-item .activity-info li.item .item-title i{
    display: block;
    width: 32px;
    height: 23px;
    background: url(../images/hot-label.png) center center no-repeat;
    position: absolute;
    top: -8px;
    right: 83px;
}

 .activity-item .activity-info li.item .item-info{
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0 10px;
}

 .activity-item .activity-info li.item .go-shop{
    font-size: 14px;
    color: #ff6000;
}

 .activity-item .activity-info li.item .bg-word{
    font-style: italic;
    color: #d4dafe;
    font-size: 35px;
    position: absolute;
    bottom: 20px;
    right: 18px;
}
.activity-item .activity-table{
   
    margin-top: 30px;
}
.activity-item .activity-table table{
    border: 0;
    width: 100%;
}
.activity-item .activity-table table thead tr th:first-of-type{
    border-top-left-radius: 7px;
}
.activity-item .activity-table table thead tr th:last-of-type{
    border-top-right-radius: 7px;
}
.activity-item .activity-table tr th {
    border-color: #ffffff;
    height: 62px;
    color: #ffffff;
    font-size: 19px;
    background-color: #456bfd;
    text-align: center;
}

.activity-item .activity-table tr td{
    border-color: #ffffff;
    height: 62px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    background-color: #eff8fa;
}

.activity-item .activity-table tr.gray td{
    background-color: #f3f3f3;
}

.activity-item .activity-table tr td a.go-buy{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
}

.activity-item .activity-table tr td a.orange{
    background-color: #ff6a00;
}

.activity-item .activity-table tr td a.red{
    background-color: #f21e1e;
}

.activity-item .activity-table tr td em{
    font-size: 23px;
}

.activity-item .activity-table p.tips{
    font-size: 16px;
    color: #ff0000;
    text-align: right;
    margin-top: 18px;
}

#mailxun .main-content{
    border-color: #dfe5f2;
}

#mailxun .activity-item .activity-title::before{
    background-color: #c1f6c4;
}
#mailxun .activity-item .mailxunActivity1::before{
    width: 411px;
}
#mailxun .content-wrap .main-content .content-title .main-title{
    background-color: #f9faff;
}
.activity-item .activity-content{
    margin-top: 32px;
}
.activity-item .activity-content p{
    border: 1px solid #ff6000;
    color: #ff6000;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    padding-right: 8px;
    margin-right: 28px;
}

.activity-item .activity-content p label{
    color: #ffffff;
    background-color: #ff6000;
    position: relative;
    display: inline-block;
    height: 100%;
    margin-right: 12px;
    padding-left: 8px;
}

.activity-item .activity-content p label::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff6000;
    position: absolute;
    right: -5px;
    top: 8px;
}

.activity-item .activity-table .table-hearder{
    width: 100%;
    height: 64px;
    background-color: #456bfd;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    color: #ffffff;
    border: 0px;
}

.activity-item .activity-table .table-hearder i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    border-radius: 100%;
    font-size: 23px;
    color: #ffffff;
    margin-right: 11px;
    background-color: #ff6000;
}
.activity-item .activity-explain{
    margin-top: 20px;
}
.activity-item .activity-explain .explain-title{
    width: 90px;
    color: #ffffff;
    background-color: #ff6000;
    position: relative;
    display: inline-block;
    height: 27px;
    line-height: 25px;
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 10px;
}

.activity-item .activity-explain .explain-title::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff6000;
    position: absolute;
    right: -5px;
    top: 9px;
}

.activity-item .activity-explain p{
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.activity-item .activity-explain p a{
    color: #ff6000;
    font-style: italic;
    text-decoration: underline;
}
#companymail{
    background-color: #ffffff;
}

#companymail .activity-item .activity-title::before{
    background-color: #93d5e9;
    width: 173px;
}

#explain-title{
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding: 33px 0;
}


.activity-item{
    padding-left: 30px;
    margin-bottom: 25px;
}
.activity-item .item-title{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 13px;
}
.activity-item ul li.item{
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}
.activity-item ul li.item label{
    float: left;
}
.activity-item ul li.item span{
    float: left;
}

.activity-item ul li.item span em{
    color: #ff9e4b;
}

.activity-item ul li.item span a{
    color: #ff9e4b;
    display: inline-block;
    border-bottom: 1px solid #ff9e4b;
}


.activityRule .el-dialog{
    width: 568px;
    height: 513px;
}
.activityRule .el-dialog__header{
    display: none;
}
.activityRule .el-dialog__body{
    padding: 25px 25px 0 36px;
}
.activityRule .dialog-header{
    margin-bottom: 33px;
}
.activityRule .dialog-header h3{
    font-size: 15px;
    color: #000000;
    display: inline-block;
}
.activityRule .dialog-cor{
    width: 495px;
    height: 348px;
    margin-bottom: 10px;
    overflow-y: scroll;
}
.activityRule .dialog-cor .activityRule{
    margin: 0 auto;
    padding-left: 84px;
}
.activityRule .dialog-cor .activityRule p{
    text-align: left !important;
}
.activityRule .dialog-header i{
    cursor: pointer;
}
.activityRule .dialog-header i img{
    cursor: pointer;
}
.activityRule .dialog-cor p{
    color: #666666;
    line-height: 24px !important;
    font-size: 13px;
}

.activityRule .dialog-cor p.orange-color{
    color: #ea7f3e
}
.activityRule .closeBtn{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin: 0 auto;
    background-color: #ea7f3e
}
.serviceDialog .el-dialog{
    height: 391px;
}

.takeWay .el-dialog .dialog-cor{
    width: 100%;
}
.takeWay .el-dialog .dialog-cor p{
    text-align: center;
}
.takeWay .el-dialog .dialog-cor i{
    display: block;
    text-align: center;
    margin-top: 25px;
}
.takeWay .el-dialog .dialog-cor i img{
    width: 190px;
    border: 1px solid #dddddd;
}
.takeWay .el-dialog .dialog-foot{
    height: 170px;
    box-sizing: border-box;
    padding: 18px 0 0 60px;
    background-color: #f3f3f3;
}
.takeWay .el-dialog__body{
    padding: 0px;
}
.takeWay .el-dialog .dialog-foot p{
    line-height: 25px !important;
    font-size: 13px;
    color: #666666;
}
.takeWay .el-dialog .dialog-header{
    padding: 25px 25px 0 0px;
}
.takeWay .el-dialog .dialog-cor ul{
    width: 335px;
    margin: 0 auto;
    margin-top: 48px;
}
.takeWay .el-dialog .dialog-cor ul li{
    float: left;
    margin-right: 32px; 
    margin-bottom: 21px;
}
.takeWay .el-dialog .dialog-cor ul li:nth-of-type(even){
    margin-right: 0px;
}
.takeWay .el-dialog .dialog-cor ul li a{
    background: url(../../activity2020618/images/qqBg.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 151px;
    height: 44px;
    font-size: 14px;
    color: #5a8fff;
    box-sizing: border-box;
    padding: 10px 0 0 69px;
}


.getRuleDialog .el-dialog__header{
    display: none;
}
.getRuleDialog .el-dialog{
    width: 770px;
    height: 465px;
}
.getRuleDialog .el-dialog .el-dialog__body{
    padding-top: 21px;
}
.getRuleDialog .el-dialog .dialog-cor{
    padding: 0 7px;
}
.getRuleDialog .el-dialog .dialog-cor p.title{
    font-size: 19px;
    margin-bottom: 13px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.getRuleDialog .el-dialog .dialog-cor .rule-detail p{
    color: #000000;
    font-size: 13px;
    line-height: 28px;
}

.getRuleDialog .el-dialog .dialog-cor .rule-detail p em{
    color: #ff0000;
}

.getRuleDialog .el-dialog .dialog-cor .close-dialog{
    color: #ffffff;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    background-color: #456afe;
    border-radius: 28px;
}
.getRuleDialog .el-dialog .dialog-cor .close-dialog:hover{
    background-color: #5072fc;
}
.dialog-header i{
    cursor: pointer;
}

.shopinfo .rule-detail p{
    color: #000000;
    font-size: 14px;
}
.shopinfo .rule-detail table{
    border: 0;
    margin: 12px 0 20px;
    margin-left: 28px;
}
.shopinfo .rule-detail table thead tr th{
    background-color: #eff8fa;
    border-color: #c5eefa;
    font-size: 14px;
    color: #108cee;
    height: 30px;
}

.shopinfo .rule-detail table tbody tr td{
    color: #000000;
    font-size: 14px;
    background-color: #fafafa;
    border-color: #f1f1f1;
    text-align: center;
    height: 30px;
}
.shopinfo .el-dialog{
    width: 676px;
    height: 302px;
}

.shopinfo .el-dialog .el-dialog__body{
    padding-left: 50px;
    padding-right: 50px;
}

.shopinfo .el-dialog .dialog-cor .close-dialog{
    margin-top: 15px;
}
