.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0; 
}
.content-wrap *{
    box-sizing: border-box;
}
#wxapp-banner{
    width: 100%;
    height: 300px;
    background: url(../images/wxapp-banner.jpg) center center no-repeat;
    position: relative;
}

.content-wrap h1.title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    display: block;
}

.content-wrap p.small-title{
    font-size: 15px;
    color: #888888;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 56px;
}

#wxapp-industry ul.industry-info{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}

#wxapp-industry ul.industry-info li.item{
    width: 285px;
    height: 183px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#wxapp-industry ul.industry-info li.item .core-function-img-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#wxapp-industry ul.industry-info li.item h4 {
    color: rgba(255,255,255,1);
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    top: 80px;
    width: 100%;
    transition: top .3s;
    text-align: center;
}

#wxapp-industry ul.industry-info li.item p {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    width: 100%;
    transition: top .3s;
    text-align: center;
}

#wxapp-industry ul.industry-info li.item:hover .core-function-img-hover {
    visibility: visible;
}

#wxapp-industry ul.industry-info li.item:hover h4 {
    top: 48px;
}

#wxapp-industry ul.industry-info li.item:hover .core-function-p1 {
    top: 94px;
}

#wxapp-industry ul.industry-info li.item:hover .core-function-p2 {
    top: 120px;
}

#wxapp-step{
    background-color: #f9faff;
}

#wxapp-step .step-detail{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 57px;
}

#wxapp-step .step-detail li.item{
    width: 403px;
    height: 238px;
    padding: 59px 47px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
}
#wxapp-step .step-detail li.item:hover{
    transform: translateY(-10px);
}
#wxapp-step .step-detail li.item:first-of-type{
    background: url(../images/step-bg1.png) center center no-repeat;
}

#wxapp-step .step-detail li.item:nth-of-type(2){ 
    background: url(../images/step-bg2.png) center center no-repeat;
}

#wxapp-step .step-detail li.item:last-of-type{ 
    background: url(../images/step-bg3.png) center center no-repeat;
}

#wxapp-step .step-detail li.item i{
    float: left;
}


#wxapp-step .step-detail li.item .item-info{
    float: left;
    margin-left: 20px;
}

#wxapp-step .step-detail li.item .item-info .item-title{
    font-size: 21px;
    color: #000000;
}
#wxapp-step .step-detail li.item .item-info .item-title::after{
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background-color: #fecc5d;
    margin-top: 17px;
}

#wxapp-step .step-detail li.item .item-info .item-detail{
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    margin-top: 20px;
}

#wxapp-function .function-detail{
    margin-top: 54px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#wxapp-function .function-detail li.item{
    width: 33%;
    text-align: center;
}
#wxapp-function .function-detail li.item .item-title{
    font-size: 19px;
    margin: 35px 0 16px;
}

#wxapp-function .function-detail li.item p{
    font-size: 14px;
    color: #888888;
}

#wxapp-versionBase{
    background-color: #f9faff
}
.versionInfo-info {
    padding-top: 147px;
}
.versionInfo-info .item-title{
    font-size: 30px;
    color: #000000;
    margin-bottom: 46px;
}

.versionInfo-info .item-info{
    font-size: 17px;
    color: #888888;
    line-height: 28px;
}

.versionInfo-info .go-buy{
    display: inline-block;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    background-color: #4599f8;
    text-align: center;
    line-height: 50px;
    padding: 0 24px;
    margin-top: 40px;
    border-radius: 30px;
}
.versionInfo-info .go-buy label{
    font-size: 12px;
}
.versionInfo-info .go-buy:hover{
    box-shadow: 0px 8px 16px 0px rgba(96,155,253,0.4);
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

.wxapp-versionBase{
    background-color: #f9faff;
    height: 536px;
}
.wxapp-versionTop{
    height: 597px;
}
.wxapp-version .content{
    width: 1200px;
    margin: 0 auto;
}

.wxapp-version .go-contrast{
    text-align: center;
    display: block;
    color: #000000;
    font-size: 21px;
}
.wxapp-version .go-contrast:hover{
    color: #4599f8;
}

#wxapp-template .template-detail{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
}

#wxapp-template .template-detail li.item{
    width: 277px;
    height: 510px;
    position: relative;
    background:url(../images/template-bg.png) center center no-repeat;
}
#wxapp-template .template-detail li.item .li-con{
    position: relative;
    margin: 52px 24px 0 23px;
}
#wxapp-template .template-detail li.item .li-img img {
    width: 230px;
    height: 100%;
}

#wxapp-template .template-detail li.item .li-show{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
}

#wxapp-template .template-detail li.item:hover .li-show{
    display: block;
}

#wxapp-template .template-detail li.item .li-show dl {
    background-color: #fff;
    text-align: center;
    width: 170px;
    padding: 25px 0 20px 0;
    margin: 110px auto auto auto;
    margin-top: 80px;
}

#wxapp-template .template-detail li.item .li-show dt {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#wxapp-template .template-detail li.item .li-show dt img {
    width: 100%;
    height: 100%;
}

#wxapp-template .template-detail li.item .li-show dd {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

#wxapp-template {
    background-color: #f9faff;
}

#wxapp-template .look-more{
    display: block;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #4599f8;
    border-radius: 35px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 60px;
}

#wxapp-template .look-more:hover{
    box-shadow: 0px 8px 16px 0px rgba(96,155,253,0.4);
    
}
#email-recommend .recommend-detail{
    margin-top: 60px;
}
#email-recommend .recommend-detail ul li{
    float: left;
    width: 593px;
    height: 155px;
    margin-right: 12px;
    margin-bottom: 17px;
    padding: 30px 0 0 40px;
    cursor: pointer;
}
#email-recommend .recommend-detail ul li:hover{
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}

#email-recommend .recommend-detail ul li:hover .go-buy{
    background-color: #ffffff;
}
#email-recommend .recommend-detail ul li:first-of-type:hover .go-buy{
    color: #3e39d3;
}
#email-recommend .recommend-detail ul li:nth-of-type(2):hover .go-buy{
    color: #9176fb;
}
#email-recommend .recommend-detail ul li:nth-of-type(3):hover .go-buy{
    color: #1fb4ec;
}
#email-recommend .recommend-detail ul li:nth-of-type(4):hover .go-buy{
    color: #5f75fe;
}
#email-recommend .recommend-detail ul li:first-of-type{
    background: url(../../../crossborder/images/darkwhale/recommend-bg1.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(2){
    margin-right: 0;
    background: url(../../../crossborder/images/darkwhale/recommend-emailwhale.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(3){
    background: url(../../../crossborder/images/darkwhale/recommend-bg3.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li:nth-of-type(4){
    margin-right: 0;
    background: url(../../../crossborder/images/darkwhale/recommend-bg2.png) center center no-repeat;
}
#email-recommend .recommend-detail ul li .item-title{
    font-size: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}

#email-recommend .recommend-detail ul li .item-detail{
    font-size: 15px;
    margin-bottom: 13px;
    color: #ffffff;
}

#email-recommend .recommend-detail ul li .go-buy{
    display: block;
    width: 90px;
    line-height: 26px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #ffffff;
}

.service-dialog{
    position: fixed;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 233px;
    width: 450px;
    height: 160px;
    z-index: 999;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-dialog .dialogheader{
    width: 100%;
    height: 26px;
    background-color: #3c90e8;
    color: #ffffff;
    padding: 0 13px;
    line-height: 26px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.service-dialog .dialogheader .close-label{
    margin-top: 6px;
    cursor: pointer;
}
.service-dialog .dialogcontent .dialogcontent-detail{
    width: 240px;
    margin-left: 34px;
    margin-top: 11px;
}
.service-dialog .dialogcontent {
    width: 100%;
    padding: 18px 23px 14px;
    box-sizing: border-box;
}
.service-dialog .dialogcontent .dialogcontent-detail p{
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
}

.service-dialog .dialogcontent .dialogcontent-detail a.go-service{
    display: inline-block;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #ffb200;
    margin-left: 62px;
}
.service-dialog .dialogcontent .dialogcontent-detail a.closedialog{
    display: inline-block;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #ffb200;
}
.service-dialog .dialogcontent .dialogcontent-detail a.go-service:hover{
    background-color: #f7c041;
}

.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(../../../crossborder/images/darkwhale/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;
}

.takeWay .el-dialog .dialog-header i{
    cursor: pointer;
}

.activityRule .el-dialog{
    width: 568px;
}