html,
body,
ul,
li,
img,
a,
p,
div {
    margin: 0;
    padding: 0;
    border-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "微软雅黑", sana-serif;
    font-size: 14px;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

a,
a:hover {
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    outline: none;
}

img {
    display: block;
    border: none;
    vertical-align: top;
}

ul,
li {
    list-style-type: none;
}

.flex {
    display: flex;
}

.between {
    justify-content: space-between;
}

.pr-10 {
    padding-right: 10px;
}

.fs-22 {
    font-size: 22px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.lh-24 {
    line-height: 24px;
}

.lh-30 {
    line-height: 30px;
}

.line-1 {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-red {
    color: red;
}

.c-yellow {
    color: #F89738;
}

.c-999 {
    color: #999;
}

.c-333 {
    color: #333;
}

.c-green {
    color: #007be1;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.block {
    display: block;
}

.newHome {
    background: #efefef;
}

.newHome .hander {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 6px 0;
    position: relative;
}

.newHome .hander .more {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    color: #999;
}

.newHome .hander img {
    margin: auto;
    width: 54%;
}

.newHome .title.home-title .title-input {
    border: 0;
    background: #efefef;
    text-align: center;
    border-radius: 20px;
    line-height: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    width: 77%;
    margin: 11px 0;
}

.newHome .title.home-title .title-input input {
    width: auto;
    text-align: center;
}

.newHome .title.home-title .title-input img {
    width: 12px;
    float: none;
}

.newHome .title.home-title .btnRight {
    width: 60px;
}

.newHome .title.home-title .btnRight .icon-search-green {
    width: 20px;
    height: 20px;
    float: left;
    margin: 13px 0;
}

.newHome .title.home-title .btnRight .icon-sort-box {
    width: 24px;
    height: 24px;
    float: right;
    margin: 13px 0;
}

.newHome .title.home-title .btnRight .icon-sort-box .icon-sort {
    margin: 0;
    width: 18px;
    height: 18px;
}

.newHome .title {
    background: #fff;
    line-height: 46px;
    height: 46px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #007be1;
    font-size: 16px;
    position: fixed;
    left: 0;
    z-index: 10;
    width: 100%;
    top: 0;
}

.newHome .title .title-input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin: 7px 0;
}

.newHome .title .title-input img {
    width: 18px;
    float: left;
    margin: 6px;
}

.newHome .title .title-input input {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    outline: none;
    border: none;
    font-size: 12px;
    line-height: 30px;
}

.newHome .title .icon-run {
    width: 100px;
    margin: 8px 0 0 0;
}

.newHome .title .icon-sort {
    float: left;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    margin-top: 14px;
}

.newHome .picture-list {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.newHome .list-box {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.newHome .list-box .list-item {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    overflow: hidden;
}

.newHome .list-box .list-item .list-item-img {
    width: 120px;
    height: 96px;
    float: left;
}

.newHome .list-box .list-item .list-item-share {
    width: 40px;
    margin-left: auto;
    margin-right: 20px;
}

.newHome .list-box .list-item .text-area1 {
    color: #03081A;
    margin-left: 15px;
    overflow: hidden;
    width: 60%;
    float: left;
}

.newHome .list-box .list-item .text-area1 .i-state {
    position: relative;
    height: 24px;
}

.newHome .list-box .list-item .text-area1 .i-state span {
    display: inline-block;
    text-align: center;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 0;
    margin-left: -62px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.newHome .list-box .list-item .text-area1 .i-state .style-yellow {
    border: 2px solid #FF9C00;
    color: #FF9C00;
}

.newHome .list-box .list-item .text-area1 .i-state .style-green {
    border: 2px solid #007be1;
    color: #007be1;
    top: -20px;
    left: 0;
    margin-left: 6px;
}

.newHome .list-box .list-item .text-area1 .state-green {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: greenyellow;
    margin-right: 10px;
}

.newHome .list-box .list-item .text-area1 .fs-15 {
    margin-bottom: -5px;
}

.newHome .list-box .text-area2 {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.newHome .list-box .text-area2 .line-1 {
    width: 62%;
}

.newHome .list-box .text-area2 .icon-address {
    height: 16px;
    width: 12px;
    margin: 1px 5px 1px 0;
    display: inline-block;
    background: url(../images/address_icon.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}

.newHome .list-box .text-area2 .icon-time {
    margin: 2px 5px 2px 0;
    height: 12px;
    background: url(../images/saishi_timeicon.png) no-repeat;
    background-size: 100% 100%;
}

.newHome .mSlider-inner {
    width: 68% !important;
}

.newHome .mSlider-inner .city-list-cell {
    overflow-y: auto;
    background: #fff;
    padding-bottom: .3rem;
    z-index: 999;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    display: none;
}

.newHome .mSlider-inner .city-list-cell .c-666 {
    padding: 15px;
    color: #666;
    font-weight: bold;
}

.newHome .mSlider-inner ul {
    padding: 0 15px;
}

.newHome .mSlider-inner li {
    width: 31%;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: center;
    background: #f2f2f2;
    color: #999;
    padding: 8px 0px;
    font-size: 13px;
}

.newHome .mSlider-inner li.active {
    border-radius: .3rem;
    color: #007be1;
}

.newHome .mSlider-inner li.active a {
    color: #007be1;
}

.details .btnsGroups-fixed {
    position: fixed;
    width: 52px;
    height: 120px;
    bottom: 10%;
    right: 10px;

}

.details .btn-backMore {
    width: 52px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: #007be1;
    text-align: center;
    padding: 8px 0;
    line-height: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.details #toTop {
    display: none;
    text-decoration: none;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: none;
    text-indent: 100%;
    background: url(../images/returnTop.png) no-repeat #999 12px 11px;
    text-align: center;
    border-radius: 33px;
}

.details .details-img {
    width: 100%;
    position: relative;
}

.details .details-img img {
    width: 100%;
}

.details .details-img .bg-black-text {
    position: absolute;
    bottom: 0;
    line-height: 40px;
    height: 40px;
    color: #fff;
    width: 94%;
    padding: 0 3%;
    left: 0;
    background: #333;
    opacity: 0.8;
    font-size: 13px;
}

.details .item-title {
    position: relative;
    width: 95%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #007be1;
    padding-left: 10px;
    border-bottom: 0.5px solid #ddd;
    background: #fff;
    margin-top: 10px;
}

.details .item-title .item-row {
    width: 100%;
    height: 2px;
    border-radius: 0px 0px 10px 0px;
    background: #007be1;
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.details .item-title .title-text{
    display: block;
    width: 74px;
    height: 25px;
    background: #007be1;
    color: #fff;
    padding-left: 10px;
    bottom: 0px;
    position: absolute;
}
.details .item-title .title-text::after{
    content: "";
    position: absolute;
    left: 84px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    background: #007be1;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.details .item-title .c-red {
    float: right;
    margin-right: 10px;
    color: red;
    font-size: 13px;
}

.details .item-cell-box {
    font-size: 13px;
    padding: 10px;
}

.details .item-cell-box .item-cell {
    line-height: 30px;
    color: #666;
}

.details .item-cell-box .item-cell i {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.details .item-cell-box .item-cell .icon-location {
    background: url("../images/address_icon.png") no-repeat center / 14px 20px;
}

.details .item-cell-box .item-cell .icon-date {
    background: url("../images/icon-date.png") no-repeat center / 16px 16px;
}

.details .item-cell-box .item-cell .icon-time {
    background: url("../images/icon-time.png") no-repeat center / 16px 16px;
}

.details .item-content {
    color: #666;
    padding: 10px 10px 40px 10px;
    line-height: 26px;
}

.details .item-content p {
    line-height: 30px;
}

.details .item-content img {
    width: 100%;
    margin: 20px auto;
    display: block;
}

.details .footerBtns {
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
    display: flex;
}

.details .footerLeft {
    line-height: 40px;
    font-size: 14px;
    border-right: 1px solid #ddd;
    color: #666666;
    text-align: center;
    display: block;
    flex: 1;
}

.details .footerBtns .footerBtns-left {
    width: 30%;
    display: inline-flex;
}

.details .footerBtns .footerBtns-right {
    display: inline-flex;
    justify-content: space-between;
    width: 70%;
    position: fixed;
    height: 40px;
    line-height: 40px;
    right: 0;
    bottom: 0;

}

.details .footerMiddle {
    line-height: 40px;
    font-size: 14px;
    color: #007be1;
    text-align: center;
    display: block;
    flex: 1;
    color: #fff;
    background: #E84327;
    height: 40px;
    box-shadow: -1px 0px 10px #E84327;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px 0 0 0;
}

.details .footerRight {
    width: 42%;
    height: 40px;
    line-height: 40px;
    background: #007be1;
    -moz-box-shadow: -1px 0px 24px #007be1;
    -webkit-box-shadow: -1px 0px 24px #007be1;
    box-shadow: 7px 0px 10px #007be1;
    color: white;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 40px;
}

.details .footerRight span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

#signup_select span{
    line-height: 40px;
    font-size: 14px;
    color: #007be1;
    text-align: center;
    display: block;
    flex: 1;
    color: #fff;
    background: #E84327;
    height: 40px;
    box-shadow: -1px 0px 10px #E84327;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
}

.details .btns-query{
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #ffffff;
    position: fixed;
    bottom: 0px;
}
.details .btns-query .btns-left{
    width: 20%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #007be1;
    display: inline-block;
    position: absolute;
    left:0px;
    float: left;
}
.details .btns-query .btns-middle{
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #007be1;
    display: inline-flex;
    position: absolute;
    float: left;
}
.details .btns-query .btns-right{
    width: 20%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #007be1;
    display: inline-block;
    position: absolute;
    right:0px;
    float: right;
}
.query .search-result {
    background: #f7f7f7;
    border-radius: 5px;
    width: 80%;
    margin: 20px auto;
    min-height: 100px;
    padding: 15px;
    color: #999;
    font-size: 14px;
}

.query .search-result .text-bold {
    color: #007be1;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.query .query-input {
    background: #007be1;
    padding: 10px;
}

.query .query-input input {
    border: none;
    border-radius: 5px;
    background: #fff;
    line-height: 40px;
    height: 40px;
    width: 96%;
    padding: 0 2%;
}

.query .btn-query {
    width: 80%;
    margin: 20px auto;
    background: #007be1;
    line-height: 34px;
    height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.query .btns-query {
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    position: fixed;
    bottom: 0;
}

.query .btns-query .btns-center {
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #007be1;
}

.query .btns-query .btns-center.btn-disable {
    background: #999;
    color: #fff;
}

.query .btns-query .btns-query-left {
    width: 50%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    display: block;
    float: left;
    color: #007be1;
}

.query .btns-query .btns-query-right {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #007be1;
    width: 50%;
    float: right;
    border-right: 0;
    background: #f8f8f8;
}

.query .btns-query .btns-query-left.active {
    background: #007be1;
    color: #fff;
}

.query .btns-query .btns-query-right.active {
    background: #007be1;
    color: #fff;
}

.query .btns-query .checkbox-agree input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 13px;
    position: relative;
}

.query .btns-query .checkbox-agree input[type=checkbox]:after {
    position: absolute;
    width: 12px;
    height: 15px;
    top: 0;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 2px;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.query .btns-query .checkbox-agree input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 12px;
    font-weight: 600;
    background-color: #007be1;
}

.register .step-menu {
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
}

.register .step-menu li {
    width: 25%;
    text-align: center;
    display: block;
    position: relative;
}

.register .step-menu li .step-name {
    width: 100%;
    font-size: 14px;
    color: #999;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -48px;
    line-height: 14px;
    padding: 5px 0;
}

.register .step-menu li .step-name p:nth-child(2) {
    font-size: 12px;
}

.register .step-menu li .border-down {
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #007be1 transparent transparent;
    margin: -10px auto 5px;
    position: relative;
    display: none;
}

.register .step-menu li .triangle_border_down span {
    display: block;
    width: 0;
    height: 0;
    border-width: 28px 28px 0;
    border-style: solid;
    border-color: #fc0 transparent transparent;
    /*黄 透明 透明 */
    position: absolute;
    top: 0px;
    left: 0px;
}

.register .step-menu li i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
}

.register .step-menu li .line {
    width: 74%;
    border-top: 2px solid #ccc;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -36%;
}

.register .step-menu li:last-child .line {
    display: none;
}

.register .step-menu li.active i {
    background: #007be1;
}

.register .step-menu li.active .border-down {
    display: block;
}

.register .step-menu li.active .step-name {
    background: #007be1;
    color: #fff;
    border-radius: 15px;
}

.register .ssinfo-title {
    text-align: center;
    font-size: 16px;
    color: #007be1;
    line-height: 24px;
}

.register .ssinfo-content {
    color: #999;
    padding: 10px;
}

.register .ssinfo-content p {
    color: #999;
}

.register .chooseType {
    padding: 0 10px;
    margin-top: 15px;
}

.register .chooseType .chooseType-item {
    border-bottom: 1px solid #ddd;
}

.register .chooseType label {
    line-height: 20px;
    display: block;
    margin-left: 5px;
    color: #999;
    width: 90%;
    padding: 10px 0;
    overflow: hidden;
}

.register .chooseType .text-content {
    width: 76%;
    float: left;
}

.register .chooseType .text-content .c-red {
    font-size: 12px;
}

.register .chooseType .text-price {
    color: #ff0101;
    width: 24%;
    float: right;
}

.register .chooseType .actual-price {
    color: #999;
    text-decoration: line-through;
    width: 24%;
    float: right;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.chooseType-item .text-content .residue-number {
    color: #999;
    font-size: 12px;
    line-height: 28px;
}

.register .chooseType .radio_type {
    width: 18px;
    height: 18px;
    float: left;
    appearance: none;
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
}

.register .chooseType .radio_type:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #007be1;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
}

.register .chooseType .radio_type:checked:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #007be1;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
}

.register .chooseType .radio_type:checked:after {
    content: '';
    width: 8px;
    height: 8px;
    text-align: center;
    background: #007be1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.register .chooseType .radio_type:checked+label {
    color: #007be1;
}

.infor-form {
    padding-bottom: 50px;
}

.infor-form .infor-form-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
    line-height: 40px;
}

.infor-form .infor-form-item .infor-form-label {
    width: 39%;
}

.infor-form .infor-form-item .infor-form-label i {
    font-style: normal;
    width: 5px;
}

.infor-form .infor-form-item .infor-form-cell {
    width: 88%;
    text-align: right;
}

.infor-form .infor-form-item .infor-form-cell .icon-right {
    height: 10px;
    width: 6px;
    display: inline-block;
    background: url(../images/arrow-right-grey.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    line-height: 40px;
    margin: 14px 0;
}

.infor-form .infor-form-item .infor-form-cell input {
    border: none;
    width: 96%;
    text-align: right;
    line-height: 40px;
    float: left;
}

.pay-text {
    text-align: center;
}

.pay-text .fs-16 {
    font-size: 16px;
}

.pay-text .fs-bold {
    font-size: 22px;
    font-weight: bold;
}

.pay-form {
    background: #efefef;
    margin: 10px;
    border-radius: 5px;
}

.pay-form .pay-form-cell {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

/*附加商品*/
.pay-form .pay-form-cell .fujia-cell—left {
    width: 87%;
    display: flex;
    justify-content: space-between;

}

.pay-form .pay-form-cell .fujia-cell—left .weui-cell__ft {
    width: 130px;

}

/*计数器样式重写*/
.fujia-cell—left .weui-count .weui-count__increase {
    background-color: #007be1;
    border: 1px solid #007be1;
}

.fujia-cell—left .weui-count .weui-count__btn {
    border: 1px solid #007be1;

}

.fujia-cell—left .weui-count__decrease:before {
    background-color: #007be1;
}

.fujia-cell—left .weui-count .weui-count__increase:after,
.weui-count .weui-count__increase:before {
    background-color: #fff;

}

.fujia-cell .radio_type {
    margin: 2px 0;
}

.fujia-cell—left label {
    justify-content: space-between;
}

.pay-form .pay-form-cell .fujia-cell—left .goods {
    max-width: 150px;
    min-width: 50px;
    display: inline-block;
    float: left;
    width: auto;
    white-space: pre-wrap;
}

.pay-form .pay-form-cell .fujia-cell—left .price {
    margin-left: 10px;
    color: red;
}

.pay-form .pay-form-cell .pay-form-left {
    display: flex;
    width: 44%;
}

.pay-form .pay-form-cell .pay-form-left img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pay-form .pay-form-cell .pay-form-left .pay-img2 {
    width: 25px;
    height: 26px;
    margin-right: 9px;
}

.pay-form .pay-form-cell label {
    display: flex;
    width: 100%;
}

.pay-form .pay-form-cell label img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pay-form .pay-form-cell .radio_type {
    width: 18px;
    height: 8px;
    appearance: none;
    position: relative;
}

.pay-form .pay-form-cell .radio_type:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #007be1;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.pay-form .pay-form-cell .radio_type:checked:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #007be1;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.pay-form .pay-form-cell .radio_type:checked:after {
    content: '\2714';
    text-align: center;
    color: #007be1;
    display: block;
    position: absolute;
    top: -2px;
    left: 3px;
    font-size: 16px;
}

.pay-form .pay-form-cell .radio_type:checked+label {
    color: #007be1;
}

.toolbar .title {
    font-size: 14px;
}

.weui-cell {
    font-size: 14px;
}

.toolbar .picker-button {
    font-size: 14px;
    color: #007be1;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
    color: #007be1;
}

.orderList .list-box .text-area2 {
    margin-top: 5px !important;
}

.orderList .title-input {
    width: 100% !important;
}

.orderList .btnRight .icon-search-green {
    /*float: none !important;*/
    /*margin: 13px auto !important;*/
    margin: 13px 0 0 7px !important;
}

.orderList .icon-state {
    width: 5px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 6px 5px 6px 0;
    background: #666;
}

.orderList .c-green {
    background: #007be1;
}

.orderList .c-yellow {
    background: #FF9C00;
}

.orderDetails .btn-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background: #007be1;
    color: #fff;
    text-align: center;
}

.orderDetails .item-title {
    border-bottom: 0 !important;
}

.orderDetails .details-status {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 10px;
}

.orderDetails .details-status .status-tip {
    font-size: 12px;
    margin-top: 8px;
}

.orderDetails .details-status .c-green {
    color: #007be1;
}

.orderDetails .details-status .c-yellow {
    color: #FF9C00;
}

.orderDetails .details-status .c-grey {
    color: #03081A;
}

.orderDetails .bg-white {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    color: #878B99;
    line-height: 26px;
}

.orderDetails .game-infor {
    border: 1px solid #e5e5e5;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.orderDetails .game-infor .text-infor {
    width: 54%;
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
    padding: 4px 0;
}

.orderDetails .game-infor .text-infor p {
    display: block;
}

.orderDetails .game-infor .price {
    padding: 16px 0;
    color: #333;
}

.orderDetails .game-infor img {
    width: 80px;
    height: 60px;
    border-radius: 5px;
}

.orderDetails .game-infor2 {
    font-size: 13px;
    color: #878B99;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.orderDetails .game-infor2 .c-333 {
    color: #333;
}

.orderDetails .mb-60 {
    margin-bottom: 60px;
}

.ID-upload #attachmnet {
    width: 100%;
}

.ID-upload .weui-cells {
    margin-top: 0;
}

.ID-upload .weui-uploader__hd {
    align-items: top;
    -webkit-box-align: top;
    -webkit-align-items: top;
}

.ID-upload .weui-uploader__hd {
    padding-top: 10px;
}

.ID-upload .weui-uploader__file-imagename {
    display: none;
}

.ID-upload .weui-uploader__files {
    display: inline-block;

}

.ID-upload .weui-uploader__input-box {
    float: right;
}

.ID-upload .weui-cell {
    padding: 0;

}

.ID-upload .weui-cell .c-red {
    font-style: normal;
}

.groupList .list-box .list-item .list-item-img {
    width: 80px;
    height: 60px;
}

.groupList .btns-query {
    height: 46px;
}

.query.groupList .btns-center {
    line-height: 46px;
    height: 46px;
}

/*团队报名信息*/
.groupInfor-box {
    background: #efefef;
    margin: 10px;
    border-radius: 5px;

}

.groupInfor-box .weui-cell_swiped>.weui-cell__bd {
    background: #efefef;

}

.groupInfor {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}

.groupInfor .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #999;
    margin-right: 20px;
    margin-top: 10px;

}

.groupInfor .groupInfor-cell {
    display: flex;
}

.groupInfor-option {
    width: 50px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;

}

.groupInfor .groupInfor-delete {
    width: 20px;
    height: 20px;

}

.groupInfor .groupInfor-edit {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
}

.btn-addgroups {
    text-align: center;
    color: #007be1;
    width: 60%;
    margin: 0 auto 40px;
    border: 1px solid #007be1;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;

}

.weixin-pay .radio_type2 {
    width: 3px;
    height: 20px;
    float: left;
    appearance: none;
    position: relative;
    margin-right: 14px;
}

.weixin-pay .radio_type2:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #007be1;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
}

.weixin-pay .radio_type2:checked:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #007be1;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
}

.weixin-pay .radio_type2:checked:after {
    content: '';
    width: 8px;
    height: 8px;
    text-align: center;
    background: #007be1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.weixin-pay .radio_type2:checked+label {
    color: #007be1;
}

.add-goods .line-1 {
    width: 90%;
    float: left;
    margin-right: 5px;
}

.pay-form-cell.add-goods {
    border-bottom: 0;
}

.add-goods-cell {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.add-goods-cell .add-goods-cell-item {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 13px;
    color: #999;
}

.add-goods-cell .add-goods-cell-item .con-number {
    width: 87%;
}

.add-goods-cell .line-1 {
    width: auto;
    float: left;
    min-width: 20%;
    max-width: 86%;

}

/*支付成功页*/
.bg-ef {
    background: #efefef;
}

.bg-white {
    background: #fff;
}

.pd-ver-35 {
    padding: 35px 0 15px 0;
}

.fs-bold {
    font-weight: bold;
}

.pay-success {
    width: 42px;
    height: 42px;
    display: block;
    margin: auto;
}

.mt-10 {
    margin-top: 10px;
}

.pd-15 {
    padding: 15px;
}

.pay-success-button {
    margin-top: 30px;
}

.pay-success-button span {
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 42px;
}

.pay-success-button .btn-1 {
    background: #007be1;
    color: #fff;
    border: 1px solid #007be1;
}

.pay-success-button .btn-2 {
    background: #fff;
    color: #007be1;
    border: 1px solid #007be1;
}

.pay-success-button .btn-disable {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

/*订单列表状态重写*/
.orderList-status {
    position: relative;
}

.orderList-status .bg-status {
    background: #333;
    opacity: 0.6;
    position: absolute;
    top: 5px;
    left: 0;
    width: 58px;
    height: 20px;
    border-radius: 0 7px 7px 0;
}

.orderList-status .status {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 54px;
    color: #fff;
    font-size: 12px;
    z-index: 9;

}

/*2020.3.12更新*/
.white-space {
    white-space: nowrap;
}

.fr {
    float: right;
}

.text-area2.group {
    display: block !important;
    overflow: hidden;
}

.text-area2.group .line-1 {
    float: left;
}

#listwrap {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 101%;
    position: fixed;
    top: 46px;
    left: 0;
}

/* 查看团队成员信息 */
.chooseType-item .text-content .residue-number .team-memeber {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 10px;
    color: #999;
    margin-left: 10px;
}

.teamMemeber .input-captain {
    margin: 20px 0;
}

.teamMemeber .input-captain input {
    border: 1px solid #ccc;
    margin: auto;
    display: block;
    line-height: 38px;
    border-radius: 20px;
    width: 60%;
    text-align: center;
}

.teamMemeber .input-captain .button {
    background: #007be1;
    display: block;
    margin: 20px auto;
    width: 30%;
    line-height: 38px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0 6px 1px #007be1;
    text-align: center;
    letter-spacing: 2px;

}

.teamMemeber .member-box {
    padding: 0 20px;
    display: none;
}

.teamMemeber .member-title {
    font-weight: 600;
    color: #23242A;
    font-size: 18px;
    margin-bottom: 10px;
}

.teamMemeber .member-title span {
    width: 4px;
    height: 18px;
    background: #007be1;
    margin: 6px 8px 0 0;
    display: block;
    float: left;
    border-radius: 3px;

}

.teamMemeber .member-team {
    text-align: center;
    margin: 20px auto;

}

.teamMemeber .img-teamLogo {
    width: 130px;
    height: 80px;
    display: block;
    margin: 0 auto 15px;

}

.teamMemeber .member-box .member-cell {
    display: flex;
    border-bottom: 1px solid #ECEEF6;
    padding: 10px 0;
    align-items: center;
}

.teamMemeber .member-box .img-avatar {
    width: 40px;
    height: 40px;

}

.teamMemeber .member-box .member-info {
    color: #999;
    font-size: 12px;
    margin-left: 20px;

}

.teamMemeber .member-box .member-info p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
}

.teamMemeber .member-box .member-info .name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.teamMemeber .member-box .member-info .img-captain {
    width: 20px;
    height: 20px;
    display: inline;
    margin-top: 2px;
}

.teamMemeber .member-box .member-info .img-man {
    width: 20px;
    height: 20px;
    display: inline;
    margin-top: 3px;
}

@media screen and (max-width: 374px) {
    .newHome .title .icon-run {
        width: 78px;
        margin-top: 12px;
    }

    .newHome .title .title-input {
        width: 50%;
    }

    .newHome .title .icon-sort {
        width: 16px;
        height: 16px;
    }

    .newHome .title {
        font-size: 14px;
    }

    .btnRight {
        width: 56px !important;
    }

    .register .chooseType .text-price {
        font-size: 13px;
        width: 26%;
    }

    .register .chooseType label {
        width: 89%;
    }

    .register .chooseType .text-content {
        width: 70%;
    }

    .pay-form .pay-form-cell .pay-form-left {
        width: 57%;
    }

    .infor-form .infor-form-item .infor-form-label {
        width: 45%;
        font-size: 13px;
    }

    .newHome .mSlider-inner li {
        font-size: 12px;
        width: 31%;
    }

    .newHome .list-box .list-item .text-area1 .fs-15 {
        font-size: 13px;
    }

    .newHome .list-box .list-item .list-item-img {
        width: 100px;
        height: 80px;
    }

    .newHome .list-box .list-item .text-area2 {
        margin-top: 8px;
    }

    .orderList .list-box .text-area2 {
        margin-top: 0 !important;
    }

    .orderList .list-box .text-area1 .c-999 {
        line-height: 14px;
    }

    .orderDetails .game-infor img {
        width: 70px;
        height: 50px;
    }

    .orderDetails .game-infor .text-infor {
        width: 50%;
        font-size: 13px;
        padding: 0;
    }

    .details .btn-backMore {
        bottom: 22%;
    }

    .newHome .list-box .text-area2 .line-1 {
        width: 56%;
    }
}

.game-member {
    display: none;
}

.game-member-cell {
    display: flex;
    border-bottom: 1px solid #ECEEF6;
    padding: 10px 0;
    align-items: center;
}

.game-member-cell:last-child {
    border-bottom: 0;
}

.game-member-cell .img-avatar {
    width: 40px;
    height: 40px;

}

.game-member-cell .member-info {
    color: #999;
    font-size: 12px;
    margin-left: 20px;

}

.game-member-cell .member-info p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
}

.game-member-cell .member-info .name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.game-member-cell .member-info .img-captain {
    width: 20px;
    height: 20px;
    display: inline;
    margin-top: 2px;
}

.game-member-cell .member-info .img-man {
    width: 20px;
    height: 20px;
    display: inline;
    margin-top: 3px;
}

.qa{
    font-size: 13px;
    /*border-bottom: 1px dashed #007be1;*/
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    margin-top: 3px;
    /*background-color: rgb(214, 216, 216);*/
}
.qa .question{
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px dashed #007be1;
}.qa .answer{
     font-size: 13px;
     line-height: 30px;;
 }
.qa  img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 3px;
}
.qa span{
    display: inline-block;
    width: 90%;
}

.team-memeber {
    border: 2px solid #d4a95a;
    border-radius: 7px;
    padding: 0px 0px;
    color: #d4a95a;
    margin-left: 10px;
    margin-right: 2px;
    width: 60px;
    height: 32px;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中，如需要 */
    /*height: 100px; !* 容器高度，根据需要设置 *!*/
    font-size: 12px;
}

.details .content-tab {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    border-bottom: 1px solid #b4b0b0;
    background: #fff;
    margin-top: 10px;
    text-align: center;
}

.details .content-tab .item{
    display: inline-block;
    position: relative;
    width: 49%;
    color: #0d0d0d;
    align-items: center;
}

.details .content-tab span{
    display: inline-block;
    height: 28px;
    color: #000000;
    font-size: 14px;
}
.details .content-tab .active{
    line-height: 30px;
    font-size: 14px;
    color: #007be1;
    border-bottom: 3px solid #007be1;
}