@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v01t6l');
    src: url('../fonts/icomoon.eot?v01t6l#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v01t6l') format('truetype'), url('../fonts/icomoon.woff?v01t6l') format('woff'), url('../fonts/icomoon.svg?v01t6l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0
}

em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

a {
    color: #60C0BD;
    text-decoration: none
}

a:hover {
    color: #0075ff
}

/* button,
input {
    font-family: 'Microsoft YaHei', Arial, '微软雅黑', sans-serif, 'Heiti SC';
} */

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Microsoft YaHei', Arial, '微软雅黑', sans-serif, 'Heiti SC';
    color: #666
}



.hide,
.none {
    display: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    zoom: 1
}

select {
    position: relative;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    padding: 5px 5px;
    font-size: 15px;
    cursor: pointer;
}


select:hover,
input[type=text]:hover,
input[type=number]:hover {

    border: solid 1px #60C0BD;
}

select:focus {
    outline: none;
}



input {
    padding-left: 4px;
}

input:focus {
    outline: none
}

.a1 {
    color: #60C0BD;
    text-decoration: underline;
}

.shen {
    margin-top: 30px;
}

.shen ul li {
    height: 55px;
    line-height: 55px;
    border-bottom: solid 1px #c8c8c8;
    cursor: pointer;
}

.shen ul li:hover {
    background-color: rgb(235, 235, 235);
}

.shen ul li:first-child {
    border-top: solid 1px #c8c8c8;
}

.shen ul li span {
    margin-left: 30px;
    height: 55px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shen ul li span:first-child {
    width: 60px;
    margin-left: 10px;
}

.shen ul li span:nth-of-type(2) {
    width: 104px;
}

.shen ul li span:nth-of-type(3) {
    width: 475px;

}

.shen ul li em {
    display: block;
    float: right;
    color: #60C0BD;
    cursor: pointer;
    margin-right: 10px;
}

.shen ul li em:hover,
.adr:hover {
    color: rgb(44, 97, 203);
}

.shen ul li a {
    float: right;
    margin-right: 15px;
}

.adr {
    width: 120px;
}