.mt10{
    margin-top: 10px;
}
a.blue{
    color: #005eb8;
    text-decoration: underline;
}
a.blue2{
    color: #263746;
    text-decoration: underline;
}
#app {
    display: none;
}

.apply {
    background: #f0f0f0;
    padding: 20px 0 60px;
}

.apply div {
    box-sizing: border-box;
}

.apply .icon {
    font-size: inherit;
}

.step {
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.step__item {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 20%;
    color: #888;
}

.step__head {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
    width: 60px;
    line-height: 60px;
    color: #e4e4e4;
    font-size: 24px;
}

.step__tit {
    padding: 10px 0;
}

.step__item.is-active,
.step__item.is-selected {
    color: #263746;
}

.step__item.is-active .step__head {
    color: #fff;
    background: #263746;
}

.step__item.is-selected .step__head {
    color: #263746;
}

.step .icon {
    font-weight: bold;
    display: none;
}

.step__item.is-selected .icon {
    display: block;
}

.step__item.is-selected .step__num {
    display: none;
}

.step__dot {
    position: absolute;
    width: 70%;
    border-top: 6px dotted;
    left: -35%;
    top: 27px;
}

.step__item .step__dot {
    color: #e4e4e4;
}

.step__item.is-selected .step__dot,
.step__item.is-active .step__dot {
    color: inherit;
}

.steps {
    margin-top: 20px;
}

.bg {
    background: #fff;
}

.row {
    overflow: hidden;
}

.row__right {
    float: right;
}

.row__left {
    float: left;
}

.row__content {
    overflow: hidden;
}

.notice {
    margin-left: 20px;
    width: 469px;
    height: 499px;
    padding: 30px 60px 0 60px;
    line-height: 2;
}

.notice__tit {
    font-size: 26px;
    text-align: center;
    margin: 16px 0;
}

.notice__list {
    color: #989898;
}

.sel-area {
    margin: 0 auto;
    width: 370px;
    height: 499px;
    padding-top: 30px;
}

.sel-area__tit {
    margin: 16px 0;
    font-size: 30px;
    text-align: center;
}

.sel-area__input {
    margin: 40px 0;
    position: relative;
}

.sel-area__goods {
    margin-top: 12px;
}

.sel-area__goods img {
    margin: 6px 12px;
    width: 130px;
    height: 130px;
}

.sel-area__goods p {
    margin: 5px 0;
}
.sel-area__goods .text{
    padding-top: 40px;
}

.icon.sel-area__ic {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #ccdce4;
    background: #fff;
}

.sel-area .mb60{
    margin-bottom: 0;
}
.sel-rec{
    margin-bottom: 10px;
    width: 500px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.sel-rec .item.selected{
    background-color: #263746;
    color: #fff;
}
.sel-rec .item{
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 25px;
    padding: 0 5px;
    cursor: pointer;
}

.sel-drop {
    line-height: 30px;
    position: absolute;
    z-index: 2;
    width: 370px;
    border: 1px solid #ccdce4;
    border-top: 0;
    background: #fafdfe;
    color: #888;
    max-height: 200px;
    overflow: auto;
}

.sel-drop__tit {
    line-height: 40px;
    padding: 0 20px;
}

.sel-drop__item {
    padding: 0 20px;
    cursor: pointer;
}

.sel-drop__item:hover {
    background: #263746;
    color: #fff;
}

.sel-area__tip {
    color: #888;
    text-align: center;
}

.sel-area__img {
    margin-top: 24px;
}

.sel-area__action{
    text-align: center;
}
.sel-area__action button{
    margin-top: 20px;
    width: 260px;
}

.step-wrap {
    /*display: none;*/
}

.col {
    width: 50%;
}

.c2 {
    height: 499px;
    text-align: center;
    padding-top: 120px;
}

.c2__img {
    width: 120px;
    height: 120px;
    margin: 30px 0;
}

.c3__price {
    color: #888;
    margin: 33px 0;
}

.c3__price span {
    color: #e51f30;
    font-size: 20px;
}

.c3 {
    text-align: center;
    padding-top: 76px;
    height: 615px;
}

.c4 {
    height: 97px;
    margin-top: 20px;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 10px;
    color: #989898;
}

.product-tit {
    font-size: 18px;
    font-weight: bold;
    color: #253746;
}

.gray {
    color: #888;
}

.line {
    margin: 12px 0;
}

.price {
    color: #ee0a3b;
    font-size: 60px;
}

.price__unit {
    font-size: 14px;
}

.d {
    color: #fff;
    background-color: #263746;
    border: 1px solid;
    padding: 0 16px;
    line-height: 24px;
    display: inline-block;
}

.d span {
    margin-right: 8px;
}

.c5 {
    height: 732px;
}

.form {
    padding: 30px 0 30px 66px;
}

.form__input {
    width: 100%;
    height: 50px;
    line-height: 18px;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

select.form__input {
    padding: 0;
    background-color: #fff;
}

.form__input:focus,
.btn:focus {
    outline: none;
}

input::-ms-clear {
    display: none;
}

.form__group {
    margin-top: 20px;
    overflow: hidden;
}

.form__label {
    float: left;
    width: 120px;
    color: #888;
    line-height: 50px;
}

.form__label.is-im:before {
    content: '*';
    color: #ee0b3c;
}

.form__content {
    overflow: hidden;
}

.is-error .form__input {
    border-color: #e51f30
}

.btn {
    display: inline-block;
    height: 50px;
    border: none;
    cursor: pointer;
    background: transparent;
    box-sizing: border-box;
    font-size: 14px;
}

.btn--red {
    color: #fff;
    background: #ee0a3b;

}

.btn--w {
    border: 1px solid #e0e0e0;
    width: 100px;
}

.is-disabled {
    background: #e0e0e0;
}

.sers {
    margin: 16px 0;
    position: relative;
    display: inline-block;
}

.sers__pic {
    display: none;
    position: absolute;
    left: -30px;
    bottom: 20px;
}

.sers:hover .sers__pic {
    display: block;
}

.tac {
    text-align: center;
}

.agr {
    margin-top: 24px;
}

.agr a {
    font-weight: bold;
    color: #005eb8;
}

.c6 {
    padding: 12px 0 30px;
}

.c6__1 {
    margin: 30px 0;
    font-size: 16px;
}

.c6__1 img{
    margin-bottom: 20px;
}
.c6__icon {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #f4f4f4;
    border-radius: 50%;
    color: #ee0b3c;
    font-size: 50px;
}

.c6__2 {
    line-height: 2;
    color: #666;
}

.c6__3 {
    margin: 50px 0;
}

.w1 {
    width: 250px;
}

.w2 {
    width: 482px;
}

.ck {
    display: none;
    color: #8dc41e;
    line-height: 50px;
    width: 50px;
    font-size: 24px;
    margin-left: 10px;
}

.is-valid .ck {
    display: inline;
}

.btn[disabled] {
    background: #e0e0e0
}

.activity-lock {
    display: table-cell;
    width: 760px;
    height: 440px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

.activity-lock .desc {
    margin-top: 25px;
    margin-bottom: 60px;
    line-height: 25px;
    font-size: 16px;
}

.activity-lock .u-btn {
    width: 190px;
    font-size: 16px;
}

.f-dialog-activity-lock .dialog-header {
    display: none;
}

.picker-info, .receiver-info{
    padding: 20px;
    height: 450px;
}
.c3.picker-info, .c5.receiver-info{
    height: 590px;
}
.picker-info>h3{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}
.picker-info .goods{
    margin-top: 50px;
    line-height: 2;
}
.picker-info .goods img{
    height: 150px;
}
.picker-info .address{
    margin-top: 60px;
    border-top: 1px dashed;
    padding-top: 20px;
    text-align: left;
    color: #888;
    line-height: 2;
}
.picker-info .address .lab{
    display: block;
    float: left;
    width: 50px;
    color: #333;
}
.picker-info .address .val{
    display: block;
    overflow: hidden;
}

.receiver-info .tips{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.receiver-info .order-info{
    margin-top: 20px;
}
.receiver-info .goods-info{
}
.receiver-info .goods-info .goods-item{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
    height: 288px;
    cursor: pointer;
}
.receiver-info .goods-info .goods-item.disabled{
    cursor: default;
}
.receiver-info .goods-info .goods-item.disabled .tag{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dbdbdb;
    color: #fff;
    border-radius: 2px;
    padding: 1px 8px;
    font-size: 12px;
}
.receiver-info .goods-info .goods-item img{
    width: 167px;
    height: 167px;
}
.receiver-info .goods-info .goods-item .title{
    margin-top: 10px;
}
.receiver-info .goods-info .goods-item .desc{
    height: 40px;
}
.receiver-info .goods-info .goods-item .iconfont.radio{
    margin-left: 5px;
    display: inline-block;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
}
.receiver-info .goods-info .goods-item.z-crt .iconfont.radio{
    background-color: #ee0a3b;
    border: 0;
}
.receiver-info .goods-info .goods-item.z-crt{
    background-color: #f2f2f2;
}
.receiver-info .goods-info .goods-item.z-crt .hx-price{
    color: #ee0a3b;
}
.receiver-info .goods-info .goods-item.z-crt .title a,.receiver-info .goods-info .goods-item.z-crt .desc{
    color: #999;
}
.receiver-info .order-info .goods{
    float: left;
    width: 130px;
    text-align: center;
    line-height: 2;
}
.receiver-info .order-info .goods img{
    width: 55px;
    height: 55px;
}
.receiver-info .order-info .goods .name{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.receiver-info .order-info .row{
    margin-top: 15px;
}
.receiver-info .order-info .row .col{
    display: inline-block;
    width: 33.33%;
    text-align: center;
    line-height: 2;
}

.receiver-info .giveaway{
    margin-top: 10px;
    height: 20px;
    overflow: hidden;
}

.receiver-info .delivery-info{
    margin-top: 20px;
    color: #888;
    line-height: 2;
}
.receiver-info .delivery-info .lab{
    display: block;
    float: left;
    width: 75px;
    color: #333;
}
.receiver-info .delivery-info .val{
    display: block;
    overflow: hidden;
}

.receiver-info .price-info{
    font-size: 12px;
    line-height: 28px;
}
.receiver-info .price-info .message .lab{
    display: block;
    float: left;
    width: 75px;
    color: #333;
}
.receiver-info .price-info .message input{
    box-sizing: border-box;
    width: 210px;
    height: 28px;
}
.receiver-info .price-info .price{
    color: #ee0a3b;
    font-weight: bold;
    font-size: 25px;
}
.receiver-info .price-info .col{
    display: block;
    float: left;
    width: 50%;
}
.receiver-info .price-info input[type=checkbox]{
    vertical-align: -2px;
    margin-right: 2px;
}

.receiver-info .f-action{
    margin-top: 5px;
    text-align: right;
}
.receiver-info .u-btn{
    width: 230px;
    height: 40px;
}

.f-other{
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    text-decoration: underline;
}
.tradeIn-list{
    table-layout: fixed;
    width: 100%;
    line-height: 1.5;
}
.tradeIn-list tr>th:nth-of-type(1){
    width: 220px;
}
.tradeIn-list td, .tradeIn-list th{
    text-align: center;
    font-size: 14px;
}
.tradeIn-list a{
    color: #263746;
    text-decoration: underline;
}
.tradeIn-list tr>td:nth-of-type(2), .tradeIn-list tr>th:nth-of-type(2){
    text-align: left;
    padding-left: 10px;
}
.tradeIn-list .col100{
    width: 100px;
}
.tradeIn-list .col250{
    width: 200px;
}
.tradeIn-list .goods{
    text-align: center;
    padding: 20px 0;
    color: #999;
}
.tradeIn-list .goods img{
    width: 50px;
    height: 50px;
}

.tradeIn-list thead{
    line-height: 50px;
}
.tradeIn-list tbody>tr:nth-of-type(1){
    background-color: #f2f2f2;
    line-height: 40px;
}
.tradeIn-list tbody>tr:nth-of-type(1) td{
    color: #999;
}
.tradeIn-list tbody>tr:nth-of-type(2){
    border: 1px solid #eee;
    border-top: 0;
}
.tradeIn-list .CANCEL.status{
    color: #888;
}
td.price{
    color: #263746;
    font-weight: bold;
}
a.u-btn{
    text-decoration: none !important;
}

/*以旧换新工单详情页*/
.tradeIn-detail .step__dot{
    width: 63%;
    left: -32%;
}

.tradeIn-detail .section{
    margin-top: 20px;
    border: 1px #ddd solid;
    padding: 30px;
}
.tradeIn-detail .section.order {
    background-color: #f2f2f2;
    border: 0;
    font-size: 16px;
}
.tradeIn-detail .order .status{
    color: #263746;
    font-weight: bold;
}
.tradeIn-detail .order .TOPAY .status{
    color: #ee0a3b;
}
.tradeIn-detail .order .CANCEL .status{
    color: #888;
}
.tradeIn-detail .section{
    line-height: 2;
}
.tradeIn-detail .section .title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.tradeIn-detail .section .lab{
    color: #000;
}
.tradeIn-detail .section .val{
    color: #666;
}
.u-btn.pay-btn{
    float: right;
    padding: 0 10px;
}

.dialog-form{
    display: none;
    width: 350px;
    padding: 0 30px;
}
.dialog-form .u-ipt{
    height: 40px;
}
.dialog-form .f-item select{
    width: 112px;
    padding: 5px;
    border: 1px solid #e0e0e0;
    color: #888;
    background-color: #fff;
}
.dialog-form .f-group>label{
    cursor: pointer;
    line-height: 30px;
}
.dialog-form .f-group-item{
    display: none;
    padding-top: 10px;
    padding-left: 20px;
}
.dialog-form .f-group-item .tips{
    font-size: 12px;
}
.dialog-form .open .f-group-item{
    display: block;
}

.dialog-form .f-action {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
}
.invoice_title_type_2{
    display: none;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-carousel .owl-controls .owl-buttons div,.owl-carousel .owl-controls .owl-page {
    cursor: pointer
}

.owl-carousel .owl-controls {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom:1}

.owl-carousel .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
    border:1px solid #e3e3e3;
}

.owl-carousel .owl-controls .owl-page.active span,.owl-carousel .owl-controls.clickable .owl-page:hover span {
    background: #e3e3e3
}

.owl-carousel .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}


#sliders .owl-buttons .owl-next,#sliders .owl-buttons .owl-prev {
    position: absolute;
    top: -180px;
    width: 41px;
    height: 69px
}

#sliders .owl-buttons .owl-prev {
    left: -20px;
}

#sliders .owl-buttons .owl-next {
    right: 0;
}

#sliders .owl-buttons .icon-home-slider {
    display: inline-block;
    width: 41px;
    height: 69px
}

#sliders .owl-buttons .icon-home-slider.prev {
    background: url(https://static.ylhwjc.com/p/images/v2/icon_home.png) no-repeat
}


#sliders .owl-buttons .icon-home-slider.next {
    background: url(https://static.ylhwjc.com/p/images/v2/icon_home.png) -61px 0 no-repeat
}