html, body, button {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 16px/1.6 roboto,"Heiti SC",Helvetica,"Droidsansfallback","Droid Sans",'\5FAE\8F6F\96C5\9ED1',ProximaThin,"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,Microsoft YaHei, Helvetica, sans-serif;
    color: #535252;
    background: #FFF;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


ul {
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

.top_title {
    padding: 0 16px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background: #f2f2f2;
}
/*
.help_list li:last-child {
    border-bottom: 1px solid #E3E3E3;
}
*/
.help_list a {
    width: 100%;
    line-height: 56px;
    text-decoration: none;
    color: #535252;
    display: block;
    background: #FFF;
}

.help_list a:active{
    background: #ECECEC;
}

.help_list li > a > div {
    margin-left: 16px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-bottom: 1px solid #E3E3E3;*/
}
/*
.help_list li:last-child > a > div {
    border-bottom: none;
}
*/
.visit_wps {
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #9b9b9b;
}

.visit_wps a {
    color: #0ea7fa;
    text-decoration: none;
}

.footer {
    height: 56px;
}

.bottom_button {
    position: fixed;
    bottom: 0;
    text-align: center;
    line-height: 56px;
    height: 56px;
    width: 100%;
    box-shadow: 0px -1px 1px #E3E3E3;
    background: #fFF;
    z-index:9999;
}

.bottom_button a {
    width: 60%;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    background: #2db2fb;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    outline:none;
}

.bottom_button a:active{
    color: rgb(179,179,179);
    background: rgb(84,153,205);
}

/*.feedback_table {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*border-collapse: collapse;*/
    /*background: #FFF;*/
/*}*/

/*.feedback_table  td {*/
    /*width: 33.33%;*/
    /*height: 106px;*/
    /*border: 1px solid #E3E3E3;*/
    /*border-top: none;*/
    /*padding: 0;*/
/*}*/

/*.feedback_table button {*/
    /*border: none;*/
    /*background: none;*/
    /*outline: none;*/
/*}*/

/*.feedback_table button:active {*/
    /*opacity: .3;*/
/*}*/

/*.feedback_table a {*/
    /*line-height: normal;*/
    /*text-decoration: none;*/
/*}*/

/*.feedback_table a span {*/
    /*display: block;*/
    /*color: #535252;*/
/*}*/

.help_list .item_icon {
    margin-right: 4px;
}


.feedback_table ul {
    background-color: #fff;
}
.feedback_table ul:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.feedback_table li:active {
    opacity: .3;
}

.feedback_table li {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
    height: 3rem;
    background-color: #fff;
    box-sizing: border-box;
}
.scale-1px{
    position: relative;
    border:none;
}
.scale-1px:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: top left;
    border-width: 0 1px 1px 0;
}

.item_icon {
    vertical-align: middle;
    width: 0.8333rem;
    padding-top: 0.8055rem;
}

.item_icon_index {
    vertical-align: middle;
    width: 32px;
    margin: 0 2px;
}

.item_name {
    display: block;
    font-size: 14px;
    padding: 0.25rem 0 0 0;
}

.suggest_item {
    padding: 10px 16px;background: #FFF;position: relative;/*border-bottom: 1px solid #d9d9d9;*/
}

.suggest_item .lable {
    display: block;
}

.suggest_item .status {
    font-style: normal;font-size: 12px;color: #9B9B9B;margin-left: 7px;padding: 2px 4px 1px;border-radius: 1px;vertical-align: middle;
}

.suggest_item .content {
    display: block;font-size: 12px;color: #9B9B9B;
}

.suggest_item .support {
    font-style: normal;font-size: 13px;position: absolute;right: 38px;bottom: 20px;color: #9B9B9B;
}

.suggest_item .support_img {
    height: 17px;position: absolute;right: -30px;bottom: -4px;padding: 8px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.suggest_item .plus_num {
    color: #ff253a;
    position: absolute;
    bottom: 18px;
    right: -20px;
    display: none;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.feedback_header {
    height: 2.6667rem;background: rgb(245,244,250);position: relative;
}

.feedback_header span {
    font-size: 14px;color: #2d1d34;position: absolute;top: 35px;left: 20px;
}

.feedback_header img {
    /*height: 100%;float: right;*/
    width: 10rem;
}

#toast {
    position: fixed;top: 50%;left: 50%;width: 200px; margin-left: -100px;background-color: #000;color: #FFF;padding: 10px 0;text-align: center;opacity: .5;-webkit-transition: opacity 0.5s ease-out;transition: opacity 0.5s ease-out;border-radius: 4px;font-size: 14px;
}

.status_doing {
    color: #3fa06e!important;
}

.status_doing:after {
    border: 1px solid #3fa06e!important;
}

.help_list li div, .bd-top, .bd-right, .bd-bottom, .bd-left, .bd-wrap {
    position: relative;
}

.help_list li div:after, .bd-top:after, .bd-right:after, .bd-bottom:after, .bd-left:after {
    content: '';
    position: absolute;
}

.bd-wrap:after {
	content: '';
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d9d9d9;
	border-radius: 1px;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
	-webkit-transform-origin: top left;
	box-sizing: border-box;
}
.bd-top:after {
	content: '';
	height: 1px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	position: absolute;
	top: -1px;
	right: 0;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
}
.bd-right:after {
	content: '';
	height : 100%;
	width: 1px;
	border-right: 1px solid #d9d9d9;
	position: absolute;
	top: 0;
	right: -1px;
	transform: scaleX(.5);
	-webkit-transform: scaleX(.5);
}
.help_list li div:after, .bd-bottom:after {
	content: '';
	height: 1px;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	position: absolute;
	bottom: -1px;
	right: 0;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
}
.bd-left:after {
	content: '';
	height : 100%;
	width: 1px;
	border-left: 1px solid #d9d9d9;
	position: absolute;
	top: 0;
	left: -1px;
	transform: scaleX(.5);
	-webkit-transform: scaleX(.5);
}

.ar_style {
    direction: rtl;
}

.ar_style .help_list li > a > div {
    margin: 0 16px 0 0;
    line-height: 56px;
}

.ar_style .item_icon_wrapper .item_icon {
    margin: 0 0 0 4px;
}

.ar_style .link-section .link-list .link-item .icon {
    margin-right: 0;
    margin-left: 10px;
}

.ar_style .link-section .link-list .link-item .icon-right {
    margin-left: 0;
    margin-right: 9px;
    transform: rotate(180deg);
}

.link-section {
    padding: 22px 0;
}

.link-section .info {
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, .4);
    padding: 0 18px;
}

.link-section .link-list {
    margin-top: 7px;
}

.link-section .link-list .link-item {
    font-size: 14px;
    height: 56px;
}

.link-section .link-list .link-item .link-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    height: 100%;
    padding: 0 18px;
}

.link-section .link-list .link-item .link-item-link:active{
    background: #ECECEC;
}

.link-section .link-list .link-item .link-main {
    display: flex;
    align-items: center;
}

.link-section .link-list .link-item .icon {
    display: block;
    min-width: 26px;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.link-section .link-list .link-item .icon-image {
    width: 100%;
    height: 100%;
}

.link-section .link-list .link-item .icon-right {
    display: block;
    min-width: 18px;
    width: 18px;
    height: 18px;
    margin-left: 9px;
}
