/**/
/* 公共 start */
.mydialog * {
	font-family: tahoma, Arial, "Hiragino Sans GB", "microsoft yahei", sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mydialog i {
    font-style: normal;
}
.mydialog h1, .mydialog h2, .mydialog h3, .mydialog h4, .mydialog h5, .mydialog h6 {
    font-weight: normal;
}
.mydialog img, .mydialog button {
    border: none;
}
.mydialog .dialog-tips-img {
    max-width: 100%!important;
    vertical-align: middle;
}
.mydialog .fs-14 {
    font-size: 14px !important;
}
.mydialog .fs-18 {
    font-size: 14px !important;
}
.mydialog .tl {
    text-align: left !important;
}
.mydialog .tr {
    text-align: right !important;
}
.mydialog .btn-blue {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    background-color: #0d69be;
    font-size: 12px;
    min-width: 70px;
    cursor: pointer;
    border-radius: 2px;
}
.mydialog .btn-blue:hover{
	background-color: #0d69be;
	opacity: 0.8;
}
.mydialog .btn-green{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: white;
	background-color: #2daf39;
	font-size: 12px;
	min-width: 70px;
	cursor: pointer;
	border-radius: 2px;
}
.mydialog .btn-green:hover{
	opacity: 0.8;
}
.mydialog .btn-lightblue{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #0d69be;
	background-color: #eaf7fe;
	font-size: 12px;
	min-width: 70px;
	cursor: pointer;
	border-radius: 2px;
}
.mydialog .btn-lightblue:hover{
	opacity: 0.8;
}
.mydialog .btn-gray{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: white;
	background-color: #a0a0a0;
	font-size: 12px;
	min-width: 70px;
	cursor: pointer;
	border-radius: 2px;
}

.mydialog .btn-gray:hover{
	background-color: #7c7c7c;
}

.mydialog .mgr-20 {
    margin-right: 20px !important;
}
/* 公共 end */

.hgt-295{
	height: 295px;
}
.hgt-200{
	height: 200px;
}
.hgt-150{
	height: 150px;
}
.hgt-80{
	height: 80px;
}
.hgt-75{
	height: 75px;
}
.hgt-70{
	height: 70px;
}
.hgt-30{
	height: 30px;
}
.hgt-all{
	height: 100%;
}
.row-200{
	height: 200px;
	line-height: 200px;
}
.row-125{
	height: 125px;
	line-height: 125px;
}
.row-80{
	height: 80px;
	line-height: 80px;
}
.row-70{
	height: 70px;
	line-height: 70px;
}
.row-60{
	height: 60px;
	line-height: 60px;
}
.row-50{
	height: 50px;
	line-height: 50px;
}
.row-40{
	height: 40px;
	line-height: 40px;
}
.row-30{
	height: 30px;
	line-height: 30px;
}
.row-33{
	height: 33px;
	line-height: 33px;
}
.col-t-10 {
    width: 10%;
}
.col-t-90 {
    width: 90%;
}
.color-6{
	color: #959595;
}
.color-yellow {
    color: #f19716;
}
/*页面布局*/
/*iinput样式*/
.input-style1{
	height: 58px;
	line-height: 58px;
	width: 100%;
	border: solid 1px #dddddd;
	font-size: 16px;
}
.input-style1::-ms-input-placeholder{
	color: #dddddd;
}
.input-style1::-webkit-input-placeholder{
	color: #dddddd;
}
.input-search1{
	height: 35px;
	width: 100%;
	border: solid 1px #4486f1;
	padding-left:10px ;
	padding-right: 100px;
}
.btn-input-search{
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background:#4486f1 ;
	color: white;
	font-size: 16px;
}
.btn-input-search:hover{
	opacity: 0.9;
}
/*按钮样式*/
.btn-border{
	height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	border: solid 1px #3095eb;
	color: #3095eb;
	background: white;
	cursor: pointer;
	outline: none;
}
.btn-border-white{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 5px;
	border: solid 1px white;
	color: white;
	background: none;
	cursor: pointer;
	outline: none;
}
/*a标签样式*/
.hover1:hover{
     text-decoration: underline;
     cursor: pointer;
     color: #000000;
}
.hover2:hover{
	color: #5e97fe;
}
.pointer{
	cursor: pointer;
}
/*img*/
.img-logo{
	height: 70px;
	width: 70px;
}
.img-top1{
	height: 200px;
	width: 100%;
}
.img-top2{
	height: 75px;
	width: 105px;
}
/*阴影外发光*/
.shadow-bottom{
	box-shadow: 0 2px 6px 4px #f1f1f1;
	border-bottom: solid 1px #f1f1f1;
}
/*宽度*/
.wid-480{
	width: 480px;
}

/*首页宣传图list*/
.adimg-list{
	height: 155px;
	width: 100%;
}
.adimg-list li{
	width: 33.33%;
	height: 100%;
	float: left;
}
.adimg-list li img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
/*应用list*/
.app-list{
	width: 100%;
}
.app-list li{
	height: 100px;
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
}
/**/
.list-style1{
	width: 100%;
}
/*高度40，宽度3分之一*/
.list-style1 li{
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
}
/*固定宽高*/
.list-style2 li{
	width: 140px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	border: solid 1px #5E97FE ;
	border-radius: 3px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #5E97FE;
}
/*高度140，4等分*/
.list-style3 li{
	height: 140px;
	width: 25%;
	padding: 0 10px;
	float: left;
}
.list-style3 li img{
	height: 100%;
	width: 100%;
}
.list-style3 li:first-of-type{
	padding-left: 0;
}
.list-style3 li:last-of-type{
	padding-right: 0;
}
/*四等分，右间距*/
.list-style4 li{
	width: 25%;
	padding-right: 20px;
	float: left;
	text-align: center;
}
/*四等分，固定高度315*/
.list-style5 li{
	width: 25%;
	height: 315px;
	float: left;
	text-align: center;
	padding: 30px 0;
}
.list-style5 li:nth-of-type(2n-1){
	border-top: solid 6px #4486f1;
}
.list-style5 li:nth-of-type(2n){
	border-top: solid 6px #0f6ab4;
}
.img-app-cont{
	height: 140px;
	width: 100%;
	text-align: center;
	line-height: 140px;
}

/*4等分,有间距*/
.list-style-pd li{
	width: 25%;
	padding: 0 10px;
	float: left;
}

.list-style-pd li:first-of-type{
	padding-left: 0;
}
.list-style-pd li:last-of-type{
	padding-right: 0;
}
/*筛选条件list*/
.filt-list span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 10px;
	margin-right: 20px;
	font-size: 12px;
	cursor: pointer;
	background: #f4f4f4;
}
.filt-list span.on{
	background: #1b8be9;
	color: white;
}
.filt-list span:hover{
	background: #1b8be9;
	color: white;
}
/*分页list*/
.page-num li{
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 36px;
	background: #e2e5eb;
	text-align: center;
	margin: 0 1px;
	color: #666666;
	cursor: pointer;
}
.page-num li.on{
	background: #126ebc;
	color: white;
}
.page-num li:hover{
	background: #126ebc;
	color: white;
}
.page-num-cont{
	width: 420px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
/*自定义样式*/
/*注册*/


/*城市应用 价格定位*/
.tips-price{
	position: absolute;
	top: 45%;
	right: 5%;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin: 0 2px;
}
/**/
.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
}
.nav-tab span{
	cursor: pointer;
}
.nav-tab a.on span{
	color:black ;
	font-weight: bold;
}
.nav-tab a.on span:before{
	content: " ";
	display: inline-block;
	position: absolute;
	left:0;
	top: 45%;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: black;
	vertical-align: middle;
}
.news-tips1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	line-height: 1.8;
	font-size: 14px;
	color: white;
	background: rgba(0,0,0,0.5);
}
.news-tips2{
	height: 50px;
	line-height: 1.6;
	word-break: break-all;
	white-space: normal;
}

/**/

/**/
.app-result-img img{
	height: 75px;
	width: 75px;
}
.app-explain{
	/*height: 30px;*/
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
	overflow: hidden;
	white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    width: 60%;
}
.app-payway{
	line-height: 30px;
	font-size: 12px;
}
.view-record{
	position: absolute;
	right: 15%;
	top:35% ;
}
.view-record p{
	font-size: 12px;
	color: #666666;
	line-height: 1.8;
	overflow: hidden;
	white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.app-label{
	padding: 15px 0 20px 0;
	font-size: 12px;
	color: #666;
}.app-label span{
	padding-right: 10px;
}

.city-app-list{
	position: relative;
	padding-left: 160px;
	padding-right: 130px;
	border-bottom: solid 1px #eeeeee;
}
.city-app-list .img-cont{
    position: absolute;
    left: 30px;
    top: 0;
	height: 140px;
	line-height: 80px;
	padding: 30px 25px;
	width: 130px;
	text-align: center;
}
.city-app-list .img-cont img{
	max-height: 80px;
	max-width: 80px;
	vertical-align: middle;
}
/**/
.filt-select{
	display: inline-block;
	position: relative;
	width: 160px;
	height: 100%;
}
.filt-selected{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 30px;
	cursor: pointer;
}
.filt-select-list{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f9f9f9;
	z-index: 99;
	cursor: pointer;
	border: 1px solid #eeeeee;
	border-bottom: 0;
}
.filt-select-list li{
	padding: 0 30px;
	border-bottom: 1px solid #eeeeee;
}
.filt-select-list li:hover{
	background: white;
}




.bdt-6purple{
	border-top: solid 6px #901482;
}
.bdt-6green{
	border-top: solid 6px #2baa3f;
}
.bdt-6orange{
	border-top: solid 6px #e9611d;
}
.bdt-6blue{
	border-top: solid 6px #0f6ab4;
}
.hover_shadow li:hover{
	box-shadow: 0 2px 20px 8px #e4e4e4;
}

/*table样式*/
.table-style1{
	width: 100%;
}
.table-style1 td,.table-style1 th{
	height: 50px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.table-style1 th{
	border-bottom: solid 1px #5e97fe;
}
.table-style2{
	width: 100%;
}
.table-style2 td,.table-style2 th{
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #443e3d;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.table-inpara{
	width: 100%;
}
.table-inpara td,.table-inpara th{
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #443e3d;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.table-inpara th{
	background-color: #f4f4f4;
	color: #666666;
	border-right: solid 1px white;
}
.table-inpara td{
	border-bottom:solid 1px #e8ecf1 ;
}

.table-inpara-child th,.table-inpara-child td{
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: #eff9fe;
	border: solid 1px #e8ecf1;
}
.table-inpara-child th{
	
}

.max-wid1 td{
	max-width: 260px !important;
	overflow: hidden;
	position: relative;
}
.max-wid1 .max-span{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	line-height: 40px;
	height: 100%;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
/**/
.wid-shadow{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: -70px;
	height: 70px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
}
/*案例背景*/
.case-cont img{
	height: 200px;
	width: 100%;
}
.client-price li img{
	margin: 20px auto;
}
.dealplan-img img{
	height: 170px;
	width: 100%;
}
.succ-img img{
	height: 170px;
	width: 40%;
}
/*个人中心*/
.aside-left{
	height: 100%;
	width: 20%;
	min-height: 540px;
}
.aside-right{
	height: 100%;
	width: 80%;
	min-height: 540px;
}
.aside-left .min-hgt,.aside-right .min-hgt{
	min-height: 540px;
}
.person-list li{
	cursor: pointer;
}
.person-list li.on{
	color: #5e97fe;
	font-weight: bold;
}
.person-list li:hover{
	color: #5e97fe;
}
.user-headimg .img-cont{
	height: 156px;
	width: 156px;
	padding: 2px;
	border: solid 1px #ececec;
	border-radius: 50%;
	text-align: center;
	line-height: 156px;
	overflow: hidden;
}

/**/
.news-imgscont {
	height: 210px;
	width: 100%;
}
.news-imgscont img{
	height: 100%;
	width: 100%;
}

.position-right{
	position: absolute;
	top: 0;
	right: 0;
}
.position-left{
	position: absolute;
	top: 0;
	left: 0;
}
.bdb-deepblue{
	border-bottom: solid 2px #256eb3;
}
/*自定义list*/
.subject-list li{
	width: 25%;
	padding: 10px;
	height: 195px;
	position: relative;
	float: left;
	cursor: pointer;
}
.subject-list li img{
	height: 175px;
	width: 100%;
}
.subject-list li p{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 30px;
	line-height: 30px;
	color: white;
	text-align: center;
	font-size: 14px;
	background: rgba(0,0,0,0.5);
	padding: 0 10px;
}
.show-info-indent p{
	text-indent: 2rem;
	font-size: 16px;
	padding: 20px 0;
	line-height: 1.8;
}
.show-info-indent .img-cont img,.show-info-indent .img-cont p{
	padding: 5px 0;
}


.kind-table{
	width: 100%;
	font-size: 12px;
	border-right: solid 1px #f1f1f1 ;
}
.kind-table th,.kind-table td{
	line-height: 50px;
	font-weight: normal;
	border-left: solid 1px #f1f1f1 ;
	border-bottom: solid 1px #f1f1f1 ;
    min-height: 50px;
}
.filt-list{
	position: relative;
	padding-left: 80px;
	line-height: 40px;
}
.tab-market{
	padding: 0 50px;
	font-size: 16px;
	color: #444444;
}
.tab-market a{
	padding: 0 10px;
	text-decoration: none;
}
.bgc-gray-eee{
	background-color: #eeeeee;
}


/**/
.comdty-cont{
	position: relative;
	/*height: 320px;*/
	padding-bottom: 20px;
}
.comdty-img img{
	height: 100%;
	width: 100%;
}
.comdty-img-bottom{
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	text-align: center;
}
.collect-msg{
	line-height: 60px;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
}
.comdty-img-bottom a:hover{
	color: #333;
	text-decoration: none;
}
.comdty-msg{
	height: 300px;
	padding-left: 40px;
}
.comdty-inf{
	line-height: 1.6;
}
.comdty-price-num{
	font-size: 30px;
	font-weight: bold;
	color: #ea6542;
}
.bdr-white{
	border-right: solid 1px white;
}

.comdty-standard{
	display: block;
	width: 100%;
}
.comdty-standard li{
	height: 35px;
	line-height: 35px;
	width: 125px;
	float: left;
	text-align: center;
	border: solid 1px #bebebe;
	margin-right: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}
.comdty-standard li.gray{
	height: 35px;
	line-height: 35px;
	width: 125px;
	float: left;
	text-align: center;
	border: solid 1px #bebebe;
	margin-right: 15px;
	color: #bebebe;
}

.btn-apf{
	background: #1b8be9;
	height: 45px;
	width: 230px;
	line-height: 45px;
	font-size: 16px;
	color: white;
	text-align: center;
	outline: none;
	cursor: pointer;
}
.btn-download{
	height: 45px;
	width: 230px;
	line-height: 45px;
	font-size: 16px;
	color: #1b8be9;
	text-align: center;
	border: solid 1px #1b8be9;
	background: white;
	outline: none;
	cursor: pointer;
}
.btn-history{
	height: 45px;
	width: 230px;
	line-height: 45px;
	font-size: 16px;
	color: #1b8be9;
	text-align: center;
	border: solid 1px #1b8be9;
	background: white;
	outline: none;
	cursor: pointer;
}

.comdty-tab-menu{
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
	border-bottom: solid 2px #1b8be9;
}
.comdty-tab-menu a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 14px;
	text-decoration: none;
}
.comdty-tab-menu a.on{
	background-color: #1b8be9;
	color: white;
}
.para-msg{
	line-height: 35px;
	color: #333;
	font-size: 12px;
}
.input-style2{
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border: solid 1px #efefef;
	background-color: #f7f7f7;
}
.area-style1{
	height: 135px;
	border: solid 1px #e4e4e4;
	margin-top: 20px;
	outline: none !important;
	padding: 5px;
	resize: none;
	font-size: 12px;
}

.para-tab-menu{
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.para-tab-menu a{
	background-color: #f4f4f4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 40px;
	height: 41px;
	display: inline-block;
	padding: 0 20px;
	text-decoration: none;
	margin-right: 5px;
	border: solid 1px #e8ecf1;
	box-sizing: border-box;
}
.para-tab-menu a.on{
	background-color: white;
	color: #0d69bf;
	border-bottom:0 ;
}
.para-tab-container .tab-cont{
	border: solid 1px #e8ecf1;
	min-height: 200px;
	padding: 40px;
}
.scene-til{
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.scene-code{
	height: 245px;
	width: 100%;
	border: solid 1px #e4e4e4;
}
.scene-code textarea{
	height: 100%;
	width: 100%;
	padding: 5px;
	border: 0;
	outline: none;
	resize: none;
	font-size: 12px;
}
.btn-test{
	background: #a0cd1c;
	width: 230px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	outline: none;
}

.power-eval{
	position: relative;
	height: 90px;
	padding: 10px 0;
	padding-left: 50px;
	border-bottom: dashed 1px #eef1f7;
	
}
.power-eval img{
	position: absolute;
	left: 0;
	height: 35px;
	width: 35px;
	top: 15px;
}
.power-eval .question{
	line-height: 40px;
	font-size: 12px;
}
.power-eval .answer{
	font-size: 12px;
}
.power-ask .btn-border{
	position: absolute;
	top: 35px;
	right: 30px;
}
.power-ask textarea{
	border: 0;
	height: 100%;
	width: 100%;
	padding: 10px;
	font-size: 12px;
}
.side-menu{
	width: 230px;
	background-color: #1b253d;
	height: 470px;
}
.side-menubar{
	padding: 0 15px;
	border-bottom: solid 1px #344261;
}
.side-menubar dt{
	display: block;
	width: 100%;
	line-height: 45px;
	height: 45px;
	color: white;
	font-size: 14px;
}
.side-menubar dd{
	float: left;
	margin-right: 15px;
	color: #8d909d;
	font-size: 12px;
	margin-bottom: 10px;
	cursor: pointer;
}
.aside-cont{
	height: 470px;
	position: absolute;
	left: 230px;
	right: 0;
	top: 0;
	padding: 20px;
	padding-right: 0;
}
.top-banner{
	position: relative;
	height: 280px;
	width: 100%;
}
.top-banner img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-msg{
	position: absolute;
	left: 50px;
	top: 40px;
	width: 350px;
	color: white;
	
}
.bottom-msg{
	height: 130px;
	background: white;
}
.bottom-msg-cont{
	width: 50%;
	float: left;
	height: 100%;border-right: solid 1px #f0f0f0;
	padding: 6px 20px;
}
.bottom-msg-cont p a{
	font-size: 12px;
	color: #666666;
}
.open-list li{
	display: block;
	height: 100px;
	width: 100%;
	line-height: 100px;
	font-size: 24px;
	color: white;
	padding-left: 25px;
	margin-bottom: 8px;
}

.app-tj{
	height: 320px;
	background-color: #f6faff;
	text-align: center;
	padding: 0 20px;
	box-shadow: 1px 8px 10px 5px #e5e5e5;
}
.app-logo img{
	max-height: 90px;
	max-width: 90px;
}
.app-info{
	font-size: 12px;
	color: #999999;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.app-info2{
	font-size: 12px;
	color: #999999;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.app-btn{
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 12px;
	background: white;
	color: #333;
}

.app-tj-list li{
	display: block;
	float: left;
	width: 25%;
	height: 150px;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.app-tj-list li .app-logo img{
	max-height: 50px;
	max-width: 50px;
}
.app-tj-list li .app-tj-cont{
	background-color: #f6faff;
	padding: 20px;
	height: 150px;
}
.app-new-list li{
	display: block;
	float: left;
	width: 20%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
	
}
.app-new-list li .app-logo img{
	max-height: 75px;
	max-width: 75px;
}
.app-new-list li .app-new-cont{
	background-color: #f6faff;
	padding: 20px;
	padding-top: 35px;
	height: 300px;
	border-bottom: solid 3px #0b8ce9;
}

.ground-list li{
	display: block;
	float: left;
	width: 25%;
	padding: 0 10px;
	
}

.ground-list li .ground-cont{
	background-color: white;
	padding-bottom: 10px;
}
.ground-cont h5{
	line-height: 50px;
	color:white;
	font-size: 16px;
	padding: 0 20px;
}
.ground-cont h5 a{
	color: white;
	text-decoration: none;
	font-size: 12px;
}
.ground-case{
	line-height: 70px;
	padding: 0 20px;
	color: #333333;
	font-size: 16px;
}
.ground-case img{
	max-height: 55px;
	max-width: 55px;
	vertical-align: middle;
	margin-right: 10px;
}


.server-list li{
	display: block;
	float: left;
	width: 25%;
	padding: 0 10px;
	
}
.server-list li .server-cont{
	position: relative;
	height: 100px;
	background-color: #f6faff;
	padding: 30px 0;
	padding-left: 90px;
}
.server-cont .img-cont{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 90px;
}
.server-cont .img-cont p{
	overflow: hidden;
	text-align: left;
	white-space: normal !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.tab-menu{
	line-height: 40px;
	height: 40px;
	border-bottom: solid 1px #e8ecf1;
	padding: 0 40px;
}
.tab-menu a{
	border: solid 1px #e8ecf1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	padding: 0 10px;
	background-color: #f4f4f4;
	text-decoration: none;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
}
.tab-menu a.on{
	background: white;
	border-bottom-color: white;
	color: #0d69be;
}

.pline{
	padding: 10px;
}
.pline-one{
	min-width: 750px;
	padding: 10px;
	font-size: 12px;
}
.pline-two{
	width: 375px;
	padding: 10px;
	font-size: 12px;
}
.pline-one .form-name{
	width: 120px;
	font-size: 12px;
}

.pline-two .form-name{
	width: 120px;
	font-size: 12px;
}

.new-radio-list:after {
    content: "";
    display: table;
    clear: both;
}
.area-style2{
	height: 80px;
	width: 230px;
	border: solid 1px #ccc;
	border-radius:2px;
	resize: none;
	padding: 5px 10px;
}

.mydialog{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
}
.mydialog-cont{
	height: 80%;
	width: 50%;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: white;
	padding: 0 10px;
	padding-top: 50px;
	padding-bottom: 70px;
	border-radius: 10px;
}
.mydialog-cont.small{
	height: 260px;
	width: 450px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: white;
	padding: 0 10px;
	padding-top: 60px;
	border-radius: 5px;
}
.mydialog-til.small{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	/* border-bottom: solid 1px #e8ecf1; */
	padding: 0 15px;
	/* background: #f6f7fb; */
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.mydialog-close{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	width: 60px;
	background: url(/wap/appframe/component/private/popBox/assets/icon-mydialog-close.png) no-repeat center;
	cursor: pointer;
}
.mydialog-mid{
	/*height:130px ;*/
	position: absolute;
	top: 60px;
	bottom: 80px;
	left: 10px;
	right: 10px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mydialog-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*height: 70px;*/
	/* border-top: solid 1px #e8ecf1; */
	padding: 20px;
	z-index: 99;
	box-sizing: border-box;
	text-align: center;
	
}
.dialog-tips-cont{
	line-height: 119px;
	/* text-align: center; */
}
.dialog-tips-p{
	display: inline-block;
	line-height: 35px;
}
.dialog-tips-img{
	margin-right: 10px;
	margin-top: -6px;
}
.dialog-area1{
	height: 96%;
	resize: none;
	padding: 5px;
	width: 100%;
	border-radius: 2px;
}
.selected-msg{
	/*line-height: 50px;*/
}

.change-input{
	height: 30px;
	width: 100%;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
}
.change-input::-webkit-input-placeholder{
	font-size: 12px !important;
	
}


.review-header {
    background: #f7f7f7;
    line-height: 36px;
    padding-left: 15px;
    border-left: solid 5px #2e83e5;
}

.comdty-step{
	height: 100px;
	padding-top: 20px;
}
.step-list{
	display: inline-block;
}
.step-list li:last-of-type{
	background: none;
}
.step-list li .step-num{
	display: inline-block;
	margin: 0 auto;
	height: 30px;
	line-height: 26px;
	width: 30px;
	border-radius: 15px;
	border: solid 2px #c8c8c8;
	color: #c8c8c8;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
.step-list li.on .step-num{
	border: solid 2px #5e97fe;
	background-color: #5e97fe;
	color: #fff;
}
.step-name{
	color: #c8c8c8;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.step-list li.on .step-name{
	color: #5e97fe;
}

.data-form{
	position: relative;
	height: 300px;
	border: solid 1px #e4e4e4;
	padding: 10px;
	padding-top: 40px;
	overflow: auto;
}
.data-form p{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 30px;
	height: 30px;
	border-bottom:solid 1px #e4e4e4 ;
}
.data-form-list li{
	line-height: 20px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	cursor: default;
}

.btn-arrow {
	/* background-color: #btn-arrow ; */
	border: solid 1px #bfbfbf;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}


.btn-input-new{
	position: relative;
	width: 190px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding-right: 65px;
}
.btn-input-new input{
	border: 0;
	height: 28px;
	padding-left:10px ;
	width: 125px;
}
.btn-input-new a{
	position: absolute;
	right: -1px;
	top: -1px;
	display: inline-block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #0d69be;
	color: white;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.btn-input-new a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.btn-blue.new{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    background-color: #1a8be8;
    font-size: 12px;
    min-width: 70px;
    cursor: pointer;
    border-radius: 2px;
}
.btn-border-gray{
	display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    border: solid 1px #bfbfbf;
    color: #666666;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    background: white;
    cursor: pointer;

}
.btn-border-gray:hover{
	background: #0d69be;
	color: white;
}