@charset "utf-8";
h1 {
    text-align: center;
    margin-bottom: 44px;
}
h1 span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    background: url(/img/icon.png) left -210px no-repeat;
    padding-left: 74px;
}
.type1 {
    position: relative;
    padding-right: 26px;
}
.type1:after {
    content: '';
    background-image: url(/img/type1.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -3px;
    width: 26px;
    height: 21px;
}
.type2 {
    position: relative;
    padding-right: 26px;
}
.type2:after {
    content: '';
    background-image: url(/img/type2.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -3px;
    width: 26px;
    height: 21px;
}
.close {
    border: 1px solid #db2a39;
    background-color: #f8e3e2;
    color: #db2a39;
    padding: 4px;
}
.layui-form-item {
    font-size: 18px;
}
.layui-form-mid {
    width: 320px;
}
.list1 {
    background-color: #f4f4f4;
    margin-top: 34px;
}
.list .l {
    width: 50%;
}
.c757575 {
    color: #757575;
}
#info .fL:not(#more) {
    height: 20px;
    overflow: hidden;
}
#wxshare {
    background-color: rgba(0,0,0,0.8);
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	display: none;
	background-repeat: no-repeat;
}