@charset "utf-8";

.indexContent{
    background: #f7f9fc;
    width: 100%;
    height: 535px;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}

.edit-bg{
    background: -webkit-linear-gradient(left, #fd761c , #fe8a3f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fd761c, #fe8a3f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fd761c, #fe8a3f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fd761c , #fe8a3f);
    height: 100%; box-sizing: border-box;
}
.edit-img{ display: none;}
.edit-div{ position: static; width: 90%; margin: 0 auto; padding: 10px 20px;font-size: 13px; margin-top: 100px;float:none;}
.edit-tab-item{ text-align: center;font-size: 24px;line-height: 40px;border-bottom: 4px solid #fff;cursor: pointer;}
.edit-tab{ margin-bottom: 10px;}
.edit-row{ margin-bottom: 20px; position: relative;font-size: 15px}
.edit-input{border: 1px solid #bfbdbd;height: 40px;width: 100%;box-sizing: border-box;padding-left: 10px;}
.edit-code{position: absolute;left: 220px;top:2px;cursor: pointer;}
.edit-btn{font-size: 24px;color: #ffffff;line-height: 46px;text-align: center;height: 46px;background: #159bff;border-radius: 8px;margin-bottom: 10px;}
