.gerenzx{
	width: 90%;
	display: flex;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	justify-content: space-between;
}

.left_nav{
	width: 20%;
	min-height: 200px;
	background: #f5ebe7;
}
.fbdxq{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #acabab;
	text-align: center;
	font-size: 16px;
}
.fbdxq a{
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
}
.fbdxq a:hover{
	background: #008DD7;
	color: #ffffff;
	cursor: pointer;
}
.fbdxq a i:hover{
	color: #ffffff !important;
}
.nav_active a{
	background: #008DD7;
	color: #ffffff;
	font-weight: 600;
}
.nav_active a i{
	color: #ffffff !important;
}

.right_content{
	width: 78%;
	min-height: 200px;

}
.gerenzlxx{
	border: 1px solid #eee;
}
.wdtx{
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.wdtx span{
	width: 100px;
    height: 150px;
    line-height: 150px;
    margin-left: 43px;
}
#uptximg{
    width: 160px;
    height: 160px;
/*    opacity: 0;*/
    position: absolute;
    border: 1px solid #eee;
}
#tximg{
	width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 5px;
}
.layui-upload-list{
	margin: 0px !important;
}
#gerenzl .layui-form-item{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#gerenzl .layui-input-block{
	width: 80%;
}
#gerenzl .layui-input-inline{
	width: 80%;	
}
#gerenzl  .zhanghao{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	padding: 0 10px;
    box-sizing: border-box;
}
#gerenzl .layui-form-label{
	width: 100px;
}
#gerenzl .layui-form-select .layui-input{
	border: 1px solid #e6e6e6;
	padding-left: 10px !important;
}

.table{
    width: 80%;
    min-height: 30px;
    margin: 0 auto;
    background: #ffffff;
}
.selecttable{
    width: 60%;
    padding-top: 10px;
}
.layui-table-cell span{
    color: #000000;
    font-weight: bold;
}
.layui-table-view{
    display: block !important;
}
.laytable-cell-1-0-0{
    color: #2196F3;
}

.wddt{
	width: 100%;
}
.layui-table-cell span{
    font-weight: bold;
}
.layui-table-view{
    display: block !important;
}
.laytable-cell-1-0-0{
    color: #2196F3;
}
.laytable-cell-1-0-0:hover{
    color: #00914c;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    /* border-right: none; */
}
.layui-table-view .layui-table{
    width: 100% !important;
}
.layui-table-fixed-l{
    box-shadow: none !important;
}
.layui-table-fixed{
    z-index: 9 !important;
}
.wddtlist{
    width: 100%;
}
.wddtlist ul{
	width: 100%;
	list-style-type: none;
}
.wddtlist ul li{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
}
.wddtlist ul li img{
	width: 60px;
	height: 60px;
	margin-top: 10px;
}
.wddtlists{
	width: 90%;
	margin-top: 10px;
	height: 60px;
}
.fbrs{
	width: 100%;
	display: flex;
	height: 30px;
}
.fbr{
    line-height: 30px;
    color: #05ba58;
    font-size: 20px;
    font-weight: bold;
}
.fbrs p{
	color: #666666;
	line-height: 30px;
}
.wt_title{
	width: 100%;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.layui-table-cell {
	height: auto;
	line-height: 100px;
}
.layui-table td, .layui-table th{
	font-size: 14px;
}
.layui-btn-xs{
	font-size: 14px;
}
/* .layui-form{
	margin: 0 !important;
} */
.layui-table thead tr th .layui-table-cell{
	line-height: 50px;
}
.xxtitle{
	width: 80%;
	display: inline-block;
}



/*我的订单*/
.dd_nav{
	width: 100%;
	height: 4rem;
	background: #eeeeee;
}
.dd_nav ul{
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 4rem;
	display: flex;
}
.dd_nav ul li{
	padding: 0 2rem;
	line-height: 4rem;
	cursor: pointer;
}
.dd_nav ul li.navactive{
	background: #45B035;
	color: #ffffff;
}
.dd_header_title{
	width: 96%;
	height: 4rem;
	background: #F8F8FA;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;

}
.spname{
	width: 34%;
	text-align: center;
	line-height: 4rem;
	font-size: 1rem;
}
.w10{
	width: 13%;
	text-align: center;
	line-height: 4rem;
	font-size: 1rem;
}
.searchpage{
	width: 96%;
	height: 3rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.dd_search{
	width: 40%;
	display: flex;
	height: 3.5rem;
}
.dd_search_input{
	width: 80%;
	border: 1px solid #E8E8E9;
    box-sizing: border-box;
    padding: 0px 10px;
    color: #333;
    height: 3.5rem;
    font-size: 1rem;
}
    
.dd_search_btn{
	width: 10rem;
	text-align: center;
	background: #F8F8FA;
	border: 1px solid #E8E8E9;
	line-height: 3.5rem;
	color: #8D8B86;
	cursor: pointer;
}
.pages{
	width: 40%;
	display: flex;
	justify-content: flex-end;
	height: 3.5rem;
}
.pagebtn{
	line-height: 3.5rem;
	padding: 0 2rem;
	text-align: center;
	background: #45B035;
	height: 3.5rem;
	margin: 0 1rem;
	color: #ffffff;
}
.nopages{
	background: #F8F8FA;
	color: #E8E8E8;

}
.dd_content{
	width: 96%;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}
.dd_content_ul li{
	margin-bottom: 1rem;
}
.dd_content_ul li.dzf{
	width:100%;
	height: 13rem;
	border: 1px solid #FFEEE4;
}
.dzf .dd_content_header{
	width: 100%;
	height: 3rem;
	background: #FFEEE4;
	border-bottom: 1px solid #FFEEE4;
	display: flex;
	line-height: 3rem;
	padding: 0 1rem;
	box-sizing: border-box;
}
.ddtime{
	color: #979391;
	padding-right:1rem;
	font-size: 1rem;
}
.ddnumber{
	color: #979391;
	padding:0 1rem;
	font-size: 1rem;
}
.sjname{
	color: #979391;
	font-size: 1rem;
	width: 15rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.seephone{
	color: #979391;
	font-size: 1rem;
}
.ddxq{
	width: 100%;
	padding-left: 1rem;
	height: 10rem;
	box-sizing: border-box;
	display: flex;
}
.spdet{
	width: 34%;
	display: flex;
	margin-top: 1rem;
}
.spimg{
	width: 8rem;
	height: 8rem;
}
.spxxdet{
	padding-left: 1rem;
}
.sptitle{
font-size: 1rem;
}
.spgm{
 color: #979391;
}
.spdj{
	line-height: 8rem;
	border-right: 1px solid #FFEEE4;
	font-size: 1rem;
	border-left: 1px solid #FFEEE4;
}
.spnum{
	line-height: 8rem;
	border-right: 1px solid #FFEEE4;
	font-size: 1rem;
}
.spcz{
	line-height: 8rem;
	border-right: 1px solid #FFEEE4;
	font-size: 1rem;
}
.sfk{
	border-right: 1px solid #FFEEE4;
	font-size: 1rem;
}
.sfk span{
	    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 3rem;
}
.jyzt{
	border-right: 1px solid #FFEEE4;
	font-size: 1rem;
}
.jyzt span{
	width: 100%;
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
}
.jycz{
	font-size: 1rem;
}
.zfbtn{
	width: 80%;
	height: 3rem;
	background: #FF4444;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;

}
.qxbtn{
	width: 80%;
	height: 3rem;
	background:#999999;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;
}
.pjbtn{
	width: 80%;
	height: 3rem;
	background: #45b035;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;	
}

.szyfbtn{
	width: 80%;
	height: 3rem;
	background:#00914c;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;
}

.ckddbtn{
	width: 80%;
	height: 3rem;
	background:#0b89af;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;
}


.dd_content_ul li.jygb{
	width:100%;
	height: 13rem;
	border: 1px solid #E8E8E8;
}
.jygb .dd_content_header{
	width: 100%;
	height: 3rem;
	background: #F8F8FA;
	border-bottom: 1px solid#F8F8FA;
	display: flex;
	line-height: 3rem;
	padding: 0 1rem;
	box-sizing: border-box;
}
.cxgmbtn{
	width: 80%;
	height: 3rem;
	background:#999999;
	line-height: 3rem;
	margin: 1rem auto;
	cursor: pointer;
	color: #ffffff;
}
.seephone{
    cursor: pointer;
}
.sjdhts{
    text-align: center;
}
.sjdhtips{
    text-align: center;
    font-size: 2.5rem;
    color: red;
}

.zffstitle{
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #eee;
    font-size: 16px;
    font-weight: bold;
}
/*订单支付*/
.ddzfcontainer{
	width: 100%;
	min-height: 750px;
	background: #F3F6FB;
	
}
.ddzfcontent{
    width: 80%;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}
.ddzfxx{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	height: 160px;
}
.xxtips{
	font-weight: 600;
    color: #444242;
    line-height: 40px;
}
.xxdet{
    width: 70%;
    padding: 0 10px;
    height: 160px;
}
.zdfydet{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    line-height: 80px;
    height: 160px;
}
.zfje{
	font-size: 20px;
	font-weight: 600;
	padding: 0 4px;
	color: #F3734D;
}
.zffslist{
	width: 100%;
}
.zffsul{
	width: 100%;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.zffsul li{
	width: 200px;
	height: 100px;
	border:1px solid #eee;
	margin: 10px;
	display: flex;
	cursor: pointer;
}
.zffsul li img{
	width: 40px;
	height: 40px;
	margin-top: 30px;
	margin-left: 20px;
}
.zffsul li span{
	font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 10px;
}
.zffsul li.xiadan{
	background: url('../images/xiadan_icon.png');
	background-repeat: no-repeat;
	background-position:right bottom;
	border-color: #45B035;
}
.surezfbtn{
	width: 200px;
	height: 60px;
	margin-left: 20px;
	text-align: center;
	line-height: 60px;
	background: #00b8f5;
	color: #ffffff;
	font-size: 2rem;
	border-radius: 4px;
	cursor: pointer;

}
.zfbzfcontent{
	display: none;
}



/*我要退货*/


.wythcontainer{
	width: 100%;
	min-height: 750px;
	background: #F3F6FB;
}

.wythcontent{
    width: 80%;
	min-height: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 0 10px;
}
.thsteps{
	width: 100%;
	height: 60px;
	padding: 10px 0px;
}
.stepsul{
width: 100%;
height: 40px;
display: flex;
}
.stepsul li{
	width: 33.3%;
	height: 40px;
	background: #CCCCCC;
	line-height: 40px;
	text-align: center;
	color: #ffffff;	
}
.stepsul li:nth-child(1){
	background: linear-gradient(135deg, transparent 0px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 15px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 15px, #CCCCCC 0) bottom right,
            linear-gradient(45deg, transparent 0px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li:nth-child(2){
	background: linear-gradient(45deg, transparent 15px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 15px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 15px, #CCCCCC 0) bottom right,
            linear-gradient(135deg, transparent 15px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li:nth-child(3){
	background: linear-gradient(45deg, transparent 15px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 0px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 0px, #CCCCCC 0) bottom right,
            linear-gradient(135deg, transparent 15px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li.stepactive{
	background: #05ba58;
}
.stepsul li.stepactive span:nth-child(1){
	color: #05ba58 !important;
}
.stepsul li.stepactive:nth-child(1){
	background: linear-gradient(135deg, transparent 0px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 15px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 15px, #05ba58 0) bottom right,
            linear-gradient(45deg, transparent 0px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}



.stepsul li.stepactive:nth-child(2){
	background: linear-gradient(45deg, transparent 15px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 15px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 15px, #05ba58 0) bottom right,
            linear-gradient(135deg, transparent 15px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li.stepactive:nth-child(3){
	background: linear-gradient(45deg, transparent 15px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 0px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 0px, #05ba58 0) bottom right,
            linear-gradient(135deg, transparent 15px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.mjsqth{
	display: block;
}
.masqth{
	width: 100%;
	min-height: 500px;
	border: 1px solid #DFDFDF;
	display: flex;
}
.thfrom{
	width: 70%;
	min-height: 500px;
	border-right: 1px solid #DFDFDF;
    padding-top: 20px;
}
.thspdet{
	width: 30%;
	min-height: 500px;
	padding: 0 2rem;
}
.thfromlist{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.thfromtips{
	padding: 0 2rem;
	font-size:1rem; 
	line-height: 4rem;
	width: 100px;
}
.thformspdet{
	display: flex;
	width: 85%;
}
@media screen and (max-width: 1200px){
	.thformspdet{
	display: flex;
	width: 75%;
}
}
.thformspdetimg{
	width: 6rem;
	height: 6rem;
}
.thformspdettitle{
    width: 90%;
    display: inline-block;
    padding: 0 2rem;
    font-size: 1rem;
}
.thneed{
	color: red;
	line-height: 4rem;
	padding-right: 1rem;
}
.thyy{
	width: 98%;
	border-color: #E6E6E6;
}
.thyy option{
	padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thyy option.select{
	background-color: #5FB878;
    color: #fff;
}
.thprice{
	width: 98%;
outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding: 8px 14px;
    font-size: 14px;
    font-family: "Microsoft soft";
}

.thprice:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.thsm{
	width: 98%;
	height: 100px;
	border-color: #CCCCCC;
}
#thimgbtn{
	margin-left: 1.4rem;
}
#thimgdemo img{
	width: 100px;
	height: 100px;
	margin: 10px 10px;
}
.thformspdet blockquote{
	    padding: 7px 20px;
}
.tjthbtn{
    width: 30%;
    height: 4rem;
    border: 1px solid #05ba58;
    color: #ffffff;
    background-color: #05ba58;
    text-align: center;
    padding: 0;
    line-height: 4rem;
    display: block;
    font-size: 1rem;
    margin-left: 2rem;
    cursor: pointer;
}


.thspdettitle{
	width: 100%；
	height:4rem;
	line-height: 4rem;
	border-bottom: 1px solid #cccccc;
}
.thspdetcontent{
	width: 100%;
	display: flex;
	margin-top: 1rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2rem;
}
.thspdetcontentimg{
	width: 4rem;
	height: 4rem;
}
.thspdetcontenttitle{
	width: 90%;
    display: inline-block;
    padding: 0 2rem;
    font-size: 1rem;

}
.thsjdet{
	width: 100%;
	margin-top: 1rem;
}
.thsjdetul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.thsjdetul li{
	width: 100%;
	display: flex;
	padding: 0.5rem 0;
}
.thsjdetultips{
	color: #999999;
	padding: 0 1rem;
}

.mjclsq{
	width: 100%;
	min-height: 500px;
	border: 1px solid #DFDFDF;
	padding: 2rem;
	display: none;
}
.mjclsqspan{
	width: 100%;
	padding: 2rem;
}
.tkcg{
	width: 100%;
	min-height: 500px;
	border: 1px solid #DFDFDF;
	padding: 2rem;
	display: none;
}
.tkcgspan{
	width: 100%;
	font-size: 2rem;
	color: #000;
	font-weight: bold;
}
.tkcgtime{
	width: 100%;
	color: #999999;
	padding: 1rem 0;
	border-bottom: 1px solid #cccccc;

}
.tkzje{
	width: 100%;
	color: #999999;
	padding: 1rem 0;
}
.tkzjeprice{
	color: red;
	font-size: 2rem;
	font-weight: bold;
}
.tkcc{
	width: 100%;
	color: #999999;
	padding: 1rem;
	border: 1px solid #cccccc;
}
.xshistory{
	width: 100%;
	color: #999999;
	padding: 1rem 0;
}
.xshistorytitle{
	font-size: 1.5rem;
	color: #000;
}
.sjxscontent{
    width: 100%;
    display: flex;
    margin-top: 2rem;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 2rem 0;
}
.sjlsimg{
	width: 4rem;
	height: 4rem;
}
.sjclcontent{
	width: 70%;
	margin-left: 1rem;
}
.sjclcontent span{
	width: 100%;
	display: inline-block;
	color: #000;
}
.sjxscltime{
	width: 25%;
	text-align: right;
	font-size: 1rem;
}
.sjxscltime span{
	width: 100%;
	display: inline-block;
}
.chlend{
	display: none;
}

.chlendxshistory{
	width: 100%;
	color: #999999;
	padding: 1rem 0;
}
.chlendxshistorytitle{
	font-size: 1.5rem;
	color: #000;
}
.chlendsjxscontent{
    width: 100%;
    display: flex;
    margin-top: 2rem;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 2rem 0;
}
.chlendsjlsimg{
	width: 4rem;
	height: 4rem;
}
.chlendsjclcontent{
	width: 70%;
	margin-left: 1rem;
}
.chlendsjclcontent span{
	width: 100%;
	display: inline-block;
	color: #000;
}
.chlendsjxscltime{
	width: 25%;
	text-align: right;
	font-size: 1rem;
}
.chlendsjxscltime span{
	width: 100%;
	display: inline-block;
}
.xscljg{
		width: 100%;
	font-size: 2rem;
	color: #000;
	font-weight: bold;
}
.chlendsjtitle{
	font-size: 20px;
	font-weight: bold;
}
.serachInputList{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    
}
.serachInputList input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
}
.mapjwd{
    width: 100%;
    height: 38px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.layui-form-checkbox i{
	    height: 30px;
}




.wxicon{
	width: 100%;
	height: 80px;

}
.wxddzfxx{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	height: 60px;
}
.wxtips{
	font-weight: 600;
    color: #444242;
}
.wxdet{
    width: 70%;
    padding: 0 10px;
}
.wxzdfydet{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}
.zfje{
	font-size: 20px;
	font-weight: 600;
	padding: 0 4px;
	color: #F3734D;
}
.wxzfimg{
	width: 200px;
	margin: 0 auto;
	border: 2px solid #00914c;

}
.wxzftips{
	padding: 10px 0px;
}
.wxzftips div{
  text-align: center;
}
.scimg{
	width: 164px;
	margin: 10px auto;
	border: 2px solid #eee;
}
.sczfimg{
	width: 160px;
	height: 160px;
} 
.sczfimg canvas{
	width: 160px;
	height: 160px;
}
.scimg div{
	text-align: center;
	line-height: 30px;
}

.paycontent{
	width: 100%;
	padding: 10px;
}
.paysuccess{
	width: 200px;
	margin: 0 auto;
}
.backscbtn{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background:#00914c;
	color: #ffffff;
	margin-top: 20px;
	border-radius: 5px;
	margin-left: 40px
}
.yxj{
display: none;
}
.sjxjul{
  width: 100%;
  height: 40px;
  display: flex;
}
.sjxjul li{
  padding: 10px 20px;
  border: 1px solid #eee;
  color: #000;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}
.sjxjul li.sxjactive{

  border: 1px solid #008dd7;
  color: #008dd7;
}


/*服务商售货订单管理*/
.fwsddxq{
	width: 100%;
	height: 13rem;
	box-sizing: border-box;
	display: flex;
}
.spddbh{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
            overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.wby{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.wby span{
    background: #999;
    color: #fff;
    padding: 3px;
}
.by{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.by span{
    background: #45b035;
    color: #fff;
    padding: 3px;
}
.spgmz{
		line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wfk{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.wfk span{
	background: #ff4444;
    color: #fff;
    padding: 3px;
}

.yfk{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.yfk span{
	background: #45b035;
    color: #fff;
    padding: 3px;
}
.yyhdcontent{
    width: 100%;
    height:100px;
}
.serachInputList{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    line-height: 40px;
}
.serachInputList input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
}
.submitBtn{
    background: #3997d6;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 6px 1em;
    margin-left: 0px;
/*    margin-top: 10px;*/
}

.ysq{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.ysq span{
	background: #45b035;
    color: #fff;
    padding: 3px;
}
.tyth{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.tyth span{
	background: #0b89af;
    color: #fff;
    padding: 3px;
}
.btyth{
	line-height: 13rem;
    border-right: 1px solid #FFEEE4;
    font-size: 1rem;
}
.btyth span{
	background: #ff0018;
    color: #fff;
    padding: 3px;
}
.mjthcontent{
	width: 100%;
	height: auto;;
	border: 1px solid #45B035;
}
.mjtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #45B035;
	color: #ffffff;
	display: flex;
}
.thsptitle{
	max-width: 500px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.mjthcont{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
    justify-content: space-between;
}
.thspimg{
	width: 100px;
	height: 100px;
}
.thspimg img{
	width: 100px;
	height: 100px;
	margin-left: 10px;
}
.mjspcontent{
	width: calc(100% - 120px);


}
.mjsptkje{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
}

.sjthcontent{
	width: 100%;
	height: auto;;
	border: 1px solid #0b89af;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sjtitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #0b89af;
	color: #ffffff;
	display: flex;
}
.sjthcont{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#twform{
    display: block !important;
    height: auto;
}
.formbox{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.inputbox{
    width: 69%;
    display: flex;
}
.selectbox{
    width: 19%;
    border: 1px solid #d0d0d0;
}
.thbtn{
	width: 80%;
    height: 3rem;
    background: #9e0404;
    line-height: 3rem;
    margin: 1rem auto;
    cursor: pointer;
    color: #ffffff;
}
