.new_old_d {
    background: #fff;
    margin-bottom: 42px;
    padding: 100px 50px 73px 70px;
}

.new_old_d .left {
    float: left;
    width: 278px;
    padding-right: 60px;
    position: relative;
}

.new_old_d .left .pic {
    font-size: 0;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

.new_old_d .left .pic img {
    width: 100%;
    height: 100%;
}

.new_old_d .left .sf {
    padding: 12px 0 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.new_old_d .left .sf img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.new_old_d .left .sf span {
    font-size: 14px;
    color: #252525;
}

.new_old_d .left .a_wrap {
    text-align: center;
    padding-bottom: 198px;
}

.new_old_d .left .a_wrap a {
    font-size: 14px;
    color: #DF001F;
    text-decoration: underline;
}

.new_old_d .left .info {
    font-size: 12px;
    color: #808080;
    line-height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header_public .nav_inner_list .hoverbox_inner:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
}

.header_public .nav_inner_list.nav_inner_list2 .hoverbox_inner:after {
    display: none;
}

.new_old_d .right {
    float: left;
    padding-left: 38px;
    width: 730px;
    box-sizing: content-box;
    position: relative;
}

.new_old_d .right:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    top: 0;
    left: 0;
}

.new_old_d .right .info {
    font-size: 14px;
    padding-bottom: 40px;
    color: #252525;
}

.new_old_d .right .info span {
    color: #DC0A29;
}

.new_old_d .right .item {
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDED;
}

.new_old_d .right .item .list {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    cursor: pointer;
}

.new_old_d .right .item .list:nth-child(3n) {
    margin-right: 0;
}

.new_old_d .right .item .list .pic {
    font-size: 0;
    width: 210px;
    height: 286px;
    text-align: center;
    line-height: 286px;
    border: 1px solid transparent;
}

.new_old_d .right .item .list .pic img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.new_old_d .right .item .list a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.new_old_d .right .item .list.act .pic {
    border-color: #FF0000;
}

.new_old_d .right .item .list.act a {
    color: #DC0A29;
    text-decoration: underline;
}

.new_old_d .right .addr_info .a_left {
    float: left;
    width: 480px;
    margin-right: 23px;
    margin-top: 38px;
}

.new_old_d .right .addr_info .a_left .a_item {
    display: flex;
    padding-bottom: 13px;
}

.new_old_d .right .addr_info .a_left .a_item:last-child {
    padding-bottom: 0;
}

.new_old_d .right .addr_info .a_left .a_item p {
    font-size: 14px;
    color: #333;
}

.new_old_d .right .addr_info .a_left .a_item p:last-child {
    color: #999;
    margin-left: 10px;
}

.new_old_d .right .addr_info .a_left .a_item p a {
    color: #DC0A29;
    margin-left: 10px;
    text-decoration: underline;
}

.new_old_d .right .addr_info .a_right {
    width: 170px;
    float: right;
    margin-top: 28px;
}

.new_old_d .right .addr_info .a_right p {
    text-align: right;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}

.new_old_d .right .addr_info .a_right p span {
    font-size: 28px;
    color: #DF001F;
}

.new_old_d .right .addr_info .a_right a {
    display: block;
    width: 100%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #DF001F;
    font-size: 14px;
    border-radius: 4px;
}

.renew_page_a .sel_wrap {
    padding: 50px 0 60px;
    background: #fff;
    border-radius: 4px;
}

.renew_page_a .sel_wrap .left {
    width: 480px;
    float: left;
    padding: 0 50px 0 90px;
    border-right: 1px solid #EDEDED;
}

.renew_page_a .sel_wrap .left .l_title {
    font-size: 24px;
    color: #252525;
    padding-bottom: 40px;
}

.renew_page_a .sel_wrap .left .input_wrap {
    position: relative;
    margin-bottom: 28px;
}

.renew_page_a .sel_wrap .left .input_wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 0 50px 0 20px;
    font-size: 18px;
    letter-spacing: 0;
}

.renew_page_a .sel_wrap .left .input_wrap input:hover {
    background: transparent;
}

.renew_page_a .sel_wrap .left .input_wrap img {
    width: 27px;
    height: 23px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.renew_page_a .sel_wrap .left .info p {
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}

.renew_page_a .sel_wrap .left .info_pic {
    font-size: 0;
    margin-top: 15px;
}

.renew_page_a .sel_wrap .left .search_wrap {
    position: absolute;
    left: 0;
    bottom: -210px;
    width: 100%;
    height: 210px;
    overflow-y: scroll;
    border: 1px solid #DADADA;
    background: #e5e5e5;
    border-radius: 4px;
    padding: 15px 0;
    display: none;
}

.renew_page_a .sel_wrap .left .search_wrap li {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    padding-bottom: 5px;
}

.renew_page_a .sel_wrap .left .search_wrap li:last-child {
    padding-bottom: 0;
}

.renew_page_a .sel_wrap .left .search_wrap li.act {
    color: #df001f;
}

.renew_page_a .sel_wrap .right {
    float: left;
    width: 690px;
    padding: 0 90px 0 50px;
}

.renew_page_a .sel_wrap .right .r_title {
    font-size: 24px;
    color: #252525;
    padding-bottom: 40px;
}

.renew_page_a .sel_wrap .right li {
    float: left;
    width: 86px;
    height: 28px;
    margin: 0 30px 30px 0;
    position: relative;
}

.renew_page_a .sel_wrap .right li:nth-child(5n) {
    margin-right: 0;
}

.renew_page_a .sel_wrap .right li input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.renew_page_a .sel_wrap .right li span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 28px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    border-radius: 18px;
}

.renew_page_a .sel_wrap .right li input:checked~span {
    background: #DE293A;
    color: #fff;
}

.renew_page_a .act_rule {
    background: #ededed;
    padding: 58px 0 46px 264px;
}

.renew_page_a .act_rule .left {
    float: left;
    font-size: 24px;
    color: #252525;
    margin-right: 23px;
    line-height: 1;
}

.renew_page_a .act_rule .right {
    float: left;
}

.renew_page_a .act_rule .right p {
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    padding-bottom: 8px;
}

.renew_page_a .act_rule .right p.spec {
    padding-top: 18px;
    padding-bottom: 0;
}

.renew_page_a .act_rule .right p.spec span {
    color: #DF001F;
    margin-right: 5px;
}

.renew_page_b .left .type .t_pic {
    width: 160px;
    height: 160px;
    position: relative;
    line-height: 160px;
}

.renew_page_b .left .type .t_pic .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.renew_page_b .left .type .t_pic img {
    line-height: 160px;
}

.renew_page_b .left .type .e_mothod {
    padding-top: 12px;
    font-size: 14px;
    color: #252525;
}

.renew_page_b .left .type .e_mothod span {
    display: inline-block;
    width: 17px;
    height: 18px;
    margin-right: 8px;
    background: url(./img_w/sf.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
}

.renew_page_b .left .type .back {
    line-height: 15px;
    padding-top: 40px;
    display: inline-block;
    text-decoration: underline;
}

.renew_page .func_zone>div {
    height: auto;
}

.renew_page_b .left .type .t_title {
    color: #fff;
    line-height: 15px;
    font-size: 14px;
}

.renew_page_b .left .type .t_name {
    color: #fff;
    padding-top: 5px;
    font-size: 18px;
}

.renew_page_b .left .type.type2 .t_title {
    color: #808080;
}

.renew_page_b .left .type.type2 .t_name {
    color: #252525;
}

.renew_page_b .left .type.type2 .t_pic {
    margin-top: 28px;
}

.renew_page_b .left .evaluate {
    margin-top: 42px;
}

.renew_page .func_zone .right .notice.spec {
    padding-top: 25px;
}

.renew_page .func_zone .right .notice.spec span {
    color: #df001f;
}

.renew_page .func_zone div.left {
    border: none;
}

.renew_page .func_zone div.right {
    border-left: 1px solid #ededed;
}

.renew_page .func_zone .right .title {
    text-align: left;
    padding-left: 45px;
}

.renew_page_c .func_zone_c {
    position: relative;
}

.renew_page_c .func_zone_c .left_c {
    border: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
}

.renew_page_c .func_zone_c .left_c .type .t_pic {
    width: 160px;
    height: 160px;
    line-height: 160px;
    position: relative;
    margin-top: 0;
    margin-bottom: 12px;
}

.renew_page_d .new_old_d .left_c2 .type .t_pic .text,
.renew_page_c .func_zone_c .left_c2 .type .t_pic .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}

.renew_page_d .new_old_d .left_c2 .type .t_pic .text .t_title,
.renew_page_c .func_zone_c .left_c2 .type .t_pic .text .t_title {
    color: #fff;
    font-size: 14px;
}

.renew_page_d .new_old_d .left_c2 .type .t_pic .text .t_name,
.renew_page_c .func_zone_c .left_c2 .type .t_pic .text .t_name {
    color: #fff;
    font-size: 18px;
}

.renew_page_d .new_old_d .left_c2 .t_pic {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.renew_page_d .new_old_d .left .sf span,
.renew_page_c .func_zone_c .left_c2 .type .sf span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(./img_w/sf.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.renew_page_d .new_old_d .left .sf,
.renew_page_c .func_zone_c .left_c2 .type .sf {
    padding-bottom: 20px;
    display: block;
    font-size: 14px !important;
    text-align: center;
}

.renew_page_c .func_zone_c {
    padding: 84px 0 91px 0;
    height: auto;
}

.renew_page_c .func_zone_c .right {
    padding-top: 0;
}

.renew_page_c .func_zone_c .right .c_title {
    line-height: 21px;
    padding-bottom: 40px;
}

.renew_page_d .new_old_d .hint {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.renew_page_c .func_zone_c .left_c .hint {
    padding: 0;
    position: absolute;
    left: 70px;
    bottom: 91px;
}

.renew_page_d .new_old_d {
    position: relative;
}

.renew_page_d .new_old_d .hint p,
.renew_page_c .func_zone_c .left_c .hint p {
    font-size: 12px;
    color: #808080;
    line-height: 15px;
}

.renew_page_c .func_zone_c .right .protocol {
    line-height: 21px;
    padding-top: 20px;
}

.renew_page_c .func_zone_c .right .protocol input {
    top: -2px;
}

.renew_page_c .func_zone_c .right .protocol .checkboxStyle {
    top: 22px;
}

.new_old_d .left .t_title,
.new_old_d .left .t_name {
    text-align: center;
}

.new_old_d .left .t_title {
    color: #808080;
    padding-bottom: 5px;
}

.renew_page_d .new_old_d a.back {
    text-align: center;
    display: block;
    padding-top: 30px;
    color: #DC0A29;
    text-decoration: underline;
}

.renew_page_c .func_zone_c .right .get {
    margin-top: 0;
}

.renew_page_c .func_zone_c .right .get .info {
    width: 365px;
    border: none;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 20px 24px;
    line-height: 1;
    box-sizing: border-box;
    top: -55px;
    left: -25px;
}

.renew_page_c .func_zone_c .right .get .symbol {
    color: #E12338;
}

.renew_page_c .func_zone_c .right .get .triangle {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
    background-image: none;
    top: -2px;
}

.renew_page_c .func_zone_c .right .btn-box {
    text-align: left;
    padding-left: 126px;
}

.renew_page_c .func_zone_c .right .protocol {
    text-align: left;
    padding-left: 120px;
}

.renew_page_c .func_zone_c .right .protocol .checkboxStyle {
    left: 126px;
}

.gvPageProduct .oldnew_info {
    width: 372px;
    height: 32px;
    display: flex;
    align-items: center;
    background: url('./img_ht/reback-bg.png') no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient();
    padding: 0 15px 0 20px;
    font-size: 14px;
    color: #fff;
}

.gvPageProduct .oldnew_info p {
    flex: 1;
}

.gvPageProduct .oldnew_info span {
    display: flex;
    align-items: center;
}

.gvPageProduct .oldnew_info em {
    width: 14px;
    height: 14px;
    background: url('./img_ht/right-fff.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.backstage_header .header_nav_down {
    position: relative;
    top: -50px;
}

.backstage_header .index_slider_2019 {
    margin-top: 100px;
}

.header_public .header_inner {
    height: 60px;
    position: relative;
}

.header_public {
    height: 96px;
    border: none;
    position: relative;
}

.header_public:before {
    content: '';
    width: 100%;
    /* height: 1px;
    background: #e5e5e5; */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.header_nav_down:after {
    content: '';
    width: 10000%;
    position: absolute;
    left: -100%;
    top: 0;
}


.header_public .logo {
    width: 66px;
    height: 36px;
    margin-right: 60px;
    background: url(../images/head-logo.png) no-repeat center;
    background-size: 100% 100%;
}

.header_public .logo2 {
    width: 240px;
    height: 32px;
    background: url(../images/header2.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
}

.header_public .btns_w .search_keywords {
    width: 190px;
}

.header_public .btns_w:after {
    left: 190px;
}

.header_public .header_nav_list li a.show2:after {
    bottom: -1px;
    background: rgba(229, 0, 41, 1) linear-gradient(90deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
    left: 50%;
    margin-left: -44px;
    width: 88px;
}

.header_public .nav_inner_list2 {
    top: 36px !important;
    left: 0px !important;
}

.header_public .btns_w .top_h {
    height: 60px;
}

.header_public .header_nav_list li {
    padding: 0 30px;
}

.store_page {
    min-width: 1200px;
}

.store_page .s_banner {
    width: 100%;
    position: relative;
    font-size: 0;
}

.store_page .s_banner .s_bac {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(16, 19, 33, .67);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.store_page .s_banner .s_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.store_page .s_banner .s_inner .s_title {
    font-size: 26px;
    color: #fff;
    line-height: 37px;
    padding-bottom: 40px;
}

.store_page .s_banner .s_inner .s_desc {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding-top: 20px;
}

.store_page .s_banner .s_inner .sel_wrap {
    display: flex;
}

.store_page .s_banner .s_inner .sel_wrap .item:first-child {
    margin-right: 20px;
}

.store_page .s_banner .s_inner .sel_wrap .item {
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
}

.store_page .s_banner .s_inner .sel_wrap .item select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 80px 0 30px;
    color: #fff;
    font-size: 16px;
}

.store_page .s_banner .s_inner .sel_wrap .item span {
    position: absolute;
    right: 23px;
    top: 11px;
    background: url('./img_w/s_down.png') no-repeat;
    width: 30px;
    height: 28px;
    background-size: 100% 100%;
}

.store_page .s_main {
    width: 1200px;
    margin: 0 auto;
}

.store_page .s_main .s_main_title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 37px;
    padding: 60px 0 40px;
}

.store_page .s_main ul li {
    width: 590px;
    float: left;
    background: #fff;
    border-radius: 4px;
    padding: 40px 40px 10px;
    margin-bottom: 20px;
}

.store_page .s_main ul li:nth-child(2n+1) {
    margin-right: 20px;
}

.store_page .s_main ul li .l_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
}

.store_page .s_main ul li .func_wrap {
    display: flex;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
}

.store_page .s_main ul li .func_wrap .item {
    display: flex;
    width: 40%;
    align-items: center;
}

.store_page .s_main ul li .func_wrap .item.tel {
    flex: 1;
}

.store_page .s_main ul li .func_wrap .item span {
    display: block;
    width: 26px;
    height: 26px;
    background: url('./img_w/s_map.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    cursor: pointer;
}

.store_page .s_main ul li .func_wrap .item.tel span {
    background: url('./img_w/s_tel.png') no-repeat;
    background-size: 100% 100%;
}

.store_page .s_main ul li .func_wrap .item p {
    font-size: 16px;
    color: #F0262B;
    line-height: 22px;
    cursor: pointer;
}

.store_page .s_main ul li .addr p {
    font-size: 18px;
    color: #333333;
    padding-top: 30px;
    line-height: 25px;
}

.store_page .s_main ul li .addr div {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    color: #999;
    padding: 10px 0 8px;
}

.store_page .s_main .join_us {
    display: block;
    margin: 40px auto 80px;
    width: 300px;
    height: 50px;
    background: rgba(229, 0, 41, 0.1) linear-gradient(360deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.store_page .s_modal_bac {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
}

.store_page .s_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 740px;
    background: #fff;
    z-index: 101;
    border-radius: 4px;
    padding: 60px 40px 40px;
    display: none;
}

.store_page .s_modal a {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 21px;
    height: 21px;
    background: url('./img_w/s_close.png') no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.store_page .s_modal .pic {
    font-size: 0;
    width: 100%;
}

.store_page .s_modal .pic img {
    width: 100%;
}

.store_page .s_modal2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    z-index: 101;
    border-radius: 4px;
    padding: 40px 20px 20px;
    display: none;
}

.store_page .s_modal2 a.close {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 21px;
    height: 21px;
    background: url('./img_w/s_close.png') no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.store_page .s_modal2 .s_title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 33px;
}

.store_page .s_modal2 .s_desc {
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 22px;
    padding-top: 20px;
}

.store_page .s_modal2 input {
    width: 310px;
    height: 40px;
    background: rgba(244, 243, 243, 1);
    border-radius: 20px;
    border: 1px solid rgba(228, 228, 228, 1);
    line-height: 38px;
    padding: 0 20px;
    display: block;
    margin: 30px auto;
}

.store_page .s_modal2 .s_btn {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.store_page .s_modal2 .s_btn a {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: rgba(229, 0, 41, 1) linear-gradient(90deg, rgba(240, 38, 43, 1) 0%, rgba(255, 89, 78, 1) 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.store_page #TCaptcha {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.store_page #no-store {
    width: 1200px;
    background: #fff;
    border-radius: 4px;
    padding: 177px 0;
}

.store_page #no-store .pic {
    width: 131px;
    height: 94px;
    margin: 0 auto;
    background: url('./img_w/store_search.png') no-repeat;
    background-size: 100% 100%;
}

.store_page #no-store p {
    font-size: 18px;
    color: #666;
    line-height: 25px;
    text-align: center;
    padding-top: 27px;
}

.new-checkout .order-container .title {
    display: none;
}

.new-checkout .order-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: 1200px;
}

.new-checkout #order_shipping_w {
    width: auto;
    background: #fff;
    padding: 24px;
}

.new-checkout .gvPageCheckout {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 70px;
    align-items: baseline;
}

.new-checkout .gvPageCheckout .order_infos .order_infos_inner {
    padding: 0;
}

.new-checkout .gvPageCheckout .order_goods_list .list_title {
    display: none;
}

.new-checkout .gvPageCheckout .order-main {
    width: 812px;
}

.new-checkout .gvPageCheckout .order-right {
    width: 380px;
}

.new-checkout .gvPageCheckout .order_infos .order_infos_title {
    display: none;
}

.new-checkout,
.new-checkout .cart_bd {
    background: #f2f2f2;
}

.new-checkout .gvPageCheckout .order_infos {
    border: none;
    border-radius: 0;
}

.new-checkout .gvPageCheckout .order_infos .order_infos_inner .new-line {
    display: none;
}

.new-checkout #order_shipping_w .s_title {
    line-height: 16px;
    height: auto;
    box-sizing: content-box;
}

.new-checkout #order_shipping_w .s_title b {
    line-height: 16px;
    color: #333;
}

.new-checkout #order_shipping_w .s_title a {
    line-height: 16px;
    color: #ED1B25;
}

.new-checkout #order_shipping_w .s_title a span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('./img_w/add-c.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.new-checkout .no-addr {
    text-align: center;
    line-height: 40px;
    color: #999;
}

.new-checkout #order_shipping_w .edit_addr {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    border: none;
    margin: 0;
}

.new-checkout .addaddr_modal .addr_top,
.new-checkout .addaddr_modal .addr_mid {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

.new-checkout .addaddr_modal .label_input label {
    display: none;
}

.new-checkout .addaddr_modal .label_input {
    width: 374px;
}

.new-checkout .addaddr_modal .label_input input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border-color: #ccc;
}

.new-checkout .addaddr_modal .label_input.diqu,
.new-checkout .addaddr_modal .label_input.xxdz {
    margin-left: 0;
    width: 374px;
}

.new-checkout .addaddr_modal .label_input.xxdz input {
    width: 374px;
}

.new-checkout .addaddr_modal .label_input.diqu .region {
    display: flex;
    justify-content: space-between;
}

.new-checkout #order_shipping_w .edit_addr select {
    height: 40px !important;
    width: auto !important;
    flex: 1;
    border-radius: 0 !important;
    border-color: #ccc !important;
}

.new-checkout #order_shipping_w .edit_addr select:nth-child(4) {
    position: static;
}

.new-checkout #order_shipping_w .edit_addr select:nth-child(2) {
    margin-right: 0;
}

.new-checkout #order_shipping_w .edit_addr select:nth-child(3),
.new-checkout #order_shipping_w .edit_addr select:nth-child(4) {
    margin-left: 10px;
}

.new-checkout .addaddr_modal .label_input.diqu .region.width select {
    max-width: 120px;

}

.new-checkout #order_shipping_w .edit_addr .btn-box {
    font-size: 0;
}

.new-checkout #order_shipping_w .edit_addr .save-btn {
    margin: 0;
    width: 200px;
    height: 40px;
    border-radius: 0;
    font-size: 16px;

    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
}

.new-checkout #order_shipping_w .edit_addr .cancel {

    background: linear-gradient(90deg, #333333 0%, #666666 100%);
    margin-right: 16px;
}

.new-checkout #order_shipping_w .s_list .s_li {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-sizing: border-box;
    padding: 26px 24px;
    border: 1px solid transparent;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 0;
}

.new-checkout #order_shipping_w li.s_li.selected .default_select {
    display: none;
}

.new-checkout #order_shipping_w .edit_addr {
    margin-top: 24px;
}

.new-checkout #order_shipping_w li.s_li.selected {

    background: rgb(255, 244, 235);
    border: 1px solid #FE9436;
}

.new-checkout #order_shipping_w .s_list .s_li .name {
    padding: 0;
    font-style: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

.new-checkout #order_shipping_w .s_list .s_li .ship_area {
    font-size: 14px;
    color: #999;
}

.new-checkout #order_shipping_w .s_list .s_li .func {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.new-checkout .addaddr_modal .signupin-content .notice-inline {
    left: 0;
    top: 39px;
}

.new-checkout #order_shipping_w .s_list .s_li:last-child,
.new-checkout #order_shipping_w .s_list {
    margin-bottom: 0;
}

.new-checkout .show_hide {
    margin-top: 20px;
}

.new-checkout .show_hide a {
    color: #44A9F2;
}

.new-checkout #order_shipping_w .s_list .s_li {
    display: none;
}

.new-checkout #order_shipping_w .s_list .s_li:first-child {
    display: block;
}

.new-checkout .order-remark {
    background: #fff;
    margin: 8px 0;
    padding: 24px;
}

.new-checkout .order-remark .fp-title {

    display: flex;
    align-items: center;
}

.new-checkout .order-remark .fp-title p {
    line-height: 16px;
    font-size: 16px;
    color: #333;
}

.new-checkout .order-remark .fp-title .img_wrap {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(./img_w/qq.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
}



.new-checkout .order-remark .fp-title .img_wrap .s-info {
    position: absolute;
    right: -204px;
    bottom: 27px;
    width: 260px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px 1px #dddddd;
    display: none;
}

.new-checkout .order-remark .fp-title .img_wrap:hover .s-info {
    display: block;
}

.new-checkout .order-remark .fp-title .img_wrap .s-info .s-title {
    padding: 0 16px;
    line-height: 31px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.new-checkout .order-remark .fp-title .img_wrap .s-info .s-desc {
    padding: 8px 16px;
    color: #666;
    font-size: 14px;
}

.new-checkout .order-remark .fp-title .img_wrap .s-info .info-inner {
    line-height: 20px;
    position: relative;
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    width: auto;
    border: none;
    margin-right: 0;
}

.new-checkout .order-remark .fp-title .img_wrap .s-info .info-inner .t {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #ddd transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

.new-checkout .order-remark .fp-title .img_wrap .s-info .info-inner .t em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -11px;
    left: -10px;
}

.new-checkout .show-more {
    padding: 10px 24px;
    text-align: center;
    display: none;
}

.new-checkout .show-more a {
    font-size: 14px;
    color: #999;
    display: block;
    padding: 10px 0;
}
.new-checkout .show-more a.act{
    border-top: 1px solid rgba(0, 0, 0, .05);
}














.new-checkout .order-remark .fp-tabs {
    display: flex;
    margin: 24px 0;
    font-size: 0;
}

.new-checkout .order-remark .fp-tabs a {
    display: inline-block;
    width: 200px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    margin-right: 16px;
}

.new-checkout .order-remark .fp-tabs a.act {
    background: rgb(255, 244, 235);
    border: 1px solid #FE9436;
}

.new-checkout .order-remark .type-fp .item {
    margin-bottom: 16px;
    position: relative;
}

.new-checkout .order-remark .type-fp .item .input_public {
    border-radius: 0;
    width: 632px;
    height: 40px;
    border-color: #ccc;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 12px;
}

.new-checkout .order-remark .type-fp {
    display: none;
}

.new-checkout .order-remark .fp-desc {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    display: none;
}

.new-checkout .order-remark .type-fp .item .img {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./img_w/qq.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    right: 145px;
    top: 9px;
}

.new-checkout .order-remark .type-fp .item .s-info {
    position: absolute;
    right: -204px;
    bottom: 27px;
    width: 256px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 10px 1px #dddddd;
    display: none;
}

.new-checkout .order-remark .type-fp .item .img:hover .s-info {
    display: block;
}

.new-checkout .order-remark .type-fp .item .s-info .s-title {
    padding: 0 16px;
    line-height: 31px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.new-checkout .order-remark .type-fp .item .s-info .s-desc {
    padding: 8px 16px;
    color: #666;
    font-size: 14px;
}

.new-checkout .gvPageCheckout .order_infos {
    overflow: unset;
}

.new-checkout .order-remark .type-fp .item .s-info .info-inner {
    line-height: 20px;
    position: relative;
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    width: auto;
    border: none;
    margin-right: 0;
}

.new-checkout .order-remark .type-fp .item .s-info .info-inner .t {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #ddd transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 30px;
}

.new-checkout .order-remark .type-fp .item .s-info .info-inner .t em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -11px;
    left: -10px;
}

.new-checkout .order-right .checkgoods-title {
    padding: 24px 24px 16px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

.new-checkout .gvPageCheckout .order_goods_list {
    border: none;
    border-radius: 0;
    border-top: none;
    margin-top: 0;
    overflow: hidden;
    background-color: #fff;
}

.new-checkout .gvPageCheckout .order-w {
    border: none;
    padding: 14px 24px 0;
    margin: 0;
}

.new-checkout .gvPageCheckout .order-w .order-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 8px;
}

.new-checkout .gvPageCheckout .order-w .order-w-top {
    display: flex;
    align-items: center;
}

.new-checkout .gvPageCheckout .order-w .p-pic {
    width: 80px;
    padding-left: 0;
    float: none;
    margin-right: 8px;
}

.new-checkout .gvPageCheckout .order-w .p-pic .pic {
    width: 80px;
    height: 66px;
    line-height: 66px;
    margin-right: 8px;
}

.new-checkout .gvPageCheckout .order-w .p-pic .pic img {
    display: inline-block;
    max-width: 80px;
    max-height: 66px;
    vertical-align: middle;
    line-height: 66px;
}

.new-checkout .gvPageCheckout .order-w .checkgoods-wrap {
    flex: 1;
    overflow: hidden;
}

.new-checkout .gvPageCheckout .order-w .p-price p:first-child {
    margin-top: 0;
}

.new-checkout .gvPageCheckout .order-w .p-price {
    width: auto;
    height: auto;
    text-align: left;
    float: none;
    font-weight: normal;
    color: #999;
    font-size: 14px;
    display: flex;
    padding-top: 5px;
}

.new-checkout .gvPageCheckout .order-w .p-price .goods-q {
    padding-left: 5px;
}

.new-checkout .gvPageCheckout .order-w .yh {
    border: none;
    width: auto;
}

.new-checkout .gvPageCheckout .order-w .p-subtotal {
    width: auto;
    padding-right: 0;
    float: none;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    margin-left: 8px;
}

.new-checkout .gvPageCheckout .order-w .checkgoods-wrap .p-name p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

.new-checkout .gvPageCheckout .order-w .yh .yh_inner span {
    display: block;
}

.new-checkout .gvPageCheckout .order-w .order-w-bot .spec {
    display: block;
    margin: 10px 0;
    height: 40px;
    background: #F8F8F8;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 16px;
}

.new-checkout .gvPageCheckout .order-w .order-w-bot .spec em {
    font-weight: normal;
    color: #666;
    margin-right: 24px;
    margin-left: 8px;
}

.new-checkout .gvPageCheckout #order_clearing {
    margin: 0;
    padding: 24px 0;
}

.new-checkout .order-clearing .order-price {
    background: transparent;
    border: none;
}

.new-checkout .gvPageCheckout #order_clearing #order_price {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .05);

}

.new-checkout .gvPageCheckout .order-w.last .order-wrapper {
    border-bottom: none;
}

.new-checkout .order-clearing .order-price .inner {
    float: none;
}

.new-checkout .order-clearing .order-price ul {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.new-checkout .gvPageCheckout #order_price .inner li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-checkout .gvPageCheckout #order_price .inner li span.label {
    margin: 0;
    width: auto;
    font-size: 16px;
}

.new-checkout .gvPageCheckout #order_price .inner li span.label em {
    color: #999999 !important;
}

.new-checkout .gvPageCheckout #order_price .inner li span.price {
    padding: 0;
}

.new-checkout .order-clearing .order-price .price b {
    font-weight: normal;
    font-size: 16px;

}

.new-checkout .gvPageCheckout #order_price .inner li em,
.new-checkout .gvPageCheckout #order_price .inner li b,
.new-checkout .gvPageCheckout #order_price .inner li span {
    color: #333333;
}

.new-checkout .gvPageCheckout .new-confirm-price {
    margin: 0;
    padding: 0 24px;
    background: #fff;
    border-radius: 0;
    height: auto;
}

.new-checkout .gvPageCheckout .new-confirm-price .member-info {
    display: none;
}

.new-checkout .gvPageCheckout .new-confirm-price .t-price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;

}

.new-checkout .gvPageCheckout .new-confirm-price .t-price span {
    font-size: 16px;
    color: #999;
}

.new-checkout .gvPageCheckout .new-confirm-price .t-price #all_amount_new {
    font-size: 26px;
    color: #F0262B;
}

.new-checkout .gvPageCheckout .new-confirm-price .t-price #all_amount_new em {
    font-size: 16px;
    font-style: normal;
}

.new-checkout .gvPageCheckout .action-submit-order {
    margin: 20px 0 0 24px;
    width: 332px;
    height: 48px;
    border-radius: 0;
    float: none;
}

.new-checkout .gvPageCheckout .action-submit-order span {

    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
    line-height: 48px;
    font-size: 16px;
    color: #fff;
}

.new-checkout .gvPageCheckout .order-coupon {
    margin: 8px 0 0;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
}

.new-checkout .gvPageCheckout .order-coupon h3 {
    font-size: 16px;
    color: #333;
    line-height: 1;
    height: auto;
}

.new-checkout .gvPageCheckout .order-coupon h3 span {
    color: #ED1B25;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper {
    border: none;
    border-radius: 0;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-title,
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m .m-title,
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m .m-info,
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m .m-input span,
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-footer {
    display: none;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .use-list {
    display: flex;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .use-list .item {
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    background: #F4F3F3;
    font-size: 16px;
    color: #333;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .use-list .item.act {
    padding: 0 10px;
    background: rgb(255, 244, 235);
    border-top: 1px solid #FE9436;
    border-bottom: 1px solid #FE9436;
    border-left: 0 none;
    border-right: 0 none;
    color: #FE9436;
}
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .use-list .item.act::before {
    content: '';
    width: 3px;
    height: 47px;
    display: block;
    background-image: url(./left-wave.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .use-list .item.act::after {
    content: '';
    width: 3px;
    height: 47px;
    display: block;
    background-image: url(./right-wave.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-content {
    padding: 24px 0 16px 0;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m #for_input_coupon {
    width: 200px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;

    border: 1px solid #CCCCCC;
    margin-bottom: 0;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m {
    display: flex;
}

.new-checkout .coupon_modal_bac {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 99;
    display: none;
}

.new-checkout .coupon_modal {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 16px 24px 0;
    z-index: 100;
    width: 640px;
    box-sizing: border-box;
    display: none;
    max-height: 90%;
    overflow-y: scroll;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .coupon_modal .c-title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    position: relative;
    margin-bottom: 24px;
    display: block !important;
    background: transparent;
    height: auto;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-title i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('./img_w/sc2.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    max-height: none;
    overflow-y: unset;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-list li {
    width: 292px;
    position: relative;
    height: 120px;
    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
    margin: 0 0 8px 0;
    display: flex;
    cursor: pointer;
    float: none;
    border: none;
}

.new-checkout .coupon_modal ul li .left {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-red .bac {
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 50px;
    padding: 0;
}

.new-checkout .coupon_modal ul li .left .bac1 {
    top: -8px;
}

.new-checkout .coupon_modal ul li .left .bac2 {
    bottom: -8px;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-price {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.new-checkout .coupon_modal ul li .left .c-price span {
    font-size: 16px;
}

.new-checkout .coupon_modal ul li .right {
    flex: 1;
    padding-right: 20px;
    position: relative;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-name {
    padding-top: 32px;
    color: #fff;
    line-height: 1;
    padding: 32px 0 0;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-name p {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    padding-bottom: 8px;
    margin-bottom: 0;

}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-name span {
    font-size: 14px;
    line-height: 1;
    opacity: .6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    display: block;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-date {
    font-size: 12px;
    line-height: 1;
    padding-top: 25px;
    color: #fff;
}

.new-checkout .coupon_modal ul li .right .check {
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: 16px;
    top: 52px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.new-checkout .coupon_modal ul li .right .check.act {
    border-color: #970205;
}

.new-checkout .coupon_modal ul li .right .check span {
    width: 8px;
    height: 8px;
    background: #970205;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    display: none;
}

.new-checkout .coupon_modal ul li .right .check.act span {
    display: block;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .coupon_modal .c-title-d {
    padding-top: 24px;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-list.dis {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 16px;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-q .c-list.dis li {
    background: #ccc;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .coupon_modal .check-btn {
    padding: 37px 0;
    text-align: center;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .coupon_modal .check-btn a {
    display: inline-block;
    width: 300px;
    height: 42px;
    background: #D8D8D8 linear-gradient(180deg, #FF594E 0%, #F1272B 100%);
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #FFFFFF
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .choose-coupon {
    margin-top: 16px;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .choose-coupon a {
    color: #44A9F2;
    font-size: 14px;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m .m-input {
    margin-bottom: 0;
    margin-right: 16px;
}

.new-checkout .gvPageCheckout .order-coupon .coupon-wrapper .c-m .action-confirm-coupon span {
    width: 80px;
    height: 40px;
    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
    border-radius: 0;
    line-height: 40px;
}

.new-checkout #order_shipping_w .s_list .s_li .func span.click {
    background: url(./img_w/bj3.png) no-repeat scroll center center transparent;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    margin-left: 30px;
}

.new-checkout #order_shipping_w .s_list .s_li .func span.del {
    background: url(./img_w/sc3.png) no-repeat scroll center center transparent;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}

.new-checkout #order_shipping_w .s_list .s_li .func {
    margin: 0;
    padding: 0;
    display: none;
}

.new-checkout #order_shipping_w .s_list .s_li:hover .func {
    display: block;
}

.new-checkout .modal-backdrop {
    background: rgba(0, 0, 0, .6);
}

.new-checkout .modal-content {
    border-radius: 0;
}

.new-checkout .del_addr_modal .confirm_box a {
    color: #666;
    width: 65px;
    height: 32px;
    box-sizing: border-box;

    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.new-checkout .del_addr_modal .confirm_box {
    display: flex;
    justify-content: flex-end;
}

.new-checkout .del_addr_modal .confirm_box a:first-child {
    margin-right: 0;
}

.new-checkout .del_addr_modal .confirm_box a.cancel {
    margin-left: 8px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #666;
}

.new-checkout .del_addr_modal .text {
    padding-top: 20px;
}

.new-checkout .del_addr_modal .text p:first-child {
    font-size: 16px;
}

.new-checkout .del_addr_modal .text p:last-child {
    font-size: 14px;
    color: #666;
}

.new-checkout #order_shipping_w .no_shipping_list {
    display: none !important;
}

#order_shipping_w li.s_li .triangle {
    display: none !important;
}

#order_shipping_w .order_infos .order_infos_inner .order-remark.fapiao {
    margin-top: 8px !important;
}

#order_shipping_w li.s_li .default {
    background: #E50029 linear-gradient(90deg, #F0262B 0%, #FF594E 100%);
    border-radius: 0;
}

#order_shipping_w li.s_li .triangle {
    display: block !important;
}

.new-checkout #order_shipping_w li.s_li.selected .triangle {
    border-bottom-color: rgb(255, 244, 235) !important;
    display: block !important;
}

#order_shipping_w .addaddr_modal .addr_bot .label_input {
    width: auto;
    float: none;
    margin: 0;
}

#order_shipping_w .addaddr_modal .addr_bot .label_input label {
    display: block;
    text-align: left;
    padding-left: 20px;
}

.addaddr_modal .label_input.default .checkboxStyle {
    right: auto;
    left: 0
}

.addaddr_modal .label_input.default input {
    width: 130px;
    height: 14px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 15px;
}

.new-checkout .addaddr_modal .addr_top,
.new-checkout .addaddr_modal .addr_mid {
    margin-bottom: 0;
}

.new-checkout .addaddr_modal .addr_top,
.new-checkout .addaddr_modal .addr_bot {
    margin-bottom: 14px;
}