html {
    color: #000;
    background: #FFF;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.loc {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #535353;
}

.loc a,
.loc span {
    position: relative;
    margin-right: 14px;
    color: #CBB485;
}

.loc a:after {
    content: '>';
    position: absolute;
    color: #EB5C49;
    right: -12px;
}

.school-bus {
    margin-bottom: 27px;
    padding-left: 18px;
    height: 50px;
    background: #CBB485;
}

.school-bus h1 {
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.sub-title {
    height: 32px;
    border-bottom: 1px solid #ddd;
}

.sub-title h2 {
    display: inline-block;
    height: 32px;
    color: #CBB485;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #C50001;
}

.radios span {
    margin-right: 16px;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F5F5F5;
    cursor: pointer;
}

.radios .selected {
    color: #fff;
    background: #C50001;
}

.common-btns {
    margin: 20px 0;
    text-align: center;
}

.common-btns a {
    margin: 0 3px;
    display: inline-block;
    width: 151px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.common-btns .btn-cancel {
        color: #E4C995;
    border: 1px solid #E4C995;
}

.common-btns .btn-save {
    color: #fff;
    background: #F98D31;
}

.common-btns .btn-confirm {
    color: #fff;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
}

.common-btns .btn-confirm.disabled {
    color: #666;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
}

.common-btns .btn-cancel:hover {
    border: 1px solid #B9916A; 
    color:#B9916A;
}

.common-btns .btn-save:hover {
    background: #fba154;
}

.common-btns .btn-confirm:hover {
    background:#B9916A;
}

.item-title {
    padding-left: 35px;
    font-size: 18px;
    background: url(../images/item_ico.png) 0 center no-repeat;
}

.operate-wrap {
    margin-top: 9px;
    float: right;
}

.operate-wrap a {
    margin-right: 10px;
    padding: 0 13px;
    position: relative;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    background-color: #dd696a;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.operate-wrap a:hover {
    color: #C50001;
    background-color: #f3cccc;
}

.operate-wrap a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.operate-wrap .evaluate span {
    padding-left: 21px;
    background-image: url(../images/evaluate_ico.png);
}

.operate-wrap .download span {
    padding-left: 17px;
    background-image: url(../images/download_ico.png);
}

.operate-wrap .scan span {
    padding-left: 21px;
    background-image: url(../images/scan_ico.png);
}

.operate-wrap .evaluate:hover span {
    padding-left: 21px;
    background-image: url(../images/evaluate_ico_hover.png);
}

.operate-wrap .download:hover span {
    padding-left: 17px;
    background-image: url(../images/download_ico_hover.png);
}

.operate-wrap .scan:hover span {
    padding-left: 21px;
    background-image: url(../images/scan_ico_hover.png);
}

.operate-wrap .scan:hover .code-wrap {
    display: block;
}

.code-wrap {
    display: none;
    position: absolute;
    right: -127px;
    top: 50%;
    margin-top: -57px;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.46);
}

.code-wrap:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -11px;
    display: inline-block;
    width: 13px;
    height: 22px;
    background: url(../images/triangle.png);
}

.code-wrap img {
    width: 86px;
    height: 86px;
    vertical-align: middle;
}

.progress-list {
    margin-bottom: 27px;
    text-align: center;
}

.progress-list li {
    display: inline-block;
    width: 236px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    background: url(../images/progress_bg.png);
}

.progress-list .active {
    color: #fff;
    background: url(../images/progress_bg_active.png);
}

.third-title {
    margin: 23px 0 10px;
    line-height: 18px;
}

.third-title h3 {
    padding-left: 10px;
    display: inline-block;
    font-size: 18px;
    border-left: 4px solid #C60000;
}
/*侧栏*/
.side {
    /* width: 200px;
    height: 200px; */
    background-size: 70px 70px;
    position: absolute;
    right: 57px;
    top: 397px;
    cursor: pointer;
}
.icon1 em {
    font-size: 12px;
    font-weight: bold;
    color: #cbb486;
}

.explian {
    color:#cbb486;
}
.side .side-text {
    position: fixed;
    right: 0px;
    /* left: calc((100% - 1000px) / 2 + 1100px); */
    pointer-events: none;
    width: 100px;
    height: 200px;
    background-size: 70px 70px;
    top: 45%;
    margin-top: -40px;
    cursor: pointer;
}