.networkPage .search{
    line-height: 60px;
}
@media screen and (min-width: 768px) {
	.networkPage .search .left{
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.networkPage .search .left{
		margin-bottom: 20px;
	}
}
.networkPage .search .left{
    border:1px solid #c1c1c1;
    border-radius: 5px;
}
.networkPage .search .left .selTips{
    background: #D4D4D4;
}
.networkPage .search .right .searchBtn{
    line-height: 60px;
    border-radius: 5px;
    border: 1px solid #FD1E00;
    color: #FD1E00;
    cursor:pointer;
}
.networkPage .search .right .searchBtn:hover{
    background: #FD1E00;
    color:#fff;
    transition: all .3s;
}
.networkPage .search .left .cityName:after{
    position: absolute;
    background: url(../image/drawIcon.png) no-repeat center;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    content: '';
}
.networkPage .search .left .cityDraw{
    position: absolute;
    width: 100%;
    top: 60px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 99;
}
.networkPage .search .left .cityDraw .box{
    width: 25%;
    cursor: pointer;
}
.networkPage .search .left .cityDraw .box:hover{
    background: #FD1E00;
    color:#fff;
}
.networkPage .search .left .cityDraw .ul{
    position: relative;
    z-index: 99;
}
.networkPage #selCity{
    cursor: pointer;
}
.networkPage .ul .box .left{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.networkPage .ul .box .right{
    line-height: 30px;
}
.cityDraw{
     box-shadow: 0 0 10px #999999;
 }
@media screen and (max-width: 768px){
    .networkPage .ul .box .left{
        width: 120px;
        height: 120px;
    }
}
.contenttext table {
    width: 100%;
    line-height: 40px;
    }
    
    /*.contenttext table tr:nth-of-type(1) {*/
    /*    background-color: #f2f2f2;*/
    /*}*/
    /*.contenttext table tr:nth-of-type(2) td:nth-of-type(1){*/
    /*    background-color: #fff;*/
    /*}*/
    /*.contenttext table tr td:nth-of-type(1) {*/
    /*    background-color: #f2f2f2;*/
    /*}*/
    /*.contenttext table tr:nth-of-type(2n) {*/
    /*    background-color: #fff;*/
    /*}*/
    
    .contenttext th, .contenttext td {
        padding-left: 20px;
        border:none !important;
    }
	.gsBox{
		background: #F5F5F6;
	}