.search-box {
    width: 100%;
    height: 45px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
}

.search-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search-input {
    width: 92%;
    margin: 5px 0px 0px 4%;
    height: 35px;
    line-height: 35px;
    color: #333;
    border: 1px solid #ddd !important;
    text-indent: 5px;
    position: relative;
    z-index: 502;
    font-size: 14px;
}

.search-tip {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    position: absolute;
    left: calc(4% + 5px);
    left: -moz-calc(4% + 5px);
    left: -webkit-calc(4% + 5px);
    top: 5px;
    font-size: 14px;
    color: #999999;
    padding-left: 20px;
    background: url(../../../img/wechat/good/icon_search.png) no-repeat left center;
    background-size: 14px;
    z-index: 501;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tip-box {
    width: 100%;
    height: 39px;
    position: fixed;
    left: 0px;
    top: 45px;
    background: #fff;
    z-index: 500;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}

.tip-box ul {
    height: 39px;
    line-height: 39px;
    white-space: nowrap;
}

.tip-box li {
    display: inline-block;
    float: left;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    padding: 0px 8px;
    color: #333;
    z-index: 10;
    /* margin-top: 4px; */
}

.tip-box li.on {
    /* background: #60c66b !important;
	color: #fff !important; */
    color: #64b968 !important;
    border-bottom: 2px solid #64b968;
}

.tip-box li:first-child {
    margin-left: 4%;
}


.order-serve-listbox {
    width: 100%;

}

.order-serve-listbox li {
    display: block;
    width: 94%;
    margin: 0px auto;
    padding: 10px 3%;
    position: relative;
    background: #fff;
}

.order-serve-listbox li:last-child {
    border: none !important;
}

.order-serve-listbox li a {
}

.order-serve-pic {
    width: 30%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 3%;
    margin: auto;
}

.order-serve-pic.width120 {
    width: 120px;
}

.order-serve-pic-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.left_icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* width:15px; */
    height: 15px;
    line-height: 15px;
    background: #db7038;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 0 2px;
}

.right_icon {
    display: block;
    width: 100px;
    height: 12px;
    /* border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; */
    line-height: 12px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -34px;
    top: 6px;
    background: rgba(0, 0, 0, .3);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.bottom_label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
}

.order-serve-pic .lazy {
    /* position:absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	opacity: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-serve-pic.left0 {
    left: 0px !important;
    top: 0px !important;
}

.order-serve-pic span {
    display: block;
    width: 100%;
    height: 100%;
}

.order-serve-pic span.posi {
    position: relative;
}

.order-serve-pic span i {
    display: inline-block;
    line-height: 16px;
    padding: 0px 5px;
    color: #fff;
    background: #ff6813;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*.order-serve-price {
	position: absolute;
	right: 4%;
	top: 25px;
	font-size: 14px;
	color: #ec6823;
	line-height: 18px;
}*/
.order-serve-price {
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 12px;
    color: #ec6823;
    line-height: 18px;
}

.order-serve-price i {
    font-size: 18px;
    font-weight: 650;
}

.order-serve-price em {
    color: #74787f;
}

.order-price-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.order-price-box .serve-price-line {
    display: inline-block;
    margin-left: 3px;
    margin-top: -4px;
    line-height: 0;
    padding: 6px 0;
    position: relative;
    font-size: 10px;
    vertical-align: middle;
}

.serve-price-line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-top: 2px;
}

.serve-price-line:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    border: 1px solid #f8cb8d;
    /* border-radius: 3px;  */
}

.serve-price-line b {
    color: #ec6823;
    padding: 0 4px;
    line-height: 0;
    font-weight: normal;
}

.serve-price-inline {
    display: inline-block !important;
    width: auto !important;
    font-size: 12px;
    color: #ec6823;
    line-height: 18px;
}

.serve-price-inline i {
    font-size: 18px;
    font-weight: 650;
}

.serve-price-inline em {
    color: #74787f;
}

.price_tip {
    display: inline-block !important;
    width: auto !important;
    line-height: 10px;
    height: 10px;
    border: 1px solid rgba(236, 104, 35, .3);
    font-size: 8px;
    color: #ec6823;
    margin-left: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}

.price_tip i {
    display: inline-block !important;
    width: 10px;
    height: 10px;
    text-align: center;
    background: rgba(236, 104, 35, .3);
}

/*.order-serve-price span {
	display:block;
	font-size: 14px;
	color: #ec6823;
	line-height: 18px;
	text-align: center;
}*/
.order-serve-price-inner {
    display: block;
    width: 50px;
    border: 1px solid #64ba69;
    position: absolute;
    right: 4%;
    top: 43px;
    z-index: 11;

}

.order-serve-price-inner i {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: #64ba69;
    text-align: center;
}

.order-serve-price-inner p {
    color: #64ba69;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

/*.order-serve-info {
	width: calc(100% - 36% - 80px);
	width: -moz-calc(100% - 36% - 80px);
	width: -webkit-calc(100% - 36% - 80px);
	min-height: 90px;
	float: left;
	margin-left: 5px;
}*/
.order-serve-info {
    width: calc(100% - 33% - 5px);
    width: -moz-calc(100% - 33% - 5px);
    width: -webkit-calc(100% - 33% - 5px);
    min-height: 70px;
    padding-bottom: 25px;
    float: right;
    position: relative;
}

.order-serve-info.width120 {
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    min-height: 100px;
}

.order-serve-info.w72 {
    width: 72% !important;
}

.order-serve-info span {
    display: block;
    width: 100%;
}

.order-serve-info-title {
    max-height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.order-serve-info-num {
    line-height: 18px;
    font-size: 12px;
    color: #74787f;
}

/*.order-serve-info-tip {
	width: 100%;
}*/
.order-serve-info-tip {
    margin-top: 6px;
    margin-bottom: 6px;
}

.order-serve-info-tip i {
    display: inline-block;
    padding: 0px 2px;
    /* border: 1px solid #f8cb8d;
	color: #ec6823; */
    border: 1px solid rgba(100, 186, 105, 0.5);
    color: #64ba69;
    font-size: 10px;
    line-height: 13px;
    float: left;
    margin: 0px 3px 3px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.order-serve-info-tip span {
    line-height: 18px;
    font-size: 12px;
    color: #74787f;
}

.section-box {
    width: 92%;
    padding: 0px 4%;
    background: #fff;
}

.section-top {
    width: 92%;
    padding: 0px 4%;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.section-bottom {
    width: 92%;
    padding: 0px 4%;
}

.address-box {
    padding: 10px 4% !important;
}

.right-arrow {
    background: url(../../../img/wechat/good/icon_arrow_right.png) no-repeat #fff right 10px center !important;
    background-size: 7px !important;
}

.right-arrow-top {
    background: url(../../../img/wechat/good/icon_arrow_right.png) no-repeat #fff right 10px top 16px !important;
    background-size: 7px !important;
}

.right-arrow-top.on {
    background: url(../../../img/wechat/good/icon_up_arrow.png) no-repeat #fff right 10px top 16px !important;
    background-size: 14px !important;
}

.down-arrow {
    background: url(../../../img/wechat/good/icon_down_arrow.png) no-repeat #fff right 10px top 16px !important;
    background-size: 14px !important;
}

.down-arrow.on {
    background: url(../../../img/wechat/good/icon_up_arrow.png) no-repeat #fff right 10px top 16px !important;
    background-size: 14px !important;
}

.address-box p {
    width: calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.address-box em {
    display: block;
    width: calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    line-height: 16px;
    font-size: 12px;
    color: #a0a0a0;
}

.order-product {
    padding: 10px 4% !important;
    border-bottom: 1px solid #ddd;
}

.order-product-noBB {
    padding: 10px 4% !important;
}

.order-product-img {
    width: 28%;
    float: left;
}

.order-product-img span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.order-product-info {
    width: 68%;
    float: left;
    margin-left: 4%;
}

.order-product-info p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    font-weight: bold;
}

.order-product-info p.owt2 {
    height: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.order-product-info em {
    display: block;
    width: 100%;
    color: #707070;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
}

.order-product-tip {
    width: 100%;
    margin-bottom: 4px;
}

.order-product-promotion {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #ff6813;
}

.order-product-promotion em {
    color: #707070;
}

.order-product-tip i {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #ffcf8e;
    color: #ff6813;
    float: left;
    margin-right: 4px;
}

.order-product-info span {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    color: #ff6813;
}

.order-product-info span i {
    font-size: 18px;
    font-weight: 650;
}

.l-text {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #333;
    font-size: 14px;
}

.text-tip {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    color: #999999;
    font-size: 12px;
    margin-right: 2px;
}

.order-num-box {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.order-num-box span {
    display: inline-block;
    float: left;
}

.order-num-box .mbottom {
    margin-bottom: 5px;
}

.order-num-text {
    width: 50px !important;
    line-height: 30px !important;
    background: #f2f2f2;
    font-size: 14px;
    text-align: center;
}

.order-num-minus,
.order-num-add {
    width: 30px !important;
    height: 30px;
}

.order-num-minus {
    background: url(../../../img/wechat/good/icon_minus.png) no-repeat center center;
    background-size: 15px;
}

.order-num-add {
    background: url(../../../img/wechat/good/icon_add.png) no-repeat center center;
    background-size: 15px;
}

.order-num-text-green {
    width: 50px !important;
    line-height: 30px !important;
    background: #64b968;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.order-num-minus-green,
.order-num-add-green {
    width: 30px !important;
    height: 30px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.order-num-minus-green {
    background: url(../../../img/wechat/good/icon_minus_green.png) no-repeat center center;
    background-size: 30px;
}

.order-num-minus-green.disable {
    background: url(../../../img/wechat/good/icon_minus_gray.png) no-repeat center center;
    background-size: 30px;
}

.order-num-add-green {
    background: url(../../../img/wechat/good/icon_add_green.png) no-repeat center center;
    background-size: 32px;
}

.order-explain {
    padding: 10px 4% !important;
}

.order-explain p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.order-explain span {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
}

.check {
    display: none;
}

.check + label {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
}

.check + label:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #60c66b;
    position: absolute;
    right: 0px;
    top: 11px;
}

.check:checked + label:after {
    background: url(../../../img/wechat/good/icon_check.png) no-repeat center center;
    background-size: 14px;
}

.check:disabled + label:after {
    border: none;
    background: transparent;
}

.price-bottom2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    border-top: 1px solid #ddd;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
}

.pay-btn-good2 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    background: #ff7121;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px 30px;
    flex-grow: 1; /* 这将使该元素占据所有剩余的空间 */
    margin: 4px 4px;
    /* border-top-left-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0; */
    border-radius: 8px;
    border: 1px solid #fe6714;
}

.pay-btn-good2.cart {
    background: #fff;
    color: #fe6714;
    padding: 0px 20px;
    /* border-top-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 8px; */
}

.pay-btn-good2.disable {
    background: #bbb;
}

.price-bottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    border-top: 1px solid #ddd;
    background: #fff;
}

.price {
    display: inline-block;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 4%;
}

.price em {
    color: #ec6823;
    font-size: 12px;
}

.price em i {
    font-size: 18px;
    font-weight: 650;
}

.price em b {
    color: #74787f;
    font-weight: normal;
}

.price-right {
    display: inline-block;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    float: right;
    margin-right: 16px;
}

.price-right em {
    color: #ff7121;
    font-size: 18px;
    line-height: 50px;
}

.pay-btn-good {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: right;
    background: #ff7121;
    color: #fff;
    font-size: 14px;
    padding: 0px 20px;
}

.pay-btn-good.disable {
    background: #bbb;
}

.address-li {
    width: 92%;
    margin: 0px auto;
    padding: 10px 0px;
}

.address-li p {
    line-height: 20px;
    font-size: 16px;
    /* font-weight: 700; */
    margin-bottom: 8px;
    color: #333;
}

.address-li p.owt2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.address-li em {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #a0a0a0;
}

.address-info {
    float: left;
    margin-left: 10px;
}

.address-li span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333;
    float: right;
    margin-left: 10px;
    padding-left: 25px;
    font-size: 14px;
}

.address-li span.icon-del {
    background: url(../../../img/wechat/good/icon_del.png) no-repeat left center;
    background-size: 18px;
}

.address-li span.icon-edit {
    background: url(../../../img/wechat/good/icon_edit.png) no-repeat left center;
    background-size: 18px;
}

.address-opera {
    width: 92%;
    padding: 0px 4%;
    border-top: 1px solid #ddd;
}

.address-radio {
    display: none;
}

.address-radio + label {
    display: inline-block;
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
}

.address-radio + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 11px;
}

.address-radio:checked + label:before {
    border-color: #60c66b;
    background: url(../../../img/wechat/good/icon_radio.png) no-repeat;
    background-size: 100% 100%;
}

.address-opera span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333;
    float: right;
    margin-left: 12px;
    padding-left: 25px;
    font-size: 14px;
}

.address-opera span.icon-del {
    background: url(../../../img/wechat/good/icon_del.png) no-repeat left center;
    background-size: 18px;
}

.address-opera span.icon-consult {
    background: url(../../../img/wechat/good/icon_consult.png) no-repeat left center;
    background-size: 18px;
}

.address-opera span.icon-edit {
    background: url(../../../img/wechat/good/icon_edit.png) no-repeat left center;
    background-size: 18px;
}

.address-tip {
    display: inline-block;
    min-width: 85px;
    margin-right: 5px;
    margin-left: 4%;
    float: left;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.address-input {
    line-height: 20px;
    padding: 10px 0px;
    width: calc(92% - 85px);
    width: -moz-calc(92% - 85px);
    width: -webkit-calc(92% - 85px);
    float: left;
    color: #333;
    font-size: 14px;
    background: transparent;
}

.address-select {
    display: block;
    width: calc(92% - 85px);
    width: -moz-calc(92% - 85px);
    width: -webkit-calc(92% - 85px);
    float: left;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.address-select i {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #dcdcdc;
}

.address-select.text_right {
    text-align: right;
    box-sizing: border-box;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-number {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.order-number span {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #696768;
    font-size: 14px;
    margin-left: 4%;
}

.order-number i {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #ee7d1d;
    font-size: 14px;
    margin-right: 4%;
}

.order-camp-info {
    width: 92%;
    margin: 0px auto;
    padding: 10px 0px;
}

.order-camp-info span {
    display: inline-block;
    max-width: calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: -webkit-calc(100% - 60px);
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-camp-info a {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    /* margin-left: 8px; */
}

.order-camp-info a.icon-call {
    background: url(../../../img/wechat/good/icon_call.png) no-repeat;
    background-size: 100% 100%;
}

.order-camp-info a.icon-address {
    background: url(../../../img/wechat/good/icon_address.png) no-repeat;
    background-size: 100% 100%;
}

.order-camp-info p {
    width: 100%;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}

.product-price {
    width: 100%;
    margin-top: 15px;
}

.product-price b {
    display: inline-block;
    color: #333;
    line-height: 20px;
    font-size: 14px;
    margin-right: 5px;
}

.product-price i {
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.product-btn-box {
    width: 100%;
    text-align: right;
}

.product-btn-box div {
    display: inline-block;
    line-height: 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
    padding: 0px 10px;
    position: relative;
    z-index: 100;
}

.product-btn-box div.btn-green {
    color: #64BA69;
    border: 1px solid #64BA69;
}

.order-btn-box {
    width: 92%;
    text-align: right;
    padding: 10px 0px;
    margin: 0px auto;
}

.order-btn-box span {
    display: inline-block;
    line-height: 20px;
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-left: 10px;
}

.order-btn-box span.btn-black {
    border: 1px solid #999;
    color: #666;
}

.order-btn-box span.btn-green {
    border: 1px solid #60c66b;
    color: #60c66b;
}


.upload-box {
    width: 92%;
    margin: 0px auto;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-box-shadow: 0px 0px 15px #dfdfdf !important;
    -webkit-box-shadow: 0px 0px 15px #dfdfdf !important;
    box-shadow: 0px 0px 15px #dfdfdf !important;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.upload-box input {
    width: 100%;
    position: absolute;
    top: 0px;

    bottom: 0px;
    opacity: 0;
    z-index: 10;
}

.upload-box img {
    width: 100%;
}

/*编辑头像*/
.htmleaf-container {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #383838;
    display: none;
    z-index: 1080;
}

#dpage {
    background: #ebebeb;
    height: 42px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -40px;
    visibility: hidden;
    z-index: 1090;
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
    transition: all 0.3s;
}

#dpage.show {
    visibility: visible;
    -webkit-transform: translate3d(0px, -40px, 0px);
    -moz-transform: translate3d(0px, -40px, 0px);
    transform: translate3d(0px, -40px, 0px);
}

#dpage a {
    display: block;
    width: 50%;
    text-align: center;
    height: 40px;
    background: #ff6813;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    float: left;
    position: relative;
    z-index: 999;
}

#dpage a:first-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

#clipArea {
    height: 100%;
}

.upload-box p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 60px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(../../../img/wechat/good/upload_camera.png) no-repeat top center;
    background-size: 55px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.upload-tip {
    width: 92%;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    margin: 20px auto;
    text-align: center;
}

/*商品详情*/
.banner {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.banner .banner_bottom {
    width: 94%;
    padding: 0 3%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

.banner .banner_bottom span {
    float: left;
    display: inline-block;
}

.banner .banner_bottom span i {
    background: url(../../../img/wechat/good/icon_day.png) no-repeat left 4px center rgba(0, 0, 0, .3);
    background-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 5px 0 19px;
}

.banner .icon_recommend {
    padding: 0 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background: #db7038
}

.banner .banner_bottom em {
    float: right;
}

.banner.square {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.banner a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-head {
    padding: 10px 4%
}

.product-head p {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
}

.product-head em {
    line-height: 20px;
    font-size: 12px;
    color: #ec6823;
}

.product-head em i {
    font-size: 18px;
    font-weight: 650;
}

.product-head em b {
    color: #74787f;
    font-weight: normal;
}

.product-head span {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.product-select-l {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #707070;
    float: left;
    margin-right: 10px;
    margin-left: 4%;
}

.product-select-r {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    float: right;
    margin-right: 4%;
}

.product-select-r.hasRightArrow {
    margin-right: calc(4% + 15px);
    margin-right: -webkit-calc(4% + 15px);
    margin-right: -moz-calc(4% + 15px);
}

.product-select-text {
    display: inline-block;
    max-width: calc(92% - 50px);
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.product-select-text.icon_discount {
    background: url(../../../img/wechat/good/icon_discount.png) no-repeat left 4px center;
    background-size: 12px;
    padding-left: 20px;
    max-width: calc(92% - 70px);
}

.product-select-text.icon_integral {
    background: url(../../../img/wechat/good/icon_integral.png) no-repeat left 4px center;
    background-size: 12px;
    padding-left: 20px;
    max-width: calc(92% - 70px);
}

.bottom-shade {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 600;
    background: rgba(0, 0, 0, .5);
}

.bottom-shade-middle {
    width: 100%;
    height: 100%;
    position: relative;
}

.bottom-shade-box {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    max-height: 70%;
    overflow: hidden;
    padding-top: 5px;
    animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
}

.bottom-shade-inner-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.shade-product-info {
    width: 92%;
    margin: 0px auto;
    overflow-y: auto;
    padding-bottom: 80px;
}

.shade-product-over {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.shade-product-head {
    width: 92%;
    margin: 0px auto;
    height: 20px;
    line-height: 20px;
}

.close-shade {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url(../../../img/wechat/good/icon_close.png) no-repeat;
    background-size: 100% 100%;
}

.shade-product-info-box {
    padding: 8px 0px;
}

.shade-product-img {
    width: 24%;
    float: left;
}

.shade-product-img span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.shade-product {
    width: calc(100% - 27%);
    width: -moz-calc(100% - 27%);
    width: -webkit-calc(100% - 27%);
    float: left;
    margin-left: 3%;
}

.shade-product p {
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.shade-sales {
    width: 100%;
}

.shade-sales .sales-title {
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    font-weight: 600;
}

.shade-sales .beforePoint {
    position: relative;
    text-indent: 8px;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.shade-sales .beforePoint:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 6px;
}

.shade-product span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.shade-product span i {
    color: #ff6813;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.shade-product em {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.shade-product-size {
    width: 100%;
}

.shade-product-title {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

.shade-product-sizelist {
    width: 100%;
    padding-bottom: 10px;
}

.shade-product-sizelist em {
    display: inline-block;
    padding: 0px 8px;
    line-height: 20px;
    color: #666;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.shade-product-sizelist em.on {
    background: #ff6813 !important;
    color: #fff !important;
    border: 1px solid #ff6813 !important;
}

.shade-product-sizelist em.nostock {
    color: #fff !important;
}

.shade-bottom-btn {
    width: 92%;
    height: 50px;
    position: absolute;
    right: 4%;
    bottom: 0px;
}

.check-btn {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #ff6813;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 8px;
}

/*退货*/
.refund-list {
    width: 100%;
}

.refund-li {
    width: calc(92% - 45px);
    margin-left: 4%;
    padding: 10px 0px 10px 30px;
    b
}

.refund-li.icon-refund-money {
    background: url(../../../img/wechat/good/icon_refund_money.png) no-repeat left top 7px;
    background-size: 27px;
}

.refund-li.icon-refund-product {
    background: url(../../../img/wechat/good/icon_refund_product.png) no-repeat left top 9px;
    background-size: 24px;
}

.refund-li p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.refund-li span {
    display: inline-block;
    color: #8f8f8f;
    font-size: 12px;
    line-height: 20px;
}

.refund-box i {
    display: inline-block;
    float: right;
    margin-right: 10px;
    line-height: 40px;
    color: #919191;
}

.refund-box i.choose {
    color: #333;
}

.refund-box em {
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 12px;
    color: #919191;
    margin-left: 10px;
}

.refund-tip {
    display: block;
    width: 92%;
    margin: 0px auto;
    line-height: 30px;
    font-size: 12px;
    color: #939393;
}

.refund-box input[type='text'] {
    width: calc(100% - 66px);
    width: -moz-calc(100% - 66px);
    width: -webkit-calc(100% - 66px);
    float: left;
    line-height: 40px;
    font-size: 14px;
    margin-left: 10px;
}

.upload-pic-list {
    width: 92%;
    margin: 0px auto;
}

.upload-pic-list li {
    width: calc((92% - 8px) / 4);
    width: -moz-calc((92% - 8px) / 4);
    width: -webkit--calc((92% -8px) / 4);
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.upload-pic {
    margin-right: 3%;
}

.upload-pic:nth-child(4n) {
    margin-right: 0px !important;
}

.upload-pic i {
    display: block;
    width: 9px;
    height: 9px;
    background: url(../../../img/wechat/good/icon_close_white.png) no-repeat rgba(0, 0, 0, .5) center center;
    background-size: 9px;
    padding: 3px;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;

}

.upload-pic span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border: 1px solid #ddd;
}

/*.upload-pic-btn {
	width: calc((92% - 8px) / 4);
	width: -moz-calc((92% - 8px) / 4);
	width: -webkit--calc((92% - 8px) / 4);
	float: left;
	position: relative;
}*/
.upload-pic-btn span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border: 1px dashed #ddd;
    background: url(../../../img/wechat/good/icon_upload.png) no-repeat center center;
    background-size: 46%;
}

.upload-pic-btn .fileinput {
    width: 100%;
    position: absolute;
    top: 0px;
    /*right: 0px;*/
    bottom: 0px;
    /*left: 0px;*/
    opacity: 0;
}

/**商品详情*/
.nav-box {
    width: 100%;
    height: 35px;
    line-height: 35%;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
}

.nav-box li {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.nav-box li a {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    padding: 0px 8px;
}

.nav-box li.active a {
    color: #64BA69;
}

.nav-box li.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #64BA69;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.swiper-wrapper {
    width: 100%;
    position: fixed !important;
    top: 35px !important;
    bottom: 0px !important;
}

.swiper-slide {
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide ul {
    display: block;
    width: 100%;
    min-height: 100%;
    padding-bottom: 1px;
}

.car-info {
    width: 92%;
    margin: 0px auto;
}

.car-info i {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}

.car-info p {
    line-height: 16px;
    font-size: 12px;
    color: #666666;
}

.pic-list {
    margin-top: 5px;
}

.car-pic {
    width: 22%;
    float: left;
    margin-right: 3%;
}

.car-pic img {
    display: none;
}

.car-pic span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.order-time-box {
    width: 100%;
    height: 70px;
}

.order-time-outer {
    width: 30%;
    height: 100%;
    float: left;
}

.order-time-length {
    width: 40%;
    height: 100%;
    float: left;
}

.order-time-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.order-time-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.order-time-inner span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.order-time-inner.timebg {
    background: url(../../../img/wechat/good/icon_time.png) no-repeat center center;
    background-size: 100% auto;
}

.order-time-date {
    font-size: 14px;
    font-weight: 700 !important;
    color: #333 !important;
}

.time-length {
    display: inline-block;
    line-height: 28px;
    color: #666767;
    padding: 0px 8px;
    border: 1px solid #ddd;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #fff;
}

.use-list {
    width: 100%;
}

.use-list li {
    width: 100%;
    position: relative;
    z-index: 0;
}

.use-list-li {
    width: 100%;
    background: url(../../../img/wechat/icon_gray_point.png) no-repeat left top 12.5px;
    background-size: 15px;
    padding: 12px 0px;
    position: relative;
    z-index: 3;
}

.use-list li span {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    text-indent: 20px;
    position: relative;
    z-index: 1;
}

.use-list li.small_icon .use-list-li {
    background: url(../../../img/wechat/icon_gray_samll.png) no-repeat left 3px top 16px !important;
    background-size: 8px !important;
}

.use-list li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #cdcdcd;
    position: absolute;
    left: 7px;
    top: 50%;
    z-index: 0;
}

.use-list li.on:after {
    background: #60c66b !important;
}

.use-list li:last-child:after {
    background: transparent !important;
}

.use-list-li p {
    line-height: 16px;
    width: calc(100% - 20px);
    padding-left: 20px;
}

.use-list li.on .use-list-li {
    background: url(../../../img/wechat/icon_green_point.png) no-repeat left top 12.5px !important;
    background-size: 15px !important;
}

.use-list li.small_icon.on .use-list-li {
    background: url(../../../img/wechat/icon_green_samll.png) no-repeat left 3px top 16px !important;
    background-size: 8px !important;
}


.section-btn {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-left: 4px;
    background: #60C66B;

}

.cancel-code {
    width: 100%;
    text-align: center;
}

.cancel-code p {
    width: 44%;
    margin: 0px auto;
}

.cancel-code p span {
    display: block;
    width: 100%;
}

.cancel-code span.code-tip {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #AAA9A9;
    text-align: center;
    font-size: 14px;
}

.flexbox {
    display: flex;
    text-align: left;
    line-height: 22px;
}

.flexbox i {
    display: block;
    white-space: nowrap
}

.flexbox em {
    /* display:block; */
    /* flex:1; */
    vertical-align: middle;
    word-break: break-all; /* 支持IE和chrome，FF不支持*/
    word-wrap: break-word; /* 以上三个浏览器均支持 */
}

.car-time {
    display: inline-block;
    float: left;
}

.car-time-l {
    width: 85px;
    text-indent: 8px;
}

.car-time-r {
    width: calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
}

.car-time span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.car-time span:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.car-time span.icon_gray:before {
    background: #666666;
}

.car-time span.icon_green:before {
    background: #64b968;
}

.car-time i {
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.price-tip p {
    width: 92%;
    padding: 0px 4%;
    line-height: 40px;
    font-size: 14px;
}

.price-tip p em {
    display: inline-block;
    padding-right: 10px;
    color: #666;

}

.price-tip p i {
    font-size: 16px;
    color: #ff7c32;
}

.price-tip p span {
    font-size: 12px;
    color: #ff7c32;
}

.price-tip > span {
    display: block;
    width: 92%;
    padding: 0px 4%;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    background: #fff;
}

.art-nav-box {
    width: 92%;
    padding: 0px 4%;
    background: #fff;
}

.art-nav-box.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
}

.art-nav-box li {
    width: 20%;
    float: left;
    line-height: 40px;
    text-align: center;

}

.art-nav-box.num3 li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
}

.art-nav-box.num2 li {
    width: 50%;
    box-sizing: border-box;
}

.art-nav-box.num4 li {
    width: 25%;
}

.art-nav-box li a {
    display: block;
    width: 100%;
    line-height: 36px;
    position: relative;
}

.art-nav-box li a.active {
    color: #60C66B;
}

.art-nav-box li a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #60C66B;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.art-box {
    width: 92%;
    margin: 0px auto;
}

.art-box img {
    width: 100%;
    display: block !important;
    /* margin: 5px 0px; */
}

.art-box p {
    width: 100%;
    line-height: 22px;
}

.art-title {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.art-title.tour_icon {
    width: calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: -webkit-calc(100% - 20px) !important;
    padding-left: 20px;
}

.tour_icon.tour_detail_calendar {
    background: url(../../../img/wechat/good/tour_detail_calendar.png) no-repeat left center;
    background-size: 15px;
    color: #333;
}

.tour_icon.tour_detail_light {
    background: url(../../../img/wechat/good/tour_detail_light.png) no-repeat left center;
    background-size: 16px;
    color: #333;
}

.tour_icon.tour_detail_money {
    background: url(../../../img/wechat/good/tour_detail_money.png) no-repeat left center;
    background-size: 17px;
    color: #333;
}

.tour_icon.tour_detail_sigh {
    background: url(../../../img/wechat/good/tour_detail_sigh.png) no-repeat left center;
    background-size: 19px;
    color: #333;
}

.xiahuaxian {
    border-bottom: 1px solid #ddd !important;
}

.tourDescDiv p {
    margin: 0 auto;
    line-height: 22px;
}

.tourDescDiv {
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.descTitleLi {
    font-size: 15px;
    font: "SourceHanSansSC";
}

.art-fun-list {
    width: 100%;
}

.art-fun-list li {
    width: 92%;
    padding: 0px 4%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.art-fun-list li:nth-of-type(odd) {
    background: #fff;
}

.art-fun-list li:nth-of-type(even) {
    background: #f2f2f2;
}

.art-fun-list li span {
    display: inline-block;
    line-height: 40px;
}

.address-label {
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 12px;
}

.shade-title {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 5px 0px 10px 0px;
}

.shade-list {
    width: 100%;
}

.shade-list li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.deposit-list {
    width: calc(100% - 28% - 10px);
    float: left;
    margin-left: calc(10px + 28%);
}

.deposit-list p {
    width: 100%;
    margin-bottom: 5px;
    line-height: 16px;

    font-size: 12px;
}

.deposit-list p span {
    display: inline-block;
    float: left;
}

.deposit-list p em {
    display: inline-block;
    float: right;
    color: #666;
}

.deposit-list p.all {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

.deposit-list p.all em {
    color: #ff6813 !important;
}


.price-box {
    width: 100%;
}

.price-i {
    line-height: 30px;
    font-size: 14px;
    color: #ff6813;
    float: left;
}

.price-i i {
    font-size: 18px;
    font-weight: 650;
}


.order-check {
    width: 20px;
    height: 100%;
    float: left;
    margin-left: 4%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.order-check-in {
    display: none;
}

.order-check-in + label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.order-check-in + label:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.order-check-in:checked + label:after {
    background: url(../../../img/wechat/good/icon_radio.png) no-repeat center center;
    background-size: 100% 100%;
    border-color: #60C66B;

}

.order-shop {
    width: calc(92% - 30px);
    float: right;
    margin-right: 4%;
    padding: 0px !important;
}


.product-detail-box img {
    width: 100%;
    display: block !important;
}

.section-right {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
}

.passenger-info-small li {
    float: left;
    width: 25%;
    line-height: 18px;
    font-size: 14px;
    padding: 12px 4px;
    box-sizing: border-box;
    color: #333;
}

.passenger-info-big {
    display: none;
    font-size: 14px;
    line-height: 24px;
}

.passenger-info-big li {
    margin: 24px 0;
}

.passenger-info-l {
    float: left;
    width: 28%;
    color: #333;
    padding-right: 8px;
    box-sizing: border-box;
}

.passenger-info-r {
    float: right;
    width: 72%;
    color: #666;
}

.passenger-info-r span {
    display: block;
}

.passenger-info {
    font-size: 14px;
    line-height: 40px;
}

.passenger-info span {
    display: block;
    float: left;
    width: 32%;
    color: #333;
}

.add-passenger {
    width: 70%;
    text-align: center;
    color: #60c66b;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #60c66b;
    margin: 10px auto 0;
}

.search-padding {
    margin: 5px 3% 0 3%;
}

.travel-search-btn {
    width: 80px;
    padding-right: 12px;
    height: 35px;
    background: #64b968 url(../../../img/wechat/good/icon_down_arrow_white.png) no-repeat right 12px top 16px;
    background-size: 10px;
    border-radius: 4px 0 0 4px;
    border: 0;
    color: #fff;
    font-size: 14px;
}

.travel-search-input-box {
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    border-radius: 0 4px 4px 0;
    background: #f2f2f2 !important;
}

.travel-search-input {
    width: 100%;
    height: 35px;
    background: transparent !important;
    /*background: #f2f2f2 !important;*/
    border-radius: 0 4px 4px 0;
    position: relative;
    z-index: 502;
    text-indent: 8px;
}

.travel-search-position {
    width: 80px;
    display: block;
    font-size: 14px;
    line-height: 35px;
    text-indent: 12px;
    background: url(../../../img/wechat/icon_point.png) no-repeat left center;
    background-size: 10px;
}

.travel-search-filter {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../../../img/wechat/good/icon_filter.png) no-repeat right center;
    background-size: 60%;
}

.travel-search-tip {
    left: calc(3% + 165px);
    left: -webkit-calc(3% + 165px);
    left: -moz-calc(3% + 165px);
    display: block;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
}

.order-serve-info-score, .order-serve-info-peopleNum {
    display: inline-block !important;
    width: auto !important;
    /* line-height:24px; */
    font-size: 12px;
    color: #ff6813;
    margin-top: 6px;
}

.order-serve-info-score {
    margin-right: 12px;
}

.passenger-num {
    margin-left: 4%;
}

.data-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    color: #333;
}

.data-select li {
    margin: 0 0 0 4%;
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 1%;
    text-align: center;
    line-height: 18px;
}

.data-select li.on {
    border-color: #64b968;
}

.data-select li:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 0 4% 0 4%;
}

.data-select em {
    color: #ff6813;
    line-height: 18px;
}

.data-select i {
    display: block;
    white-space: nowrap;
}

.data-select b {
    display: block;
    width: 100%;
    height: 34px;
    /* background:url(../../../img/wechat/good/icon_calendar.png) no-repeat center center; */
    background: url(../../../img/wechat/good/icon_date.png) no-repeat center center;
    background-size: auto 30px;
}

/*筛选功能*/
.tfy-shade {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.camp-class-list {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -90%;
    width: 90%;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    transition: right 0.2s linear;
    -webkit-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
}

.camp-class-list.show {
    right: 0px !important;
}

.camp-class-list li {
    width: 95%;
    padding: 10px 0px;
    margin: 0px auto;
    border-bottom: 1px solid #ddd;
}

.camp-class-list li:last-child {
    border: none !important;
}

.camp-class-list-title {
    line-height: 30px;
    color: #888;
    font-size: 12px;
}

.camp-class-list-box span {
    display: inline-block;
    width: calc((100% - 23px) / 4);
    width: -moz-calc((100% - 23px) / 4);
    width: -webkit-calc((100% - 23px) / 4);
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #424242;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
}

.camp-class-list-box span:nth-child(4n) {
    margin-right: 0px;
}

.camp-class-list-box span.on {
    color: #fff;
    background: #60c66b;
    border: 1px solid #60c66b;
}

.camp-class-input {
    display: inline-block;
    width: calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    line-height: 30px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
}

.camp-class-line {
    display: inline-block;
    width: 10px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 16px;
    text-align: center
}

.camp-class-label {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #979797;
    font-size: 12px;
}

.camp-class-btn-box {
    width: 95%;
    padding-bottom: 10px;
    margin: 0px auto;
}

.camp-class-btn-box span {
    display: block;
    width: 47.5%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #ff7415;
    border: 1px solid #ff7415;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* new 2018-8-13 购物车；商品搜索；*/

.option-btn {
    display: inline-block;
    float: right;
    width: 60px;
    height: 20px;
    padding-top: 30px;
    line-height: 16px;
    font-size: 10px;
    color: #666;
    border-left: 1px solid #ddd;
    position: relative;
    text-align: center;
}

.shopping-cart-icon {
    background: url(../../../img/wechat/goodcart/shopping-cart-new.png) no-repeat center top 5px;
    background-size: 44%;
}

.shopping-service-icon {
    background: url(../../../img/wechat/goodcart/shopping-service-new.png) no-repeat center top 5px;
    background-size: 44%;
}

.del-icon {
    background: url(../../../img/wechat/goodcart/icon-del-new.png) no-repeat center top 5px;
    background-size: 38%;
}

.option-btn em {
    display: inline-block;
    padding: 1px 2px;
    position: absolute;
    top: 2px;
    left: 36px;
    background: #ff7121;
    font-size: 10px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    color: #fff;
    line-height: 10px;
    padding: 1px 3px;
    text-align: center;
}

.goods-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #fff;
}

.goods-search-inner {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding: 4px;
    line-height: 37px;
}

.goods-search-box {
    float: left;
    width: calc(100% - 90px);
    padding-left: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #f2f2f2 url(../../../img/wechat/goodcart/icon_search.png) no-repeat left 12px center;
    background-size: 18px;
}

.goods-search-box input {
    width: 92%;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 44px;
}

.goods-search-cancel-btn {
    float: right;
    width: 50px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.search-history {
    margin-top: 52px;
}

.search-history-title {
    margin: 4px 4% 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}

.search-history-list li {
    width: 100%;
    padding: 0 4%;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.search-history-list li:last-child {
    border: none;
}

.clearHistroy {
    width: 92%;
    line-height: 32px;
    text-align: center;
    margin: 24px auto 12px;
    box-sizing: border-box;
    border: 1px solid #666;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.recommend_title {
    display: inline-block;
    float: left;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-left: 7px;
}

.more_recommend {
    display: inline-block;
    float: right;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-right: 25px;
}

.tip_title {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
}

.more_tips {
    flex: 1;
    line-height: 18px;
    color: #333;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 8%;
}

.recommend_list {
    width: 96%;
    margin: 0px auto;
    padding-bottom: 10px;
}

.recommend_list li {
    width: calc(48% - 10px);
    width: -webkit-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    float: left;
    padding: 5px;
    margin-right: 4%;
    background: #f5f5f5;
    position: relative;
}

.recommend_list li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.recommend_list li:nth-child(2n) {
    margin-right: 0px !important;
}

.recommend_pic {
    width: 100%;
}

.recommend_desc {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend_pic span {
    display: block;
    width: 100%;
    padding-bottom: 54%;
}

.recommend_price {
    width: 100%;
    line-height: 24px;
    color: #ec6823;
    font-size: 12px;
}

.recommend_price i {
    font-size: 18px;
    font-weight: 650;
}

.recommend_price b {
    color: #74787f;
    font-weight: normal;
}

.address-shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: #fff;
    display: none;
}

.address-shade.show {
    display: block;
}

.address-search-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
}

.address-back {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../../img/wechat/good/icon_back.png) no-repeat center center;
    background-size: 12px;
    float: left;
}

.address-search {
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    float: left;
    height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url(../../../img/wechat/icon_search.png) no-repeat #f2f2f2 left 5px center;
    background-size: 14px;
    margin-top: 5px;
}

.address-search input {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    margin-left: 25px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.address-search input::-webkit-input-placeholder {
    color: #989898;
}

.address-search input:-moz-placeholder {
    color: #989898;
}

.address-search input::-moz-placeholder {
    color: #989898;
}

.address-search input:-ms-input-placeholder {
    color: #989898;
}

.address-changeMap {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../../img/wechat/icon_mapblack.png) no-repeat center center;
    background-size: 20px;
    float: left;
}

.address-changeMap.on {
    background: url(../../../img/wechat/icon_listblack.png) no-repeat center center;
    background-size: 18px;
}

.address-list-box {
    width: 100%;
    position: fixed;
    top: 40px;
    bottom: 0;
    z-index: 501;
    overflow-y: auto;
}

.address-list {
    width: 95%;
    margin: 0px auto;
}

.address-list li {
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
}

.address-name-box {
    width: 100%;
    display: flex;
    line-height: 20px;
}

.address-name {
    display: inline-block;
    flex: 1;
    font-size: 14px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.address-distance {
    white-space: nowrap;
    color: #999999;
    font-size: 12px;
    float: right;
    margin-right: 15px;
}

.address-detail {
    white-space: nowrap;
    color: #61c66a;
    font-size: 14px;
    float: right;
}

.address {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
}

.address-map {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 501;
}

.address-map .map {
    width: 100%;
    height: 100%;
}

.order-time-address {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.order-time-address.right {
    padding-right: 10px;
    background: url(../../../img/wechat/good/icon_arrow_right.png) no-repeat #fff right center !important;
    background-size: 7px !important;
}

.order-time-address:last-child {
    margin: 0;
}

.order-time-address .order-address {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 5px;
}

.order-time-address .order-time {
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #666;
}

.order-time-address:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.order-time-address.icon_orange:before {
    background: #ff6813;
}

.order-time-address.icon_gray:before {
    background: #666666;
}

.order-time-address.icon_green:before {
    background: #64b968;
}

.choose-title {
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    position: relative;
    padding-left: 10px;
}

.choose-title:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.choose-title.gray_point:before {
    background: #666666;
}

.choose-title.orange_point:before {
    background: #FF6813;
}

.choose-title.green_point:before {
    background: #64B968;
}

.car-address {
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    color: #333;
    font-size: 14px;
}

.address-city {
    display: inline-block;
    line-height: 20px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.address-city.on:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 0;
    top: 7px;
}

.address-labelbox {
    flex: 1;
    line-height: 20px;
    padding-right: 20px;
}

.camp-list-box {
    position: fixed !important;
    top: 40px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 500 !important;
    overflow-y: auto;
    display: none;
}

.camp-list-box.top0 {
    top: 0 !important;
}

.camp-list-box.show {
    display: block;
}

.camp-area-screen {
    background: #fff;
    z-index: 800 !important;
}

.camp-area-screen li {
    width: 95%;
    margin: 0px auto;
    /*padding-bottom: 3px;*/
    padding: 0 2.5% 3px 2.5%;
    border-bottom: 1px solid #ddd;
}

.camp-list-ul li {
    width: 95%;
    margin: 0px auto;
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

.camp-list-ul li a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.camp-area-title {
    line-height: 30px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.camp-area-text {
    line-height: 30px;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.camp-area-screen-list span {
    display: inline-block;
    width: calc((100% - 23px) / 4);
    width: -moz-calc((100% - 23px) / 4);
    width: -webkit-calc((100% - 23px) / 4);
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #424242;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
    padding-right: 0px !important;
}

.camp-area-screen-list span:nth-child(4n) {
    margin-right: 0px;
}

.camp-area-screen-list span.on {
    color: #fff;
    background: #60c66b;
    border: 1px solid #60c66b;
}

.placeholder {
    color: #CDC5BF;
}

.order_service_label {
    width: 92%;
    padding: 0 4%;
    margin: 0 auto;
    line-height: 40px;
}

.order_service_check {
    display: none;
}

.order_service_check + label {
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    position: relative;
    padding-left: 18px;
}

.order_service_check + label a {
    color: #46bf66;
}

.order_service_check + label:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #46bf66;
    position: absolute;
    left: 0px;
    top: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.order_service_check:checked + label:before {
    background: url(../../../img/wechat/icon_gou.png) no-repeat #46bf66 center center;
    background-size: 12px;
}

.icon-info {
    display: block;
    width: 25px;
    height: 40px;
    float: right;
    background: url(../../../img/wechat/icon_info.png) no-repeat right center;
    background-size: 15px;
    margin-top: 0px;
}

.center-title {
    display: block;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    margin-left: 40px;
    text-align: center;
    float: left;
}

.top-radius {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.color666 {
    color: #666 !important;
}

.company-tip {
    display: inline-block;
    /* min-width: 75px; */
    margin-right: 5px;
    /* margin-left: 4%; */
    float: left;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.right-radio {
    display: none;
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
    /* width: 100%; */
    opacity: 0;
}

.right-radio + label {
    display: inline-block;
    line-height: 20px;
    float: right;
    font-size: 14px;
    position: relative;
    /*margin-left: 15px;*/
    padding-left: 40px;
    padding-top: 10px;
    margin-left: 10px;
}

.right-radio + label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    position: absolute;
    left: 15px;
    top: 11px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.right-radio.noleft + label {
    padding-left: 24px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.right-radio.noleft + label:before {
    left: 0px !important;
}

.right-radio:checked + label:before {
    /* background: url(../../../img/wechat/good/icon_search.png) no-repeat left center; */
    background: url(../../../img/wechat/good/icon_check.png) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #65BA69;
}

.order_nav_box {
    width: 100%;
    height: 35px;
    line-height: 35%;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
}

.order_nav_box li {
    width: 20%;
    float: left;
    text-align: center;
}

.order_nav_box li a {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    padding: 0px 5px;
}

.order_nav_box li.active a {
    color: #64BA69;
}

.order_nav_box li.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #64BA69;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.order_list ul {
    padding-top: 10px;
}

.order_list li {
    width: 100%;
    padding: 12px 0;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.order_box {
    width: 92%;
    margin: 0px auto;
    display: flex;
}

.order_list_title span {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    flex: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
}

.order_list_title i {
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
}

.order_list_title i.paymented {
    color: #64BA69;
}

.order_list_title i.canceled {
    color: #999;
}

.order_list_title i.toBoPaid {
    color: #64BA69;
}

.order_list_title i.toBoReceived {
    color: #64BA69;
}

.order_list_info {
    margin-top: 18px;
    margin-bottom: 5px;
}

.order_info_img {
    display: block;
    width: 25%;
}

.order_info_img span {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.order_list_info p {
    margin: 0 10px;
    max-width: 55%;
    flex: 1;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
}

.order_list_info b {
    font-size: 12px;
}

.order_list_info b i {
    font-size: 14px;
}

.list-label {
    line-height: 40px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.choose-label {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    color: #333;
    padding: 7px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

.choose-label.on {
    background: #64b968;
    border-color: #64b968;
    color: #fff;
}

.nav_list {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: #fff;
    z-index: 500;
}

.nav_list ul {
    height: 39px;
    border-bottom: 1px solid #d8d8d8;
}

.nav_list li {
    width: 20%;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    float: left;
    color: #333;
}

.nav_list li.on {
    color: #64b968 !important;
    border-bottom: 2px solid #64b968;
}

.screen_nav {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 85px;
    left: 0;
    background: #fff;
    z-index: 551;
}

.screen_nav_ul {
    width: 100%;
}

.screen_nav_ul li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    float: left;
    text-align: center;
    color: #333;
}

.screen_nav_ul.num4 li {
    width: 25%;
}

.width94 {
    width: 94% !important;
}

.screen_nav_ul li span {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.screen_nav_ul li.on {
    color: #64b968;
}

.screen_nav_ul li.select {
    color: #64b968;
}

.screen_nav_ul li span.icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 19px;
}

.screen_nav_ul li.on span.icon:after {
    border-top: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-bottom: 4px solid #64b968 !important;
    border-left: 4px solid transparent !important;
    position: absolute;
    right: 0 !important;
    top: 14px !important;
}

.screen_nav_ul li.select span.icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #64b968;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 19px;
}

.screen_nav_ul li span.screen {
    padding-right: 12px !important;
    background: url(../../../img/wechat/good/icon_screen.png) no-repeat right center;
    background-size: 8px;
}

.screen_nav_ul li.on span.screen {
    background: url(../../../img/wechat/good/icon_screen_on.png) no-repeat right center;
    background-size: 8px;
}

.screen_nav_ul li.select span.screen {
    background: url(../../../img/wechat/good/icon_screen_on.png) no-repeat right center;
    background-size: 8px;
}

.screen_slide_shade {
    position: fixed;
    top: 125px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 520;
    background: rgba(0, 0, 0, .2);
    display: none;
}

.screen_slide {
    display: none;
}

.screen_slide_li {
    width: 100%;
    position: fixed;
    top: 125px;
    left: 0;
    z-index: 551;
    background: #fff;
    overflow-y: auto;
}

.screen_slide_box {

}

.screen_slide_box.minheight {
    min-height: 57px;
    position: relative;
}

.screen-filter-box {
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 800 !important;
}

.screen-filter-box li {
    width: 95%;
    margin: 0px auto;
    /*padding-bottom: 3px;*/
    padding: 0 2.5% 3px 2.5%;
    border-bottom: 1px solid #ddd;
}

.screen-filter-text {
    line-height: 30px;
    color: #333;
    font-size: 13px;
    text-align: left;
}

.screen-filter-text.on {
    color: #64b968;
}

.screen-filter-list-text {
    line-height: 30px;
    color: #888;
    font-size: 13px;
    text-align: left;
}

.screen-filter-list span {
    display: inline-block;
    width: calc((100% - 31px) / 4);
    width: -moz-calc((100% - 31px) / 4);
    width: -webkit-calc((100% - 31px) / 4);
    line-height: 34px !important;
    font-size: 13px;
    text-align: center;
    color: #424242;
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
    padding-right: 0px !important;
}

.screen-filter-list span.on {
    color: #424242;
    background: #e1e9e0;
    border: 1px solid #79b770;
}

.screen-filter-btn-box {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto;
    position: absloute;
    left: 0;
    bottom: 0;
}

.screen-filter-btn-box span {
    display: block;
    width: 47.5%;
    height: 40px;
    line-height: 40px;
    font-size: 16px !important;
    text-align: center;
    color: #ff7415;
    border: 1px solid #ff7415;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-right: 0px !important;
}

.class-ok {
    background: #ff7121;
    color: #fff !important;
}


.price_box {
    width: 92%;
    padding: 0 4%;
    background: -webkit-linear-gradient(left, #f9f4ec, #fefdfa);
    background: -o-linear-gradient(right, #f9f4ec, #fefdfa);
    background: -moz-linear-gradient(right, #f9f4ec, #fefdfa);
    background: linear-gradient(to right, #f9f4ec, #fefdfa);
    line-height: 30px;
    font-size: 12px;
    color: #ec6823;
    position: relative;
}

.price_box i {
    font-size: 18px;
    font-weight: 650;
}

.price_box b {
    color: #74787f;
    font-weight: normal;
}

.price_box span {
    position: absolute;
    right: 4%;
    font-weight: normal;
    color: #666;
}

.price_input {
    line-height: 40px;
    font-size: 14px;
    color: #333;
}

.ask_pic_upload {
    width: 25%;
    text-align: center;
    margin-right: 4%;
    position: relative;
}

.ask_pic_upload i.icon_close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/expert/icon_close_white.png) #ed6d3e no-repeat center center;
    background-size: 8px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 6;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.ask_pic_inner {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    background: url(/img/expert/icon_upload.png) no-repeat center bottom 75%;
    background-size: auto 40%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ask_pic_upload input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.ask_pic_upload p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.ask_pic_inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ask_pic_inner span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.bannerExpert {
    width: 100%;
    height: 60vw;
    display: flex;
    flex-wrap: wrap;
}

.bannerExpert .banner_bottom {
    width: 94%;
    padding: 0 3%;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    align-self: flex-end;
}

.bannerExpert .banner_bottom span {
    float: left;
    display: inline-block;
}

.bannerExpert .banner_bottom span i {
    background: url(../../../img/wechat/good/icon_day.png) no-repeat left 4px center rgba(0, 0, 0, .3);
    background-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 5px 0 19px;
}

.bannerExpert .banner_bottom em {
    float: right;
}

.bannerExpert .icon_recommend {
    padding: 0 2px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    background: #db7038;
    margin-left: auto;
}

.expert_info {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 10px;
    margin-top: -27px;
    margin-left: 6vw;
    margin-right: 6vw;
}

.expert_info .header_pic {
    width: 90px;
    /* height: 90px; */
    border: 1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #999;
    overflow: hidden;
}

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

.expert_info .info_label {
    margin-top: 27px;
    margin-left: 10px;
    padding: 8px 0;
    flex: 1;
    min-width: 0;
}

.info_label .name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #231917;
    align-items: center;
}

.info_label .nameSpan {
    flex: 1;
    min-width: 0;
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_label .name em {
    font-size: 12px;
    color: rgb(255, 113, 33);
    line-height: 18px;
}

.info_label .tip {
    line-height: 20px;
}

.info_label .tip i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #62b96a;
    padding: 2px 5px;
    margin: 0 4px 0 0;
    border: 1px solid #62b96a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.expert_info > .tip_div {
    width: 100%;
    margin-top: 5px;
}

.tip_div .tip {
    line-height: 20px;
}

.tip_div .tip.line1 {
    max-height: 20px;
    overflow: hidden;
}

.tip_div .tip i {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #62b96a;
    padding: 2px 5px;
    margin: 0 4px 0 0;
    border: 1px solid #62b96a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.userBox {
    /* weith: 92vw;
	height: 16vw; */
    padding: 8px 4%;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

.userBox .userItem {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.userItem > div:nth-child(1) {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background: #bbb;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.userItem .itemName {
    /* height: 10vw;
	line-height: 10vw; */
    color: #333;
    padding-top: 4px;
    width: 16vw;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.funcBox {
    width: 100%;
    overflow-y: auto;
    height: 23vw;
    background-color: white;
    position: relative;
    font-size: 14px;
    color: #666;
}

.funcBox > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;

    /*height: 100%;*/
    /*background: red;*/
}

.funcBox > div > div {
    margin-top: 2.66vw;
}

.funcBox img {
    width: 11vw;
}


.uploadBox .img_txt_link {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    width: 100%
}
