.boxed {
    position: relative;
}
/*.col-md-6{padding-left: 0}*/

.common-select {
    width: 100%;
    background-color: #fff;
    padding-right: 15px;
    height: 40px;
    border-color: #ccc;
    border-left: none;
}

.common-select2 {
    width: 100%;
    background-color: #fff;
    padding-right: 15px;
    height: 40px;
    border-color: #ccc;
}

.student-info {
    height: 40px;
    background-color: #f3efec;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-left: 0px;
}

.submit {
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    background-color: #d2c7be !important;
    color: #926c3c !important;
    outline: none;
}

    .submit:focus {
        outline: none;
    }

.save {
    background-color: rgb(209 199 190);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px
}

.personal-center-right {
    margin-bottom: 50px
}

.orther1 {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    /*height: 40px !important;*/
    height: 20px !important;
    padding:0 10px !important;
    width: 150px !important;
    margin-left:-15px;
}

.orther1:focus{
   outline:none !important;
   border-bottom: 1px solid #926c3c !important;
    
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none
}

.form-control {
    border-color: #ccc !important;
    outline: none;
    border-radius: 0;
}

    .form-control::placeholder {
        color: #777
    }

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
    display: none;
    left: 0;
    top: 0;
}

.mask-edit {
    position: absolute;
    width: 320px;
    left: 0;
    right: 0;
    top: 180px;
    margin: auto;
    background-color: #FFF;
    padding: 10px 25px
}

.align {
    text-align: center;
}

.align-r {
    text-align: right;
}

.fr {
    float: right;
}

.edit-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.upload {
    height: 40px;
    background-color: #926c3c;
    color: #FFF;
    padding: 6px 12px;
    margin-left: 4px
}

.c-color {
    color: #926c3c
}

.address-list {
    height: 200px;
    background-color: #f3efec;
    padding: 15px;
    line-height: 30px
}

.address-content {
    margin-bottom: 100px
}

.is-edit {
    position: absolute;
    right: 10px;
    top: 10px;
}

.no-padding {
    padding: 0 !important;
}

.personal-birth {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 10px !important
}

.form-group label {
    margin-right: 25px;
    margin-bottom:10px;
}

.address-content .col-md-4 {
    padding: 0 15px !important
}

.add_address {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
}

.add-icon {
    width: 32px;
    height: 32px;
    background-color: #926c3c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin-left: 23px;
    margin-bottom: 10px
}

.container {
    min-width: 1200px
}

.student-img {
    position: relative;
    border-radius: 5px;
    height: 80px;
    border: 1px dashed #ddd;
    width: 125px;
    margin: 10px 0;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-top: 0
}

    .student-img .add-img {
        font-size: 28px;
        color: #ddd
    }

.student-info1 {
    background-color: #f3efec
}

.student-info-list {
    padding: 15px 10px;
    text-align: left;
}

    .student-info-list span {
        line-height: 30px;
        display: inline-block;
    }
/*.upload-close{position: absolute;right: 5px;top: 5px;}*/

.article {
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 230px;
}

.item {
    width: 127px;
    height: 100px;
    float: left;
    position: relative;
    /*margin: 0px 7px;*/
    text-align: center;
    padding-top: 65px;
    margin-right: 16px;
}

.addImg {
    width: 127px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 50px;
    line-height: 90px;
    color: #ddd;
}

.preview, .preBlock {
    position: absolute;
    display: block;
    width: 127px;
    height: 100px;
    left: 0;
    top: 0;
    border: 1px dashed #ddd;
}

.delete {
    width: 20px;
    position: absolute;
    right: 3px;
    top: 5px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

.preBlock img {
    display: block;
    width: 127px;
    height: 100px;
    border: none;
}

.upload_input {
    display: block;
    width: 0;
    height: 0;
    -webkit-opacity: 0.0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.0;
    /* Safari 1.x (pre WebKit!) ÀÏÊ½khtmlÄÚºËµÄSafariä¯ÀÀÆ÷*/
    -khtml-opacity: 0.0;
    /* IE9 + etc...modern browsers */
    opacity: .0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.student-info1-name {
    width: 380px;
}

    .student-info1-name div {
        width: 50%
    }

.student-info1-img {
    width: 240px
}

    .student-info1-img div {
        width: 50%;
        padding: 0 10px;
        line-height: 90px
    }

.student-info1-status {
    width: 200px;
}

.flat-row {
    background: #fff
}
.clearfix:before,
.clearfix:after{display: table;content: " ";}
.clearfix:after{clear: both;}
.price-color{color: red;font-size: 18px}
.current-color{color: #926c3c;}
