@charset "utf-8";

/*----------------------------重置属性开始-----------------------------*/

body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	position: relative;
}

html,
body{
	width: 100%;
    height: 100%;
    background: #f4f4f4;
}

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
input,
i,
b,
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	font-size: 100%;
	color: #666;
	font-family: '微软雅黑';
    outline: none;
    text-decoration: none;
    background-color: transparent;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*----------------------------重置属性结束----------------------------*/

/*----------------------------公用部分开始----------------------------*/

.content {
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.content.h_auto {
    height: auto;
    min-height: 100%;
}

.h_5 {
    height: 5px;
}

.h_10 {
    height: 10px;
}

.mask {
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: none;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    z-index: 8;
}

.mask.active {
    display: block;
}

.title_base_cotnent {
    height: 44px;
}

.title_base_box {
    width: 100%;
    max-width: 500px;
    height: 44px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ff6e6e;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 8;
}

.title_base_left,
.title_base_right {
    width: 60px;
    flex-grow: 0;
    flex-shrink: 0;
}

.title_base_left img {
    width: 20px;
    height: 20px;
    display: block;
}

.title_base_center {
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 7px;
}

.title_base_center span {
    max-width: 100%;
    font-size: 18px;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title_base_right {
    text-align: right;
}

.title_base_right span {
    font-size: 15px;
    color: #fff;
    display: block;
}

.button_base_content {
    height: 50px;
}

.button_base_box {
    height: 50px;
    box-sizing: border-box;
}

.button_base_box.fixed {
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    z-index: 8;
}

.button_base_box.t5p15 {
    padding: 5px 15px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

.button_base_box.t25p15t {
    padding: 25px 15px;
    box-sizing: initial;
}

.button_base_box button {
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    background-color: #ff6e6e;
}

.button_base_box.t5p15 button{
    border-radius: 3px;
}

.button_base_box.whitebg button {
    color: #ff6e6e;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}






/*----------------------------公用部分结束----------------------------*/

/*----------------------------登录注册开始----------------------------*/

.signin91_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.signin91_head_content {
    height: 345px;
    overflow: hidden;
}

.signin91_head_content.active {
    height: 100%;
}

.signin91_head_box {
    width: 140%;
    height: 100%;
    padding: 15px 20% 0;
    margin-left: -20%;
    background-color: #ff6e6e;
    background-image: url(../images/signin91_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 71.4285% 40%;
    border-radius: 0 0 50% 50%;
    box-sizing: border-box;
}

.signin91_head_content.active .signin91_head_box {
    border-radius: 0;
}

.signin91_head_fun {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.signin91_head_fun img {
    width: 15px;
    height: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}

.signin91_head_fun img.icon_angleleft {
    width: 12px;
    height: 21px;
}

.signin91_head_fun img.none {
    display: none;
}

.signin91_head_fun span {
    font-size: 15px;
    color: #fff;
}

.signin91_head_text {
    padding: 40px 15px 0;
    display: flex;
    flex-direction: column;
}

.signin91_head_text span:nth-child(1) {
    font-size: 25px;
    color: #fff;
}

.signin91_head_text span:nth-child(2) {
    margin-top: 6px;
    font-size: 15px;
    color: #fff;
}

.signin91_main_content {
    width: 100%;
    max-width: 500px;
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 150px;
    bottom: 62px;
    z-index: 1;
}

.signin91_main_content.active {
    top: 80px;
}

.signin91_main_box {
    height: 100%;
    padding: 20px 30px 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    position: relative;
}

.signin91_main_text {
    padding: 0 0 40px;
    display: flex;
    flex-direction: column;
}

.signin91_main_text span:nth-child(1) {
    font-size: 20px;
    color: #333;
}

.signin91_main_text span:nth-child(2) {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}

.signin91_input_content {
    display: flex;
    flex-direction: column;
}

.signin91_input_list_content {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.signin91_input_list_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.signin91_input_list_box img {
    width: 26px;
    height: 26px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.signin91_input {
    flex-grow: 1;
    flex-shrink: 1;
}

.signin91_input input {
    width: 100%;
    height: 26px;
    font-size: 15px;
    color: #333;
}

.signin91_tips_content {
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
}

.signin91_tips_content span {
    font-size: 14px;
    color: #999;
}

.signin91_btn_content {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0;
}

.signin91_btn_content button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    background-color: #ff6e6e;
    border-radius: 100px;
    opacity: .2;
}

.signin91_btn_content button.active {
    opacity: 1;
}

.signin91_thirdparty_content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: 1;
}

.signin91_thirdparty_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.signin91_thirdparty_content img {
    width: 44px;
    height: 44px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 35px;
}

.signin91_policy_content {
    width: 100%;
    max-width: 500px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 1;
}

.signin91_policy_content span {
    font-size: 12px;
    color: #858585;
}

.signin91_policy_content span span {
    color: #2cadee;
}

/*----------------------------登录注册结束----------------------------*/

/*------------------------------频道开始------------------------------*/

.channel91_head_content {
    height: 44px;
}

.channel91_head_box {
    width: 100%;
    max-width: 500px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    background-color: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 10;
}

.channel91_head_box > img {
    width: 11px;
    height: 14px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

.channel91_head_title {
    max-width: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 22px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

.channel91_head_search {
    height: 30px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 6px;
    background-color: #f1f1f5;
    border-radius: 3px;
}

.channel91_head_search img {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

.channel91_head_search span {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 12px;
    color: #999;
    display: block;
}

.channel91_banner_content {
    height: 120px;
    padding: 0 15px;
    background-color: #fff;
}

.channel91_banner_content .swiper-container {
    height: 100%;
    border-radius: 6px;
}

.channel91_banner_content .swiper-wrapper {
    text-align: center;
    font-size: 0;
}

.channel91_banner_content .swiper-wrapper a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.channel91_banner_content .swiper-wrapper img {
    max-width: 100%;
}

.channel91_banner_content .swiper-container-horizontal>.swiper-pagination-bullets,
.channel91_banner_content .swiper-pagination-custom,
.channel91_banner_content .swiper-pagination-fraction {
    bottom: 2px;
}

.channel91_banner_content .swiper-pagination-bullet {
    width: 4px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
    border-radius: 0;
}

.channel91_banner_content .swiper-pagination-bullet-active {
    opacity: 1;
}

.channel91_classify1_content {
    height: 188px;
    padding: 10px 0 0;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

.channel91_classify1_content .swiper-container {
    height: 100%;
}

.channel91_classify1_list {
    width: 20%;
    height: 86px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
}

.channel91_classify1_list img,
.channel91_classify2_list img {
    width: 45px;
    height: 45px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all .3s;
}

.channel91_classify1_list.active img,
.channel91_classify2_list.active img {
    transform: scale(1.2);
    transform-origin: bottom center;
}

.channel91_classify1_list span,
.channel91_classify2_list span,
.channel91_classifytext_content .swiper-slide span {
    max-width: 97%;
    margin-top: 7px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.channel91_classify1_list.active span,
.channel91_classify2_list.active span,
.channel91_classifytext_content .swiper-slide.active span {
    color: #ff6e6e;
}

.channel91_classify1_content .swiper-container-horizontal>.swiper-pagination-bullets,
.channel91_classify1_content .swiper-pagination-custom,
.channel91_classify1_content .swiper-pagination-fraction {
    bottom: 4px;
}

.channel91_classify1_content  .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    background-color: #e5e5e5;
    opacity: .5;
    border-radius: 0;
}

.channel91_classify1_content .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #01cd88;
}

.channel91_classify2_content {
    height: 98px;
    left: initial !important;
    z-index: 9;
}

.channel91_classify2_main {
    height: 98px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.channel91_classify2_main .swiper-container {
    height: 100%;
}

.channel91_classify2_box .swiper-slide,
.channel91_classifytext_content .swiper-slide {
    width: auto;
    padding: 0 10px;
}

.channel91_classify2_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.channel91_classify2_list span {
    max-width: 70px;
}

.channel91_basetitle_content {
    padding: 18px 10px 3px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #fff;
}

.channel91_basetitle_content span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.channel91_screen_content {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    left: initial !important;
    z-index: 9;
}

.channel91_screen_box {
    position: relative;
}

.channel91_screen_main ul {
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.channel91_screen_main ul li {
    width: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.channel91_screen_main ul li span {
    font-size: 12px;
    color: #999;
}

.channel91_screen_main ul li.active span {
    font-size: 14px;
    color: #333;
}

.channel91_screen_main ul li img {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    flex-shrink: 0;
}

.channel91_screen_popup_content {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 2;
}

.channel91_screen_popup_box {
    border-top: 1px solid #f0f0f0;
    display: none;
}

.channel91_screen_popup_box.active {
    display: block;
}

.channel91_screen_sort ul {
    padding: 8px 0;
}

.channel91_screen_sort ul li {
    padding: 8px 10px;
    font-size: 12px;
    color: #999;
}

.channel91_screen_sort ul li.active {
    font-size: 14px;
    color: #333;
}

.channel91_screen_list_content {
    height: 276px;
    background-color: #fafafa;
    overflow: auto;
}

.channel91_screen_list_title {
    padding: 14px 10px;
    font-size: 10px;
    color: #666;
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.channel91_screen_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
}

.channel91_screen_list ul li {
    width: 33.3333%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.channel91_screen_list ul li:nth-child(3n) {
    border-right: none;
}

.channel91_screen_list ul li img {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.channel91_screen_list ul li span {
    font-size: 12px;
    color: #333;
}

.channel91_screen_list ul li.active {
    background-color: #d6f7eb;
}

.channel91_screen_btn_content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}

.channel91_screen_btn_content ul li {
    width: 50%;
    height: 40px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.channel91_screen_btn_content ul li:nth-child(2) {
    background-color: #01cd88;
}

.channel91_screen_btn_content ul li:nth-child(2) span {
    color: #fff;
}

.channel91_screen_btn_content ul li span {
    font-size: 12px;
}

.channel91_shop_content {
    background-color: #fff;
}

.channel91_shop_box {
    padding: 15px 0 0 15px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.channel91_shop_box:first-child{
    padding-top: 0;
}

.channel91_shop_img {
    width: 74px;
    height: 74px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 14px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.channel91_shop_img img {
    width: 100%;
    height: 100%;
}

.channel91_shop_main {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 0 6px;
    position: relative;
}

.channel91_shop_main::after {
    content: '';
    height: 0px;
    border-bottom: 1px dashed #d6d6d6;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
}

.channel91_shop_info {
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 0;
}

.channel91_shop_name {
    max-width: 100%;
    font: 15px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.channel91_shop_top,
.channel91_shop_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 0;
}

.channel91_shop_top_left,
.channel91_shop_top_right,
.channel91_shop_center_left,
.channel91_shop_center_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.channel91_shop_top_left span,
.channel91_shop_top_right span,
.channel91_shop_center_left span {
    font-size: 10px;
    color: #666;
    position: relative;
}

.channel91_shop_top_left i {
    width: 11px;
    height: 10px;
    margin-right: 2px;
    background-image: url(../images/icon_myvaluate_dark.png);
    background-size: cover;
}

.channel91_shop_top_left i.active {
    background-image: url(../images/icon_myvaluate_light.png);
}

.channel91_shop_top_right span,
.channel91_shop_center_left span {
    padding: 0 6px;
}

.channel91_shop_top_right span:first-child,
.channel91_shop_center_left span:first-child {
    padding-left: 0;
}

.channel91_shop_top_right span:last-child,
.channel91_shop_center_left span:last-child {
    padding-right: 0;
}

.channel91_shop_top_right span::after,
.channel91_shop_center_left span::after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d6d6d6;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
}

.channel91_shop_top_right span:last-child::after,
.channel91_shop_center_left span:last-child::after {
    background-color: transparent;
}

.channel91_shop_center_right span.hollow,
.channel91_shop_center_right span.solid {
    min-width: 44px;
    padding: 0 4px;
    font-size: 10px;
    display: block;
    margin-left: 5px;
    border: 1px solid #ff6e6e;
    border-radius: 2px;
    box-sizing: border-box;
}

.channel91_shop_center_right span.hollow {
    color: #ff6e6e;
}

.channel91_shop_center_right span.solid {
    color: #fff;
    background-color: #ff6e6e;
}

.channel91_shop_center_right span:first-child {
    margin-left: 0;
}

.channel91_shop_bottom {
    height: 22px;
    padding: 2px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.channel91_shop_bottom.active {
    height: auto;
}

.channel91_shop_bottom::after {
    content: '';
    width: 6px;
    height: 3px;
    background-image: url(../images/huodong_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
}

.channel91_shop_bottom.active::after{
    background-image: url(../images/huodong_0.png);
}

.channel91_shop_bottom span {
    margin: 5px 5px 0 0;
    padding: 0 7px;
    font-size: 10px;
    color: #333;
    border-radius: 2px;
    background-color: #f3f8f8;
}

.channel91_shop_swiper {
    padding: 10px 0 0;
}

.channel91_shop_swiper .swiper-slide {
    width: auto;
    padding: 0 10px 0 0;
}

.channel91_shop_goods {
    display: flex;
    flex-direction: column;
}

.channel91_shop_goods_img {
    width: 84px;
    height: 64px;
    text-align: center;
    font-size: 0;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.channel91_shop_goods_img img {
    width: 100%;
    height: 100%;
}

.channel91_shop_goods span:nth-child(2) {
    margin-top: 3px;
    font-size: 11px;
    color: #333;
}

.channel91_shop_goods span:nth-child(3) {
    font-size: 12px;
    color: #fc0303;
    display: block;
}

.channel91_shop_goods span:nth-child(3)::first-letter {
    font-size: 11px;
}

.channel91_shop_box.shop_list2 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.channel91_shop_box.shop_list2::after {
    content: '';
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.shop_list2 .channel91_shop_main::after {
    display: none;
}

.shop_list2 .channel91_shop_goods_img {
    width: 110px;
    height: 110px;
}

.shop_list2 .channel91_shop_goods_img span {
    width: 100%;
    height: 20px;
    padding: 0 5px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .58);
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.channel91_shop_goods_price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.channel91_shop_goods_price span:nth-child(1) {
    font-size: 15px;
    color: #ff2828;
}

.channel91_shop_goods_price span:nth-child(2) {
    margin-top: 0;
    font-size: 12px;
    color: #999;
}

/*------------------------------频道结束------------------------------*/


/*----------------------------全部分类开始----------------------------*/

.allclassify91_head_content {
    height: 44px;
}

.allclassify91_head_box {
    width: 100%;
    max-width: 500px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 21px 0 15px;
    box-sizing: border-box;
    background-color: #fe6e6e;
    position: fixed;
    top: 0;
    z-index: 8;
}

.allclassify91_head_left {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 27px;
    font-size: 0;
} 

.allclassify91_head_left img {
    width: 12px;
    height: 19px;
}

.allclassify91_head_input {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 7px;
    border-radius: 4px;
    background-color: #fff;
}

.allclassify91_head_input input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

.allclassify91_left {
    width: 84px;
    background-color: #fff;
    overflow: auto;
    position: fixed;
    top: 44px;
    bottom: 0;
    z-index: 2;
}

.allclassify91_left .swiper-container {
    height: 100%;
}

.allclassify91_left .swiper-slide {
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.allclassify91_left .swiper-slide.active {
    background-color: #f4f4f4;
}

.allclassify91_left .swiper-slide span:nth-child(1) {
    font-size: 15px;
    color: #666;
}

.allclassify91_left .swiper-slide span:nth-child(2) {
    min-width: 34px;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #999;
    background-color: #f2f2f2;
    border-radius: 100px;
    box-sizing: border-box;
}

.allclassify91_left .swiper-slide.active span {
    color: #fe6e6e;
    transition: all .3s;
}

.allclassify91_left .swiper-slide.active span:nth-child(2) {
    background-color: #fff;
}

.allclassify91_right {
    height: 100%;
    padding: 0 10px 0 91px;
    overflow: hidden;
}

.allclassify91_main {
    height: 100%;
    overflow: auto;
}

.allclassify91_title_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 12px 18px;
    background-color: #f4f4f4;
    z-index: 1;
}

.allclassify91_title_left span {
    font-size: 15px;
    color: #333;
    display: block;
}

.allclassify91_title_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.allclassify91_title_right span {
    font-size: 12px;
    color: #999;
}

.allclassify91_title_right img {
    width: 5px;
    height: 8px;
    margin-left: 6px;
}

.allclassify91_list_box {
    padding: 6px 0;
    background-color: #fff;
    border-radius: 4px;
}

.allclassify91_list_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.allclassify91_list_box ul li {
    width: 33.3333%;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.allclassify91_list_box ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.allclassify91_list_box ul li a img {
    width: 55px;
    height: 36px;
    flex-grow: 0;
    flex-shrink: 0;
}

.allclassify91_list_box ul li a span:nth-child(2) {
    margin-top: 4px;
    font-size: 11px;
    color: #333;
}

.allclassify91_list_box ul li a span:nth-child(3) {
    min-width: 32px;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    margin-top: 6px;
    text-align: center;
    font-size: 10px;
    color: #999;
    background-color: #f2f2f2;
    border-radius: 100px;
    box-sizing: border-box;
}

/*----------------------------全部分类结束----------------------------*/

/*----------------------------个人中心开始----------------------------*/

.personal91_head_content {
    background-color: #ff6e6e;
}

.personal91_head_box {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0 16px;
    box-sizing: border-box;
}

.personal91_head_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 8px;
}

.personal91_head_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.personal91_head_info img {
    width: 44px;
    height: 44px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.personal91_head_info span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.personal91_head_angleright {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
}

.personal91_head_angleright img {
    width: 18px;
    height: 18px;
}

.personal91_head_wealth ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.personal91_head_wealth ul li {
    width: 33.3333%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.personal91_head_wealth ul li span:nth-child(1) {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.personal91_head_wealth ul li span:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

.personal91_iconlist_content {
    padding: 0 10px;
}

.personal91_iconlist_box {
    padding: 10px 0;
    border-radius: 4px;
    background-color: #fff;
}

.personal91_img_content {
    padding: 0 10px 10px;
}

.personal91_img_box {
    height: 93px;
    font-size: 0;
    border-radius: 4px;
    overflow: hidden;
}

.personal91_img_box img {
    max-width: 100%;
    min-height: 100%;
}

.personal91_iconlist_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.personal91_iconlist_list ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.personal91_iconlist_list ul li span {
    margin-top: 7px;
    font-size: 12px;
    color: #666;
}

.personal91_iconlist_list.one ul li img {
    width: 32px;
    height: 32px;
}

.personal91_iconlist_list.two ul li img {
    width: 24px;
    height: 24px;
}

/*----------------------------个人中心结束----------------------------*/

/*------------------------------支付开始------------------------------*/

.payment91_head_content {
    background-color: #ff6e6e;
}

.payment91_head_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 15px;
}

.payment91_head_box span {
    margin-top: 10px;
    color: #fff;
    display: block;
}

.payment91_head_text {
    font-size: 14px;
}

.payment91_head_price {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.payment91_head_see {
    width: 80px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
}

.payment91_list_content {
    background-color: #fff;
}

.payment91_list_content ul li {
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

.payment91_list_content ul li:last-child {
    border-bottom: none;
}

.payment91_list_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.payment91_list_left img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: block;
}

.payment91_list_title {
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    display: block;
}

.payment91_list_tips {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}

.payment91_list_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.payment91_list_right span {
    font-size: 12px;
    color: #ff6e6e;
    display: block;
}

.payment91_list_right input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
}

.payment91_list_right input:checked {
    border-color: #ff6e6e;
    background-color: #ff6e6e;
    background-image: url(../images/icon_check.png);
    background-size: cover;
}

.payment91_vieworder_content,
.payment91_success_content {
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
}


.getpay_content {
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
}

.getpay_content.active {
    display: block;
}
.payment91_vieworder_content.active,
.payment91_success_content.active {
    display: block;
}

.payment91_vieworder_box,
.payment91_success_box {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.payment91_vieworder_main,
.payment91_success_main {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
}

.payment91_vieworder_head_content {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.payment91_vieworder_head_content span {
    font-size: 15px;
    color: #333;
}

.payment91_vieworder_head_content img {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.payment91_vieworder_info_content {
    /* max-height: 390px; */
    padding: 0 10px;
    /* overflow: auto; */
}

.payment91_vieworder_info_box {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f0f0f0;
}

.payment91_vieworder_info_box:last-child {
    border-bottom: none;
}

.payment91_vieworder_info_title {
    font-size: 14px;
    color: #333;
}

.payment91_vieworder_info_address {
    padding: 3px 0 0;
    display: flex;
    flex-direction: column;
}

.payment91_vieworder_info_address span,
.payment91_vieworder_info_text {
    margin-top: 3px;
}

.payment91_vieworder_info_list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.payment91_vieworder_info_listleft {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px 0 0;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.payment91_vieworder_info_address span,
.payment91_vieworder_info_listleft span,
.payment91_vieworder_info_listright span,
.payment91_vieworder_info_text {
    font-size: 13px;
    color: #808080;
}

.payment91_success_box {
    padding: 0 55px;
}

.payment91_success_main {
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.payment91_success_main img {
    width: 80px;
    height: 80px;
    display: block;
}

.payment91_success_main span:nth-child(2) {
    margin-top: 12px;
    font-size: 18px;
    color: #333;
}

.payment91_success_main span:nth-child(3) {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}

/*------------------------------支付结束------------------------------*/

/*----------------------------订单详情开始----------------------------*/

.map {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    position: fixed;
    top: 44px;
    bottom: 0;
    z-index: 1;
}

.orderdetails_content {
    padding: 0 5px;
    position: relative;
    z-index: 2;
}

.orderdetails_transparent_height {
    height: 334px;
}

.orderdetails_head_content {
    background-color: #fff;
}

.orderdetails_head_box {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.orderdetails_head_handle {
    width: 30px;
    height: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 8px;
}

.orderdetails_head_handle::before,
.orderdetails_head_handle::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 10px;
    background-color: #e8e8e8;
}

.orderdetails_head_state {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0 0;
}

.orderdetails_head_state span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.orderdetails_head_state img {
    width: 7px;
    height: 12px;
    margin-left: 6px;
}

.orderdetails_head_describe {
    padding: 10px 0 0;
}

.orderdetails_head_describe span {
    font-size: 11px;
    color: #666;
    display: block;
}

.orderdetails_head_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0 0;
}

.orderdetails_head_btn a {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 3px;
}

.orderdetails_head_btn a.orderdetails_head_btn_hollow {
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

.orderdetails_head_btn a.orderdetails_head_btn_solid {
    color: #fff;
    border-color: #ff6e6e;
    background-color: #ff6e6e;
}

.orderdetails_goods_content {
    padding: 0 10px;
    background-color: #fff;
}

.orderdetails_goods_head_content {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.orderdetails_goods_head_left {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 10px 0 0;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.orderdetails_goods_head_right {
    flex-grow: 0;
    flex-shrink: 0;
}

.orderdetails_goods_head_right img {
    width: 15px;
    height: 15px;
    display: block;
}

.orderdetails_goods_list_content ul li {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.orderdetails_goods_list_left {
    width: 55px;
    height: 55px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.orderdetails_goods_list_left img {
    width: 100%;
    height: 100%;
}

.orderdetails_goods_list_right {
    width: 10px;
    height: 55px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.orderdetails_goods_list_top,
.orderdetails_goods_list_center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.orderdetails_goods_list_top span:nth-child(1) {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.orderdetails_goods_list_top span:nth-child(2) {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: #333;
    display: block;
}

.orderdetails_goods_list_center span,
.orderdetails_goods_list_bottom span {
    font-size: 12px;
    color: #999;
    display: block;
}

.orderdetails_goods_list_center span:nth-child(2) {
    text-decoration: line-through;
}

.orderdetails_goods_info_content {
    /*padding: 4px 0;*/
    border-top: 1px dotted #f0f0f0;
}

.orderdetails_goods_info_content ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}

.orderdetails_goods_info_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.orderdetails_goods_info_left img {
    width: 15px;
    height: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.orderdetails_goods_info_left span,
.orderdetails_goods_info_right span {
    font-size: 14px;
    color: #333;
}

.orderdetails_goods_info_right.acitve span {
    color: red;
}

.orderdetails_goods_contact_content {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dotted #f0f0f0;
}

.orderdetails_goods_contact_left,
.orderdetails_goods_contact_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.orderdetails_goods_contact_left img {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 6px;
}

.orderdetails_goods_contact_left span {
    font-size: 14px;
    color: #ff6e6e;
}

.orderdetails_goods_contact_right span:nth-child(1) {
    font-size: 14px;
    color: #333;
}

.orderdetails_goods_contact_right span:nth-child(2) {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.orderdetails_list_content {
    padding: 0 10px;
    background-color: #fff;
}

.orderdetails_list_title_content {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.orderdetails_list_title_content span {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.orderdetails_list_box ul li {
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.orderdetails_list_box ul li:last-child {
    border-bottom: none;
}

.orderdetails_list_left{
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 10px 0 0;
}

.orderdetails_list_left span {
    font-size: 14px;
    color: #999;
    display: block;
}

.orderdetails_list_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.orderdetails_list_right span {
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

.orderdetails_track_content {
    width: 100%;
    height: 100%;
    max-width: 500px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
}

.orderdetails_track_content.active {
    display: block;
}

.orderdetails_track_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.orderdetails_track_main {
    background-color: #fff;
}

.orderdetails_track_title {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.orderdetails_track_title span {
    font-size: 16px;
    color: #333;
}

.orderdetails_track_list {
    height: 272px;
    overflow: auto;
}

.orderdetails_track_list ul li {
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    position: relative;
}

.orderdetails_track_list ul li::before {
    content: '';
    width: 1px;
    background-color: #eaeaea;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.orderdetails_track_list ul li:first-child::before {
    top: 50%;
}

.orderdetails_track_list ul li:last-child::before {
    bottom: 50%;
}

.orderdetails_track_list_left {
    padding-left: 34px;
    position: relative;
}

.orderdetails_track_list_left::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #eaeaea;
    position: absolute;
    left: 11px;
    top: 50%;
    z-index: 3;
}

.orderdetails_track_list_left::after {
    content: '';
    width: 15px;
    height: 16px;
    margin-top: -6px;
    border-radius: 50%;
    display: none;
    background-color: #ff6e6e;
    position: absolute;
    left: 7px;
    top: 50%;
    z-index: 2;
}

.orderdetails_track_list_left span {
    font-size: 14px;
    color: #333;
}

.orderdetails_track_list_right span {
    font-size: 14px;
    color: #666;
}

.orderdetails_track_list ul li.active .orderdetails_track_list_left::before {
    background-color: #fff;
}

.orderdetails_track_list ul li.active .orderdetails_track_list_left::after {
    display: block;
}

/*----------------------------订单详情结束----------------------------*/

/*----------------------------余额充值开始----------------------------*/

.balance_head_content {
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ff6e6e;
    background-image: url(../images/balance_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.balance_head_content span:nth-child(1) {
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
}

.balance_head_content span:nth-child(2) {
    height: 15px;
    line-height: 15px;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
}

.balance_tabs_content {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.balance_tabs_content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.balance_tabs_content ul li {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.balance_tabs_content ul li span {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.balance_tabs_content ul li.active span {
    border-bottom-color: #ff6e6e;
}

.balance_content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.balance_money_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.balance_money_content ul li {
    width: 28%;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 6px 0;
    margin-top: 15px;
    margin-left: 4%;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-sizing: border-box;
}

.balance_money_content ul li span:nth-child(1) {
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.balance_money_content ul li span:nth-child(2) {
    font-size: 14px;
    color: #666;
}

.balance_money_content ul li.active {
    border-color: #ff6e6e;
}

.balance_money_content ul li.active span {
    color: #ff6e6e;
}

.balance_input_content {
    padding: 15px 15px 0;
}

.balance_input_box {
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
}

.balance_input_box span:nth-child(1) {
    font-size: 15px;
    color: #333;
}

.balance_input_box span:nth-child(3) {
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.balance_input {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 4px 0 15px;
}

.balance_input input {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #333;
}

.balance_btn_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.balance_btn_content img {
    width: 16px;
    height: 13px;
    display: block;
}

.balance_btn_content img:nth-child(2) {
    display: none;
}

.balance_btn_content.active img:nth-child(1) {
    display: none;
}

.balance_btn_content.active img:nth-child(2) {
    display: block;
}

.balance_tips_content {
    border-top: 1px solid #f0f0f0;
}

.balance_tips_box {
    min-height: 44px;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.balance_tips_content span {
    font-size: 15px;
    word-break: break-all;
}

.balance_tips_content span:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 0;
    color: #999;
}

.balance_tips_content span:nth-child(2) {
    flex-grow: 1;
    flex-shrink: 1;
    color: #333;
}

/*----------------------------余额充值结束----------------------------*/

/*----------------------------意见反馈开始----------------------------*/

.feedback_option_content {
    padding: 15px 0;
    background-color: #fff;
}

.feedback_option_content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.feedback_option_content ul li {
    width: 28%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-left: 4%;
    box-shadow: 0px 0px 20px rgba(238, 238, 238, 1);
    box-sizing: border-box;
    position: relative;
}

.feedback_option_content ul li i {
    width: 7px;
    height: 7px;
    display: none;
    background-color: #ff6e6e;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
}

.feedback_option_content ul li.active i {
    display: block;
}

.feedback_option_content ul li img {
    width: 16px;
    height: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 9px;
}

.feedback_option_content ul li span {
    font-size: 15px;
    color: #333;
}

.feedback_textarea_content {
    padding: 10px 15px 15px;
    background-color: #fff;
}

.feedback_textarea_title {
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feedback_textarea_title span {
    font-size: 14px;
    color: #333;
}

.feedback_textarea_box textarea {
    width: 100%;
    font-size: 14px;
    color: #333;
    resize: none;
}

.feedback_textarea_box textarea::placeholder {
    color: #999;
}

.feedback_textarea_box textarea.minh1 {
    min-height: 198px;
}

.feedback_textarea_box textarea.minh2 {
    min-height: 94px;
}

/*----------------------------意见反馈结束----------------------------*/

/*----------------------------代理申请开始----------------------------*/

.agentapply_banner_content {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.agentapply_banner_content img {
    width: 100%;
    min-height: 100%;
}

.agentapply_content {
    padding: 0 15px;
    background-color: #fff;
}

.agentapply_box {
    padding: 20px 0 0;
}

.agentapply_title_content span {
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.agentapply_list_content {
    padding: 6px 0 0;
}

.agentapply_list_box {
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.agentapply_list_input {
    flex-grow: 1;
    flex-shrink: 1;
}

.agentapply_list_input input {
    width: 100%;
    font-size: 14px;
    color: #333;
}

.agentapply_list_input input::placeholder {
    color: #999;
}

.agentapply_list_tips {
    padding: 10px 0;
    font-size: 12px;
    color: #999;
    word-break: break-all;
}

.agentapply_tips_content {
    background-color: #fff;
}

.agentapply_tips_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 11px 0 0;
}

.agentapply_tips_title span {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.agentapply_tips_box {
    padding: 10px 15px;
    word-break: break-all;
}

/*----------------------------代理申请结束----------------------------*/

/*----------------------------订单评价开始----------------------------*/

.order_valuate_head_content {
    display: flex;
    flex-direction: row;
    padding: 15px;
    background-color: #fff;
}

.order_valuate_head_left {
    width: 45px;
    height: 45px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.order_valuate_head_left img {
    width: 100%;
    height: 100%;
}

.order_valuate_head_right {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 1;
}

.order_valuate_head_name {
    max-width: 100%;
    height: 17px;
    line-height: 17px;
    margin-bottom: 3px;
    font-size: 17px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order_valuate_head_label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.order_valuate_head_label span {
    height: 18px;
    line-height: 16px;
    padding: 0 5px;
    margin: 5px 5px 0 0;
    font-size: 12px;
    color: #52575b;
    border: 1px solid #dad8d8;
    border-radius: 2px;
}

.order_valuate_content {
    border-top: 1px solid #eee;
    background-color: #fff;
}

.order_valuate_textarea {
    padding: 15px;
}

.order_valuate_textarea textarea{
    width: 100%;
    height: 80px !important;
    font-size: 14px;
    color: #333;
    resize: none;
    overflow-y: initial !important;
}

.order_valuate_textarea textarea::placeholder {
    color: #999;
}

.order_valuate_upload_content {
    padding-left: 15px;
    font-size: 0;
}

.order_valuate_upload_box {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    background-image: url(../images/img_upload_bg.png);
    background-size: contain;
}

.order_valuate_upload_box input {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.order_valuate_upload_list_content ul li {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
}

.order_valuate_upload_list_content ul li img {
    width: 100%;
    height: 100%;
}

.order_valuate_starrating_content {
    background-color: #fff;
}

.order_valuate_starrating_content {
    min-height: 76px;
}

.order_valuate_starrating_content ul {
    padding: 2px 0;
}

.order_valuate_starrating_content ul li {
    padding: 9px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.order_valuate_starrating_content ul li span {
    margin-right: 15px;
    font-size: 15px;
    color: #666;
}

.order_valuate_starrating_content ul li i {
    width: 17px;
    height: 17px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-image: url(../images/icon_ordervaluate_dark.png);
    background-size: contain;
}

.order_valuate_starrating_content ul li i.active {
    background-image: url(../images/icon_ordervaluate_light.png);
}

/*----------------------------订单评价结束----------------------------*/

/*----------------------------我的评价开始----------------------------*/

.myorder_box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.myorder_head_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.myorder_head_left {
    width: 35px;
    height: 35px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.myorder_head_left img {
    width: 100%;
    height: 100%;
}

.myorder_head_right {
    width: 100px;
    height: 35px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.myorder_head_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.myorder_head_top span:nth-child(1) {
    width: 100px;
    height: 15px;
    line-height: 15px;
    flex-grow: 1;
    flex-shrink: 1;
    padding-right: 10px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.myorder_head_top span:nth-child(2) {
    font-size: 10px;
    color: #999;
}

.myorder_head_bottom dl,
.myorder_head_bottom dl dd {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.myorder_head_bottom dl dd {
    height: 12px;
    padding-right: 17px;
}

.myorder_head_bottom dl dd span {
    margin-right: 6px;
    font-size: 12px;
    color: #666;
}

.myorder_head_bottom dl dd i {
    width: 11px;
    height: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 2px;
    background-image: url(../images/icon_myvaluate_dark.png);
    background-size: contain;
}

.myorder_head_bottom dl dd i.active {
    background-image: url(../images/icon_myvaluate_light.png);
}

.myorder_bottom_content {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.myorder_bottom_text {
    padding: 11px 0 0;
    font-size: 15px;
    color: #333;
    word-break: break-all;
}

.myorder_bottom_img {
    padding: 7px 0 0;
}

.myorder_bottom_img dl {
    max-width: 280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.myorder_bottom_img dl dd {
    width: 88px;
    height: 88px;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

.myorder_bottom_img dl dd.one {
    width: 168px;
    height: 168px;
}

.myorder_bottom_img dl dd img {
    width: 100%;
    height: 100%;
}

.myorder_bottom_reply {
    line-height: 15px;
    padding: 6px 5px;
    margin-top: 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.myorder_bottom_reply span {
    font-size: 12px;
    color: #666;
    word-break: break-all;
}

.myorder_bottom_reply span:nth-child(1) {
    color: #999;
}

.myorder_bottom_del {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.myorder_bottom_del img {
    width: 12px;
    height: 11px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.myorder_bottom_del span {
    font-size: 12px;
    color: #333;
}

/*----------------------------我的评价结束----------------------------*/

/*----------------------------到店自取开始----------------------------*/

.map_content {
    width: 100%;
    height: 100%;
    max-width: 500px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.arrival_head_goback {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../images/icon_allclassify_angleleft.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-radius: 50%;
    position: fixed;
    top: 6px;
    left: 10px;
    z-index: 2;
}

.arrival_content {
    margin-top: 110%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.arrival_sign_btn {
    height: 17px;
    text-align: center;
    overflow: hidden;
}

.arrival_sign_btn::after {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #e5e5e5;
}

.arrival_title_content {
    height: 34px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 2;
}

.arrival_title_content span {
    font-size: 17px;
    color: #333;
}

.arrival_title_content span span {
    color: #ff6e6e;
}

.arrival_shop_list .channel91_shop_box {
    position: relative;
}

.arrival_shop_list .channel91_shop_box::after {
    content: '';
    height: 1px;
    background-color: #f5f5f5;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: 1;
}

.arrival_shop_list .channel91_shop_box {
    padding: 10px;
}

.arrival_shop_list .channel91_shop_box:first-child {
    background-color: #f9f9f9;
}

.arrival_shop_list .channel91_shop_main::after{
    display: none;
}

.arrival_shop_list .channel91_shop_img {
    margin-right: 10px;
}

.arrival_shop_list .channel91_shop_main,
.arrival_shop_list .channel91_shop_info {
    padding: 0;
}

.arrival_bottom_tips {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.arrival_bottom_tips span {
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.arrival_bottom_tips span::before,
.arrival_bottom_tips span::after {
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    background-color: #ccc;
}

.arrival_bottom_tips span::before {
    margin-right: 10px;
}

.arrival_bottom_tips span::after {
    margin-left: 10px;
}

.arrival_h {
    background-color: #fff;
}

/*----------------------------到店自取结束----------------------------*/

/*----------------------------店铺评价开始----------------------------*/

.shop91_evaluate_content {
    padding-left: 17px;
    background-color: #fff;
}

.shop91_evaluate_content ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 17px 15px 0;
    border-bottom: 1px solid #eee;
}

.shop91_evaluate_portrait {
    width: 30px;
    height: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.shop91_evaluate_portrait img {
    width: 100%;
    height: 100%;
}

.shop91_evaluate_box {
    width: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.shop91_evaluate_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.shop91_evaluate_head span:nth-child(1) {
    font-size: 15px;
    color: #333;
}

.shop91_evaluate_head span:nth-child(2) {
    font-size: 10px;
    color: #a3a3a3;
}

.shop91_evaluate_star {
    padding: 3px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shop91_evaluate_star i {
    width: 11px;
    height: 11px;
    margin-right: 2px;
    background-image: url(../images/icon_myvaluate_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop91_evaluate_star i.active {
    background-image: url(../images/icon_myvaluate_light.png);
}

.shop91_evaluate_text {
    padding: 11px 0 0;
    text-align: justify;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

.shop91_evaluate_img_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.shop91_evaluate_img {
    width: 88px;
    height: 88px;
    margin: 7px 5px 0 0;
    border-radius: 4px;
    overflow: hidden;
}

.shop91_evaluate_img img {
    width: 100%;
    height: 100%;
}

.shop91_evaluate_label {
    padding: 5px 0 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url(../images/icon_dinnercover.png);
    background-position: -6px 7px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.shop91_evaluate_label span {
    padding: 0 3px;
    margin: 5px 5px 0 0;
    font-size: 10px;
    color: #52575b;
    border: 1px solid #dad8d8;
    border-radius: 2px;
}

.shop91_evaluate_reply {
    padding: 5px;
    margin: 10px 0 0;
    line-height: 16px;
    text-align: justify;
    word-break: break-all;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.shop91_evaluate_reply span {
    font-size: 12px;
    color: #999;
}

/*----------------------------店铺评价结束----------------------------*/