.self_content{
    width: 100%;
    background: #f7f7f7;
}

.self_title{
    width: 1230px;
    margin: 0 auto;
    padding: 15px 0;
}

.self_title>img{
    position: relative;
    top: -2px;
}

.gbanner{
	height: 150px;
	background: url(../image/banner-g.jpg) no-repeat center;
}

.gbody{
	padding: 20px 0;
	background: #f7f7f7;
}
.w1200{
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
	background: #fff;
	box-shadow: 0 0 10px #eee;
}
.gtable{
	table-layout: fixed;
	width: 100%;
}
.gtable th{
	padding: 5px;
	width: 220px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 40px;
	text-align: right;
	vertical-align: top;
}
.gtable td{
	padding: 5px;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	vertical-align: top;
}
.ginput{
	box-sizing: border-box;
	padding: 0 5px;
	width: 300px;
	height: 30px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	border: #575757 1px solid;
}
.gselect{
	box-sizing: border-box;
	padding: 0 5px;
	width: 300px;
	height: 30px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	border: #575757 1px solid;
}
.gtextarea{
	box-sizing: border-box;
	padding: 5px;
	width: 900px;
	height: 90px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	border: #575757 1px solid;
	resize: none;
}
.star-sel{
	display: inline-block;
	position: relative;
	margin-top: -2px;
	cursor: pointer;
	vertical-align: middle;
}
.rbutton{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 30px;
	background: #1e90ff;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	border: 0;
	border-radius: 3px;
}

/* 满意度打星 */
.star-sel span{
	display: block;
	content: "";
	clear: both;
	position: absolute;
	top: 5px;
	left: -6px;
	width: 0;
	height: 21px;
	background: url(../image/star-sel2.png) repeat-x left center;
	transition: width .3s;
}
.star-sel:after{
	display: block;
	content: "";
	clear: both;
}
.star-sel b{
	float: left;
	position: relative;
	background: url(../image/star-sel1.png) no-repeat left center;
	z-index: 10;
	width: 31px;
	height: 30px;
}
.gradio{
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}
.gradio:after{
	display: block;
	content: "";
	clear: both;
}
.gradio label{
	float: left;
	padding: 0 10px;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	font-weight: normal;
}
.gradio input{
	margin: -2px 5px 0 0;
	vertical-align: middle;
}
/*上传*/
.upload-pic{
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}
.upload-pic:after{
	display: block;
	content: "";
	clear: both;
}
.upload-pic dd{
	float: left;
	margin-right: 10px;
	width: 116px;
	height: 66px;
	position:relative;
}

/*差号的位置*/

.upload-pic dd i{
	position:absolute;
	top:-6px;
	right:6px;
	font-size:x-large;
}

.upload-pic dd a img{
	display: block;
	width: 100%;
	height: 100%;
}
.upload-pic .upbtn{
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	width: 116px;
	height: 66px;
	background: url(../image/upload-bg.png) no-repeat center;
	border: #575757 1px solid;
	border-radius: 3px;
}
.upload-pic .upbtn input{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

/*popup*/
.popup{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
}
.popup .mask{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,.3);
}
.popup .viewbox{
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	width: 30rem;
	background: #fff;
	border: #ccc 1px solid;
	border-radius: .2rem;
	box-shadow: 0 0 .5rem #666;
}
.popup .viewbox i{
	display: block;
	position: relative;
	margin: 1rem auto .5rem auto;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 2.4rem;
}
.popup .viewbox i.icon1{
	background: #67C23A;
}
.popup .viewbox i.icon2{
	background: #FF4949;
}
.popup .viewbox i:before,
.popup .viewbox i:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: .3rem;
}
.popup .viewbox i.icon1:before{
	transform: translate(-50%,-50%) rotate(45deg);
	margin: .4rem 0 0 -.45rem;
	width: .7rem;
	height: .2rem;
}
.popup .viewbox i.icon1:after{
	transform: translate(-50%,-50%) rotate(-45deg);
	margin: .15rem 0 0 .25rem;
	width: 1.5rem;
	height: .2rem;
}
.popup .viewbox i.icon2:before{
	transform: translate(-50%,-50%) rotate(45deg);
	width: 1.5rem;
	height: .2rem;
}
.popup .viewbox i.icon2:after{
	transform: translate(-50%,-50%) rotate(-45deg);
	width: 1.5rem;
	height: .2rem;
}
.popup .viewbox h4{
	padding: 0 .5rem;
	font-size: .64rem;
	color: #333;
	line-height: 1rem;
	text-align: center;
}
.popup .viewbox p{
	margin-bottom: .5rem;
	padding: .2rem .5rem;
	font-size: .48rem;
	color: #999;
	line-height: 1rem;
	text-align: center;
}
.popup .viewbox button{
	display: block;
	width: 100%;
	height: 1.8rem;
	font-size: .56rem;
	color: #108EE9;
	line-height: 1.8rem;
	border: 0;
	border-top: #ccc 1px solid;
}

.back-fixed{
	display: none;
	position: fixed;
	right: .5rem;
	bottom: .5rem;
	z-index: 100;
	background: linear-gradient(#46b7f8, #1e48d7);
	width: 2rem;
	height: 2rem;
	font-size: .56rem;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	border-radius: 1rem;
}

/* checkbox */
.checkbox li{
	float: left;
	box-sizing: border-box;
	position: relative;
	padding: 0.1rem 1rem 1.2rem;
	width: 25%;
	font-size: 1 rem;
	color: #333;
	line-height: 1.2rem;
}
.checkbox li.full{
	width: 100%;
}
.checkbox li:before,
.checkbox li:after{
	display: none;
	content: "";
	position: absolute;
	top: 0.1rem;
	left: 0rem;
	right: 5;
	width: 0.9rem;
	height: 0.9rem;
	border-width: 1px;
	border-style: solid; 
	border-radius: .2rem;
}
.checkbox li:before{
	border-color: #ccc;
}
.checkbox li:after{
	border-color: #4ba0f3;
}
.checkbox li:not(.ck):before{
	display: block;
	background-color: #fff;
	animation: checkIn .3s linear;
}
.checkbox li.ck:after{
	display: block;
	background: #4ba0f3 url(../image/icon-radiobox.png) no-repeat center/60% auto;
	animation: checkIn .3s linear;
}
@keyframes checkIn{
    0% {
    	opacity: 0;
		transform: scale(.1);
	}
    100% {
    	opacity: 1;
		transform: scale(1);
	}
}
.checkbox:after{
	display: block;
	content: "";
	clear: both;
}


.gselect::-ms-expand { 
    display: none;
} 