*{
	box-sizing: border-box;
}

/*去掉默认属性*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

body {
	font-family: "microsoft yahei","微软雅黑","宋体";
	font-size: 16px!important;
	background: #fff;
	color: #333;
}

ul,
ol,
li {
	list-style: none
}

a {
	outline: none;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	cursor: auto;
}

input {
	border: 0;
	outline: none;
	padding: 0 10px;
}

/*清除浮动*/
.clearf {
	clear: both;
}

/*左浮动*/
.fl {
	float: left;
}

/*右浮动*/
.fr {
	float: right;
}

/*垂直居中*/
.y-center {
	display: table-cell;
    vertical-align: middle;
}



	.icobz {
				width: 85px!important;
				position: absolute;
				right: 15px;
				z-index: 99;
			}



    
/********退出登录********/
.layui-layer-page{
	border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content{
	overflow: inherit !important;
}

#dropOut{
	text-align: center;
	position: relative;
}

.popup_img{
	position: absolute;
	top: -70px;
	left: 125px;
}

.evaluate_close{
	font-size: 24px;
	text-align: right;
	color: #666666;
	padding: 14px 20px 0 0;
}

.evaluate_close .dropOut_gb{
	cursor: pointer;
}

#dropOut p{
	color: #333333;
	text-align: center;
}

.out_tishi{
	font-size: 24px;
   margin-bottom: 16px;
   margin-top: 24px;
    text-align: center;
   
}

.out_xunwen{
	font-size: 18px;
   margin-bottom: 48px;
   margin-top: 36px;
   letter-spacing: 1px;
    text-align: center;
}



.evaluate_btn{
	border-top: 1px solid #E4E4E4;
	font-size: 19px;
    margin-top:55px !important;
	overflow: hidden;
}

.evaluate_btn button{
	background-color: #fff;
	height: 68px;
   width: 50%;
   float: left;
   cursor: pointer;
}
.dropOut_qx2,
.dropOut_qx {
    border-right: 1px solid #E4E4E4;
    color: #333333;
    border-bottom-left-radius: 12px;
}

.evaluate_btn .dropOut_qx2:hover,
.evaluate_btn .dropOut_qx:hover {
    background-color: #1D66D2;
    color: #fff;
}

.dropOut_tj2,
.dropOut_tj {
    color: #1D66D2;
    border-bottom-right-radius: 12px;
}
.evaluate_btn .dropOut_tj2:hover,
.evaluate_btn .dropOut_tj:hover {
    background-color: #1D66D2;
    color: #fff;
}


.carousel-control.left {
background-image:none !important;
}
.carousel-control.right {
background-image:none !important;
}


/*input  select通用样式  宽度不做控制 在页面单独做宽度控制*/
.sou_div,
.textarea_public,
.select_public,
.input_public{
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    height: 40px;
    line-height: 40px;
    color: #333333;
}

.textarea_public:focus,
.select_public:focus,
.input_public:focus{
    border: 1px solid #1D66D2;
    outline: none;
}


.select_public {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    min-width: 150px;
    padding: 0px 15px;
    padding-right: 30px;
    background: url(../img/drop_down.png) no-repeat right;
}


.textarea_public{
    outline: none;
    resize:none;  /*禁止拉伸*/
    min-height: 260px;
}
