/*预览*/
html,body,.view-bg{
    min-height:100%;
}


.view-bg{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.view-center{
    display: flex;
    flex-direction: row;

}
.main-left{
    background: white;
    padding: 10px;
    text-align: center;
}
.qj-title{
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
}
.view-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.view-page div{
    margin: 10px;
    background: #F6F6F6;
    padding: 10px 5px;
}
.text-shu{
    writing-mode: vertical-rl;
    cursor: pointer;
}
.main-right{
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-left: 40px;
}
.qcrode-main{
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.share{
    display: flex;
    flex-direction: column;
    width: 285px;

}
.share-top{
    display: flex;
    background:#fbfbfb;
    padding: 10px;
}
.share-thumb img{
    width: 95px;
    height: 95px;
}
.share-title{
    font-size: 16px;
    color: #333;
    width: 161px;
    margin: 0 auto;
    text-overflow: ellipsis;
    margin-left: 10px;
}
.share-desc{
    color: #999;
    width: 161px;
    margin: 0 auto;
    margin-left: 10px;
    margin-top: 10px;
    text-align: justify;
    font-size: 13px;
}
.share-price{

    font-size: 18px;
    width: 241px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-vip-free{
    width: 241px;
    line-height: 45px;
    background: #fad77b;
    border-radius: 3px;
    color: #764114;
    text-align: center;
    margin: 0 auto 12px;
    font-size: 16px;
    cursor: pointer;
}
.btn-buy{
    background: #187cea;
    width: 241px;
    line-height: 45px;
    border-radius: 3px;
    color: white;
    text-align: center;
    margin: 0 auto 12px;
    font-size: 16px;
    cursor: pointer;
}
.moban-price{
    text-decoration: line-through;
}
.show-content-right-con-description{
    color: #999;
    height: 60px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 3px;
    overflow: hidden;
    padding-left: 5px;
    width: 180px;
}
#s-title{
    color: #555;
    text-shadow: 1px 1px 5px #ddd;
    font-size: 18px;
    line-height: 20px;
    width: 180px;
    overflow: hidden;
    margin-left: 3px;
    padding-left: 5px;
    margin-top: 5px;
}
.sao-title{
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.save-btn{
    border:1px solid #ed5566;
    color: #ed5566;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}
.hymf-btn{
    color: #764114;
    background:#fad77b ;
    width: 170px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    bottom: 120px;
    cursor: pointer;
    position: absolute;
}
.hymf-btn:after{
    position: absolute;
    top: 0;
    right: 0;
    content: ' ';
    width: 34px;
    height: 34px;
    background: url("http://wxtoss.xixitie.com/app/static/images/artboard.png");
    background-position: center center;
    background-size: 100%;
}
.make-btn,.make-btn1{
    background: #ed5566;
    color: white;
    border-radius: 15px;
    line-height: 32px;
    height: 32px;
    width: 170px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.make-btn a,.make-btn a:hover,.make-btn1 a,.make-btn1 a:hover{
    color: white;
}
.hymf,.mianfei{
    color: #ed5566;
}
/*模板列表*/
.header{
    background: white;
    height: 60px;
}
.header-main{
    width: 1200px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    position: relative;
}
.header-logo{
    margin-top: 8px;
}
.header-login{
    display: flex;
    margin-right: 0px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}
.btn-reg{
    background: #ed5566;
    color: white;
    padding: 5px 20px;
    border-radius: 30px;
    cursor: pointer;
}
.btn-reg a{
    color: white;
}
.btn-reg a:hover{
    color: white;
}
.btn-login{
    margin-left: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.header-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    margin-left: 400px;

}
.header-menu>div{
    padding: 10px 30px;
    font-size: 14px;
}
.huiyuan-down{
    background: white;
    position: absolute;
    display: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    left: 0px;
    top:45px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
}
.huiyuan-desc{
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 17px;
}
.huiyuan-down div{
    width: 190px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.huiyuan-title{
    line-height: 20px;
}
.huiyuan-down div:hover{
    background: #ED5566;
    color: white;
}
.huiyuan-down div:hover a{
    color: white;
}
.profile-menu{
    position: absolute;
    background: white;
    right: -30px;
    width: 130px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}
.profile-menu .profile-list{
    display: flex;
    flex-direction: row;
    margin: 10px;
    justify-content: center;
    padding-top: 10px;
}
.profile-list div{
    margin-left: 10px;
}
.mleft20{
    margin-left: 20px;
}
.temp-five-btn{
    width: 208px;
    height: 60px;
    color: white;
    font-family: zaozi;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 10px;
    text-shadow: black 0.1em 0.1em 0.2em
}
.yqh{
    background: url("http://wxtoss.xixitie.com/app/static/images/menu-yqh1.png");
}
.hlqj{
    background: url("http://wxtoss.xixitie.com/app/static/images/menu-hlqj1.png");
}
.mybr{
    background: url("http://wxtoss.xixitie.com/app/static/images/menu-mybr1.png");
}
.qqjh{
    background: url("http://wxtoss.xixitie.com/app/static/images/menu-qqjh1.png");
}
.zbyq{
    background: url("http://wxtoss.xixitie.com/app/static/images/menu-zbyq1.png");
}
.temp-banner{
    height: 180px;
    background: url("http://wxtoss.xixitie.com/app/static/images/banner.png");
    background-size: 100% 100%;
}
.help-banner{
    height: 180px;
    background: url("http://wxtoss.xixitie.com/app/static/images/help-banner.png");
    background-size: 100% 100%;
}
.t-banner-main{
    color: white;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.t-banner-main a,.t-banner-main a:hover{
    color: white;
}
.t-banner-title{
    font-size: 16px;
    line-height: 30px;
}
.t-banner-search{
    position: relative;
}
.t-banner-search input{
    border-radius: 15px;
    padding: 2px 10px;
    border: 1px solid white;
    width: 250px;
    margin: 10px;
    background: none;
    color: white;
    line-height: 23px;
}
.t-banner-search .icon-search{
    position: absolute;
    right: 19px;
    top: 13px;
    font-size: 22px;
}
.sub-menu{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.sub-menu img{
    height: 60px;
    width: 208px;
}
.temp-cat{
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background: white;
    border-radius: 5px;
}
.cat-wrap{
    margin: 10px 50px;
}
.cat-wrap>div{
    display: flex;
    flex-direction: row;
}
.cat-list{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    align-items: center;
}
.cat-list li{
    margin-right: 33px;
    font-size: 14px;
    padding: 3px 5px;
}
.cat-list .active{
    background: #ED5566;
    border-radius: 1px;
}
.cat-list li:hover{
    background: #ED5566;

    color: white;
    border-radius: 1px;
}
.cat-list li:hover a{
    color: white;
}
.cat-list .active a{
    color: white;
}
.catli{
    margin: 20px 0px;
}
.catli-title{
    padding-top: 4px;
}
.color-list{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}
.color-list a{
    margin-right: 20px;
    padding-top: 4px;
}
.color-list .active{
    border: 2px solid #ED5566;
    padding: 2px;
    border-radius: 50%;
}
.bg-all {
    width: 25px; height: 25px;
    background: url('/app/static/images/color.png') -10px -10px;
}
.white {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -55px -10px;
}
.fen {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -10px -55px;
}
.black {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -54px -55px;
}
.red {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -99px -10px;
}
.yellow {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -99px -54px;
}
.zong {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -10px -99px;
}
.lan {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -54px -99px;
}
.green {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -98px -99px;
}
.zi {
    width: 24px; height: 24px;
    background: url('/app/static/images/color.png') -143px -10px;
}
.center{
    background: #F4F4F4;
    padding-bottom: 80px;
    overflow: hidden;
}
.hot{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.hot div{
    display: inline-block;
    margin: 60px 20px;
    font-size: 20px;
    height: 30px;
    cursor: pointer;
}
.hot .active{
    color: #ED5566;
    border-bottom: 1px solid #ED5566;
}
.template-main{
    display: flex;
    flex-direction: row;
    width: 1160px;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.tem-mask{
    position: relative;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.preview-btn{
    border:1px solid white;
    color:#ed5566 ;
    border-radius: 15px;
    padding: 5px 15px;
    color: white;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.make-btn{
    background:#ed5566;
    position: absolute;
    bottom: 80px;
}
.clip-image{
    position: absolute;
    top:0px;
    width: 15px;
    height: 15px;
    top: 18px;
    z-index: 88;
}
.changye-mask{
    position: absolute;
    background: white;
    width: 205px;
    height: 69px;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.temp-title div{
    display: inline-block;
    font-size: 14px;
}
.num{
    color: #ccc;
}
.temp-price{
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}
.ljgmbak{
    color: white;
    background: #ed5566;
    padding: 0 10px;
    border-radius: 15px;
    cursor: pointer;
}
.price >div{

}
.xiaoliang{
    color: #686c78;
    font-size: 12px;
}
.zhifu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999 !important;
}
.zhifu-main{
    background: white;
    width: 400px;
    height: 400px;
}
#zhifu{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.zhifu-title{
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}
.t-preview-main{
    width: 860px;
    height: 720px;
    background: white;
    border-radius: 5px;
}
.t-preview-content{
    padding: 30px;
}
.t-preview-title{
    background: #ED5566;
    color: white;
    padding-left: 30px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
#s-title{
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
}
#s-desc{
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#qrcode{
    padding: 5px;
    margin-bottom: 10px;
}
.t-close,.t-close1{
    position: absolute;
    right: 20px;
    cursor: pointer;
}


/*底部*/
.bottom{
    padding-top: 20px;
    background: #2C2C2C;
}
.b-content{
    width: 1200px;
    margin: 0 auto;
    color:#B5B5B5;
}
.b-content a{
    color:#B5B5B5;
}
.partners-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners-list img{
    height: 30px;
}
.partners-title{
    padding-top: 20px;
    line-height: 30px;
}
.b-menu-list{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.d-line{
    height: 1px;
    width: 30px;
    margin-top: 4px;
    border-bottom: 1px solid #ED5566;
}
.b-tel{
    font-size: 20px;
    margin-top: 20px;
}
.b-site{
    font-size: 12px;
    margin: 20px 0px;
}
.b-list{
    margin-top: 30px;
    font-size: 12px;
    line-height: 30px;
}
.b-title{
    font-size:15px;
    line-height: 18px;
}
.b-list a:hover{
    color:#B5B5B5;
}
.kefu{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED5566;
    padding: 5px 10px;
    color: white;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
}
.link{
    display: flex;
    margin-top: 50px;
}
.banquan{
    background: black;
    color: #B5B5B5;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}
/*付款*/
.pay-main{
    width: 1200px;
    height: 700px;
    background: white;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.main-content{
    margin: 50px;
}
.item-list{
    margin-top: 30px;
}
.item-list>div{
    display: inline-block;
}
.item-value{
    margin-left: 10px;

}
.vip-wrap{
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 200px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    position: relative;
}
.vip-wrap{
    line-height: 35px;
}
.geren-vip{
    margin-top: 30px;
    background: linear-gradient(to right, #ED5566, #D19F62);
    -webkit-background-clip: text;
    color: #0000;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.text-sjmf{
    text-align: center;
    margin-top: 20px;
}
.shangjia-vip{
    margin-top: 30px;
    background: linear-gradient(to right, #2A60DA, #D19F62);
    -webkit-background-clip: text;
    color: #0000;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

}
.geren-tip{
    font-size: 12px;
    color: #ED5566;
    cursor: pointer;
}
.shangjia-tip{
    font-size: 12px;
    color: #4452D5;
    cursor: pointer;
}
.mleft50{
    margin-left: 50px;
}
.vip-style .active:before{
    content: " ";
    width:0;
    height:0;
    border-top:30px solid #4452D5;
    border-right:30px solid transparent;
    position: absolute;
    left: 0;
    top:0;
}
.vip-style .active:after{
    content: "√";
    position: absolute;
    left: 3px;
    top:-5px;
    color: white;
}
.pay-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.pay-style .active:before{
    content: " ";
    width:0;
    height:0;
    border-top:20px solid #4452D5;
    border-right:20px solid transparent;
    position: absolute;
    left: 0;
    top:0;
}
.pay-style .active:after{
    content: "√";
    position: absolute;
    left: 3px;
    top:-3px;
    color: white;
    font-size: 5px;
}
.line{
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
    width: 100%
}
.pay-btom{
    margin-right: 0;
    margin-left: 650px;
    margin-top: 60px;
}
.pay-btom div{
    display: inline-block;
}
.pay-price{
    color: #4452D5;
    font-size: 25px;
    margin: 0 10px;
}
.pay-btn{
    background: #ED5566;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 30px;
}
.concel-btn{
    border: 1px solid #ED5566;
    color: #ED5566;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 20px;
}
/*遮罩*/
.mask{
    background:rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display: none;
    color: black;
    justify-content: center;
    align-items: center;
}
.erweima{
    width: 400px;
    height: 400px;
    border:1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: white;
}
.close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}
.er-title{
    margin: 10px;
}
/*首页*/
.banner{
    height: 460px;
    background: url("http://wxtoss.xixitie.com/app/static/images/home-banner.png");
    background-size: 100% 100%;
    position: relative;
}
.banner-content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
}
.banner-left{
    background: white;
    width: 280px;
    border: 1px solid #EBEBEB;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}
.pro-top-title{
    margin: 15px 10px;
}
.product-list{
    display: flex;
    flex-direction: row;
    border-top: 1px solid rgba(220,220,220,1);
    padding: 15px 10px;
}
.product-detial{
    margin-left: 10px;
    margin-top: 6px;
}
.product-title{
    font-size: 16px;
    font-weight: bold;
}
.product-desc{
    color:rgba(112,112,112,1);
}
.banner-right{
    margin-left: 30px;
    background: white;
    border: 1px solid #EBEBEB;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 5px;
}
.banner-right-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 25px;
    line-height: 100px;
}
.home-center{
    background: #F4F4F4;
    padding-top: 170px;
}
.marketing-menhu{
    padding-bottom: 20px;
}
.marketing{
    width: 1200px;
    margin: 0 auto;


}
.marketing-top{
    text-align: center;
}
.menhu-title{
    color: #FB8B38;
    line-height: 40px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}
.menhu-subtitle{
    line-height: 40px;
    margin-bottom: 20px;
}
.menhu-list{
    display: flex;
    justify-content: space-between;
}
.menhuli{
    background: white;
    width: 565px;
}
.menhu-list-content{
    padding: 30px;
}
.menhu-list-title{
    margin:0px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
}
.menhu-list-bottom{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
.tiyan-btn{
    width:103px;
    height:25px;
    background:#FC8911;
    border-radius:15px;
    color: white;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.color-green{
    color: #2CC19D;
}
.color-green-bg{
    background: #2CC19D;
}
.qj-main{
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
}
.qj-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 650px;
    margin-left: 80px;
}
.mtop50{
    margin-top: 50px;
}
.tuiguang-content{
    display: flex;
    justify-content: space-between;

}
.tuiguang-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 5px;
    height: 400px;
    width: 290px;
    line-height: 30px;
}
.tuiguang-title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
}
.tuiguang-pho{
    margin-top: 30px;
}
.baike{
    background: white;
    height: 500px;
}
.baike-main{
    width: 1200px;
    margin: 0 auto;

}
.baike-content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.baike-title{
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 40px;
}
.baike-list{
    width: 500px;
    line-height: 25px;
    margin-top:50px;
}
.baike-list-title{
    font-size: 16px;
    font-weight: bold;
}
/*h5首页*/
.h5-banner{
    height: 550px;
    background: url("http://wxtoss.xixitie.com/app/static/images/h5-banner.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.h5-banner1{
    height: 550px;
    background: url("http://wxtoss.xixitie.com/app/static/images/h5-banner1.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}
.h5-b-title{
    font-size: 40px;
    letter-spacing: 10px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.h5-b-desc{
    font-size: 20px;
    margin: 30px;
    letter-spacing: 10px;
}
.h5-geren-b-desc{
    font-size: 20px;
    margin: 10px;
    letter-spacing: 5px;
    background: white;
    color: #676767;
    padding: 5px;
    width: 460px;
    text-align: center;
    margin: 0 auto;
}
.qzcf{
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.hbkq{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 20px;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.h5-b-create{
    font-size: 18px;
    border: 1px solid white;
    width: 150px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    color: white;
    line-height: 40px;
}
.h5-b-bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
.h5-b-bottom>div{
    width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h5-botoom-title{
    margin-top: 20px;
    font-size: 30px;
}
.lline{
    width: 1px;
    border-left:1px solid #ccc;
    height: 60px;
    margin-top: 20px;
}
.lline1{
    width: 1px;
    border-left:1px solid #ccc;
    height: 620px;
    margin-left: 20px;
}
.h5-bottom-desc{
    margin-top: 10px;
    margin-bottom: 20px;
}
.dfct{
    background: #F4F4F4;
}
.dfct-main{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.dfct-title{
    font-size: 30px;
    text-align: center;
    padding: 80px 0px 20px 0px;
}
.dfct-desc{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.dfct-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}
.dfct-list{
    text-align: center;
    width: 220px;
    margin-top: 80px;
}
.dfct-list img{
    width: 100px;
}
.dfct-list-title{
    margin-top: 10px;
}
.mbzs-list{
    width: 260px;
    margin-top: 40px;
    border: 1px solid #EBEBEB;
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
.mbzs-list img{
    width: 260px;
    height: 260px;
}
.mbzs-detail{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
}
.rhsy-list img{
    width: 300px;
}
.rhsy-list {
    text-align: center;
    line-height: 50px;
}
.rhsy-create{
    display: flex;
    justify-content: center;
}
.rhsy-btn{
    font-size: 16px;
    border: 1px solid #626262;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    color: #626262;
    line-height: 50px;
    background: white;
    margin-bottom: 50px;
    cursor: pointer;
}
.work-manage-btn{
    color: #ED5566;
    border: 2px solid #ED5566;
    border-radius: 20px;
    padding: 5px 20px;
}
.geren-desc{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    margin-top: 300px;
}
.shangjia-desc{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    margin-top: 300px;
    background: url("http://wxtoss.xixitie.com/app/static/images/vipbaner.png") no-repeat bottom;
    padding-bottom: 80px;
}
.geren-free{
    background: url("http://wxtoss.xixitie.com/app/static/images/geren-mianfei.png");
    height: 447px;
    width: 290px;
    background-size: 100% 100%;
    margin-top: 7px;
}
.shangjia-free{
    border-top: 2px solid #4452D5;
    background: white;
    height: 447px;
    width: 290px;
    background-size: 100% 100%;
    margin-top: 7px;
    margin-left: 180px;
    color: black;
    box-shadow: 0px 2px 5px #888888;
}
.merchant-nv{
    position: absolute;
    left: 400px;
    top:260px;
}
.shangjia-vip1{
    border-top: 2px solid #4452D5;
    background: white;
    height: 447px;
    width: 405px;
    background-size: 100% 100%;
    margin-top: 7px;
    margin-left: 80px;
    box-shadow: 0px 2px 5px #888888;
    color: black;
}
.text-sjvip{
    margin-top: 20px;
    text-align: center;
}
.sj-ljsj{
    background: #2A60DA;
    color: white;
    border-radius: 15px;
    width: 100px;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}
.sj-ljsjvip{
    background: #D19F62;
    color: white;
    border-radius: 15px;
    width: 100px;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}
.geren-vip1{
    background: url("http://wxtoss.xixitie.com/app/static/images/geren-vip.png");
    height: 477px;
    width: 865px;
    background-size: 100% 100%;
}

.text-grmf{
    text-align: center;
    margin-top: 80px;
}
.grmf-desc{
    margin-left: 60px;
    margin-top: 40px;
    line-height: 40px;
}
.grmf-ljzz{
    background: white;
    color: black;
    padding: 10px 20px;
    border-radius: 20px;
    width: 80px;
    height: 20px;
    text-align: center;
    margin-left: 70px;
    margin-top: 80px;
}
.geren-vipdesc{
    display: flex;
}
.text-grvip{
    margin-top: 80px;
    margin-left: 120px;
}
.geren-vipdesc{
    margin-top: 30px;
    margin-left: 120px;
    line-height: 30px;
}
.grvip-ljkt{
    margin-left: 100px;
    margin-top: 20px;
}
.geren-desc-main{
    margin-top: 250px;
    background: #F4F4F4;
}
.geren-desc-list{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.geren-list-title{
    line-height: 40px;
    font-size: 23px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.bxl-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bxl-list{
    width: 500px;
    border-top: 2px solid #ED5566;
    display: flex;
    justify-content: space-around;
    background: white;
    height: 140px;
}
.gntq-list{
    width: 350px;
    display: flex;
    justify-content: space-around;
    background: white;
    height: 140px;
    margin-top: 20px;
}
.zpsl-title{
    color: #ED5566;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.bxl-img{
    margin-top: 20px;
}
.gntq{
    background: white;
}
.tequan-title-list li{
    width: 100px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    padding: 0 80px;
}
.tequan-title-list .active{
    border-top: 2px solid #ED5566;
}
.tequan-title-list li:hover{
    border-top: 2px solid #ED5566;
}
.tequan-title-list{
    display: flex;
    justify-content: space-around;
}
.tequan-list{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.tequan-list img{
    height: 400px;
}
.merchant-m{
    background: #F4F4F4;
    overflow: hidden;
}
.merchant-tq-1{
    width:1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.merchant-title{
    color: #4452D5;
    font-size: 18px;
    font-weight: bold;
}
.text-r{
    text-align: right;
}
.merchant-tq-right{
    margin-top: 220px;
}
.tceter{
    text-align: center;
    margin-top: 20px;
}
.anquan{
    background: #F4F4F4;
}
.anquan-main{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.anquan-title{
    text-align: center;
    font-size: 32px;
    margin: 40px 10px;
}
.anquan-main-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.anquan-list{
    border-top: 2px solid #4452D5;
    width: 310px;
    background: white;
    padding: 20px;
}
.anquan-list-title{
    text-align: center;
    font-size: 18px;
    color: #4452D5;
    margin: 10px;
}
.anquan-list-desc{
    margin-bottom: 30px;
}
.hzlc{
    background: white;
}
.hzlc-title{
    text-align: center;
    font-size: 32px;
    margin: 40px 10px;
}
.hzlc-main{
    width: 1100px;
    margin: 0 auto;
}
.hzlc-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
}
.hzlc-list li{
    width: 240px;
    text-align: center;
}
.hz-li-title{
    font-size: 18px;
    color: #4452D5;
    margin: 10px;
}
/*帮助指南*/
.help-main{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}
.help-left{
    width: 280px;
    background: white;
    border-radius: 3px;
}
.help-left .active{
    border-left: 2px solid #ED5566;
    color: #ED5566;
}
.help-left ul{
    margin-left: 30px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.help-left ul li{
    margin-top: 20px;
    padding-left: 15px;
}
.help-right{
    width: 800px;
    background: white;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}
.right-main{
    margin: 20px;
}
.right-nav{
    line-height: 40px;
    border-bottom: 1px dotted #BFBFBF;
}
.right-title{
    font-size: 18px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}
.help-right ul{
    margin-left: 20px;
    margin-top: 20px;
}
.shangxia{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.right-content{

}
.right-kefu{
    background: #F4F4F4;
    display: flex;
    padding: 20px;
    align-items: center;
}
.help-right-ul li{
    width: 760px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dotted #BFBFBF;
    line-height: 40px;
}
.help-kefu{
    background: white;
    border-radius: 20px;
    padding: 5px 10px;
    margin-left: 10px;
}
.b-erweima{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.b-erweima img{
    margin-top: 4px;
}
.wxsao{
    font-size: 12px;
}
/*模板列表*/
.temp-main{
    width: 1200px;
    background: white;
    margin: 0 auto;
}
.indtitlem{
    background: linear-gradient(to right,#ffa197,#f94764);
    height: 45px;
    padding-left: 15px;
    display: flex;

}
.indtitlem li{
    height: 45px;
    line-height: 45px;

}
.indtitlem li a{

    display: inline-block;
    line-height: 45px;
    padding: 0 18px;
    font-size: 15px;
    color: white;
    position: relative;
    margin-right: 10px;
}
.indtitlem li.on a{
    z-index:2
}
.indtitlem li.on a::before{
    content: ' ';
    position: absolute;
    top:-22px;
    left:0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ed5466;
    box-shadow: 0 -3px 4px 0 rgba(237, 84, 102,0.22);
    border-radius: 1px 1px 0 0;
    transform: perspective(0.5em) rotateX(2deg);
    transform-origin:bottom;
}
.section-sort-area{
    padding: 10px;
    margin: 15px 36px 20px 36px;
    background-color: #f5f5f5;
    color:#686c78;
    display: flex;
    justify-content: space-between;
}
.flex-row, .questionList{
    display: flex;
    flex-flow: row;

    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}
.section-sort-area-left .search-sort-item.active, .section-sort-area-left .search-sort-item:hover{
    background-color:#ED5566;
    color: white;
    width: 88px;
    height: 25px;
    color: white;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.section-sort-area-left .search-sort-item{
    background: white;
    color: #686c78;
    margin-right: 10px;
    width: 88px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.search-sort-item{
    margin: 0 15px;
    cursor: pointer;
}
.fz12{
    font-size: 12px !important;
}
.section-sort-area-right .square.disable{
    color: #cbcbcb;
    border: 1px solid #ddd;
}

.section-sort-area-right .square{
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #999;
    border: 1px solid #ddd;
    cursor: pointer;
}
.link a:hover{
    color: #B5B5B5;
}
.link a{
    margin-left: 10px;
    margin-right: 10px;
}
.wechat-show .main-left,
.wechat-show .view-page,
.wechat-show .make-btn1,
.wechat-show .save-btn
{display:none;}

.wechat-show .qcrode-main{padding-bottom:30px !important;margin-top:0 !important;}