@charset "utf-8";

/* CSS Document */

/*  图像样式  */

.toast {
	padding:5px 15px;
	border-radius:6px;
	text-align:center;
	z-index:999;
	background-color:#22bba7;
	font-size:16px;
	color:#fff;
	position:fixed;left:45%;bottom:50px;
}

.showbigimg {position:fixed;left:0;top:0;width:100%;height:100%;background:url(/static/common/images/blackbg.png) repeat;z-index:999;display: table-cell;vertical-align: middle;}

.showbigimg img {width:100%;height:auto;display: table-cell;vertical-align: middle;}

.cfm {position:relative;text-align:center;width:100%;height:100%;}
.cfm span {position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.6;}

.cfm .cfmconn {position:fixed;left:0;bottom:0;width:100%;}

.cfmconn .cfmtitle,
.cfmconn .cfmno {display:block;color:#999;background:#fff;border-radius:8px;margin:8px;}

.cfmconn .cfmno {color:#00f;margin-top:15px;line-height:42px;}
.cfmconn .cfmtitle .cfmyes {display:block;color:#f00;line-height:42px;}
.cfmconn .cfmtitle p {display:block;line-height:42px;border-bottom:1px solid #efefef;}


.answer {margin-top:10px;font-family:"Microsoft YaHei"!important;}
.answer img
{
    width: 100%!important;
    height: auto;
	padding:5px;
}
.answer p {}
.answer fieldset section {}
.answer-main{
    padding: 10px;
}
.answer-main .answer_title {border-bottom:1px solid #eee;padding-bottom:5px;margin-bottom:5px;font-weight:bold;font-size:16px;font-family:"Microsoft YaHei";}


/* 帮助html顶部搜索样式*/

.top-search {
    margin: 3%;
}


/* 选择按钮 */

.checkbox-ad {
    float: right;
}


/* 左浮动 */

.float-left {
    float: left;
    text-align: center;
    line-height: center;
}


/* 按钮大小 */

.btn-size {
    width: 90%;
    margin: 10px auto;
}


/* 联系电话输入框大小 */

.phone-size {
    width: 70%;
}


/* 按钮固定定位 */

.btn-fixed {
    position: fixed;
    bottom: 0;
}


/* 居中 */

#center {
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    width: 100%;
    display: block;
}


/* Help-feedback.html */

.help-feedback h4 {
    color: #88888A;
    font-size: 16px;
    font-weight: 200;
    text-indent: 1em;
}

.help-list a {
    padding: 10px auto;
    font-size: 17px;
    font-weight: 200;
}

.help-list a span {
    font-size: 18px;
    color: #C6C7CA;
}


/* Feedback-list.html */

.feedback h4 {
    color: #88888A;
    font-size: 16px;
    font-weight: 200;
    text-indent: 1em;
}

.feedback-list a {
    padding: 10px auto;
    font-size: 17px;
    font-weight: 200;
}

.feedback-list a span {
    font-size: 16px;
    color: #C6C7CA;
}


/* Feedback.html */

.feedback-d h4 {
    color: #88888A;
    font-size: 16px;
    font-weight: 200;
}

.feedback-d label.list-group-item {
    padding: 10px auto;
    font-size: 14px;
    font-weight: 200;
}

.feedback-d div.form-group label {
    /* text-indent: 1em; */
}

.feedback-d div.form-group label:last-of-type {
    margin-top: 5px;
    margin-right: 1em;
}


/* Common-problem.html */

.common-problem h4 {
    color: #88888A;
    font-size: 16px;
    font-weight: 200;
    text-indent: 1em;
}

.common-list a {
    padding: 10px auto;
    font-size: 17px;
    font-weight: 200;
}

.common-list a span {
    font-size: 18px;
    color: #C6C7CA;
}


/* Problem-type.html */

.problem-types h4 {
    color: #88888A;
    font-size: 16px;
    font-weight: 200;
    text-indent: 1em;
}

.problem-list1>a>img, .problem-list2>a>img, .problem-list3>a>img {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.problem-list1, .problem-list2, .problem-list3 {
    margin: 1em auto;
}

.problem-list1>a, .problem-list2>a, .problem-list3>a {
    font-size: 18px;
}

.problem-list1>a>span, .problem-list2>a>span, .problem-list3>a>span {
    font-size: 18px;
    color: #C6C7CA;
    margin-top: 9px;
}



.problem-ToFeedback {
    color: #286D90;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4em;
}