body {
    background-color: #f5f5f5;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
input:focus, textarea:focus {
    outline: none;
}
section.flex-items {
    overflow-y: auto;
}
section.flex-items.ohy {
    overflow-y: hidden;
}
.wrap {
    padding: 1rem 1.2rem;
}
.red {
    color: #f94021;
}
.green {
    color: #39daa4;
}
.wyd_black {
    color: #1a1a1a;
}
.wyd_blue {
    color: #478def;
}
.ylb_orange {
    color: #ff9517;
}
.ylb_pink {
    color: #ff7a6a;
}
.wx_green {
    color: #3cb034;
}
.zfb_blue {
    color: #00a2e9;
}
.ylb_b3 {
    color: #b3b3b3;
}
.wyd_backstage>div {
    background: #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
    border-radius: 0.8rem;
}
.iconchecked {
    color: #38c862;
}
.iconunchecked {
    color: #e3e3e3;
}

/* 头部 header */
header {
    padding: 0 0.8rem;
    height: 6rem;
}
header .ask_logo {
    height: 3rem;
    line-height: 3rem;
}
header .ask_logo img {
    width: 5rem;
    margin-top: 0.7rem;
}
.ask_search .ask_s_wrap {
    border-radius: 1rem;
    padding: 0.5rem 0;
    overflow: visible;
}
.ask_search .ask_s_wrap .y_s_criteria{
    border-right: .5px solid #dcdcdc;
}
.ask_search .ask_s_wrap .y_s_criteria ul{
    left: -0.5px;
    top: 1.6rem;
    border-radius: 0.2rem;
    background-color: #fff;
    padding: 0.2rem;
    color: #333;
    font-size: 0.5rem;
    line-height: 1.2rem;
    border: .5px solid #dcdcdc;
    z-index: 1;
}
.ask_search .ask_s_wrap .y_s_criteria ul li{
    border-bottom: .5px solid #dcdcdc;
}
.ask_search .ask_s_wrap .y_s_criteria ul li:last-child{
    border-bottom: 0;
}
.ask_search .ask_s_wrap input {
    height: 1rem;
    line-height: 1rem;
}
.ask_search .ask_s_wrap input[type="text"] {
    border-radius: 1rem;
}
.ask_search .ask_s_wrap input[type="submit"] {
    width: 3.6rem;
    z-index: 9;
    border-radius: 0 1rem 1rem 0;
    background: transparent;
    border-left: 1px solid #dcdcdc;
}
.ask_search .ask_s_wrap .iconfont {
    right: 1.3rem;
    top: 0;
}

/* 遮罩层 wyd_mask */
.wyd_mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.wyd_mask.active {
    display: block;
}

/* 提示框 */
.wyd_load.wyd_mask,
.wyd_none.wyd_mask {
    background: rgba(0, 0, 0, 0);
}
.ylb_remind {
    display: none;
}
.ylb_remind_div {
    top: 38%;
    width: 95%;
    border-radius: 10px;
    height: 6.5rem;
    position: absolute;
    left: 0.8rem;
}

/* 加载中 */
.wyd_mask .wyd_d_win {
    width: 15rem;
    height: 12rem;
    margin: auto;
    padding: 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: .5px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
}
.wyd_none .wyd_d_win {
    padding: 0 0.5rem;
}


/*ios去掉浏览器默认行为*/

button {
	border: none;
	outline: none;
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}