body{
    min-width:1200px;
}
boyer{
    min-width:1200px;
}
.navigation{
    background: #fff;
    /* height:40px; */
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.navigation .next{
    float: left;
    margin:0 5px;
    background-position: left center;
}
.navigation .next i{
    color: #afafaf;
    margin-right: 10px;
}
.navigation .active i{
    height:40px;
    line-height: 40px;
    color: #000;
}
.navigation .active span {
    height:40px;
    display: block;
    float: right;
    border-bottom: 3px solid #1b1b1b;
}

.bodyer{
    margin-bottom: 300px;
    margin-top:10px;
}
.wecaht-perview{
    position: fixed;
    width:400px;
    /*padding:0;*/
    /*margin-top:-10px;*/
}

/*制作完成应该要删除*/

@media screen and (max-height: 699px) {
    .wecaht-perview{
        height: 400px;
    }
    .wecaht-perview iframe{
        margin-top: 10px;
        height:100%;
        width:100%;
        min-width:300px;
    }  
}
@media screen and (min-height: 700px) and (max-height: 999px){
    .wecaht-perview{
        height: 550px;
    }
    .wecaht-perview iframe{
        margin-top: 10px;
        height:100%;
        width:100%;
        min-width:300px;
    }  
}
@media screen and (min-height: 999px) {
    .wecaht-perview{
        height: 550px;
    }
    .wecaht-perview iframe{
        margin-top: 10px;
        height:100%;
        width:100%;
        min-width:300px;
    }  
}

.wecaht-perview .refersh-btn{
    background: url("../../images/common/refersh-btn.png") no-repeat;
    background-size: 100%;
    width:35px;
    height:35px;
    display: block;
    margin:0 auto;
    margin-top: 10px;
}
.base-info h4{
    background: #efefef;
    margin:0;
    padding: 2% 0;
    padding-left:4%;
    font-size: 16px;
}
/*基本信息*/
.site-setting,.other-setting {
    width:60%;
    margin-left: 420px;;
    background: #fff;
}
/*页面设置*/
.site-setting h4{
    background: #efefef;
    margin:0;
    padding: 2% 0;
    padding-left:4%;
    font-size: 16px;
}
.site-setting .item-notice{
    padding:10px;
}
.site-setting .item-notice span{
    padding:5px 10px;
    margin:0 2px;
}
.site-setting .submit-btn-group{
    margin-top: 30px;
}
.site-setting .item-list button{
    margin:0 1%;

}
/*页面设置*/


/*其他设置*/
.other-setting h4{
    background: #efefef;
    margin:0;
    padding: 2% 0;
    padding-left:4%;
    font-size: 16px;
}
.other-setting .color-pick span{
    height:25px;
    display: block;
    width:25px;

}
.other-setting .toupiao-setting span{
    height:35px;
    line-height: 35px;
}
.other-setting .toupiao-setting .col-sm-3{
    padding:0;
}
.other-setting .title-img{
    border:1px solid #cfd1cf;
    padding:50px;
    color: #cfd1cf;
}
.other-setting .share-img img{
    width:100px;
}

/*其他设置*/

/*弹出框*/
.publish {
    z-index: 10;
    position: absolute;
    left: 40%;
    top: 30%;
    width: 15%;
    height: 300px;
    background-image: url("../../images/admin/publish-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 1%;
    display: none;
}

.publish img {
    margin-left: 8%;
    margin-top: 30%;

}

.publish .link {
    margin-top: 3%;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height:9%;
    padding: 2% 5%;
    /*display: inline-table;*/
    overflow: hidden;
}

.shadow {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
/*弹出框*/
.main_color{color:#FFBC00;}
