html {
    background-color: #f2f2f2;
}

body {
    background: none!important;
}

.top {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    --text-color: #555;
    -webkit-font-smoothing: antialiased;
}

.top_out {
    width: 1200px;
    height: 30px;
    margin: auto;
    line-height: 30px;
    font-size: 12px;
}

.ali-search {
    margin: auto;
}

.user-short-card {
    display: none;
}

.top-head-out {
    height: 80px;
    background: #fff;
}

.top-head {
    height: 80px;
    width: 1200px;
    margin: auto;
}

.top-head .logo {
    margin-top: 20px;
    float: left;
}

.top-head ul {
    height: 40px;
    margin: 20px auto 0 auto;
    width: 300px;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

.top-head li {
    font-size: 28px;
    color: #ff4000;
    font-weight: bold;
    height: 40px;
    float: left;
    text-align: center;
    padding-left: 10px;
    line-height: 40px;
    padding-right: 10px;
}

.top-head .active {
    color: #ff4000;
    border-bottom: 2px solid #ff4000;
}

.logo {
    height: 40px;
}

.s-inp {
    width: 900px!important;
    height: 50px!important;
    border-radius: 4px;
    background: 0 0;
    line-height: 50px;
    font-size: 14px;
    outline: 0;
    border: 2px solid #ff4000!important;
    border-color: #ff4000!important;
    background-color: #fff!important;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none!important;
}

.s-btn {
    width: 85px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    z-index: 998;
    border: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7e3e), to(#ff4000));
    background-image: -webkit-linear-gradient(left, #ff7e3e, #ff4000);
    background-image: -o-linear-gradient(left, #ff7e3e 0, #ff4000 100%);
    background-image: linear-gradient(90deg, #ff7e3e, #ff4000);
    border-radius: 0 6px 6px 0;
    margin-left: -6px;
}

.mid-search {
    height: 50px;
    padding: 25px;
}

.mid-main {
    width: 1200px;
    height: 385px;
    margin: auto;
}

.mid-nav-layout {
    width: 220px;
    height: 46px;
    background: #fff;
    border-bottom: solid 1px #e7e7e7;
    position: relative;
    z-index: 99;
    zoom: 1;
    float: left;
}

.mid-nav-layout .div {
    margin: 0;
    padding: 0
}

.mid-nav-layout .site-menu li.navitems-on {
    position: relative;
    background: url(../images/hot.gif) no-repeat right 1px
}

.mid-nav-layout .site-menu li.navitems-on a:hover {
    background-color: transparent;
    border-radius: 0;
    color: #f55;
    font-weight: 700
}

.mid-nav-layout .site-menu li.navitems-on a:current {
    background-color: transparent;
    border-radius: 0;
    color: #f55;
    font-weight: 700
}

.mid-nav-layout .site-menu {
    font-size: 0;
    white-space: nowrap;
    max-width: 988px;
    float: left;
    overflow: hidden;
    padding-top: 6px
}

.mid-nav-layout .site-menu li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 5px
}

.mid-nav-layout .site-menu li a {
    font-size: 14px;
    line-height: 35px;
    color: #666;
    height: 35px;
    padding: 0 20px;
    display: inline-block;
    zoom: 1
}

.mid-nav-layout .site-menu li a:hover {
    color: #f55;
    font-weight: 700
}

.mid-nav-layout .site-menu li a.current {
    color: #f55;
    font-weight: 700
}

.mid-nav-layout .site-menu li.links_a a i {
    background: url(../images/top_bg.png) no-repeat 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 3px;
    margin-left: 6px;
    -webkit-transition: .2s ease-in;
    -moz-transition: -webkit-transform .2s ease-in;
    -o-transition: -webkit-transform .2s ease-in;
    transition: .2s ease-in
}

.mid-nav-layout .site-menu li.hover a i {
    FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%
}

.mid-nav-layout .site-menu li .links_b {
    display: none;
    width: 118px;
    border-top: solid 1px #f55!important;
    border: solid 1px #F0F0F0;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    font-size: 14px
}

.mid-nav-layout .site-menu li.hover .links_b {
    display: block
}

.mid-nav-layout .site-menu li .links_b li {
    display: list-item;
    text-align: -webkit-match-parent
}

.mid-nav-layout .all-category {
    display: block;
    width: 220px;
    height: 39px;
    float: left;
}

.mid-nav-layout .all-category .title {
    line-height: 25px;
    height: 25px;
    padding: 7px 10px 9px 10px
}

.mid-nav-layout .all-category .title h3 a {
    font-size: 16px;
    font-weight: 700;
    float: left;
    margin-left: 20px;
    color: #333
}

.mid-nav-layout .all-category .title i {
    font-size: 0;
    line-height: 0;
    background: url(../images/top_bg.png) no-repeat -182px -186px;
    width: 18px;
    height: 14px;
    float: left;
    margin: 4px 4px 0 0
}

.mid-nav-layout .all-category .category {
    display: block;
    width: 220px;
    height: 345px;
    background-color: #fff;
}

.mid-nav-layout .all-category:hover .category {
    display: block
}

.mid-nav-layout .category .menu {
    background: #fff
}

.mid-nav-layout .category .menu li {
    width: 212px;
    height: 32px;
    position: relative;
    z-index: 1;
    zoom: 1
}

.mid-nav-layout .category .menu li.hover {
    z-index: 2
}

.mid-nav-layout .category .menu li:last-child {
    height: 35px
}

.mid-nav-layout .category .class {
    display: block;
    width: 183px;
    height: 16px;
    padding: 8px 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.mid-nav-layout .category .hover .class {
    background: #ffedea;
    width: 190px;
    padding: 8px 0 8px 23px;
    z-index: 2
}

.mid-nav-layout .category .class .ico {
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.mid-nav-layout .category .class .ico img {
    display: block;
    width: 16px;
    height: 16px
}

.mid-nav-layout .category .class h4 {
    vertical-align: top;
    display: inline-block
}

.mid-nav-layout .category .class h4 a {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
    display: block;
    overflow: hidden;
}

.mid-nav-layout .category .menu li.hover .class h4 a {
    color: #333
}

.mid-nav-layout .category .class .arrow {
    background: url(../images/top_bg.png) no-repeat -150px -10px;
    width: 3px;
    height: 5px;
    float: right;
    margin: 5px 0 0
}

.mid-nav-layout .category .sub-class {
    background-color: #FAFAFA;
    display: none;
    width: 946px;
    min-height: 450px;
    padding: 10px 20px 19px 20px;
    border: 2px solid #ff2900;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 212px
}

.mid-nav-layout .category li.hover .sub-class {
    display: block
}

.mid-nav-layout .category .sub-class-content {
    display: block;
    width: 730px;
    float: left
}

.mid-nav-layout .category .recommend-class {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    overflow: hidden
}

.mid-nav-layout .category .recommend-class span {
    font-size: 12px;
    background-color: #7C7171;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    margin: 0 10px 10px 0
}

.mid-nav-layout .category .recommend-class span a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 2px 10px
}

.mid-nav-layout .category .sub-class dl {
    font-size: 0;
    word-spacing: -1em;
    padding-top: 10px;
}

.mid-nav-layout .category .sub-class dl dd,
.mid-nav-layout .category .sub-class dl dt {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block
}

.mid-nav-layout .category .sub-class dl dt {
    background: url(../images/top_bg.png) no-repeat right -25px;
    width: 70px;
    height: 16px;
    padding-right: 15px;
    margin-right: 15px
}

.mid-nav-layout .category .sub-class dl dt h3 {
    line-height: 16px;
    font-weight: 600;
    color: #5C5251;
    text-align: right
}

.mid-nav-layout .category .sub-class dl dd {
    font-size: 0;
    word-spacing: -1em;
    width: 630px;
    border-bottom: solid 1px #F0F0F0;
    padding: 20px;
    margin-bottom: 10px;
    padding-top: 0;
}

.mid-nav-layout .category .sub-class dl:last-child dd {
    border-bottom: none 0
}

.mid-nav-layout .category .sub-class dl dd a {
    font-size: 12px;
    color: #7C7171;
    line-height: 14px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    height: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.mid-nav-layout .category .sub-class dl dd a:hover {
    color: #C81623
}

.mid-nav-layout .category .sub-class dl dd h5 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin: 4px 0 2px 0
}

.mid-nav-layout .category .sub-class-right {
    display: block;
    width: 194px;
    height: 440px;
    float: right
}

.mid-nav-layout .category .brands-list ul {
    font-size: 0;
    word-spacing: -1em;
    height: 136px;
    overflow: hidden
}

.mid-nav-layout .category .brands-list li {
    font-size: 12px;
    background-color: transparent!important;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    width: 94px;
    height: 31px;
    margin: 0 1px 3px 2px;
    border: none;
}

.mid-nav-layout .category .brands-list li a {
    display: block;
    position: relative;
    z-index: 1
}

.mid-nav-layout .category .brands-list li a img {
    width: 94px;
    height: 31px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mid-nav-layout .category .brands-list li a span {
    color: #333;
    line-height: 25px;
    background-color: #FFF;
    white-space: nowrap;
    text-align: center;
    width: 86px;
    height: 25px;
    padding: 3px 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden
}

.mid-nav-layout .category .brands-list li a:hover span {
    color: #FFF;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F27C7171', endColorstr='#F27C7171');
    background: #fff;
    z-index: 3
}

.mid-nav-layout .category .adv-promotions {
    display: block;
    width: 190px;
    margin: 0 2px
}

.mid-nav-layout .category .adv-promotions a {
    background: #FFF;
    display: block;
    width: 190px;
    height: 150px;
    margin-top: 10px
}

.mid-nav-layout .category .adv-promotions img {
    background: #D3D3D3;
    width: 190px;
    height: 150px
}

.mid-big-out {
    width: 600px;
    height: 386px;
    float: left;
    margin-left: 16px;
}

.mid-bigpic {
    width: 600px;
    height: 256px;
    border-radius: 4px;
    overflow: hidden;
}

.mid-bottom {
    width: 600px;
    height: 112px;
    margin-top: 16px;
    background-color: #fff;
}

.mid-r-out {
    width: 348px;
    height: 385px;
    float: right;
    background-color: #fff;
    overflow: hidden;
}

.mid-r-top {
    width: 312px;
    height: 96px;
    padding: 18px;
}

.pc-new-Login-box .identity-progress-container,
.pc-new-Login-box .login-btn-group,
.pc-new-Login-box .login-icon,
.pc-new-Login-box .my-shortcuts .shortcut-list,
.pc-new-Login-box .user_one {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc-new-Login-box .login-icon,
.pc-new-Login-box .user_one {
    -ms-flex-align: center;
    align-items: center
}

.pc-new-Login-box .identity-progress-container,
.pc-new-Login-box .login-btn-group {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pc-new-Login-box .login-icon {
    -ms-flex-pack: center;
    justify-content: center
}

.pc-new-Login-box .my-shortcuts .shortcut-item,
.pc-new-Login-box .promotion-container,
.vgroup,
.vgroup-both,
.vgroup-center,
.vgroup-justify,
.vgroup-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc-new-Login-box .my-shortcuts .shortcut-item,
.vgroup-center {
    -ms-flex-align: center;
    align-items: center
}

.pc-new-Login-box {
    width: 348px;
    height: 384px;
    border-radius: 4px;
    display: inline-block;
    background: #fff
}

.pc-new-Login-box a,
.pc-new-Login-box a:active,
.pc-new-Login-box a:focus,
.pc-new-Login-box a:hover,
.pc-new-Login-box a:link,
.pc-new-Login-box a:visited {
    color: inherit;
    text-decoration: none
}

.pc-new-Login-box .light-split,
.pc-new-Login-box .promotion-container {
    position: relative
}

.pc-new-Login-box .light-split:after,
.pc-new-Login-box .promotion-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .1
}

.pc-new-Login-box .user-base-info {
    position: relative;
    padding: 18px;
    overflow: hidden;
    background-color: #f0e5da
}

.pc-new-Login-box .user-base-info a {
    position: relative;
    z-index: 10
}

.pc-new-Login-box .user-base-info .full-link {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pc-new-Login-box .upgrade-text-wrap {
    width: 244px;
    height: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
    clear: both;
    color: #bf8d5c
}

.pc-new-Login-box .upgrade-text-wrap .left {
    float: left
}

.pc-new-Login-box .upgrade-text-wrap .left .start-level {
    color: #795530;
    font-size: 12px;
    float: left;
    margin-right: 4px
}

.pc-new-Login-box .upgrade-text-wrap .left .upgrade-text {
    font-size: 12px;
    color: #bf8d5c;
    float: left
}

.pc-new-Login-box .upgrade-text-wrap .end-level {
    float: right;
    color: #a98d73;
    font-size: 12px
}

.pc-new-Login-box .upgrade-progress-wrap {
    height: 7px;
    width: 244px;
    padding-top: 2px;
    position: relative
}

.pc-new-Login-box .upgrade-progress-wrap .progress-left {
    position: absolute;
    top: 0;
    left: 0
}

.pc-new-Login-box .upgrade-progress-wrap .progress-right {
    position: absolute;
    top: 0;
    right: 0
}

.pc-new-Login-box .upgrade-progress {
    width: 244px;
    height: 3px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, .6);
    overflow: hidden
}

.pc-new-Login-box .upgrade-progress>div {
    width: 0;
    height: 100%;
    background-color: #bf8d5c
}

.pc-new-Login-box .user_one {
    position: relative;
    height: 54px
}

.pc-new-Login-box .user_one .field {
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 12px;
    padding-bottom: 5px;
    height: 54px;
    font-size: 14px
}

.pc-new-Login-box .user_one .field .shopkeeper {
    margin-top: 10px;
    display: inline-block;
    padding: 2px 8px;
    background: #ffebe7;
    border-radius: 10px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ff2900;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-decoration: none
}

.pc-new-Login-box .user_two {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px
}

.pc-new-Login-box .user_three {
    position: relative;
    top: 16px;
    width: 164px;
    height: 55px;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0
}

.pc-new-Login-box .user_three a {
    width: 48px;
    height: 55px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    text-decoration: none
}

.pc-new-Login-box .user_three a dt {
    text-align: center
}

.pc-new-Login-box .user_three a dt img {
    width: 32px;
    height: 32px
}

.pc-new-Login-box .user_three a dd {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #555;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0
}

.pc-new-Login-box .user_three a:hover dd {
    color: #ff2900;
    font-weight: 700
}

.pc-new-Login-box .user_three a:first-child {
    margin-left: 0
}

.pc-new-Login-box .user_three a:first-child:hover .three_acitve_one,
.pc-new-Login-box .user_three a:last-child:hover .three_acitve_three,
.pc-new-Login-box .user_three a:nth-child(2):hover .three_acitve_two {
    cursor: pointer;
    display: block
}

.pc-new-Login-box .user_three .three_acitve_one,
.pc-new-Login-box .user_three .three_acitve_three,
.pc-new-Login-box .user_three .three_acitve_two {
    display: none;
    z-index: 1;
    width: 200px;
    height: 196px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 17px 14px 19px;
    margin: 0
}

.pc-new-Login-box .user_three .three_acitve_one .p_img,
.pc-new-Login-box .user_three .three_acitve_three .p_img,
.pc-new-Login-box .user_three .three_acitve_two .p_img {
    margin: 0;
    vertical-align: top;
    display: inline-block
}

.pc-new-Login-box .user_three .three_acitve_one .p_img img,
.pc-new-Login-box .user_three .three_acitve_three .p_img img,
.pc-new-Login-box .user_three .three_acitve_two .p_img img {
    width: 150px;
    height: 150px
}

.pc-new-Login-box .user_three .three_acitve_one .welfare,
.pc-new-Login-box .user_three .three_acitve_three .welfare,
.pc-new-Login-box .user_three .three_acitve_two .welfare {
    margin: 0;
    vertical-align: top;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #888;
    letter-spacing: 0;
    line-height: 22px
}

.pc-new-Login-box .user_three .three_acitve_one {
    position: absolute;
    left: -18px;
    bottom: -206px
}

.pc-new-Login-box .user_three .three_acitve_one .three_Triangle_one {
    position: absolute;
    left: 18%;
    top: -19px;
    width: 0;
    height: 0;
    z-index: 2;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.pc-new-Login-box .user_three .three_acitve_two {
    position: absolute;
    left: -18px;
    bottom: -206px
}

.pc-new-Login-box .user_three .three_acitve_two .three_Triangle_two {
    position: absolute;
    left: 46%;
    top: -19px;
    width: 0;
    height: 0;
    z-index: 2;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.pc-new-Login-box .user_three .three_acitve_three {
    position: absolute;
    left: -18px;
    bottom: -206px
}

.pc-new-Login-box .user_three .three_acitve_three .three_Triangle_three {
    position: absolute;
    left: 75%;
    top: -19px;
    width: 0;
    height: 0;
    z-index: 2;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.pc-new-Login-box .Avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.pc-new-Login-box .login-icon {
    position: relative;
    width: 56px;
    height: 56px;
    line-height: 1;
    background: url(https://img.alicdn.com/tfs/TB1Ci4zr9R26e4jSZFEXXbwuXXa-58-58.png) no-repeat
}

.pc-new-Login-box .login-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%
}

.pc-new-Login-box .login-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    left: 0;
    bottom: -1px
}

.pc-new-Login-box .login-icon .user-img {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 4px;
    right: 0
}

.pc-new-Login-box .login-icon .Avatar {
    width: 54px;
    height: 54px
}

.pc-new-Login-box .unlogin-icon {
    line-height: 0
}

.pc-new-Login-box .user-level-icon {
    width: auto;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px
}

.pc-new-Login-box .user-identity-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 12px;
    background-color: #dec2a8;
    overflow: hidden
}

.pc-new-Login-box .user-identity-icon.unchecked {
    color: #a48060
}

.pc-new-Login-box .user-identity-icon.checked {
    position: relative;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a5), color-stop(60%, #c6986c));
    background-image: -webkit-linear-gradient(left, #e5c9a5, #c6986c 60%);
    background-image: -o-linear-gradient(left, #e5c9a5 0, #c6986c 60%);
    background-image: linear-gradient(90deg, #e5c9a5, #c6986c 60%)
}

.pc-new-Login-box .user-identity-icon.checked.userCertificate {
    padding-left: 26px
}

.pc-new-Login-box .user-identity-icon.checked.userCertificate:before {
    content: url(https://img.alicdn.com/imgextra/i2/O1CN01AksALQ21Ie4oyTbXE_!!6000000006962-55-tps-18-18.svg);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0
}

.pc-new-Login-box .login-btn-group {
    margin-top: 10px
}

.pc-new-Login-box .login-btn-group .user_login,
.pc-new-Login-box .login-btn-group .user_registered {
    display: inline-block;
    padding-top: 2px;
    width: 152px;
    height: 32px;
    font: 14px/26px PingFangSC-Regular;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0;
    text-decoration: none;
    border: 1px solid #ff4000;
    background-color: #ff4000
}

.pc-new-Login-box .login-btn-group .user_registered {
    color: #ff4000;
    background-color: #fff
}

.pc-new-Login-box .login-btn-group .login_in {
    width: 36px;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 0 22px;
    padding-top: 10px;
    text-align: center
}

.pc-new-Login-box .login-btn-group .login_in span:first-child {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #ff2900;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px
}

.pc-new-Login-box .login-btn-group .login_in span:last-child {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #555;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px
}

.pc-new-Login-box .login-btn-group .login_in:first-child {
    margin-left: 5px
}

.pc-new-Login-box .identity-progress-container {
    padding-left: 16px;
    padding-right: 16px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    color: hsla(0, 0%, 100%, .45);
    background-image: -webkit-linear-gradient(292deg, #11171d, #1b1b1b);
    background-image: -o-linear-gradient(292deg, #11171d 0, #1b1b1b 100%);
    background-image: linear-gradient(158deg, #11171d, #1b1b1b);
    -ms-flex-align: center;
    align-items: center
}

.pc-new-Login-box .identity-progress-container .self-action {
    color: #978a7a
}

.pc-new-Login-box .identity-progress-container .self-action:before {
    content: url(https://gw.alicdn.com/tfs/TB1REN131H2gK0jSZJnXXaT1FXa-12-12.svg);
    margin-right: 6px;
    width: 12px;
    height: 12px
}

.pc-new-Login-box .promotion-container {
    position: relative;
    height: 102px;
    font-size: 14px;
    line-height: 1;
    color: #fde4bd;
    overflow: hidden
}

.pc-new-Login-box .promotion-container .full-link {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pc-new-Login-box .promotion-container .abroad-promotion-img {
    width: 324px;
    margin: 12px 12px 0;
    height: auto;
    border-radius: 8px
}

.pc-new-Login-box .promotion-container .promotion-img {
    width: 348px;
    height: 96px
}

.pc-new-Login-box .my-shortcuts {
    margin-bottom: 20px;
    height: 132px;
    font-size: 14px;
    line-height: 1;
    color: #666
}

.pc-new-Login-box .my-shortcuts .title {
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700
}

.pc-new-Login-box .my-shortcuts .shortcut-list {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px
}

.pc-new-Login-box .my-shortcuts .shortcut-item {
    position: relative;
    width: 82px;
    height: 45px;
    padding: 6px 0px!important;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    color: #333
}

.pc-new-Login-box .my-shortcuts .shortcut-item .shortcut-item-value {
    color: #222
}

.pc-new-Login-box .my-shortcuts .shortcut-item .shortcut-item-title {
    color: #666
}

.pc-new-Login-box .my-shortcuts .shortcut-item:hover {
    color: #ff2900;
    background-color: #f4f4f4
}

.pc-new-Login-box .my-shortcuts .shortcut-item:hover .user-shortcut-tip {
    display: block
}

.pc-new-Login-box .my-shortcuts .shortcut-item:nth-child(n+5) {
    margin-top: 9px
}

.pc-new-Login-box .my-shortcuts .shortcut-item span {
    text-align: center
}

.pc-new-Login-box .my-shortcuts .shortcut-item>span:first-child {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 22px
}

.pc-new-Login-box .my-shortcuts .shortcut-item .shortcut-icon {
    margin-bottom: 6px;
    width: 40px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pc-new-Login-box .my-shortcuts .shortcut-item .user-shortcut-tip {
    position: absolute;
    top: 58px;
    display: none;
    padding: 3px 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    line-height: 16px;
    color: #222
}

.pc-new-Login-box .my-shortcuts .shortcut-item .user-shortcut-tip>span {
    position: relative;
    z-index: 2
}

.pc-new-Login-box .my-shortcuts .shortcut-item .user-shortcut-tip,
.pc-new-Login-box .my-shortcuts .shortcut-item .user-shortcut-tip:after {
    border: 1px solid #ddd;
    background-color: #fff
}

.pc-new-Login-box .my-shortcuts .shortcut-item .user-shortcut-tip:after {
    content: "";
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    width: 12px;
    height: 12px;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pc-new-Login-box .News_bottom {
    margin-top: 1px;
    overflow: hidden
}

.pc-new-Login-box .News_bottom .News_two {
    width: 100%;
    height: 20px;
    position: relative
}

.pc-new-Login-box .News_bottom .News_two .two_new {
    width: 29px;
    height: 19px;
    display: inline-block;
    margin: 0
}

.pc-new-Login-box .News_bottom .News_two .two_new img {
    width: 29px;
    height: 14px
}

.pc-new-Login-box .News_bottom .News_two .two_matter {
    position: absolute;
    top: -3px;
    width: 120px;
    height: 15px;
    margin-left: 8px;
    display: inline-block;
    margin-bottom: 0
}

.pc-new-Login-box .News_bottom .News_two .two_matter p {
    height: 19px;
    margin: 0
}

.pc-new-Login-box .News_bottom .News_two .two_matter p a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #555;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap
}

.pc-new-Login-box .News_bottom .News_two .two_matter p a:hover {
    color: #ff2900
}

.pc-new-Login-box .News_bottom .News_two .anim {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: -20px
}

.pc-new-Login-box .News_three {
    position: absolute;
    left: -20px;
    bottom: -10px;
    width: 348px;
    height: 32px;
    background: #f9f9f9;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
    letter-spacing: 0
}

.pc-new-Login-box .News_three p {
    line-height: 32px;
    text-align: center;
    margin: 0
}

.pc-new-Login-box .News_three p a {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    text-decoration: none
}

.pc-new-Login-box .News_three p img {
    margin-left: 6px
}

.pc-new-Login-box .News_three .News_three_right {
    width: 7px;
    height: 10px
}

.pc-new-Login-box .mod-buyCard {
    width: 348px;
    height: 36px;
    position: relative
}

.pc-new-Login-box .mod-buyCard .full-link {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pc-new-Login-box .mod-buyCard .buyCard-text {
    color: #7e5b38;
    font-size: 12px
}

.pc-new-Login-box .mod-buyCard .mod-buyCard-left {
    float: left;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7dbd0;
    padding-left: 7px;
    padding-right: 7px
}

.pc-new-Login-box .mod-buyCard .mod-buyCard-left .buyCard-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    float: left
}

.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass-box {
    width: 348px;
    height: 36px;
    background-color: #f0e4d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 334px;
    height: 36px;
    background: -webkit-linear-gradient(330deg, #ff4000 88%, #f42f0e 88% 100%);
    background: -o-linear-gradient(330deg, #ff4000 0 88%, #f42f0e 88% 100%);
    background: linear-gradient(120deg, #ff4000 88%, #f42f0e 88% 100%);
    border-radius: 5px;
    color: #fcfaf0;
    font-size: 12px;
    line-height: 12px;
    padding-left: 8px;
    padding-right: 8px
}

.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass,
.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass .mod-buycard-monthly-pass-left-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass .mod-buycard-monthly-pass-img-left {
    width: 100px;
    margin-right: 8px
}

.pc-new-Login-box .mod-buyCard .mod-buycard-monthly-pass .mod-buycard-monthly-pass-img-right {
    height: 18px;
    width: 62px
}

.pc-new-Login-box .mod-demand {
    height: 98px;
    padding: 18px 16px 22px;
    background-color: #f0e4d9;
    clear: both;
    position: relative
}

.pc-new-Login-box .mod-demand .pointer {
    cursor: pointer
}

.pc-new-Login-box .mod-demand .full-link {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pc-new-Login-box .mod-demand .mod-demand-arrow,
.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-right {
    width: 7px;
    height: 7px;
    margin-left: 2px
}

.pc-new-Login-box .mod-demand .mod-demand-top {
    width: 316px;
    height: 22px;
    float: left
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-left {
    float: left
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-left .mod-demand-title {
    font-weight: 500;
    font-size: 16px;
    color: #222
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right {
    float: right
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-action-wrap {
    width: 82px;
    height: 24px;
    margin-top: -2px;
    background-image: url(https://img.alicdn.com/imgextra/i2/O1CN01vhGwVr1shzSF4vObp_!!6000000005799-55-tps-82-24.svg);
    background-repeat: no-repeat;
    background-size: "82px 24px"
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-action-wrap:hover {
    background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01GjOcev1T66IMPfoyh_!!6000000002332-55-tps-82-24.svg)
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-action-wrap2 {
    width: 82px;
    height: 24px;
    margin-top: -2px;
    background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01fiIyF81iKxNf2wIOW_!!6000000004395-55-tps-82-24.svg);
    background-repeat: no-repeat;
    background-size: "82px 24px"
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-action-wrap2:hover {
    background-image: url(https://img.alicdn.com/imgextra/i3/O1CN01uemYSn1d7bkv0TNrb_!!6000000003689-55-tps-82-24.svg)
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-text {
    color: #7e5b38;
    font-size: 12px
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-text:hover {
    color: #ff2900
}

.pc-new-Login-box .mod-demand .mod-demand-top .mod-demand-right .mod-demand-icon {
    margin-right: 4px
}

.pc-new-Login-box .mod-demand .mod-demand-bottom {
    width: 316px;
    height: 30px;
    margin-top: 14px;
    float: left;
    position: relative;
    overflow: hidden
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check {
    width: 316px;
    height: 28px;
    border-radius: 14px;
    background-color: #f8f3ee;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .left {
    float: left
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .right {
    float: right
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .right-action {
    font-size: 12px;
    color: #71675e;
    margin-right: 8px
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .mod-demand-arrow-wrap {
    height: 16px;
    vertical-align: middle
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .mod-demand-check-info {
    width: 280px;
    font-size: 12px;
    color: #71675e;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .mod-demand-check-info:hover {
    color: #ff2900
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .mod-demand-check-info-tips {
    width: 150px;
    font-size: 12px;
    color: #71675e;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-check .mod-demand-check-info-tips:hover {
    color: #ff2900
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-detail {
    border-radius: 14px;
    background-color: #f8f3ee;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px
}

.pc-new-Login-box .mod-demand .mod-demand-bottom .mod-demand-detail .mod-demand-detail-item {
    float: left;
    font-size: 12px;
    color: #71675e;
    padding: 4px 6px
}

.pc-new-Login-box .news-wrap {
    padding: 14px 16px;
    margin-top: 8px;
    border-top: 1px solid #f2f2f2
}

.pc-new-Login-box .news-wrap .news-tab-wrap {
    width: 348px;
    height: 22px;
    float: left
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap {
    float: left;
    margin-right: 30px;
    text-align: center;
    cursor: pointer
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap .tab-title {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap .tab-title:hover {
    color: #ff4000
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap .tab-title.active {
    font-size: 14px;
    color: #ff4000;
    font-weight: 500
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap .tab-line {
    display: block;
    margin: 3px auto 0;
    display: none
}

.pc-new-Login-box .news-wrap .news-tab-wrap .tab-wrap-title-wrap .tab-line.active {
    display: block
}

.pc-new-Login-box .news-wrap .news-info-wrap {
    width: 312px;
    padding-top: 6px;
    overflow: hidden
}

.pc-new-Login-box .news-wrap .news-info-wrap .info-wrap {
    width: 600px
}

.pc-new-Login-box .news-wrap .news-info-wrap .news-paragraph {
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-right: 26px;
    color: #222
}

.mid-baopin-l {
    width: 592px;
    height: 312px;
    margin-top: 16px;
    float: left;
    background-color: #fff;
    margin-right: 16px;
}

.mid-baopin-r {
    width: 592px;
    height: 312px;
    margin-top: 16px;
    float: left;
    background-color: #fff;
}

.mid-baopin-tt {
    width: 544px;
    margin: auto;
    height: 60px;
}

.mid-baopin-tt-b {
    line-height: 18px;
    white-space: nowrap;
    color: #ff4000;
    font-family: HelveticaNeue, Helvetica Neue;
    font-size: 14px;
    font-weight: NaN;
    float: left;
}

.mid-baopin-tt-c {
    width: 110px;
    line-height: 60px;
    padding-left: 10px;
    float: left;
}

.mid-baopin-tt-d {
    float: right;
    line-height: 60px;
}

.mid-baopin-tt-a {
    display: inline-block;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    font-family: PingFang SC;
    float: left;
}

.mid-baopin-item {
    width: 176px;
    height: 252px;
    float: left;
    margin-right: 8px;
}

.mid-baopin-item h1 {
    font-size: 14px;
    font-family: PingFang SC;
    width: 100%;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 181px;
    display: block;
    overflow: hidden;
    line-height: 30px;
}

.mid-baopin-item em {
    color: #ff4000;
    float: left;
    font-size: 16px;
}

.mid-baopin-item h2 {
    color: #999;
    font-size: 12px;
    float: left;
    margin-left: 10px;
}

.mid-baopin-item em span {
    font-size: 12px;
}

.mid-baopin-item h1 a {
    color: #222;
}

.mid-baopin-item img {
    width: 176px;
    height: 176px;
}

.mid-baopin-m {
    width: 1200px;
    height: auto;
    margin-top: 16px;
    float: left;
    background-color: #fff;
}

.mid-baopin-m-tt {
    width: 1154px;
    margin: auto;
    height: 60px;
}

.rec-offer-list {
    background: #fff;
    padding: 0 0 6px 20px;
    border-radius: 4px
}

.rec-offer-list .rec-offer {
    width: 216px;
    height: 354px;
    border: 1px solid #f2f2f2;
    margin: 0 18px 18px 0;
    position: relative
}

.rec-offer-list .rec-offer .rec-offer-find-similar {
    display: none
}

.rec-offer-list .rec-offer .rec-offer-find-similar-btn {
    width: 128px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#ff6000), to(#ff4000));
    background: -webkit-linear-gradient(left, #ff6000, #ff4000);
    background: -o-linear-gradient(left, #ff6000, #ff4000);
    background: linear-gradient(90deg, #ff6000, #ff4000)
}

.rec-offer-list .rec-offer .rec-offer-find-similar-link {
    text-decoration: none!important
}

.rec-offer-list .rec-offer:nth-child(4n+n) {
    margin-right: 0
}

.rec-offer-list .rec-offer:hover {
    border: 1px solid #ff2900
}

.rec-offer-list .rec-offer:hover .rec-offer-find-similar {
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #fff));
    background: -webkit-linear-gradient(transparent, #fff 60%);
    background: -o-linear-gradient(transparent, #fff 60%);
    background: linear-gradient(transparent, #fff 60%)
}

.rec-offer-list .rec-offer:hover .alife-bc-uc-textLine {
    color: #ff2900
}

.rec-offer-list .offer-title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px
}

.rec-offer-list .offer_titles {
    height: 18px;
    overflow: hidden;
    font-size: 14px
}

.rec-offer-list .offer-info {
    padding: 8px 10px;
    height: 90px;
}

.rec-offer-list .rec-offer:hover .offer-title,
.rec-offer-list .rec-offer:hover .offer_titles {
    color: #ff2900
}

.rec-offer-list .link {
    display: block;
    color: #222
}

.rec-offer-list .link:hover {
    text-decoration: none
}

.rec-offer-list .i-supplier {
    width: 18px
}

.rec-offer-list .i-supplier,
.rec-offer-list .offer-icon {
    height: 18px;
    margin-right: 5px;
    vertical-align: top
}

.rec-offer-list .i-shishang {
    background: url(https://img.alicdn.com/tfs/TB1KeVwbrr1gK0jSZFDXXb9yVXa-36-36.png) no-repeat;
    background-size: 18px 18px
}

.rec-offer-list .i-jinguan {
    background: url(https://img.alicdn.com/tfs/TB1M0BxbuP2gK0jSZFoXXauIVXa-36-36.png) no-repeat;
    background-size: 18px 18px
}

.rec-offer-list .benefit-tags {
    margin-top: 5px
}

.rec-offer-list .benefit-tags .grid div {
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rec-offer-list .tag-style {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px
}

.rec-offer-list .promotion-item {
    background: #fcf1ee;
    color: #ff2900;
    margin-right: 5px
}

.rec-offer-list .service-item {
    background: #eff4fb;
    color: #4869af;
    margin-right: 5px
}

.rec-offer-list .service-item:last-child {
    margin-right: 0
}

.rec-offer-list .ad-tag {
    color: #fff;
    border: 1px solid #ff2900;
    background: #ff2900;
    background: -webkit-linear-gradient(314deg, #ff6000, #ff2900);
    background: -o-linear-gradient(314deg, #ff6000 0, #ff2900 100%);
    background: linear-gradient(136deg, #ff6000, #ff2900)
}

.rec-offer-list .alife-bc-uc-price {
    color: #ff2900
}

.rec-offer-list .alife-bc-uc-price .price-num {
    font-size: 24px
}

.rec-offer-list .number-info {
    margin-top: 10px
}

.rec-offer-list .number-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 30px;
    line-height: 30px
}

.rec-offer-list .region {
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    margin-top: -4px
}

.rec-offer-list .region .company {
    width: 100px;
    display: inline-block
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.rec-offer-list .region .company,
.rec-offer-list .region .province-region {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
    line-height: 18px
}

.rec-offer-list .region .province-region {
    width: 64px;
    float: right;
    text-align: end
}

.rec-offer-list .number-info_one {
    margin-top: 35px
}

.rec-offer-list .sold-count {
    font-size: 12px;
    color: #888
}

.rec-offer-list .priceWrap {
    display: inline-block
}

.rec-offer-list .priceSymbol {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #ff2900;
    letter-spacing: 0
}

.rec-offer-list .priceLeft {
    font-size: 24px;
    top: 1px
}

.rec-offer-list .priceLeft,
.rec-offer-list .priceRight {
    font-family: PingFangSC-Medium;
    color: #ff2900;
    letter-spacing: 0;
    position: relative
}

.rec-offer-list .priceRight {
    font-size: 16px;
    left: -6px
}

.rec-offer-list .priceDesc {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px
}

.rec-offer-list .searchDesc {
    color: #ff2900
}

.rec-offer-list .levelPriceDesc {
    color: #ae7131
}

.rec-offer-list .plusIcon {
    width: 36px;
    display: inline-block;
    margin: 0 0 -1px -6px
}

.rec-offer-list .offer-image {
    width: 214px;
    height: 214px
}

.grid {
    float: left
}

.grid-r {
    float: right
}

.pc-new-scene-box {
    background-color: #fff;
    width: 600px;
    height: 112px;
    padding: 0 6px;
    border-radius: 4px
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
    width: 17px;
    height: 48px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(#c6c6c6));
    background-image: -webkit-linear-gradient(right, #f6f6f6, #c6c6c6);
    background-image: -o-linear-gradient(right, #f6f6f6, #c6c6c6);
    background-image: linear-gradient(270deg, #f6f6f6, #c6c6c6);
    text-align: center;
    position: absolute;
    left: -6px
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev .arrow-wrap-img {
    width: 16px;
    height: 24px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
    width: 17px;
    height: 48px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(#c6c6c6));
    background-image: -webkit-linear-gradient(left, #f6f6f6, #c6c6c6);
    background-image: -o-linear-gradient(left, #f6f6f6, #c6c6c6);
    background-image: linear-gradient(90deg, #f6f6f6, #c6c6c6);
    text-align: center;
    position: absolute;
    right: -6px
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next .arrow-wrap-img {
    width: 16px;
    height: 24px
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next .arrow-wrap {
    background-color: pink
}

.pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 8px;
    height: 12px;
    color: #666
}

.pc-new-scene-box .scene-card-wrap {
    width: 545px;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pc-new-scene-box .scene-card-wrap .scene-wrap {
    width: 56px;
    height: 76px;
    float: left;
    margin: 0 14px;
    text-decoration: none;
    text-align: center;
    color: #666
}

.pc-new-scene-box .scene-card-wrap .scene-wrap:hover {
    color: #ff4000
}

.pc-new-scene-box .scene-card-wrap .scene-wrap .scene-img {
    height: 48px;
    width: auto;
    margin: 0 auto
}

.pc-new-scene-box .scene-card-wrap .scene-wrap .scene-title {
    margin-top: 8px;
    font-size: 14px
}

.pc-new-scene-box .scene-card-wrap .next-slick-next:hover,
.pc-new-scene-box .scene-card-wrap .next-slick-prev:hover {
    background: #000!important
}

.pc-new-scene-box .scene-card-wrap .pc-new-scene-box .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
    text-align: center
}

.pc-new-scene-box .slider-arrow-icon {
    position: relative;
    margin-top: 7px;
    width: 40px;
    height: 40px;
    background: transparent
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick-arrow.inner {
    color: #fff;
    background: #000;
    opacity: .2;
    padding: 0;
    border: none
}

.next-slick-arrow.inner:focus,
.next-slick-arrow.inner:hover {
    color: #fff;
    background: #000;
    opacity: .4
}

.next-slick-arrow.inner.disabled {
    color: #ccc;
    background: #f7f8fa;
    opacity: .5
}

.next-slick-arrow.outer {
    color: #666;
    background: transparent;
    opacity: .32;
    padding: 0;
    border: none;
    border-radius: 0
}

.next-slick-arrow.outer:focus,
.next-slick-arrow.outer:hover {
    color: #333;
    background: transparent;
    opacity: .32
}

.next-slick-arrow.outer.disabled {
    color: #ccc;
    background: transparent;
    opacity: .32
}

.next-slick-arrow.disabled {
    cursor: not-allowed
}

.next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.next-slick-dots-item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.next-slick-dots-item button {
    cursor: pointer;
    border: 0 solid #fff;
    outline: none;
    padding: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .32)
}

.next-slick-dots-item button:hover {
    background-color: rgba(0, 0, 0, .32);
    border-color: #fff
}

.next-slick-dots-item button:focus,
.next-slick-dots-item button:hover {
    background: hsla(0, 0%, 100%, .5)
}

.next-slick-dots-item.active button {
    background: #ff2900;
    border-color: #fff;
    -webkit-animation: zoom .3s cubic-bezier(.86, 0, .07, 1);
    animation: zoom .3s cubic-bezier(.86, 0, .07, 1)
}

.next-slick-dots.hoz {
    width: 100%;
    bottom: 12px;
    left: 0;
    text-align: center
}

.next-slick-dots.hoz .next-slick-dots-item {
    margin: 0 4px
}

.next-slick-dots.ver {
    width: 16px;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.next-slick-dots.ver .next-slick-dots-item {
    margin: 0
}

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 28px;
    height: 56px;
    line-height: 56px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote,
.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc(50% - 28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc(50% - 28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
    left: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
    right: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 48px;
    height: 96px;
    line-height: 96px
}

.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote,
.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc(50% - 48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc(50% - 48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
    left: -8px
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
    right: -8px
}

.next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    width: 56px;
    height: 28px;
    line-height: 28px
}

.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote,
.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner {
    left: calc(50% - 28px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer {
    left: calc(50% - 28px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
    top: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
    bottom: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.large {
    width: 96px;
    height: 48px;
    line-height: 48px
}

.next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote,
.next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner {
    left: calc(50% - 48px)
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer {
    left: calc(50% - 48px)
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
    top: -16px
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
    bottom: -16px
}

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear
}

.next-split-btn-trigger.next-expand .next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #999
}

.next-split-btn-trigger.next-small {
    padding-left: 4px;
    padding-right: 4px
}

.next-split-btn-trigger.next-medium {
    padding-left: 8px;
    padding-right: 8px
}

.next-step,
.next-step *,
.next-step:after,
.next-step :after,
.next-step:before,
.next-step :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-step {
    width: 100%;
    position: relative;
    border: none
}

.next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%
}

.next-step-item-body {
    outline: 0
}

.next-slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.next-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick[dir=rtl] .next-slick-slide {
    float: right
}

.next-slick-slide img {
    display: block
}

.next-slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.next-slick-arrow.inner {
    color: #fff;
    background: #000;
    opacity: .2;
    padding: 0;
    border: none
}

.next-slick-arrow.inner:focus,
.next-slick-arrow.inner:hover {
    color: #fff;
    background: #000;
    opacity: .4
}

.next-slick-arrow.inner.disabled {
    color: #ccc;
    background: #f7f8fa;
    opacity: .5
}

.next-slick-arrow.outer {
    color: #666;
    background: transparent;
    opacity: .32;
    padding: 0;
    border: none;
    border-radius: 0
}

.next-slick-arrow.outer:focus,
.next-slick-arrow.outer:hover {
    color: #333;
    background: transparent;
    opacity: .32
}

.next-slick-arrow.outer.disabled {
    color: #ccc;
    background: transparent;
    opacity: .32
}

.next-slick-arrow.disabled {
    cursor: not-allowed
}

.next-slick-dots {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.next-slick-dots-item {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.next-slick-dots-item button {
    cursor: pointer;
    border: 0 solid #fff;
    outline: none;
    padding: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .32)
}

.next-slick-dots-item button:hover {
    background-color: rgba(0, 0, 0, .32);
    border-color: #fff
}

.next-slick-dots-item button:focus,
.next-slick-dots-item button:hover {
    background: hsla(0, 0%, 100%, .5)
}

.next-slick-dots-item.active button {
    background: #ff2900;
    border-color: #fff;
    -webkit-animation: zoom .3s cubic-bezier(.86, 0, .07, 1);
    animation: zoom .3s cubic-bezier(.86, 0, .07, 1)
}

.next-slick-dots.hoz {
    width: 100%;
    bottom: 12px;
    left: 0;
    text-align: center
}

.next-slick-dots.hoz .next-slick-dots-item {
    margin: 0 4px
}

.next-slick-dots.ver {
    width: 16px;
    top: 0;
    right: 20px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.next-slick-dots.ver .next-slick-dots-item {
    margin: 0
}

.next-slick.next-slick-hoz.next-slick-outer {
    padding: 0 24px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
    width: 28px;
    height: 56px;
    line-height: 56px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote,
.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
    top: calc(50% - 28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
    top: calc(50% - 28px)
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
    left: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
    right: -4px
}

.next-slick.next-slick-hoz .next-slick-arrow.large {
    width: 48px;
    height: 96px;
    line-height: 96px
}

.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote,
.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner {
    top: calc(50% - 48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
    left: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
    right: 0
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer {
    top: calc(50% - 48px)
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
    left: -8px
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
    right: -8px
}

.next-slick.next-slick-ver.next-slick-outer {
    padding: 24px 0
}

.next-slick.next-slick-ver .next-slick-slide {
    display: block;
    height: auto
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
    width: 56px;
    height: 28px;
    line-height: 28px
}

.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote,
.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner {
    left: calc(50% - 28px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer {
    left: calc(50% - 28px)
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
    top: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
    bottom: -4px
}

.next-slick.next-slick-ver .next-slick-arrow.large {
    width: 96px;
    height: 48px;
    line-height: 48px
}

.next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote,
.next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner {
    left: calc(50% - 48px)
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
    top: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
    bottom: 0
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer {
    left: calc(50% - 48px)
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
    top: -16px
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
    bottom: -16px
}

.next-split-btn {
    display: inline-block;
    position: relative
}

.next-split-btn-trigger .next-icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear
}

.next-split-btn-trigger.next-expand .next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
    color: #999
}

.next-split-btn-trigger.next-small {
    padding-left: 4px;
    padding-right: 4px
}

.next-split-btn-trigger.next-medium {
    padding-left: 8px;
    padding-right: 8px
}

.next-step,
.next-step *,
.next-step:after,
.next-step :after,
.next-step:before,
.next-step :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-step {
    width: 100%;
    position: relative;
    border: none
}

.next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%
}

.next-step-item-body {
    outline: 0
}

.next-step-item-node {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.next-step-item-node.clicked {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.next-step-horizontal {
    overflow: hidden
}

.next-step-horizontal>.next-step-item {
    display: inline-block;
    text-align: left
}

.next-step-vertical>.next-step-item {
    display: block;
    text-align: center
}

.next-step-arrow {
    display: -ms-flexbox;
    display: flex
}

.next-step-arrow .next-step-item {
    -ms-flex: 1 1;
    flex: 1 1;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    margin-right: 4px
}

.next-step-arrow .next-step-item:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    z-index: 1;
    border: 16px solid transparent
}

.next-step-arrow .next-step-item:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent
}

.next-step-arrow .next-step-item .next-step-item-container {
    min-width: 100px;
    height: 32px;
    cursor: pointer
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.next-step-arrow>.next-step-item-wait {
    background: #ebecf0
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle,
.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #ebecf0;
    border-color: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-title {
    color: #999;
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-content {
    color: #999;
    font-size: 12px;
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-table {
    position: relative
}

.next-table,
.next-table *,
.next-table :after,
.next-table :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.next-table.next-table-small .next-table-prerow .next-table-cell-wrapper,
.next-table.next-table-small td .next-table-cell-wrapper,
.next-table.next-table-small th .next-table-cell-wrapper {
    padding: 8px
}

.next-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #fff
}

.next-table table tr:first-child td {
    border-top-width: 0
}

.next-table th {
    padding: 0;
    background: #ebecf0;
    color: #333;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dcdee3
}

.next-table th .next-table-cell-wrapper {
    padding: 12px 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all
}

.next-table th.next-table-prerow .next-table-cell-wrapper {
    padding: 12px 16px
}

.next-table-affix {
    z-index: 1;
    overflow: hidden
}

.next-table-header-resizable {
    position: relative
}

.next-table-header-resizable .next-table-resize-handler {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    cursor: ew-resize
}

.next-table td {
    padding: 0;
    border: 1px solid #dcdee3
}

.next-table td .next-table-cell-wrapper {
    padding: 12px 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-right: 8px;
    outline: 0;
    cursor: pointer
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
    content: ""
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote,
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before {
    content: ""
}

.next-table td.next-table-prerow .next-table-cell-wrapper {
    padding: 12px 16px
}

.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

.next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

.next-table.only-bottom-border {
    border-width: 0
}

.next-table.only-bottom-border .next-table-expanded-row td,
.next-table.only-bottom-border .next-table-expanded-row th,
.next-table.only-bottom-border td,
.next-table.only-bottom-border th {
    border-width: 0 0 1px
}

.next-table.only-bottom-border table tr td:first-child,
.next-table.only-bottom-border table tr th:first-child {
    border-left-width: 0
}

.next-table-loading {
    display: block
}

.next-table.zebra tr:nth-child(odd) td {
    background: #fff
}

.next-table.zebra tr:nth-child(2n) td {
    background: #f7f8fa
}

.next-table.zebra .next-table-cell.hovered,
.next-table.zebra .next-table-row.hovered td,
.next-table.zebra .next-table-row.selected td {
    background: #f2f3f7;
    color: #333
}

.next-table-empty {
    color: #a0a2ad;
    padding: 32px 0;
    text-align: center
}

.next-table-expanded-row td {
    border-width: 0
}

.next-table-expanded-row td:first-child {
    border-left-width: 1px
}

.next-table-expanded-row td:last-child {
    border-right-width: 1px
}

.next-table-expanded-row:last-child td {
    border-bottom-width: 1px
}

.next-table-expanded-row .next-table .last td {
    border-bottom-width: 0
}

.next-table-filter-footer {
    margin: 10px 10px 0
}

.next-table-filter-footer button {
    margin-right: 5px
}

.next-table-row {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    background: #fff;
    color: #333
}

.next-table-row.hidden {
    display: none
}

.next-table-cell.hovered,
.next-table-row.hovered,
.next-table-row.selected {
    background: #f2f3f7;
    color: #333
}

.next-table-tree-placeholder {
    display: inline-block;
    width: 12px
}

.last .next-table-expanded-row td {
    border-bottom-width: 1px
}

.next-table-body,
.next-table-header {
    overflow: auto;
    font-size: 12px
}

.next-table-header {
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.next-table-header::-webkit-scrollbar {
    display: none
}

.next-table-body {
    font-size: 12px;
    position: relative
}

.next-table-fixed {
    border: 1px solid #dcdee3
}

.next-table-fixed table {
    table-layout: fixed
}

.next-table-fixed .next-table-header {
    background: #ebecf0
}

.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
    border-left-width: 0
}

.next-table-fixed .next-table-header th {
    border-top-width: 0
}

.next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0
}

.next-table-fixed .next-table-body td {
    border-top-width: 0
}

.next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0
}

.next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0
}

.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px
}

.next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px
}

.next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px
}

.next-table-lock .next-table-body {
    overflow-x: auto;
    overflow-y: visible
}

.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir=rtl] td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-left: 3px;
    margin-right: 0;
    float: right
}

.next-icon-arrow-left:before {
    content: ""
}

.next-icon-arrow-right:before {
    content: ""
}
.rec-offer-list .number-info{margin-top: 37px!important}


#featureContainer {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; MARGIN: 0px auto; WIDTH: 600px;  BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
}
#wrap {
	OVERFLOW: hidden
}
#load {
	BACKGROUND-IMAGE: url(images/loader32x32.gif); BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; MARGIN: 0px auto; WIDTH: 923px; DISPLAY: none; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center 50%; HEIGHT: 100px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
}
#feature {
	BORDER-BOTTOM: #999 0px dotted; POSITION: relative; BORDER-LEFT: #999 0px dotted; MARGIN-TOP: 0; MARGIN-BOTTOM: 0; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
}
#feature .button {
	BORDER-BOTTOM: #999 0px dotted; POSITION: absolute; BORDER-LEFT: #999 0px dotted; WIDTH: 840px; BORDER-TOP: #999 0px dotted; TOP: 72px; BORDER-RIGHT: #999 0px dotted; LEFT: 0px
}
#feature .prev {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 20px; DISPLAY: block; BACKGROUND: url(../images/feature_left.gif) center top; FLOAT: left; HEIGHT: 26px; BORDER-TOP: #999 0px dotted; TOP: -50px; BORDER-RIGHT: #999 0px dotted;background-size: 80%;    background-repeat: no-repeat;position: relative;
}
#feature .next {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 20px; DISPLAY: block; BACKGROUND: url(../images/feature_right.gif) center top; FLOAT: right; HEIGHT: 26px; BORDER-TOP: #999 0px dotted; TOP: -50px; BORDER-RIGHT: #999 0px dotted;background-size: 80%;    background-repeat: no-repeat;position: relative;
}
#feature .prev:hover {
	BACKGROUND-POSITION: center bottom;background-size: 80%;
}
#feature .next:hover {
	BACKGROUND-POSITION: center bottom;background-size: 80%;
}
.featureUL {
	BORDER-BOTTOM: #000 0px dotted; POSITION: relative; BORDER-LEFT: #000 0px dotted; PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 2800px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-TOP: #000 0px dotted; BORDER-RIGHT: #000 0px dotted; PADDING-TOP: 0px; LEFT: 0px
}
.featureBox {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; WIDTH: 56px; BACKGROUND-REPEAT: no-repeat; FLOAT: left; HEIGHT:76px; OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted;margin:0 14px;
}
#botton-scroll {
	Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; MARGIN: 0px auto; WIDTH: 600px; FLOAT: left; HEIGHT: 76px; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted
}
#block {
	Z-INDEX: 0; BORDER-BOTTOM: #999 0px dotted; POSITION: relative; BORDER-LEFT: #999 0px dotted; MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 600px; PADDING-RIGHT: 0px; HEIGHT: 76px;  OVERFLOW: hidden; BORDER-TOP: #999 0px dotted; BORDER-RIGHT: #999 0px dotted; PADDING-TOP: 20px
}
#block .box {
	BORDER-BOTTOM: #d8d8d8 0px solid; BORDER-LEFT: #d8d8d8 0px solid; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 56px; PADDING-RIGHT: 0; FLOAT: left; HEIGHT: 76px; BORDER-TOP: #d8d8d8 0px solid; BORDER-RIGHT: #d8d8d8 0px solid; PADDING-TOP: 0
}
#block .box .feature-title {
	FONT-SIZE: 140%; FONT-WEIGHT: normal
}
#block .box .feature-thumb {
	WIDTH: 240px; MARGIN-BOTTOM: 5px; FLOAT: left; HEIGHT: 150px
}
#featureContainer A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none;width:48px;height:48px;
}
.box p{font-size: 14px;margin-top: 8px;}