@font-face {
    font-family: "DIN";
    src: url(../fonts/DIN-Medium.otf);
}

@font-face {
    font-family: "DINCond-Black";
    src: url(../fonts/DINCond-Black.otf);
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden !important;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.isScroll {
    height: 100vh;
    overflow: hidden;
}

body.isScroll_ {
    overflow: hidden;
}

html {
    font-size: 62.5%;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

body {
    background: #f5f6f7;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .black {
    width: 100%;
    height: 40px;
    background: #333333;
}

.header .black .w {
    width: 1444px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .black .w .black_link {
    display: flex;
    align-items: center;
    width: 380px;
    justify-content: space-between;
    height: 100%;
}

.header .black .w .black_link > a {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: 0.6s;
    position: relative;
}

.header .black .w .black_link > a:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #ffffff;
    opacity: 0.2;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.header .black .w .black_link > a:hover {
    color: #fff;
}

.header .black .w .black_link .winnow {
    height: 100%;
    position: relative;
    left: -15px;
}

.header .black .w .black_link .winnow > a {
    width: 92px;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    transition: 0.6s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .black .w .black_link .winnow .winnow_level {
    position: absolute;
    right: 0;
    width: 398px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(37, 38, 40, 0.08);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.header .black .w .black_link .winnow .winnow_level .matter {
    padding: 30px 0 29px 19px;
    position: relative;
}

.header
.black
.w
.black_link
.winnow
.winnow_level
.matter:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #ebeced 0%, #ebeced 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.header .black .w .black_link .winnow .winnow_level .matter h1 {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    margin: 0 0 24px;
}

.header .black .w .black_link .winnow .winnow_level .matter .flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 28px;
}

.header .black .w .black_link .winnow .winnow_level .matter .flex a {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    padding: 0 0 0 9px;
    position: relative;
    transition: 0.4s;
}

.header .black .w .black_link .winnow .winnow_level .matter .flex a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.header .black .w .black_link .winnow .winnow_level .matter .flex a:hover {
    color: #ec4000;
}

.header .black .w .black_link .winnow:hover > a {
    background: #fff;
    color: #000;
}

.header .black .w .black_link .winnow:hover .winnow_level {
    opacity: 1;
    pointer-events: auto;
}

.header .black .w .other {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .black .w .other .please {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: inline;
}

.header .black .w .other .please p {
    color: #fff;
    display: inline;
    cursor: pointer;
}

.header .black .w .other .shopping {
    width: 120px;
    height: 100%;
    background: #ec4000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 32px;
    cursor: pointer;
}

.header .black .w .other .shopping .iconfont {
    color: #ffffff;
    font-size: 16px;
    margin: 0 6px 0 0;
}

.header .black .w .other .shopping .text {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}

.header .black .w .other .shopping .text p {
    display: inline-block;
}

.header .white {
    background: #fff;
}

.header .white .w {
    width: 1444px;
    margin: auto;
    height: 100%;
}

.header .white .w .top {
    padding: 20px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .white .w .top .top_l {
    display: flex;
    align-items: center;
}

.header .white .w .top .top_l .a_link{
    height: 48px;
    width: fit-content;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ec4000;
    border-radius: 5px;
    margin: 0 0 0 20px;
}
.header .white .w .top .top_l .a_link svg{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
.header .white .w .top .top_l .a_link p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.header .white .w .top .top_l .logo {
    width: 160px;
    margin: 0 98px 0 0;
}

.header .white .w .top .top_l .logo img {
    width: 100%;
}

.header .white .w .top .top_l .search {
    display: flex;
}

.header .white .w .top .top_l .search .search_body {
    display: flex;
    width: 700px;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ec4000;
}

.header .white .w .top .top_l .search .search_body input {
    width: 633px;
    height: 100%;
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 18px;
    border: none;
    background: transparent;
}

.header .white .w .top .top_l .search .search_body input::placeholder {
    color: #999999;
}

.header .white .w .top .top_l .search .search_body button {
    flex: 1;
    height: 100%;
    background: #ec4000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
}

.header .white .w .top .top_l .search .offer {
    width: 140px;
    height: 48px;
    background: #ec4000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 20px;
    transition: .6s;
    cursor: pointer;
}

.header .white .w .top .top_l .search .offer:hover {
    background: #FFAC05;
}

.header .white .w .top .top_l .search .offer .iconfont {
    font-size: 30px;
    color: #ffffff;
    margin: 0 4px 0 0;
    transition: .6s;
}

.header .white .w .top .top_l .search .offer p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    transition: .6s;
}

.header .white .w .top .r_menu{
    display: flex;
    align-items: center;
}

.header .white .w .top .r_menu .a_tel{
    color: #ec4000;
    font-weight: bold;
    margin: 0 50px 0 0;
    font-size: 18px;
    display: none;
}

.header .white .w .top .top_code {
    width: 88px;
}

.header .white .w .top .top_code img {
    width: 100%;
}

.header .white .w .bottom {
    display: flex;
}

.header .white .w .bottom .commodity {
    margin: 0 25px 0 0;
    position: relative;
}

.header .white .w .bottom .commodity .show {
    width: 234px;
    height: 42px;
    background: #ec4000;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header .white .w .bottom .commodity .show svg {
    width: 25px;
    height: 25px;
}

.header .white .w .bottom .commodity .show svg path {
    fill: #fff;
}

.header .white .w .bottom .commodity .hide {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(23, 9, 3, 0.2);
    /*overflow: hidden;*/
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.header .white .w .bottom .commodity .hide > div {
    margin: 11px 0;
}

.header .white .w .bottom .commodity .hide .a_item {
    /*margin: 0 0 4px;*/
}

.header .white .w .bottom .commodity .hide .child {
    /*height: 37px;*/
    display: flex;
    line-height: 41px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 20px;
}

.header .white .w .bottom .commodity .hide .child p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    transition: 0.3s;
}

.header .white .w .bottom .commodity .hide .child .iconfont {
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
}

.header .white .w .bottom .commodity .hide .a_item:hover .child {
    background: #ec4000;
}

.header .white .w .bottom .commodity .hide .a_item:hover .child p,
.header .white .w .bottom .commodity .hide .a_item:hover .child .iconfont {
    color: #fff;
}

.header .white .w .bottom .commodity .hide .a_item .a_position {
    position: absolute;
    width: 970px;
    height: 464px;
    background: #fff;
    top: 10px;
    left: 100%;
    justify-content: space-between;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    display: none;
}

.header .white .w .bottom .commodity .hide .a_item:hover .a_position {
    display: flex;
    padding: 0 25px 0 0;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_l {
    padding: 20px;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_l .headline {
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 30px;
    width: fit-content;
    position: relative;
    font-weight: bold;
    display: block;
    color: #000;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_l .headline:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_l .filter a {
    width: fit-content;
    font-size: 14px;
    color: #4a4a4a;
    transition: .3s ease;
    display: block;
    padding: 6px 0;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_l .filter a:hover {
    color: #ec4000;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r {
    width: 670px;
    height: 100%;
    padding: 25px 0 0 0;
    /*overflow: auto;*/
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid #eee;
    border-bottom: none;
}

.header .white .w .bottom .commodity .hide .a_item:last-child .a_position .a_r > div, .header .white .w .bottom .commodity .hide .a_item:nth-last-child(2) .a_position .a_r > div {
    grid-template-columns: repeat(3, 1fr);
}

.header .white .w .bottom .commodity .hide .a_item:nth-last-child(3) .a_position .a_r > div {
    grid-template-columns: repeat(3, 1fr);
}
.header .white .w .bottom .commodity .hide .a_item:nth-last-child(3) .a_position .a_r a {
    /*height: 92px;*/
    height: 82px;
}

.header .white .w .bottom .commodity .hide .a_item:nth-last-child(2) .a_position .a_r a, .header .white .w .bottom .commodity .hide .a_item:last-child .a_position .a_r a {
    height: auto;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r a {
    width: 100%;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow: hidden;
    margin: 0 -1px -1px 0;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:nth-child(7) {
    border-right: 1px solid #eee;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:last-child {
    border-right: 1px solid #eee;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:hover {
    border: 1px solid #ec4000;
    position: relative;
}

.header .white .w .bottom .commodity .hide .a_item .a_position .a_r img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .white .w .bottom .commodity:hover .hide {
    opacity: 1;
    pointer-events: auto;
}

.header .white .w .bottom .nav {
    display: flex;
    align-items: center;
}

.header .white .w .bottom .nav .level {
    height: fit-content;
}

.header .white .w .bottom .nav .level:not(:last-child) {
    margin: 0 40px 0 0;
}

.header .white .w .bottom .nav .level > a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
    padding: 9px 0;
}

.header .white .w .bottom .nav .level > a img {
    width: 11px;
    height: 11px;
    margin: 0 6px 0 0;
    opacity: 0;
    transition: 0.6s;
}

.header .white .w .bottom .nav .level .level_hide {
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(44, 38, 35, 0.03);
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
    z-index: 999;
}

.header .white .w .bottom .nav .level .level_hide .jump {
    width: 1444px;
    margin: auto;
}

.header .white .w .bottom .nav .level .level_hide .jump > div {
    width: 1110px;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 0 0;
}

.header .white .w .bottom .nav .level .level_hide .jump > div a {
    font-weight: bold;
    font-size: 18px;
    color: #777777;
    transition: 0.6s;
}

.header
.white
.w
.bottom
.nav
.level
.level_hide
.jump
> div
a:not(:last-child) {
    margin: 0 65px 0 0;
}

.header .white .w .bottom .nav .level .level_hide .jump > div a:hover {
    color: #ec4000;
}

.header .white .w .bottom .nav .level.on > a,
.header .white .w .bottom .nav .level:hover > a {
    color: #ec4000;
    font-weight: bold;
}

.header .white .w .bottom .nav .level.on > a img,
.header .white .w .bottom .nav .level:hover > a img {
    opacity: 1;
}

.header .white .w .bottom .nav .level:hover .level_hide {
    opacity: 1;
    pointer-events: auto;
}

.header .alone_head {
    display: none;
    height: 104px;
    background: #fff;
}

.header .alone_head .c_w {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .alone_head .c_w .l {
    display: flex;
    align-items: center;
}

.header .alone_head .c_w .l .l_logo {
    width: 160px;
}

.header .alone_head .c_w .l .l_logo img {
    width: 160px;
}

.header .alone_head .c_w .l .line {
    width: 1px;
    height: 30px;
    background: #ec4000;
    margin: 0 30px;
}

.header .alone_head .c_w .l p {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
}

.header .alone_head .c_w .warn {
    display: flex;
    align-items: center;
}

.header .alone_head .c_w .warn .iconfont {
    color: #dc0000;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.header .alone_head .c_w .warn p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.head_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
    z-index: 99;
}

.head_mask.on {
    opacity: 1;
}

.footer {
    background: #f5f6f7;
    padding: 110px 0 40px 0;
}

.footer .wrap .foo_head {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 70px;
    margin: 0 0 60px;
}

.footer .wrap .foo_head .l {
    margin: 0 330px 0 0;
}

.footer .wrap .foo_head .l > img {
    width: 128px;
}

.footer .wrap .foo_head .l .suggestion {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    background: #ec4000;
    border-radius: 5px;
    transition: .6s;
}

.footer .wrap .foo_head .l .suggestion:hover {
    background: #ffac05;
}

.footer .wrap .foo_head .l .suggestion .iconfont {
    font-size: 22px;
    color: #fff;
    margin: 0 9px 0 0;
    font-weight: 200;
}

.footer .wrap .foo_head .l .suggestion p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.footer .wrap .foo_head .foo_nav {
    display: flex;
}

.footer .wrap .foo_head .foo_nav a {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.footer .wrap .foo_head .foo_nav a:not(:last-child) {
    margin: 0 147px 0 0;
}

.footer .wrap .foo_head .foo_nav a:hover {
    color: #ec4000;
}

.footer .wrap .foo_message {
    display: flex;
    justify-content: space-between;
    padding: 0 0 60px;
    position: relative;
}

.footer .wrap .foo_message:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #e6e6e6;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer .wrap .foo_message .flex {
    display: flex;
    align-items: center;
}

.footer .wrap .foo_message .flex .list {
    display: flex;
}

.footer .wrap .foo_message .flex .list:not(:last-child) {
    margin: 0 10px 0 0;
}

.footer .wrap .foo_message .flex .list .iconfont {
    color: #ec4000;
    font-size: 20px;
    margin: 0 15px 0 0;
}

.footer .wrap .foo_message .flex .list .text {
    margin: 0 66px 0 0;
}

.footer .wrap .foo_message .flex .list .text p {
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    opacity: 0.6;
    margin: 0 0 10px;
}

.footer .wrap .foo_message .flex .list .text a {
    font-weight: bold;
    font-size: 24px;
    color: #444444;
}

.footer .wrap .foo_message .flex .list .text a strong {
    font-size: 14px;
    color: #ec4000;
}

.footer .wrap .foo_message .flex .list:nth-child(2) .iconfont {
    font-size: 15px;
    position: relative;
    top: 4px;
}

.footer .wrap .foo_message .flex .list:last-child .text a {
    font-size: 18px;
}

.footer .wrap .foo_message .code {
    width: 125px;
}

.footer .wrap .foo_link {
    margin: 45px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .wrap .foo_link a,
.footer .wrap .foo_link p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
    display: inline-block;
    transition: 0.6s;
}

.footer .wrap .foo_link a:hover {
    color: #ec4000;
}

/**/
.common_alert2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.common_alert2.on {
    opacity: 1;
    pointer-events: auto;
}

.common_alert2 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    opacity: 0.4;
}

.common_alert2 .wrap {
    position: relative;
    z-index: 2;
    display: flex;
}

.common_alert2 .wrap .content {
    width: 540px;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 12px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_alert2 .wrap .content h1 {
    font-size: 30px;
}

.common_alert2 .wrap .off {
    width: 42px;
    height: 42px;
    background: #fcfdfd;
    border-radius: 50%;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.ph {
    display: none !important;
}

.common_alert2 .wrap .off .iconfont {
    color: #666666;
    font-size: 25px;
    transition: 0.3s;
    transform: translateY(-1px);
}

.common_alert2 .wrap .off:hover {
    background: #ec4000;
}

.common_alert2 .wrap .off:hover .iconfont {
    color: #fff;
}

/**/
.common_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.common_alert.on {
    opacity: 1;
    pointer-events: auto;
}

.common_alert .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    opacity: 0.4;
}

.common_alert .wrap {
    position: relative;
    z-index: 2;
    display: flex;
}

.common_alert .wrap .content {
    width: 415px;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 12px;
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.common_alert .wrap .content .drag {
    width: 100%;
    margin: 15px 0 0 0;
    height: 35px;
    --color: #ec4000;
}

.common_alert .wrap .content .drag .fixTips {
    font-size: 12px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}

.common_alert .wrap .content .drag .verify-wrap {
    margin: 0;
    height: 100%;
}

.common_alert .wrap .content .drag .verify-wrap .suc-drag-btn ~ .sucMsg {
    display: flex !important;
}

.common_alert .wrap .content .drag .verify-wrap .suc-drag-btn ~ .fixTips {
    display: none;
}

.common_alert .wrap .content .drag .verify-wrap .drag-btn {
    height: 107%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}

.common_alert .wrap .content .drag .verify-wrap .drag-progress {
    height: 105%;
}

.common_alert .wrap .content .drag .verify-wrap .fix-tips,
.common_alert .wrap .content .drag .verify-msg {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_alert .wrap .content .drag .verify-wrap .verify-msg {
    display: none;
}

.common_alert .wrap .content .drag .verify-wrap .suc-drag-btn .cir {
    opacity: 1 !important;
}

.common_alert .wrap .content .drag .verify-wrap .drag-btn .cir {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #76c51f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.common_alert .wrap .content .drag .verify-wrap .drag-btn .cir .iconfont {
    color: #fff;
    font-size: 12px;
}

.common_alert .wrap .content .drag .verify-wrap .drag-btn .iconfont {
    color: #e5e5e5;
    font-size: 18px;
}

.common_alert .wrap .content .drag .sucMsg {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}

@keyframes slidetounlock {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.common_alert .wrap .content .click_go {
    cursor: pointer;
}

.common_alert .wrap .content .click_go .border {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    font-size: 11px;
    transition: 0.3s;
}

.common_alert .wrap .content .click_go .border.on {
    background: #ec4000;
    color: #fff;
    border: 1px solid transparent;
}

.common_alert .wrap .content .click_go .border p {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.common_alert .wrap .content .position {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_alert .wrap .content .position .text {
    width: 112px;
    height: 26px;
    background: rgba(236, 64, 0, 0.05);
    border-radius: 4px;
    border: 1px solid rgba(236, 64, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #ec4000;
    position: relative;
    left: 10px;
}

.common_alert .wrap .content .position .color {
    width: 65px;
    height: 64px;
    background: rgba(236, 64, 0, 0.1);
    padding: 8px 0 0 24px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 1% 0);
    clip-path: polygon(100% 0, 100% 100%, 1% 0);
    cursor: pointer;
}

.common_alert .wrap .content .position .color .iconfont {
    color: #ec4000;
    font-size: 35px;
}

.common_alert .wrap .content .title {
    font-weight: bold;
    font-size: 24px;
    color: #1a1a1a;
}

.common_alert .wrap .content .read {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.common_alert .wrap .content .read .border {
    width: 14px;
    height: 14px;
    background: #ec4000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin: 0 8px 0 0;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
}

.common_alert .wrap .content .read .border.on {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: transparent;
}

.common_alert .wrap .content .read div {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.common_alert .wrap .content .read div a {
    color: #1d7ec9;
    display: inline-block;
}

.common_alert .wrap .content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    background: #ec4000;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.common_alert .wrap .content input {
    width: 100%;
    height: 40px;
    background: rgba(232, 235, 240, 0);
    border: 1px solid #e8ebf0;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.6s;
}

.common_alert .wrap .content input::-webkit-outer-spin-button,
.common_alert .wrap .content input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.common_alert .wrap .content input[type="number"] {
    -moz-appearance: textfield;
}

.common_alert .wrap .content input:not(:last-child) {
    margin: 0 0 20px;
}

.common_alert .wrap .content input::placeholder {
    color: #999999;
}

.common_alert .wrap .content input:focus {
    border: 1px solid #ec4000;
}

.common_alert .wrap .content .login {
    padding: 35px 0;
}

.common_alert .wrap .content .login .cut {
    margin: 35px 0;
    display: flex;
    align-items: center;
}

.common_alert .wrap .content .login .cut .list {
    border-bottom: 2px solid #e8ebf0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    transition: 0.3s;
    cursor: pointer;
}

.common_alert .wrap .content .login .cut .list.on {
    color: #ec4000;
    border-bottom: 2px solid #ec4000;
}

.common_alert .wrap .content .login .alike_jump {
    height: 247px;
}

.common_alert .wrap .content .login .alike_jump .alike {
    display: none;
}

.common_alert .wrap .content .login .alike_jump .alike.on {
    display: block;
}

.common_alert .wrap .content .login .alike_jump .alike .wx_p {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.common_alert .wrap .content .login .alike_jump .alike .img {
    width: 210px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.common_alert .wrap .content .login .alike_jump .alike .next_auto {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.common_alert .wrap .content .login .alike_jump .alike input {
    height: 35px;
}

.common_alert .wrap .content .login .alike_jump .alike input:not(:last-child) {
    margin: 0 0 15px;
}

.common_alert .wrap .content .login .alike_jump .alike .oth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.common_alert .wrap .content .login .alike_jump .alike .oth .auto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_alert .wrap .content .login .alike_jump .alike .oth .forget {
    font-weight: 500;
    font-size: 14px;
    color: #ec4000;
    cursor: pointer;
}

.common_alert .wrap .content .login .alike_jump .alike .button {
    margin: 29px 0 0 0;
}

.common_alert .wrap .content .enroll {
    height: 100%;
    width: 100%;
    padding: 75px 0 0 0;
}

.common_alert .wrap .content .enroll .message {
    margin: 34px 0 0 0;
}

.common_alert .wrap .content .enroll .message .verify {
    height: 40px;
    cursor: pointer;
    margin: 0 0 20px;
    display: flex;
    position: relative;
}

.common_alert .wrap .content .enroll .message .verify input {
    height: 100%;
    flex: 1;
}

.common_alert .wrap .content .enroll .message .verify .click {
    width: 127px;
    right: 0;
    top: 0;
    height: 100%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    transition: 0.3s;
}

.common_alert .wrap .content .enroll .message .verify .click:hover {
    background: #ec4000;
    color: #fff;
}

.common_alert .wrap .content .enroll .button {
    margin: 40px 0 100px 0;
}

.common_alert .wrap .content .enroll_phone .button {
    margin: 40px 0 50px 0;
}

.common_alert .wrap .content .enroll_phone .drag {
    margin: 0 0 15px;
}

.common_alert .wrap .content .enroll_phone input {
    height: 35px;
}

.common_alert .wrap .content .enroll_phone input:not(:last-child) {
    margin: 0 0 15px;
}

.common_alert .wrap .content .fill_in {
    padding: 45px 0 0 0;
    width: 100%;
}

.common_alert .wrap .content .fill_in .title {
    text-align: center;
    margin: 0 0 34px;
}

.common_alert .wrap .content .fill_in .button {
    margin: 30px 0 60px 0;
}

.common_alert .wrap .content .question .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_alert .wrap .content .question .text .line {
    flex: 1;
    height: 1px;
    background: #e1e3e6;
}

.common_alert .wrap .content .question .text p {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin: 0 20px;
}

.common_alert .wrap .content .question .bott {
    margin: 18px 0 30px 0;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.common_alert .wrap .content .question .bott .list:not(:last-child) {
    margin: 0 60px 0 0;
}

.common_alert .wrap .content .question .bott .list.wx,
.common_alert .wrap .content .question .bott .list.account {
    display: none;
}

.common_alert .wrap .content .question .bott .circle {
    width: 38px;
    height: 38px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    color: #ec4000;
    font-size: 22px;
}

.common_alert .wrap .content .question .bott p {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}

.common_alert .wrap .content .question .bott.on .list {
    display: none;
}

.common_alert .wrap .content .question .bott.on .list.wx,
.common_alert .wrap .content .question .bott.on .list.account {
    display: block;
}

.common_alert .wrap .content .question .bott.on .list:nth-child(2) {
    margin: 0;
}

.common_alert .wrap .off {
    width: 42px;
    height: 42px;
    background: #fcfdfd;
    border-radius: 50%;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.common_alert .wrap .off .iconfont {
    color: #666666;
    font-size: 25px;
    transition: 0.3s;
    transform: translateY(-1px);
}

.common_alert .wrap .off:hover {
    background: #ec4000;
}

.common_alert .wrap .off:hover .iconfont {
    color: #fff;
}

.main {
    margin: 190px 0 0 0;
}

.c_w {
    width: 1445px;
    margin: auto;
}

.common_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
}

.common_brand .c_w {
    display: flex;
    align-items: center;
}

.common_brand .c_w a,
.common_brand .c_w p {
    font-weight: 500;
    font-size: 14px;
    color: rgba(18, 18, 18, 0.8);
}

.common_brand .c_w p {
    font-size: 16px;
    margin: 0 18px;
    position: relative;
    top: -2px;
}

/*.common_brand .c_w a.on {*/
/*  color: #EC4000;*/
/*}*/
.common_brand .c_w a:last-child {
    color: #EC4000;
}

.common_section {
    background: #fff;
    padding: 44px 0;
}

.common_section .wrap {
    display: flex;
    justify-content: center;
}

.common_section .wrap .item {
    cursor: pointer;
}

.common_section .wrap .item:not(:last-child) {
    margin: 0 102px 0 0;
}

.common_section .wrap .item .img {
    width: 84px;
    margin: 0 auto 10px;
    display: block;
}

.common_section .wrap .item .text {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 20px;
    text-align: center;
}

.common_section .wrap .item:hover .img {
    transform: rotateY(360deg);
    transition: 1s;
}

body.se_none .common_section {
    display: none;
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.common_paging a {
    transition: 0.6s;
}

.common_paging a:first-child .iconfont,
.common_paging a:last-child .iconfont {
    color: #999999;
    font-size: 16px;
    transition: 0.6s;
}

.common_paging a:first-child .iconfont {
    transform: rotate(180deg);
}

.common_paging a:not(:first-child),
.common_paging a:not(:last-child) {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.common_paging a:hover,
.common_paging a.on {
    background: #ec4000 !important;
    color: #fff;
}

.common_paging a:hover .iconfont,
.common_paging a.on .iconfont {
    color: #fff;
}

body.alone .header .white {
    display: none;
}

body.alone .header .alone_head {
    display: block;
}

body.alone .main {
    margin: 144px 0 0 0;
}

/*# sourceMappingURL=style.css.map */
.fixed_complain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.fixed_complain.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_complain .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25, 25, 25, 0.4);
}

.fixed_complain .wrap {
    position: relative;
}

.fixed_complain .wrap .content {
    width: 800px;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 12px;
    padding: 40px 30px 42px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fixed_complain .wrap .content .item {
    width: 320px;
    margin: 0 0 20px;
}

.fixed_complain .wrap .content .item.textarea {
    width: 100%;
}

.fixed_complain .wrap .content .item p {
    font-size: 16px;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.fixed_complain .wrap .content .item p strong {
    font-weight: 400;
    color: #ec0000;
}

.fixed_complain .wrap .content .item textarea {
    width: 100%;
    height: 114px;
    background: rgba(232, 235, 240, 0);
    border: 1px solid #e8ebf0;
    padding: 11px 0 0 12px;
    font-size: 12px;
}

.fixed_complain .wrap .content .item textarea::placeholder {
    color: #999;
}

.fixed_complain .wrap .content .item input {
    width: 100%;
    height: 40px;
    background: rgba(232, 235, 240, 0);
    border: 1px solid #e8ebf0;
    padding: 0 0 0 12px;
    font-size: 12px;
}

.fixed_complain .wrap .content .item input::placeholder {
    color: #999;
}

.fixed_complain .wrap .content .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}

.fixed_complain .wrap .content .button button {
    width: 130px;
    height: 41px;
    background-color: #ec4000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    transition: 0.6s;
}

.fixed_complain .wrap .content .button button:hover {
    background: #000;
}

.fixed_complain .wrap .close {
    width: 42px;
    height: 42px;
    background: #fcfdfd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    cursor: pointer;
    transition: 0.6s;
}

.fixed_complain .wrap .close .iconfont {
    color: #666666;
    font-size: 23px;
    transition: 0.6s;
}

.fixed_complain .wrap .close:hover {
    background: #ec4000;
}

.fixed_complain .wrap .close:hover .iconfont {
    color: #fff;
}

/*# sourceMappingURL=dd.css.map */
.down_pull {
    position: relative;
}

.down_pull .pull {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.down_pull.on .pull {
    transition: ease .3s;
    opacity: 1;
    transform: translateY(10px);
    pointer-events: auto;
}

.down_pull .pull::-webkit-scrollbar {
    width: 0;
}

.down_pull .pull p {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    cursor: pointer;
    font-size: 13px;
    transition: ease .3s;
    color: #111;
}

.down_pull .pull p:hover {
    background: var(--background);
    color: #fff;
}

.down_pull .pull p.on {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #111 !important;
    pointer-events: none;
}

.shopping_side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 99999;
    width: 80px;
    height: 80px;
    background: #ec4000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.shopping_side.on {
    opacity: 1;
    pointer-events: auto;
}

.shopping_side .iconfont {
    font-size: 32px;
    color: #fff;
}
.menu {
    display: none;
}
.menu svg {
    stroke: #000000;
    width: 64px;
    height: 38px;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
}
.menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.menu.active svg path {
    --offset: 57px;
}
.menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
    --offset: 58px;
}
.header .white .w .bottom .nav .search {
    display: none;
}
@media screen and (max-width: 1920px) {
    .header .white .w .top .top_l .a_link{
        height: 2.5vw;
        width: fit-content;
        padding: 0 1.0416666666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.052083333333333336vw solid #ec4000;
        border-radius: 0.2604166666666667vw;
        margin: 0 0 0 1.0416666666666667vw;
    }
    .header .white .w .top .top_l .a_link svg{
        width: 1.0416666666666667vw;
        height: 1.0416666666666667vw;
        margin: 0 0.5208333333333334vw 0 0;
    }
    .header .white .w .top .top_l .a_link p{
        font-size: 0.9375vw;
        color: #333;
        font-weight: bold;
    }

    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .header .black {
        width: 100%;
        height: 2.0833333333vw;
        background: #333333;
    }

    .header .black .w {
        width: 75.2083333333vw;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .black .w .black_link {
        display: flex;
        align-items: center;
        width: 19.7916666667vw;
        justify-content: space-between;
        height: 100%;
    }

    .header .black .w .black_link > a {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
        transition: 0.6s;
        position: relative;
    }

    .header .black .w .black_link > a:not(:last-child):after {
        content: "";
        position: absolute;
        width: 0.0520833333vw;
        height: 0.6770833333vw;
        background: #ffffff;
        opacity: 0.2;
        right: -0.7291666667vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .black .w .black_link > a:hover {
        color: #fff;
    }

    .header .black .w .black_link .winnow {
        height: 100%;
        position: relative;
        left: -0.78125vw;
    }

    .header .black .w .black_link .winnow > a {
        width: 4.7916666667vw;
        height: 100%;
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
        transition: 0.6s;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .black .w .black_link .winnow .winnow_level {
        position: absolute;
        right: 0;
        width: 20.7291666667vw;
        background: #ffffff;
        box-shadow: 0vw 0.2604166667vw 0.5208333333vw 0vw rgba(37, 38, 40, 0.08);
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }

    .header .black .w .black_link .winnow .winnow_level .matter {
        padding: 1.5625vw 0 1.5104166667vw 0.9895833333vw;
        position: relative;
    }

    .header
    .black
    .w
    .black_link
    .winnow
    .winnow_level
    .matter:not(:last-child):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.0520833333vw;
        background-image: linear-gradient(to right, #ebeced 0%, #ebeced 50%, transparent 50%);
        background-size: 0.5208333333vw 0.0520833333vw;
        background-repeat: repeat-x;
    }

    .header .black .w .black_link .winnow .winnow_level .matter h1 {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #111111;
        margin: 0 0 1.25vw;
    }

    .header .black .w .black_link .winnow .winnow_level .matter .flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8333333333vw 1.4583333333vw;
    }

    .header .black .w .black_link .winnow .winnow_level .matter .flex a {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #444444;
        padding: 0 0 0 0.46875vw;
        position: relative;
        transition: 0.4s;
    }

    .header .black .w .black_link .winnow .winnow_level .matter .flex a:after {
        content: "";
        position: absolute;
        width: 0.0520833333vw;
        height: 0.8333333333vw;
        background: #d9d9d9;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .header .black .w .black_link .winnow .winnow_level .matter .flex a:hover {
        color: #ec4000;
    }

    .header .black .w .black_link .winnow:hover > a {
        background: #fff;
        color: #000;
    }

    .header .black .w .black_link .winnow:hover .winnow_level {
        opacity: 1;
        pointer-events: auto;
    }

    .header .black .w .other {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .header .black .w .other .please {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
        display: inline;
    }

    .header .black .w .other .please p {
        color: #fff;
        display: inline;
        cursor: pointer;
    }

    .header .black .w .other .shopping {
        width: 6.25vw;
        height: 100%;
        background: #ec4000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 1.6666666667vw;
        cursor: pointer;
    }

    .header .black .w .other .shopping .iconfont {
        color: #ffffff;
        font-size: 0.8333333333vw;
        margin: 0 0.3125vw 0 0;
    }

    .header .black .w .other .shopping .text {
        font-weight: 400;
        font-size: 0.625vw;
        color: #ffffff;
        display: inline-block;
    }

    .header .black .w .other .shopping .text p {
        display: inline-block;
    }

    .header .white {
        background: #fff;
    }

    .header .white .w {
        width: 75.2083333333vw;
        margin: auto;
        height: 100%;
    }

    .header .white .w .top {
        padding: 1.0416666667vw 0.2604166667vw 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .white .w .top .top_l {
        display: flex;
        align-items: center;
    }

    .header .white .w .top .top_l .logo {
        width: 8.3333333333vw;
        margin: 0 5.1041666667vw 0 0;
    }

    .header .white .w .top .top_l .logo img {
        width: 100%;
    }

    .header .white .w .top .top_l .search {
        display: flex;
    }

    .header .white .w .top .top_l .search .search_body {
        display: flex;
        width: 36.4583333333vw;
        height: 2.5vw;
        border-radius: 0.2604166667vw;
        overflow: hidden;
        border: 0.0520833333vw solid #ec4000;
    }

    .header .white .w .top .top_l .search .search_body input {
        width: 32.96875vw;
        height: 100%;
        padding: 0 0 0 1.0416666667vw;
        font-weight: 400;
        font-size: 0.9375vw;
        border: none;
        background: transparent;
    }

    .header .white .w .top .top_l .search .search_body input::placeholder {
        color: #999999;
    }

    .header .white .w .top .top_l .search .search_body button {
        flex: 1;
        height: 100%;
        background: #ec4000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 1.3020833333vw;
    }

    .header .white .w .top .top_l .search .offer {
        width: 7.2916666667vw;
        height: 2.5vw;
        background: #ec4000;
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 1.0416666667vw;
        transition: .6s;
        cursor: pointer;
    }

    .header .white .w .top .top_l .search .offer:hover {
        background: #FFAC05;
    }

    .header .white .w .top .top_l .search .offer .iconfont {
        font-size: 1.5625vw;
        color: #ffffff;
        margin: 0 0.2083333333vw 0 0;
        transition: .6s;
    }

    .header .white .w .top .top_l .search .offer p {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #ffffff;
        transition: .6s;
    }

    .header .white .w .top .top_code {
        width: 4.5833333333vw;
    }

    .header .white .w .top .top_code img {
        width: 100%;
    }

    .header .white .w .bottom {
        display: flex;
    }

    .header .white .w .bottom .commodity {
        margin: 0 1.3020833333vw 0 0;
        position: relative;
    }

    .header .white .w .bottom .commodity .show {
        width: 12.1875vw;
        height: 2.1875vw;
        background: #ec4000;
        border-radius: 0.5208333333vw 0.5208333333vw 0vw 0vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.25vw;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.0416666667vw;
    }

    .header .white .w .bottom .commodity .show svg {
        width: 1.3020833333vw;
        height: 1.3020833333vw;
    }

    .header .white .w .bottom .commodity .show svg path {
        fill: #fff;
    }

    .header .white .w .bottom .commodity .hide {
        position: absolute;
        left: 0;
        z-index: 5;
        width: 100%;
        background: #ffffff;
        box-shadow: 0.0520833333vw 0.0520833333vw 0.2604166667vw 0vw rgba(23, 9, 3, 0.2);
        /*overflow: hidden;*/
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    .header .white .w .bottom .commodity .hide > div {
        margin: 0.5729166667vw 0;
    }

    .header .white .w .bottom .commodity .hide .a_item {
        /*margin: 0 0 4/$f+vw;*/
    }

    .header .white .w .bottom .commodity .hide .child {
        /*height: 37/$f+vw;*/
        display: flex;
        line-height: 2.1354166667vw;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        transition: 0.3s;
        padding: 0 1.0416666667vw;
    }

    .header .white .w .bottom .commodity .hide .child p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #666666;
        transition: 0.3s;
    }

    .header .white .w .bottom .commodity .hide .child .iconfont {
        color: #666666;
        font-size: 0.8333333333vw;
        transition: 0.3s;
    }

    .header .white .w .bottom .commodity .hide .a_item:hover .child {
        background: #ec4000;
    }

    .header .white .w .bottom .commodity .hide .a_item:hover .child p,
    .header .white .w .bottom .commodity .hide .a_item:hover .child .iconfont {
        color: #fff;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position {
        position: absolute;
        width: 50.5208333333vw;
        height: 24.1666666667vw;
        background: #fff;
        top: 0.5208333333vw;
        left: 100%;
        justify-content: space-between;
        box-shadow: 0 0 0.2604166667vw 0.1041666667vw rgba(0, 0, 0, 0.05);
        display: none;
    }

    .header .white .w .bottom .commodity .hide .a_item:hover .a_position {
        display: flex;
        padding: 0 1.3020833333vw 0 0;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_l {
        padding: 1.0416666667vw;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_l .headline {
        font-size: 0.7291666667vw;
        padding: 0 0 0.5208333333vw;
        margin: 0 0 1.5625vw;
        width: fit-content;
        position: relative;
        font-weight: bold;
        display: block;
        color: #000;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_l .headline:after {
        content: '';
        position: absolute;
        width: 2.1875vw;
        height: 0.1041666667vw;
        background: #000;
        bottom: 0;
        left: 0;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_l .filter a {
        width: fit-content;
        font-size: 0.7291666667vw;
        color: #4a4a4a;
        transition: .3s ease;
        display: block;
        padding: 0.3125vw 0;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_l .filter a:hover {
        color: #ec4000;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r {
        width: 34.8958333333vw;
        height: 100%;
        padding: 1.3020833333vw 0 0 0;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r > div {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-left: 0.0520833333vw solid #eee;
        border-bottom: none;
    }

    .header .white .w .bottom .commodity .hide .a_item:last-child .a_position .a_r > div, .header .white .w .bottom .commodity .hide .a_item:nth-last-child(2) .a_position .a_r > div {
        grid-template-columns: repeat(3, 1fr);
    }

    .header .white .w .bottom .commodity .hide .a_item:nth-last-child(3) .a_position .a_r > div {
        grid-template-columns: repeat(3, 1fr);
    }

    .header .white .w .bottom .commodity .hide .a_item:nth-last-child(3) .a_position .a_r a {
        /*height: 4.7916666667vw;*/
        height: 4.2708333333333333333vw;
    }

    .header .white .w .bottom .commodity .hide .a_item:nth-last-child(2) .a_position .a_r a, .header .white .w .bottom .commodity .hide .a_item:last-child .a_position .a_r a {
        height: auto;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r a {
        width: 100%;
        height: 3.59375vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.0520833333vw solid transparent;
        border-top: 0.0520833333vw solid #eee;
        border-bottom: 0.0520833333vw solid #eee;
        border-right: 0.0520833333vw solid #eee;
        overflow: hidden;
        margin: 0 -0.0520833333vw -0.0520833333vw 0;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:nth-child(7) {
        border-right: 0.0520833333vw solid #eee;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:last-child {
        border-right: 0.0520833333vw solid #eee;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r a:hover {
        border: 0.0520833333vw solid #ec4000;
        position: relative;
    }

    .header .white .w .bottom .commodity .hide .a_item .a_position .a_r img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header .white .w .bottom .commodity:hover .hide {
        opacity: 1;
        pointer-events: auto;
    }

    .header .white .w .bottom .nav {
        display: flex;
        align-items: center;
    }

    .header .white .w .bottom .nav .level {
        height: fit-content;
    }

    .header .white .w .bottom .nav .level:not(:last-child) {
        margin: 0 2.2395833333vw 0 0;
    }

    .header .white .w .bottom .nav .level > a {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 0.9375vw;
        color: #333333;
        transition: 0.6s;
        padding: 0.46875vw 0;
    }

    .header .white .w .bottom .nav .level > a img {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
        margin: 0 0.3125vw 0 0;
        opacity: 0;
        transition: 0.6s;
    }

    .header .white .w .bottom .nav .level .level_hide {
        position: absolute;
        left: 0;
        top: 9.8958333333vw;
        width: 100%;
        height: 4.1666666667vw;
        background: #ffffff;
        box-shadow: 0vw 0.2604166667vw 0.5208333333vw 0vw rgba(44, 38, 35, 0.03);
        display: flex;
        align-items: center;
        border-top: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
        pointer-events: none;
        opacity: 0;
        transition: 0.4s;
    }

    .header .white .w .bottom .nav .level .level_hide .jump {
        width: 75.2083333333vw;
        margin: auto;
    }

    .header .white .w .bottom .nav .level .level_hide .jump > div {
        width: 58.2291666667vw;
        display: flex;
        justify-content: flex-end;
        padding: 0 0.78125vw 0 0;
    }

    .header .white .w .bottom .nav .level .level_hide .jump > div a {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #777777;
        transition: 0.6s;
    }

    .header
    .white
    .w
    .bottom
    .nav
    .level
    .level_hide
    .jump
    > div
    a:not(:last-child) {
        margin: 0 3.3854166667vw 0 0;
    }

    .header .white .w .bottom .nav .level .level_hide .jump > div a:hover {
        color: #ec4000;
    }

    .header .white .w .bottom .nav .level.on > a,
    .header .white .w .bottom .nav .level:hover > a {
        color: #ec4000;
        font-weight: bold;
    }

    .header .white .w .bottom .nav .level.on > a img,
    .header .white .w .bottom .nav .level:hover > a img {
        opacity: 1;
    }

    .header .white .w .bottom .nav .level:hover .level_hide {
        opacity: 1;
        pointer-events: auto;
    }

    .header .alone_head {
        display: none;
        height: 5.4166666667vw;
        background: #fff;
    }

    .header .alone_head .c_w {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .alone_head .c_w .l {
        display: flex;
        align-items: center;
    }

    .header .alone_head .c_w .l .l_logo {
        width: 8.3333333333vw;
    }

    .header .alone_head .c_w .l .l_logo img {
        width: 8.3333333333vw;
    }

    .header .alone_head .c_w .l .line {
        width: 0.0520833333vw;
        height: 1.5625vw;
        background: #ec4000;
        margin: 0 1.5625vw;
    }

    .header .alone_head .c_w .l p {
        font-weight: 500;
        font-size: 1.25vw;
        color: #111111;
    }

    .header .alone_head .c_w .warn {
        display: flex;
        align-items: center;
    }

    .header .alone_head .c_w .warn .iconfont {
        color: #dc0000;
        font-size: 0.9375vw;
        margin: 0 0.5208333333vw 0 0;
    }

    .header .alone_head .c_w .warn p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #111111;
    }

    .head_mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.1);
        pointer-events: none;
        opacity: 0;
        transition: 0.4s;
        z-index: 99;
    }

    .head_mask.on {
        opacity: 1;
    }

    .footer {
        background: #f5f6f7;
        padding: 5.7291666667vw 0 2.0833333333vw 0;
    }

    .footer .wrap .foo_head {
        display: flex;
        border-bottom: 0.0520833333vw solid #e6e6e6;
        padding: 0 0 3.6458333333vw;
        margin: 0 0 3.125vw;
    }

    .footer .wrap .foo_head .l {
        margin: 0 17.1875vw 0 0;
    }

    .footer .wrap .foo_head .l > img {
        width: 6.6666666667vw;
    }

    .footer .wrap .foo_head .l .suggestion {
        margin: 2.0833333333vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8.3333333333vw;
        height: 2.2916666667vw;
        background: #ec4000;
        border-radius: 0.2604166667vw;
        transition: .6s;
    }

    .footer .wrap .foo_head .l .suggestion:hover {
        background: #ffac05;
    }

    .footer .wrap .foo_head .l .suggestion .iconfont {
        font-size: 1.1458333333vw;
        color: #fff;
        margin: 0 0.46875vw 0 0;
        font-weight: 200;
    }

    .footer .wrap .foo_head .l .suggestion p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #ffffff;
    }

    .footer .wrap .foo_head .foo_nav {
        display: flex;
    }

    .footer .wrap .foo_head .foo_nav a {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        transition: 0.6s;
    }

    .footer .wrap .foo_head .foo_nav a:not(:last-child) {
        margin: 0 7.65625vw 0 0;
    }

    .footer .wrap .foo_head .foo_nav a:hover {
        color: #ec4000;
    }

    .footer .wrap .foo_message {
        display: flex;
        justify-content: space-between;
        padding: 0 0 3.125vw;
        position: relative;
    }

    .footer .wrap .foo_message:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 0.0520833333vw;
        background: #e6e6e6;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer .wrap .foo_message .flex {
        display: flex;
        align-items: center;
    }

    .footer .wrap .foo_message .flex .list {
        display: flex;
    }

    .footer .wrap .foo_message .flex .list:not(:last-child) {
        margin: 0 0.5208333333vw 0 0;
    }

    .footer .wrap .foo_message .flex .list .iconfont {
        color: #ec4000;
        font-size: 1.0416666667vw;
        margin: 0 0.78125vw 0 0;
    }

    .footer .wrap .foo_message .flex .list .text {
        margin: 0 3.4375vw 0 0;
    }

    .footer .wrap .foo_message .flex .list .text p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #111111;
        opacity: 0.6;
        margin: 0 0 0.5208333333vw;
    }

    .footer .wrap .foo_message .flex .list .text a {
        font-weight: bold;
        font-size: 1.25vw;
        color: #444444;
    }

    .footer .wrap .foo_message .flex .list .text a strong {
        font-size: 0.7291666667vw;
        color: #ec4000;
    }

    .footer .wrap .foo_message .flex .list:nth-child(2) .iconfont {
        font-size: 0.78125vw;
        position: relative;
        top: 0.2083333333vw;
    }

    .footer .wrap .foo_message .flex .list:last-child .text a {
        font-size: 0.9375vw;
    }

    .footer .wrap .foo_message .code {
        width: 6.5104166667vw;
    }

    .footer .wrap .foo_link {
        margin: 2.34375vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .wrap .foo_link a,
    .footer .wrap .foo_link p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: rgba(17, 17, 17, 0.5);
        display: inline-block;
        transition: 0.6s;
    }

    .footer .wrap .foo_link a:hover {
        color: #ec4000;
    }

    /**/
    .common_alert2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: 0.6s;
    }

    .common_alert2.on {
        opacity: 1;
        pointer-events: auto;
    }

    .common_alert2 .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #191919;
        opacity: 0.4;
    }

    .common_alert2 .wrap {
        position: relative;
        z-index: 2;
        display: flex;
    }

    .common_alert2 .wrap .content {
        width: 28.125vw;
        min-height: 15.625vw;
        background: rgba(255, 255, 255, 0.99);
        border-radius: 0.625vw;
        padding: 0 1.5625vw;
        position: relative;
        overflow: hidden;
        margin: 0 1.0416666667vw 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .common_alert2 .wrap .content h1 {
        font-size: 1.5625vw;
    }

    .common_alert2 .wrap .off {
        width: 2.1875vw;
        height: 2.1875vw;
        background: #fcfdfd;
        border-radius: 50%;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
    }

    .common_alert2 .wrap .off .iconfont {
        color: #666666;
        font-size: 1.3020833333vw;
        transition: 0.3s;
        transform: translateY(-0.0520833333vw);
    }

    .common_alert2 .wrap .off:hover {
        background: #ec4000;
    }

    .common_alert2 .wrap .off:hover .iconfont {
        color: #fff;
    }

    /**/
    .common_alert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: 0.6s;
    }

    .common_alert.on {
        opacity: 1;
        pointer-events: auto;
    }

    .common_alert .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #191919;
        opacity: 0.4;
    }

    .common_alert .wrap {
        position: relative;
        z-index: 2;
        display: flex;
    }

    .common_alert .wrap .content {
        width: 21.6145833333vw;
        background: rgba(255, 255, 255, 0.99);
        border-radius: 0.625vw;
        padding: 0 1.5625vw;
        position: relative;
        overflow: hidden;
        margin: 0 1.0416666667vw 0 0;
    }

    .common_alert .wrap .content .drag {
        width: 100%;
        margin: 0.78125vw 0 0 0;
        height: 1.8229166667vw;
        --color: #ec4000;
    }

    .common_alert .wrap .content .drag .fixTips {
        font-size: 0.625vw;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: slidetounlock 3s infinite;
        -webkit-text-size-adjust: none;
    }

    .common_alert .wrap .content .drag .verify-wrap {
        margin: 0;
        height: 100%;
    }

    .common_alert .wrap .content .drag .verify-wrap .suc-drag-btn ~ .sucMsg {
        display: flex !important;
    }

    .common_alert .wrap .content .drag .verify-wrap .suc-drag-btn ~ .fixTips {
        display: none;
    }

    .common_alert .wrap .content .drag .verify-wrap .drag-btn {
        height: 107%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.0520833333vw solid #e5e5e5;
    }

    .common_alert .wrap .content .drag .verify-wrap .drag-progress {
        height: 105%;
    }

    .common_alert .wrap .content .drag .verify-wrap .fix-tips,
    .common_alert .wrap .content .drag .verify-msg {
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .common_alert .wrap .content .drag .verify-wrap .verify-msg {
        display: none;
    }

    .common_alert .wrap .content .drag .verify-wrap .suc-drag-btn .cir {
        opacity: 1 !important;
    }

    .common_alert .wrap .content .drag .verify-wrap .drag-btn .cir {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        background: #76c51f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }

    .common_alert .wrap .content .drag .verify-wrap .drag-btn .cir .iconfont {
        color: #fff;
        font-size: 0.625vw;
    }

    .common_alert .wrap .content .drag .verify-wrap .drag-btn .iconfont {
        color: #e5e5e5;
        font-size: 0.9375vw;
    }

    .common_alert .wrap .content .drag .sucMsg {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(0.4, #4d4d4d), color-stop(0.5, #fff), color-stop(0.6, #4d4d4d), color-stop(1, #4d4d4d));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: slidetounlock 3s infinite;
        -webkit-text-size-adjust: none;
    }

    @keyframes slidetounlock {
        0% {
            background-position: -10.4166666667vw 0;
        }
        100% {
            background-position: 10.4166666667vw 0;
        }
    }
    .common_alert .wrap .content .click_go {
        cursor: pointer;
    }

    .common_alert .wrap .content .click_go .border {
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        background: transparent;
        border: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
        color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.4166666667vw 0 0;
        font-size: 0.5729166667vw;
        transition: 0.3s;
    }

    .common_alert .wrap .content .click_go .border.on {
        background: #ec4000;
        color: #fff;
        border: 0.0520833333vw solid transparent;
    }

    .common_alert .wrap .content .click_go .border p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #333333;
    }

    .common_alert .wrap .content .position {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .common_alert .wrap .content .position .text {
        width: 5.8333333333vw;
        height: 1.3541666667vw;
        background: rgba(236, 64, 0, 0.05);
        border-radius: 0.2083333333vw;
        border: 0.0520833333vw solid rgba(236, 64, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.625vw;
        color: #ec4000;
        position: relative;
        left: 0.5208333333vw;
    }

    .common_alert .wrap .content .position .color {
        width: 3.3854166667vw;
        height: 3.3333333333vw;
        background: rgba(236, 64, 0, 0.1);
        padding: 0.4166666667vw 0 0 1.25vw;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 1% 0);
        clip-path: polygon(100% 0, 100% 100%, 1% 0);
        cursor: pointer;
    }

    .common_alert .wrap .content .position .color .iconfont {
        color: #ec4000;
        font-size: 1.8229166667vw;
    }

    .common_alert .wrap .content .title {
        font-weight: bold;
        font-size: 1.25vw;
        color: #1a1a1a;
    }

    .common_alert .wrap .content .read {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .common_alert .wrap .content .read .border {
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        background: #ec4000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.625vw;
        color: #fff;
        margin: 0 0.4166666667vw 0 0;
        cursor: pointer;
        border: 0.0520833333vw solid transparent;
        transition: 0.3s;
    }

    .common_alert .wrap .content .read .border.on {
        background: transparent;
        border: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
        color: transparent;
    }

    .common_alert .wrap .content .read div {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #333333;
    }

    .common_alert .wrap .content .read div a {
        color: #1d7ec9;
        display: inline-block;
    }

    .common_alert .wrap .content .button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.1354166667vw;
        background: #ec4000;
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #ffffff;
        cursor: pointer;
    }

    .common_alert .wrap .content input {
        width: 100%;
        height: 2.0833333333vw;
        background: rgba(232, 235, 240, 0);
        border: 0.0520833333vw solid #e8ebf0;
        padding: 0 0 0 1.0416666667vw;
        font-weight: 500;
        font-size: 0.7291666667vw;
        transition: 0.6s;
    }

    .common_alert .wrap .content input::-webkit-outer-spin-button,
    .common_alert .wrap .content input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .common_alert .wrap .content input[type="number"] {
        -moz-appearance: textfield;
    }

    .common_alert .wrap .content input:not(:last-child) {
        margin: 0 0 1.0416666667vw;
    }

    .common_alert .wrap .content input::placeholder {
        color: #999999;
    }

    .common_alert .wrap .content input:focus {
        border: 0.0520833333vw solid #ec4000;
    }

    .common_alert .wrap .content .login {
        padding: 1.8229166667vw 0;
    }

    .common_alert .wrap .content .login .cut {
        margin: 1.8229166667vw 0;
        display: flex;
        align-items: center;
    }

    .common_alert .wrap .content .login .cut .list {
        border-bottom: 0.1041666667vw solid #e8ebf0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0.5208333333vw;
        font-weight: bold;
        font-size: 0.9375vw;
        color: #666666;
        transition: 0.3s;
        cursor: pointer;
    }

    .common_alert .wrap .content .login .cut .list.on {
        color: #ec4000;
        border-bottom: 0.1041666667vw solid #ec4000;
    }

    .common_alert .wrap .content .login .alike_jump {
        height: 12.8645833333vw;
    }

    .common_alert .wrap .content .login .alike_jump .alike {
        display: none;
    }

    .common_alert .wrap .content .login .alike_jump .alike.on {
        display: block;
    }

    .common_alert .wrap .content .login .alike_jump .alike .wx_p {
        font-weight: bold;
        font-size: 0.7291666667vw;
        color: #999999;
        text-align: center;
    }

    .common_alert .wrap .content .login .alike_jump .alike .img {
        width: 10.9375vw;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .common_alert .wrap .content .login .alike_jump .alike .next_auto {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .common_alert .wrap .content .login .alike_jump .alike input {
        height: 1.8229166667vw;
    }

    .common_alert .wrap .content .login .alike_jump .alike input:not(:last-child) {
        margin: 0 0 0.78125vw;
    }

    .common_alert .wrap .content .login .alike_jump .alike .oth {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1.0416666667vw 0 0 0;
    }

    .common_alert .wrap .content .login .alike_jump .alike .oth .auto {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .common_alert .wrap .content .login .alike_jump .alike .oth .forget {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #ec4000;
        cursor: pointer;
    }

    .common_alert .wrap .content .login .alike_jump .alike .button {
        margin: 1.5104166667vw 0 0 0;
    }

    .common_alert .wrap .content .enroll {
        height: 100%;
        width: 100%;
        padding: 3.90625vw 0 0 0;
    }

    .common_alert .wrap .content .enroll .message {
        margin: 1.7708333333vw 0 0 0;
    }

    .common_alert .wrap .content .enroll .message .verify {
        height: 2.0833333333vw;
        cursor: pointer;
        margin: 0 0 1.0416666667vw;
        display: flex;
        position: relative;
    }

    .common_alert .wrap .content .enroll .message .verify input {
        height: 100%;
        flex: 1;
    }

    .common_alert .wrap .content .enroll .message .verify .click {
        width: 6.6145833333vw;
        right: 0;
        top: 0;
        height: 100%;
        background: #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        transition: 0.3s;
    }

    .common_alert .wrap .content .enroll .message .verify .click:hover {
        background: #ec4000;
        color: #fff;
    }

    .common_alert .wrap .content .enroll .button {
        margin: 2.0833333333vw 0 5.2083333333vw 0;
    }

    .common_alert .wrap .content .enroll_phone .button {
        margin: 2.0833333333vw 0 2.6041666667vw 0;
    }

    .common_alert .wrap .content .enroll_phone .drag {
        margin: 0 0 0.78125vw;
    }

    .common_alert .wrap .content .enroll_phone input {
        height: 1.8229166667vw;
    }

    .common_alert .wrap .content .enroll_phone input:not(:last-child) {
        margin: 0 0 0.78125vw;
    }

    .common_alert .wrap .content .fill_in {
        padding: 2.34375vw 0 0 0;
        width: 100%;
    }

    .common_alert .wrap .content .fill_in .title {
        text-align: center;
        margin: 0 0 1.7708333333vw;
    }

    .common_alert .wrap .content .fill_in .button {
        margin: 1.5625vw 0 3.125vw 0;
    }

    .common_alert .wrap .content .question .text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .common_alert .wrap .content .question .text .line {
        flex: 1;
        height: 0.0520833333vw;
        background: #e1e3e6;
    }

    .common_alert .wrap .content .question .text p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        margin: 0 1.0416666667vw;
    }

    .common_alert .wrap .content .question .bott {
        margin: 0.9375vw 0 1.5625vw 0;
        text-align: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .common_alert .wrap .content .question .bott .list:not(:last-child) {
        margin: 0 3.125vw 0 0;
    }

    .common_alert .wrap .content .question .bott .list.wx,
    .common_alert .wrap .content .question .bott .list.account {
        display: none;
    }

    .common_alert .wrap .content .question .bott .circle {
        width: 1.9791666667vw;
        height: 1.9791666667vw;
        background: #ffffff;
        box-shadow: 0vw 0vw 0.5208333333vw 0vw rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0.4166666667vw;
        color: #ec4000;
        font-size: 1.1458333333vw;
    }

    .common_alert .wrap .content .question .bott p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #666666;
    }

    .common_alert .wrap .content .question .bott.on .list {
        display: none;
    }

    .common_alert .wrap .content .question .bott.on .list.wx,
    .common_alert .wrap .content .question .bott.on .list.account {
        display: block;
    }

    .common_alert .wrap .content .question .bott.on .list:nth-child(2) {
        margin: 0;
    }

    .common_alert .wrap .off {
        width: 2.1875vw;
        height: 2.1875vw;
        background: #fcfdfd;
        border-radius: 50%;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
    }

    .common_alert .wrap .off .iconfont {
        color: #666666;
        font-size: 1.3020833333vw;
        transition: 0.3s;
        transform: translateY(-0.0520833333vw);
    }

    .common_alert .wrap .off:hover {
        background: #ec4000;
    }

    .common_alert .wrap .off:hover .iconfont {
        color: #fff;
    }

    .main {
        margin: 9.8958333333vw 0 0 0;
    }

    .c_w {
        width: 75.2604166667vw;
        margin: auto;
    }

    .common_brand {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4.1666666667vw;
        border-bottom: 0.0520833333vw solid #e6e6e6;
    }

    .common_brand .c_w {
        display: flex;
        align-items: center;
    }

    .common_brand .c_w a,
    .common_brand .c_w p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: rgba(18, 18, 18, 0.8);
    }

    .common_brand .c_w p {
        font-size: 0.8333333333vw;
        margin: 0 0.9375vw;
        position: relative;
        top: -0.1041666667vw;
    }

    /*.common_brand .c_w a.on {*/
    /*  color: #EC4000;*/
    /*}*/
    .common_brand .c_w a:last-child {
        color: #EC4000;
    }

    .common_section {
        background: #fff;
        padding: 2.2916666667vw 0;
    }

    .common_section .wrap {
        display: flex;
        justify-content: center;
    }

    .common_section .wrap .item {
        cursor: pointer;
    }

    .common_section .wrap .item:not(:last-child) {
        margin: 0 5.3125vw 0 0;
    }

    .common_section .wrap .item .img {
        width: 4.375vw;
        margin: 0 auto 0.5208333333vw;
        display: block;
    }

    .common_section .wrap .item .text {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #444444;
        line-height: 1.0416666667vw;
        text-align: center;
    }

    .common_section .wrap .item:hover .img {
        transform: rotateY(360deg);
        transition: 1s;
    }

    body.se_none .common_section {
        display: none;
    }

    .common_paging {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.6041666667vw 0 0;
    }

    .common_paging a {
        transition: 0.6s;
    }

    .common_paging a:first-child .iconfont,
    .common_paging a:last-child .iconfont {
        color: #999999;
        font-size: 0.8333333333vw;
        transition: 0.6s;
    }

    .common_paging a:first-child .iconfont {
        transform: rotate(180deg);
    }

    .common_paging a:not(:first-child),
    .common_paging a:not(:last-child) {
        width: 1.6666666667vw;
        height: 1.6666666667vw;
        background: #ffffff;
        border-radius: 0.15625vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.2604166667vw;
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .common_paging a:hover,
    .common_paging a.on {
        background: #ec4000 !important;
        color: #fff;
    }

    .common_paging a:hover .iconfont,
    .common_paging a.on .iconfont {
        color: #fff;
    }

    body.alone .header .white {
        display: none;
    }

    body.alone .header .alone_head {
        display: block;
    }

    body.alone .main {
        margin: 7.5vw 0 0 0;
    }

    /*# sourceMappingURL=style.css.map */
    .fixed_complain {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999999;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        opacity: 0;
        transition: 1s;
    }

    .fixed_complain.on {
        opacity: 1;
        pointer-events: auto;
    }

    .fixed_complain .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(25, 25, 25, 0.4);
    }

    .fixed_complain .wrap {
        position: relative;
    }

    .fixed_complain .wrap .content {
        width: 41.6666666667vw;
        background: rgba(255, 255, 255, 0.99);
        border-radius: 0.625vw;
        padding: 2.0833333333vw 1.5625vw 2.1875vw 1.5625vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fixed_complain .wrap .content .item {
        width: 16.6666666667vw;
        margin: 0 0 1.0416666667vw;
    }

    .fixed_complain .wrap .content .item.textarea {
        width: 100%;
    }

    .fixed_complain .wrap .content .item p {
        font-size: 0.8333333333vw;
        color: #1a1a1a;
        margin: 0 0 0.625vw;
    }

    .fixed_complain .wrap .content .item p strong {
        font-weight: 400;
        color: #ec0000;
    }

    .fixed_complain .wrap .content .item textarea {
        width: 100%;
        height: 5.9375vw;
        background: rgba(232, 235, 240, 0);
        border: 0.0520833333vw solid #e8ebf0;
        padding: 0.5729166667vw 0 0 0.625vw;
        font-size: 0.625vw;
    }

    .fixed_complain .wrap .content .item textarea::placeholder {
        color: #999;
    }

    .fixed_complain .wrap .content .item input {
        width: 100%;
        height: 2.0833333333vw;
        background: rgba(232, 235, 240, 0);
        border: 0.0520833333vw solid #e8ebf0;
        padding: 0 0 0 0.625vw;
        font-size: 0.625vw;
    }

    .fixed_complain .wrap .content .item input::placeholder {
        color: #999;
    }

    .fixed_complain .wrap .content .button {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1.5625vw 0 0 0;
    }

    .fixed_complain .wrap .content .button button {
        width: 6.7708333333vw;
        height: 2.1354166667vw;
        background-color: #ec4000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8333333333vw;
        color: #fff;
        transition: 0.6s;
    }

    .fixed_complain .wrap .content .button button:hover {
        background: #000;
    }

    .fixed_complain .wrap .close {
        width: 2.1875vw;
        height: 2.1875vw;
        background: #fcfdfd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.5625vw auto 0;
        cursor: pointer;
        transition: 0.6s;
    }

    .fixed_complain .wrap .close .iconfont {
        color: #666666;
        font-size: 1.1979166667vw;
        transition: 0.6s;
    }

    .fixed_complain .wrap .close:hover {
        background: #ec4000;
    }

    .fixed_complain .wrap .close:hover .iconfont {
        color: #fff;
    }

    /*# sourceMappingURL=dd.css.map */
    .down_pull {
        position: relative;
    }

    .down_pull .pull {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        transform: translateY(1.0416666667vw);
        opacity: 0;
        pointer-events: none;
        width: 100%;
        box-shadow: 0 0.1041666667vw 0.625vw 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        border: 0.0520833333vw solid rgba(0, 0, 0, 0.05);
        max-height: 13.0208333333vw;
        overflow: hidden;
        overflow-y: scroll;
    }

    .down_pull.on .pull {
        transition: ease .3s;
        opacity: 1;
        transform: translateY(0.5208333333vw);
        pointer-events: auto;
    }

    .down_pull .pull::-webkit-scrollbar {
        width: 0;
    }

    .down_pull .pull p {
        width: 100%;
        height: 2.0833333333vw;
        display: flex;
        align-items: center;
        padding: 0 0 0 0.78125vw;
        cursor: pointer;
        font-size: 0.6770833333vw;
        transition: ease .3s;
        color: #111;
    }

    .down_pull .pull p:hover {
        background: var(--background);
        color: #fff;
    }

    .down_pull .pull p.on {
        background: rgba(0, 0, 0, 0.05) !important;
        color: #111 !important;
        pointer-events: none;
    }

    .shopping_side {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 2.0833333333vw;
        z-index: 99999;
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        background: #ec4000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: 1s;
    }

    .shopping_side.on {
        opacity: 1;
        pointer-events: auto;
    }

    .shopping_side .iconfont {
        font-size: 1.6666666667vw;
        color: #fff;
    }
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 768px) {

    .header .white .w .top .top_l .a_link{
        height: 38px;
        width: fit-content;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ec4000;
        border-radius: 5px;
        margin: 0 0 0 12px;
    }
    .header .white .w .top .top_l .a_link svg{
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
    }
    .header .white .w .top .top_l .a_link p {
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }
    .c_w {
        width: 90%;
    }

    .common_brand {
        height: unset;
        padding: 15px 0;
    }

    .common_brand .c_w a, .common_brand .c_w p {
        font-size: 12px;
    }

    .down_pull .pull {
        max-height: 60px;
    }

    .down_pull .pull p {
        font-size: 10px;
        height: 20px;
    }

    .ph {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
    .header .white .w .bottom .commodity {
        display: none;
    }
    .header .black {
        height: unset;
        padding: 10px 0;
    }
    .header .black .w {
        width: 90%;
        justify-content: flex-end;
    }
    .header .black .w .black_link > a {
        font-size: 12px;
    }
    .header .black .w .black_link {
        display: none;
    }
    .header .black .w .other .please {
        font-size: 12px;
    }
    .header .black .w .other .shopping {
        width: fit-content;
        height: unset;
        padding: 3px 0px 3px 5px;
    }
    .header .black .w .other .shopping .iconfont,.header .black .w .other .shopping .text {
        font-size: 12px;
    }
    .header .white .w .top .top_code {
        display: none;
    }
    .header .white .w .top .top_l .logo {
        width: 80px;
    }
    .header .white .w {
        width: 90%;
    }
    .header .white .w .top .top_l .search .search_body {
        height: 30px;
        width: fit-content;
    }
    .header .white .w .top .top_l .search .search_body input {
        width: 150px;
        font-size: 10px;
        padding: 0 10px;
    }
    .header .white .w .top .top_l .search .search_body input::placeholder {
        font-size: 10px;
    }
    .header .white .w .top .top_l .search .search_body button {
        width: 30px;
        font-size: 12px;
    }
    .header .white {
        padding: 15px 0;
    }
    .header .white .w .bottom {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #FFFFFF;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        padding: 120px 0 0;
        clip-path: inset(0 0 100% 0);
        transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
    }
    .header .white .w .bottom.active {
        clip-path: inset(0 0 0% 0);
    }
    .header .white .w .top .top_l .search {
        display: none;
    }
    .main {
        margin: 130px 0 0 0;
    }
    .header {
        position: fixed;
    }
    .menu {
        display: block;
        transform: translateX(15px);
    }
    .header .white .w .bottom .nav {
        display: block;
    }
    .header .white .w .bottom .nav .level {
        width: 90%;
        margin: 0 auto!important;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s;
    }
    .header .white .w .bottom.active .nav .level {
        transform: translateY(0);
        opacity: 1;
        transition-delay: .9s;
    }
    .header .white .w .bottom .nav .level > a {
        line-height: 60px;
        font-size: 14px;
    }
    .header .white .w .bottom .nav .level > a img {
        display: none;
    }
    .header .white .w .bottom .nav .search {
        display: flex;
        width: 90%;
        margin: 30px auto 10px;
        transform: translateY(20px);
        opacity: 0;
        transition: all 1s;
    }
    .header .white .w .bottom.active .nav .search {
        transform: translateY(0);
        opacity: 1;
        transition-delay: .5s;
    }
    .header .white .w .bottom .nav .search form {
        display: flex;
        align-items: center;
        border: 1px solid #ec4000;
        border-radius: 5px;
        overflow: hidden;
    }
    .header .white .w .bottom .nav .search form input {
        width: 200px;
        height: 30px;
        font-size: 12px;
        border: none;
        padding: 0 10px;
    }
    .header .white .w .bottom .nav .search form input::placeholder {
        font-size: 12px;
    }
    .header .white .w .bottom .nav .search form button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 100%;
        background: #ec4000;
        font-size: 14px;
        color: #FFFFFF;
    }
    .header .white .w .bottom .nav .search a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ec4000;
        border-radius: 5px;
        padding: 0 10px;
        margin-left: 10px;
    }
    .header .white .w .bottom .nav .search a p {
        font-size: 14px;
        color: #FFFFFF;
    }
    .header .white .w .bottom .nav .search a .iconfont {
        font-size: 14px;
        color: #FFFFFF;
        margin-right: 5px;
    }
    .header .white {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .common_alert .wrap .content {
        width: 85vw;
        border-radius: 5px;
        padding: 0 15px;
    }
    .common_alert .wrap .content .login {
        padding: 20px 0;
    }
    .common_alert .wrap .content .login .cut {
        margin: 20px 0;
    }
    .common_alert .wrap .content .title {
        font-size: 16px;
    }
    .common_alert .wrap .content .login .cut .list {
        font-size: 14px;
        padding: 0 0 10px;
    }
    .common_alert .wrap .content .login .alike_jump {
        height: 227px;
    }
    .common_alert .wrap .content .login .alike_jump .alike .wx_p {
        font-size: 12px;
    }
    .common_alert .wrap .content .question .text p {
        font-size: 14px;
        margin: 0 10px;
    }
    .common_alert .wrap .content .question .bott .circle {
        font-size: 14px;
        width: 30px;
        height: 30px;
        margin: 0 auto 10px;
        box-shadow: 0vw 0vw 10px 0vw rgba(0, 0, 0, 0.08);
    }
    .common_alert .wrap .content .question .bott p {
        font-size: 12px;
    }
    .common_alert .wrap .content .question .bott {
        margin: 10px 0 10px;
    }
    .common_alert .wrap .content .position .text {
        width: fit-content;
        height: fit-content;
        border-radius: 5px;
        font-size: 12px;
        padding: 3px 5px;
    }
    .common_alert .wrap .content .position .color .iconfont {
        font-size: 18px;
    }
    .common_alert .wrap .content .position .color {
        width: 50px;
        height: 50px;
        padding: 8px 0 0 21px;
    }
    .common_alert .wrap .content .login .alike_jump .alike input {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .common_alert .wrap .content .login .alike_jump .alike input::placeholder {
        font-size: 14px;
    }
    .common_alert .wrap .content .drag {
        height: 40px;
    }
    .common_alert .wrap .content .drag .fixTips {
        font-size: 12px;
    }
    .common_alert .wrap .content .drag .verify-wrap .drag-btn .iconfont {
        font-size: 12px;
    }
    .common_alert .wrap .content .drag .verify-wrap .drag-btn .cir .iconfont {
        font-size: 12px;
    }
    .common_alert .wrap .content .drag .verify-wrap .drag-btn .cir {
        width: 20px;
        height: 20px;
    }
    .common_alert .wrap .content .login .alike_jump .alike input:not(:last-child) {
        margin: 0 0 15px;
    }
    .common_alert .wrap .content .drag {
        margin: 15px 0 0 0;
    }
    .common_alert .wrap .content .login .alike_jump .alike .oth {
        margin: 15px 0 0;
    }
    .common_alert .wrap .content .click_go .border {
        width: 14px;
        height: 14px;
        font-size: 8px;
        margin: 0 10px 0 0;
    }
    .common_alert .wrap .content .login .alike_jump .alike .oth .forget {
        font-size: 12px;
    }
    .common_alert .wrap .content .login .alike_jump .alike .button {
        margin: 15px 0 0 0;
        font-size: 12px;
        height: 30px;
    }
    .common_alert .wrap .off {
        width: 15px;
        height: 15px;
    }
    .common_alert .wrap .off .iconfont {
        font-size: 12px;
    }
    .common_alert .wrap .content input:not(:last-child) {
        margin: 0 0 15px;
    }
    .common_alert .wrap .content .enroll .message {
        margin: 20px 0 0 0;
    }
    .common_alert .wrap .content input {
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }
    .common_alert .wrap .content input::placeholder {
        font-size: 12px;
    }
    .common_alert .wrap .content .enroll {
        padding: 20px 0 0 0;
    }
    .common_alert .wrap .content .enroll .message .verify {
        height: 40px;
    }
    .common_alert .wrap .content .enroll .message .verify .click {
        width: 100px;
        font-size: 12px;
    }
    .common_alert .wrap .content .read div {
        font-size: 12px;
    }
    .common_alert .wrap .content .read .border {
        width: 15px;
        height: 15px;
        font-size: 12px;
    }
    .common_alert .wrap .content .enroll .message .verify {
        margin: 0 0 15px;
    }
    .common_alert .wrap .content .read .border {
        margin: 0 6px 0 0;
    }
    .common_alert .wrap .content .enroll .button {
        font-size: 12px;
        height: 40px;
        margin: 20px 0 30px;
    }
    .common_alert .wrap .content .enroll_phone input {
        height: 40px;
    }
    .common_alert .wrap .content .enroll_phone input:not(:last-child) {
        margin: 0 0 15px;
    }
    .common_alert .wrap .content .enroll_phone .drag {
        margin: 0 0 15px;
    }
    .common_section .wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .common_section .wrap .item:not(:last-child) {
        margin: 0 0 30px;
    }
    .common_section .wrap .item {
        width: 48%;
    }
    .common_section .wrap .item .text {
        font-size: 12px;
        line-height: 1.5;
    }
    .common_section .wrap .item .text br {
        display: none;
    }
    .common_section {
        padding: 20px 0;
    }
    .common_section .wrap .item .img {
        width: 45px;
        margin: 0 auto 15px;
    }
    .footer .wrap .foo_head {
        flex-direction: column;
        align-items: center;
    }
    .footer .wrap .foo_head .l {
        margin: 0 0 30px;
    }
    .footer .wrap .foo_head .l > img {
        width: 90px;
    }
    .footer .wrap .foo_head .l .suggestion {
        margin: 15px 0 0 0;
        width: fit-content;
        height: fit-content;
        padding: 6px 9px;
        border-radius: 5px;
    }
    .footer .wrap .foo_head .l .suggestion p {
        font-size: 12px;
    }
    .footer .wrap .foo_head .l .suggestion .iconfont {
        font-size: 12px;
        margin: 0 7px 0 0;
    }
    .footer .wrap .foo_head .foo_nav a {
        font-size: 14px;
    }
    .footer .wrap .foo_message .flex .list:nth-child(2) .iconfont {
        font-size: 12px;
    }
    .footer .wrap .foo_message .flex {
        display: block;
    }
    .footer .wrap .foo_message .flex .list:not(:last-child) {
        margin: 0 auto 10px;
    }
    .footer .wrap .foo_message .flex .list {
        width: fit-content;
    }
    .footer .wrap .foo_message .flex .list:last-child {
        margin: 0 auto 0px;
    }
    .footer .wrap .foo_message .flex .list .iconfont {
        font-size: 14px;
    }
   .footer .wrap .foo_message .flex .list .text p,.footer .wrap .foo_message .flex .list .text a {
        font-size: 12px;
    }
    .footer .wrap .foo_message {
        display: none;
    }
    .footer .wrap .foo_link a, .footer .wrap .foo_link p {
        font-size: 12px;
    }
    .footer .wrap .foo_link {
        display: block;
    }
    .footer .wrap .foo_message .flex {
        display: none;
    }
    .footer .wrap .foo_link a {
        width: fit-content;
        display: block;
        margin: 5px auto 0;
    }
    .footer .wrap .foo_link>div {
        text-align: center;
    }
    .footer .wrap .foo_link>div p {
        display: inline;
    }
    .footer .wrap .foo_link>div a {
        display: inline;
    }
    .fixed_complain .wrap .content {
        width: 90vw;
    }
    .fixed_complain .wrap .content .item p {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .fixed_complain .wrap .content .item {
        margin: 0 0 10px;
    }
    .fixed_complain .wrap .content .button button {
        padding: 6px 10px;
        font-size: 12px;
        width: fit-content;
        height: fit-content;
        border-radius: 5px;
    }
    .fixed_complain .wrap .content .button {
        margin: 10px 0 0 0;
    }
    .fixed_complain .wrap .close .iconfont {
        font-size: 16px;
    }
    .fixed_complain .wrap .close {
        width: 40px;
        height: 40px;
        margin: 10px auto 0;
    }
    .fixed_complain .wrap .content .item textarea {
        width: 100%;
        height: 80px;
        font-size: 12px;
        padding: 8px;
    }
    .fixed_complain .wrap .content .item {
        width: 100%;
    }
    .fixed_complain .wrap .content .item input {
        padding: 0 10px;
        font-size: 12px;
        height: 40px;
    }
    .fixed_complain .wrap .content {
        padding: 20px 25px;
    }
    .common_alert .wrap .content .fill_in .button {
        height: 40px;
        font-size: 12px;
        margin: 15px 0 30px;
    }
    .shopping_side {
        display: none;
    }
    .header .alone_head {
        height: 60px;
    }
    .header .alone_head .c_w .l .l_logo {
        width: 70px;
    }
    .header .alone_head .c_w .l .l_logo img {
        width: 70px;
    }
    .header .alone_head .c_w .l p {
        font-size: 12px;
    }
    .header .alone_head .c_w .warn p {
        font-size: 12px;
    }
    body.alone .main {
        margin: 100px 0 0 0;
    }
    .header .alone_head .c_w .l .line {
        height: 20px;
        width: 1px;
        margin: 0 10px;
    }
    .common_brand .c_w a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .common_paging a:not(:first-child), .common_paging a:not(:last-child) {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .common_paging a:first-child .iconfont, .common_paging a:last-child .iconfont {
        font-size: 12px;
    }
    .common_paging a:not(:first-child), .common_paging a:not(:last-child) {
        margin: 0 2px;
    }

}
