body {
    background-color: #efefef;
}

._progress {
    background: #fff;
    height: 130px;
    width: 1200px;
    margin: 0 auto;
    padding-left: 30px; 
}

._progress ul { 
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
}

._progress ul li {
    float: left;
    color: #9fa0a0;
    position: relative;
    width: 46px;
    white-space: nowrap;
    margin-left: 120px;
}

._progress ul li::after {
    content: ' ';
    position: absolute;
    bottom: 23px;
    left: -120px;
    width: 120px;
    height: 2px;
    background-color: #9fa0a0;
}

._progress ul li.first {
    margin-left: 0;
}

._progress ul li.first::after {
    content: '';
    display: none;
}

._progress ul label {
    font-size: 14px;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
}

._progress ul span {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
    display: block;
    line-height: 46px;
    font-size: 20px;
    width: 46px;
    height: 46px;
    background: #9fa0a0;
    border-radius: 50%;
    text-align: center;
}

._progress li.active {
    color: #0088cc;
    font-weight: bold;
}

._progress li.active::after {
    background-color: #0088cc;
}

._progress li.active span {
    background: #0088cc;
}

.nopadding {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

._center {
    display: block;
    margin: 0 auto;
}

#dvmauiowright .notice-board-content {
    padding: 8px;
}

.ui2-box-title input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.ui2-box-title input[type="checkbox"]:checked {
    background: url(../images/gou.png) no-repeat;
    border: 0;
}

.orange {
    width: 200px;
    background-color: #ff9d00;
    box-shadow: 0px 0px 10px 2px #ff9d00;
    border-color: #ff9d00 !important;
}

.orange:hover {
    background-color: #f79e10;
}

.maui-row-right .side-bar {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    transform: translateX(-30px);
}

.maui-row-right.active .side-bar {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.mh-notice-board dl {
    margin-top: 16px;
}

.mh-notice-board dt {
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px;
    margin-bottom: 20px;
}

.mh-notice-board dd>ul>li {
    margin-bottom: 1px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

.mh-notice-board dd>ul>li.else {
    background-color: transparent;
    margin-bottom: 10px;
}

.mh-notice-board dd label {
    padding-left: 30px;
}

.mh-notice-board tr {
    line-height: 25px;
    height: 25px;
}

.mh-notice-board table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1PX;
}

.mh-notice-board th {
    color: #9fa0a0;
    font-weight: normal;
}

.mh-notice-board tbody tr {
    background: #f7f8f8;
    margin-bottom: 1px;
}

.mh-notice-board textarea {
    display: block;
    margin: 5px auto;
    border-color: #ccc;
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    width: 250px;
    resize: none;
}

.mh-notice-board .addCart {
    margin: 10px auto;
    display: block;
    height: 40px;
    background-color: #ff9d00;
    color: #fff;
    width: 270px;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
}

.mh-notice-board .addCart:hover {
    background-color: #f79e10;
}

.mh-notice-board input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.mh-notice-board input[type="checkbox"]:checked {
    background: url(../images/gou.png) no-repeat;
    border: 0;
}

.radio1 {
    padding-right: 10px;
    float: right;
    margin-top: -1px;
}

.light {
    color: #ff9d00;
}




 
