html{
    font-size: 62.5%;
}
*{
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}
a,div,input,span{
    font-family: '微软雅黑';
}
.gray{
    color: #888888;
}
.red{
    color: red;
}
.green{
    color:green;
}
.blue{
    color: #26a7e0;
}
.clearfix{
    clear: both;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.button.button-clear{
    color: #fff !important;
}
.fa.fa-angle-left {
    font-size: 25px;
    line-height: 34px;
}
.button.button-icon.fa.fa-angle-left {
    color: #fff;
}
.indexbg {
    /*font-family: '微软雅黑';*/
    background-image:url("../img/bj.jpg");
    background-color: #28A6E0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.header {
    background: #ee7c73;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.title {
    font-family: "微软雅黑";
}
.wl-title {
    margin-top: 28%;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2rem;

}
.search {
    position: relative;
    width: 80%;
    margin: 15% auto 0;
    background: #fff;
    height: 40px;
    border-radius: 4px;
    padding-right: 22%;
}
.search input {
    height: 40px;
    line-height: 40px;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
}
.search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: 40px;
    line-height: 40px;
    background: #28A6E0;
    color: #fff;
    text-align: center;
    border-radius: 0 4px 4px 0;
}
#searchNum::-ms-clear { display: none; }
#searchNum:valid + .clear-input { display: inline; }
.clear-input{
    position: absolute;
    top: 9px;
    right: 28px;
    width: 22%;
    height: 40px;
    line-height: 40px;
    color: #999;
    background-image:url("../img/clear.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    display: none;
}

/************detail.html******************/
.top-banner{
    font-size: 1.6rem;
    padding:12px 20px 0 20px;
    background: #26a7e0;
    color: #fff;
    height: 140px;
}
.top-banner h4{
    margin: 0 0 5px 0;
    font-weight: 400;
}
.top-banner h5{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 200;
}
.top-banner h4,h5{
    color: #fff;
}
.card-inf {
    border: none;
    margin: -62px auto 0 auto;
    background: #fff;
    width: 94%;
    border-radius: 5px;
    font-size: 1.5rem;
    webkit-box-shadow: #c5c5c5 0px 0px 5px;
    -moz-box-shadow: #c5c5c5 0px 0px 5px;
    box-shadow: #c5c5c5 0px 0px 5px;
}
.card-inf .card-img {
    width: 40%;
}
.info-detail{
    padding: 5px;
}
.info-top{
    display: -webkit-flex;
}
.info-top-l{
    text-align: center;
    padding:10px 6px 0 8px;
    border-right: solid 1px #f3f3f3;
}
.info-middle{
    background: #94dfff;
    color: #fff;
}
.info-middle-l{
    padding:10px 20px 0 20px;
    border-right: solid 1px #fff;
}
.info-middle-l p:last-child{
    font-size: 1.8rem;
}
.info-middle-r{
    padding:10px 20px 0 30px;
}
.info-middle-r p:last-child{
    font-size: 1.8rem;
}
.info-bottom{
    padding: 10px 10px 0px 10px;
}
.send-msg{
    position: relative;
}
.send-btn{
    color: #26a7e0;
    /*position: absolute;*/
    top: 10px;
    right: 20px;
    border: solid 1px #26a7e0;
    border-radius: 5px;
    background: #fff;
    width: 80px;
    padding-left: 5px;

}
table tr td {
    line-height: 25px;
    padding: 5px 5px 5px 10px;
    font-family: "微软雅黑";
}
table
{
    border-collapse:collapse;
}
table,th, td
{
    border: 1px solid #dbdbdb;
    line-height: 25px;
    padding: 5px;
    font-family: "微软雅黑";
}
.button.button-assertive {
    border-color: #ee7c73;
    background-color: #ee7c73;
    color: #fff;
}
.activate-btn{
    display: inline-block;
    padding: 2px 6px;
    color: #ffffff;
    margin-left:8px;
    background: #26a7e0;
    border: none;
    border-radius:3px;
}
.communication{
	position: relative;
    width: 80%;
    margin: 15% auto 0;
    background: #fff;
    height: 40px;
    border-radius: 4px;
}
.communication input{
	height: 40px;
    line-height: 40px;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
    display: block;
    width:calc(100% - 60px);
}
.communication .clear-input-communication{
	position: absolute;
    top: 5px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #999;
    background-image: url(../img/clear.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 0 4px 4px 0;
    display: none;
}
#searchNum:valid + .clear-input-communication{
	display: block;
}
.wl-title.communication-title-text{
	margin-top:0px;
	padding:15px 0px;
} 
.communication-btn-box{
	text-align: center;
	padding-top:30px;
}
.communication-btn-box .communication-btn{
	cursor: pointer;
	display: inline-block;
	color:#ffffff;
	padding:10px 15px;
	border-radius:5px;
	background-color: #017eff;
	min-width: 130px;
}
.communication-btn-box .communication-btn-text{
	color:#ffffff;
	font-size:10px;
	padding-top:10px;
}
.communication-explain{
	width:80%;
	margin:20px auto 0px;
}
.communication-explain .communication-title{
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
	padding-bottom:5px;
}
.communication-explain .communication-explain-text{
	color:#ffffff;
	font-size:13px;
}