﻿body {
    font-family: "微软雅黑";
    background-color:#ffffff;
}

.div-page {
    background: #fff;
    margin-bottom: 20px;
    float: left;
}

.div-page-title {
    width: 100%;
    padding: 8px 0 0px 15px;
    margin-bottom: 1px;
    min-height: 40px;
    border-bottom: 1px solid #eef0f4;
    display: block;
    color: #333;
}


.div-page-content {
    width: 100%;
    padding: 5px;
}

.div-page-title-text {
    font-size: 20px;
    width: 100%;
    float: left;
    text-indent: 3px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.percent_100 {
    float: left;
    display: inline-block;
    width:100%;
    min-width: 300px;
    min-height: 35px;
}


.ipentagram {
    height: 10px;
    width: 13px;
    display: inline-block;
    color: red;
    font-size: 16px;
}

/*下拉框前的span*/
.span-float-left {
    float: left; 
    margin-right: 24px;
}


.pop-content-save {
    height: 38px;
    line-height: 38px;
    width: 120px;
    background: #2ABD9F;
    border-radius: 23px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
}