* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


@font-face {
    font-family: 'DIN';
    src: url(../font/DIN.ttf)format('truetype');
    src: url(../font/DIN.eot);
    src: url(../font/DIN.woff) format('woff');
    src: url(../font/DIN.svg) format('svg');
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    font-size: .59rem;
    color: #222;
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
}

textarea,
input {
    border: none;
    outline: none
}

em,
i {
    font-style: normal
}

img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}

select {
    /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
    border: solid 1px #ddd;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
}

/*清除iIE的默认选择框样式*/
select::-ms-expand {
    display: none;
}

.color1 {
    color: #0bbbb9
}

.color2 {
    color: #fff
}

.bg_color1 {
    background-color: #0bbbb9
}

.bg_color2 {
    background-color: #fff
}

.ft1 {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}

.ft109 {
    font-size: 1.089rem;
    line-height: .89rem;
}

.ft09 {
    font-size: .89rem;
    line-height: .89rem;
}

.ft56 {
    font-size: .56rem;
    line-height: .89rem;
}

.ft52 {
    font-size: .52rem;
    line-height: .89rem;
}

.ft48 {
    font-size: .48rem;
    line-height: .89rem;
}

.ft06 {
    font-size: .59rem;
    line-height: .89rem;
}

.ftweight {
    font-weight: bold;
}

.text_align_r {
    text-align: right;
}

.w95 {
    width: 95%;
    margin: 0 auto;
}

.br335 {
    border-radius: .335rem;
}

.j_c_end {
    justify-content: flex-end;
}

.m_t_02 {
    margin-top: .02rem !important;
}

.m_t_05 {
    margin-top: .05rem !important;
}

.m_t_25 {
    margin-top: .25rem !important;
}

.m_t_335 {
    margin-top: .335rem !important;
}

.m_t_50 {
    margin-top: .5rem !important;
}

html {
    scroll-behavior: smooth
}


@font-face {
    font-family: "DIN";
    src: url('../font/DIN.eot');
    /* IE9+ */
    src: url('../font/DIN.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DIN.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DIN.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('../font/DIN.svg#fontname') format('svg');
    /* iOS 4.1- */
}

body {
    width: 100%;
    max-width: 16rem;
    font-family: Helvetica, 'PingFang Regular', 'Microsoft JhengHei', "Droid Sans", Arial, sans-serif;
    font-size: .59rem;
    line-height: 1.5;
    color: #222;
    background-color: #f7f8fc;
    margin: 0 auto;
    overflow-x: auto;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    /* --pink: #ff1785; */
    --pink: #B0141B;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #0ea784;
    --teal: #00b59c;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #775237;
    --secondary: #1ed8bb;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --color3: #333;
    --color6: #666;
    --color9: #999;
    /* --jb-pink1: linear-gradient( to right,#ff1886 ,#ff59bb);
	--jb-pink2: linear-gradient( to bottom,#ff1886 ,#ff59bb); */
    --jb-pink1: linear-gradient(to right, #8B0B0E, #B0141B);
    --jb-pink2: linear-gradient(to bottom, #22c2e1, #217bf9);
    --jb-pink3: linear-gradient(to right, #eddfcb, #e7ceaa);
    --jb-yellow1: linear-gradient(to right, #ff8c21, #ffbe3c);
    --jb-yellow2: linear-gradient(to right, #ffeecb, #fcdeaa);
    --jb-red1: linear-gradient(to right, #8B0B0E, #B0141B);
    --jb-red2: linear-gradient(to right, #8B0B0E, #B0141B);
    --jb-red3: linear-gradient(to right, #8B0B0E, #B0141B);
    --jb-white1: linear-gradient(to right, #ffffff10, #ffffff30);
    --pd335: .335rem;
    --mtb335: .335rem;
    --mt335: .335rem;
    --mtb335: .335rem;
    --w95: 95%;
    --mtauto: 0 auto;
    --font-DIN: DIN;
    --shadowred: 0 0.235rem 0.235rem #8c8c8b30;
    --shadowpink: 0 0.235rem 0.235rem #fe973830;
}

.br {
    display: block;
    width: .45rem;
    height: .45rem;
    border-top: 0.05rem solid #999;
    border-right: 0.05rem solid #999;
    transform: rotate(45deg)
}

.lr {
    display: block;
    width: .5rem;
    height: .5rem;
    border-top: 0.05rem solid #999;
    border-left: 0.05rem solid #999;
    transform: rotate(-45deg)
}

.bt {
    width: 95%;
    font-size: .69rem;
    color: #fff;
    line-height: 2rem;
    margin: 1rem auto;
    background: var(--jb-red2);
    box-shadow: var(--shadowred);
    border-radius: 2rem;
    text-align: center;
    display: block
}

.bt3 {
    width: 95%;
    font-size: .69rem;
    color: #fff;
    line-height: 2rem;
    margin: 1rem auto;
    background-image: var(--jb-red1);
    box-shadow: var(--shadowred);
    border-radius: 2rem;
    text-align: center;
    display: block
}

.bt2 {
    width: 95%;
    font-size: .69rem;
    color: var(--primary);
    line-height: 2rem;
    margin: 1rem auto;
    background: #fff;
    box-shadow: var(--shadowpink);
    border: 0.05rem solid var(--primary);
    border-radius: 2rem;
    text-align: center;
    display: block
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_bt {
    height: 2.5rem
}

.footer_bt a {
    width: 90%;
    position: fixed;
    bottom: 0;
    left: 5%;
    background-color: #0bbbb9;
    font-size: .59rem;
    color: #fff;
    border-radius: 1rem;
    line-height: 2rem;
    margin: .5rem 0
}

/* 弹窗 */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .popup_text {
    background-color: #fff;
    border-radius: .35rem;
    font-size: .69rem;
    line-height: 1.5;
    color: #666;
    padding: 0.5rem 0.8rem
}

.popup h4 {
    text-align: center;
    line-height: 1.5rem;
    font-size: .59rem;
}

.popup .popup_a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}

.popup_a a {
    padding: 0.35rem 1.5rem;
    color: #666;
    font-size: .59rem;
}

.confirm_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99
}

.confirm_popup>div {
    background-color: #fff;
    width: 80%;
    height: auto;
    border-radius: .25rem;
    text-align: center;
    line-height: 2rem;
}

.confirm_popup>div>p {
    display: flex;
    border-top: 1px solid #aaa
}

.confirm_popup>div>p a {
    width: 50%
}

.confirm_popup>div>p a:first-child {
    border-right: 1px solid #aaa
}

.wszl {
    background-color: #ff950f;
    padding: .335rem .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wszl .wszl_icon {
    width: 10%;
}

.wszl .wszl_left {
    display: flex;
    flex-direction: column;
    width: 70%;
    color: #ffffff96;
    font-size: .52rem;
}

.wszl .wszl_left p:first-child {
    font-weight: 700;
    font-size: .62rem;
    color: #fff;
}

.wszl .wszl_left p:first-child i {
    font-size: 1rem;
    color: #fff;
}

.wszl .wszl_right {
    font-size: .54rem;
    background-color: #fff;
    border-radius: 1rem;
    padding: .135rem .635rem;
}

/* picker */
.picker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.picker>ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    overflow: auto;
    font-size: .59rem;
    line-height: 2rem;
    text-align: center;
    background-color: #fff;
    padding: .5rem;
}

.picker>ul::-webkit-scrollbar {
    display: none;
}

/* 单选多选按钮 */
.radio {
    width: .79rem !important;
    height: .79rem !important;
    border-radius: 50%;
    border: 1px solid var(--pink);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.radio_pick {
    background-color: var(--pink);
    border: none
}

.radio_pick::after {
    content: '';
    display: block;
    width: .30rem;
    height: .15rem;
    border-left: .1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    transform: rotate(-45deg);
    margin-top: -.15rem;
}

.checkbox {
    width: 1.85rem !important;
    height: .985rem !important;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    border: .03rem solid #99999980;
    padding: 0 .115rem;
}

.checkbox::after {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    box-sizing: border-box;
    border-radius: 50%;
    background: #99999980;
    border: .05rem solid #fff;
}

.checked {
    justify-content: flex-end;
    background: var(--primary);
    border-color: var(--primary);
}

.checked::after {
    border-color: var(--primary);
    background: #fff;
}


/* 返回顶部 */
.dingbu {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    position: fixed;
    z-index: 50;
    bottom: 3rem;
    right: .5rem;
    background-color: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    display: none
}

.dingbu::after {
    content: '';
    display: block;
    width: .45rem;
    height: .45rem;
    border-top: .1rem solid #fff;
    border-left: .1rem solid #fff;
    transform: rotate(45deg);
    margin-top: .3rem
}

/* 协议 */
.agree {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree .agree_cen {
    font-size: .59rem;
    line-height: 2rem;
    color: var(--color3);
    display: flex;
    align-items: center;
    margin-left: .5rem;
}

.agree .agree_cen .agree_a {
    font-size: .59rem;
    line-height: 2rem;
    color: var(--primary);
}

.agree_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
}

.agree_bg>div {
    width: 80%;
    height: 80%;
    overflow: auto;
    padding: 0.5rem;
    border-radius: .335rem;
    background: #fff;
    font-size: .59rem !important;
    line-height: 1.5 !important;
}

.agree_bg>div p,
.agree_bg>div span {
    font-size: .59rem !important;
    line-height: 1.5 !important;
}

/* 生日选择器 */
.birthdaypicker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.birthdaypicker>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    background: #fff;
}

.birthdaypicker .birthdaypicker_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.birthdaypicker .birthdaypicker_title a {
    font-size: .59rem;
    line-height: 2rem;
    width: 3rem;
    text-align: center;
    display: block;
}

.birthdaypicker_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10rem;
    padding: 0 .5rem;
}

.birthdaypicker_list ul {
    width: 31%;
    height: 100%;
    text-align: center;
    overflow: auto;
}

.birthdaypicker_list ul li {
    line-height: 2rem;
}

.birthdaypicker_list ul .select {
    background-color: var(--blue);
    color: #fff;
    border-radius: .35rem;
}

/* 搜索框 */
.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff95;
    margin: .5rem auto;
    padding: 0 .5rem;
    width: 95%;
    border-radius: 1rem;
    overflow: hidden;
}

.search input {
    width: 70%;
    font-size: .59rem;
    line-height: 1.585rem;
    background: none;
}

.search .search_bt {
    width: 2.5rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 1rem;
    background-image: var(--jb-red3);
    color: #fff;
}


/* header_nav */
.header_nav_top {
    height: 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    font-size: .59rem;
    line-height: 1.9rem;
    border-bottom: 1px solid #ebeef2;
}

.header_nav_top .header_nav_back {
    width: 10%
}

/* .header_nav_top .header_nav_back::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .1rem solid #666;
	border-left: .1rem solid #666;
	transform: rotate(-45deg)
} */

.header_nav_meun {
    width: 10%;
    height: 1.9rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
    background-color: transparent;
    outline: none;
}

.header_nav_meun img {
    width: 1rem;
    height: 1rem;
    display: block
}

.header_nav_list {
    position: absolute;
    top: 2.15rem;
    right: 0;
    background-color: #dedede;
    width: 30%;
    display: none;
    z-index: 55
}

.header_nav_list::after {
    content: '';
    display: block;
    width: 0rem;
    height: 0.35rem;
    border-bottom: 0.35rem solid #dedede;
    border-right: 0.35rem solid transparent;
    border-top: 0.35rem solid transparent;
    border-left: 0.35rem solid transparent;
    position: absolute;
    top: -1rem;
    right: 0.5rem
}

.header_nav_list li+li {
    border-top: 1px solid #fff
}

.header_nav_list a {
    display: flex;
    align-items: center;
    padding: 0.35rem 0.5rem
}

.header_nav_list a img {
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: .35rem
}

.header_nav_list a i {
    font-size: .75rem;
    margin-right: .335rem;
}

.header_nav_input {
    width: 10rem;
    font-size: .59rem;
    line-height: 1.8rem;
}

head {
    background-color: var(--primary);
}

.head_box {
    position: relative;
    width: 100%;
    border-radius: 0 0 1.58rem 1.58rem;
    z-index: 1;
}

.head_main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* background-image: url(../img/head_box.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1rem;
    position: relative;
    background-size: 16rem;

}

/* .head_main::before {
	width: 140%;
	background: var(--jb-pink1);
	border-radius: 0 0 50% 50%;
	position: absolute;
	left: -20%;
	top: 0;
	height: 80%;
	content: "";
} */

header {
    width: 100%;
    padding: .35rem 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
}

.headerbg {
    background: var(--jb-pink1);
    opacity: .9;
    -webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
}

.header_address {
    color: #fff;
    padding: 0 .5rem;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: .35rem;
}

.header_address i {
    margin-right: .5rem;
}

header>div {
    -webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    background: #fff;
    border-radius: 1rem;
    /* border: 0.02rem solid #333; */
}

.headerbg>div {
    border: 0.02rem solid #fff;
}

header .logo {
    border-radius: 1rem;
    background: var(--jb-pink1);
    white-space: nowrap;
    padding: 0 0.235rem;
    font-size: .52rem;
    color: #fff;
}

header .logo img {
    width: 1rem;
    height: 1rem;
    display: block
}

header .header_a {
    width: 80%
}

header .header_a input {
    width: 100%;
    font-size: .59rem;
    line-height: 1.5rem;
    background: transparent;
    color: #666;
    margin-left: 0.235rem;
}

header .header_a input::-webkit-input-placeholder {
    color: #666;
}



/* 表单列表 */
/*医院完善资料*/
.line1 {
    height: 1px;
    width: 100%;
    background-color: #dedede80;
}

.border_b {
    border-bottom: 1px solid #dedede80;
}

.form_sctp {
    display: flex;
    align-content: center;
    background-color: #fff;
    flex-direction: column;
    font-size: .59rem;
    line-height: 2rem;
    color: #222;
    padding: 0 2.5%;
}

.form_sctp_l {
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_sctp_l a {
    font-weight: normal;
    color: var(--teal);
}

.form_sctp_bq {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 0.335rem;
    flex-direction: column;
}

.form_sctp_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.02rem solid #e4e7ef;
    background-color: #f3f6fb;
    padding: .15rem .5rem;
}


.form_sctp_bq input {
    font-size: .59rem;
    line-height: 1.5rem;
    border: none;
    outline: none;
    width: 80%;
    border-radius: .15rem;
    padding: 0 .5rem;
}

.form_sctp_bq p span {
    color: #fff;
    width: 2rem;
    text-align: center;
    line-height: .985rem;
    font-size: .52rem;
    padding: 0.15rem .35rem;
    border-radius: 1rem;
    margin-right: .335rem;
    background-color: var(--red);

}


/* .form_sctp_list:nth-child(1n) {
	background-color: #bbdcff;
} */

/* .form_sctp_list:nth-child(2n) {
	background-color: #ffbdbb;
}

.form_sctp_list:nth-child(3n) {
	background-color: #bbffcf;
}

.form_sctp_list:nth-child(4n) {
	background-color: #fffebb;
}

.form_sctp_list:nth-child(5n) {
	background-color: #d5bbff;
} */

.form_sctp_r {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.form_sctp_r input,
.form_sctp_r select {
    width: calc(100% - 1.25rem);
    height: 2rem;
    font-size: .59rem;
    line-height: 2rem;
    color: #222;
}

.form_sctp_r textarea {
    width: 100%;
    height: 4rem;
    outline: none;
    font-size: .59rem;
    line-height: 1.25;
    border-radius: 0rem;
    border: 0.02rem solid #e4e7ef;
    margin: 0 0rem .35rem 0;
    padding: .35rem .5rem;
    background: #f3f6fb;
}

/*医院完善资料*/

.form_list {
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-color: #fff;
    font-size: .59rem;
    line-height: 2rem;
    color: #222;
    padding: 0 .5rem;
}

.form_list+.form_list {
    border-top: 0.05rem solid #f5f5f5;
}

.form_list_l {
    width: 24%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.form_list_l i {
    font-size: .66rem;
    color: var(--red);
    padding: .335rem 0 0;
    line-height: 1rem;
}

.form_list_r {
    width: 74%;
    display: flex;
    align-items: center;
}

.form_list_r input,
.form_list_r select {
    width: calc(100% - 1rem);
    height: 2rem;
    font-size: .59rem;
    line-height: 2rem;
    color: #222;
    outline: none;
    border: none;
}

.form_list_r i {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
}

.form_list_r span {
    float: right;
    color: var(--red);
}

.form_list .form_list_i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_list .form_list_i::after {
    content: '';
    display: block;
    width: 0.35rem;
    height: .35rem;
    border-top: 0.07rem solid #999;
    border-right: 0.07rem solid #999;
    transform: rotate(45deg);
}

.form_list_radio>div {
    display: flex;
    align-items: center;
    margin-right: .75rem;
}

.form_list_radio>div .radio {
    margin-right: .35rem;
}

.form_list_r textarea {
    width: 95%;
    height: 4rem;
    outline: none;
    font-size: .59rem;
    line-height: 1.25;
    border-radius: 0rem;
    border: 0.05rem solid #e4e7ef;
    margin: .35rem 0rem .35rem 0;
    padding: .35rem .5rem;
}

/* 表单上传图片 */
.form_upload {
    background-color: #fff;
    padding: .5rem;
}

.form_upload_title {
    color: var(--color3);
    font-size: .59rem;
    line-height: 1.25rem;
    font-weight: bold;
}

.form_upload_subtitle {
    font-size: .59rem;
    color: var(--color6);
    margin-bottom: .335rem;
}

.form_upload_cen {
    display: flex;
    align-items: center;
    padding: .35rem 0 0;
}

.form_upload_list {
    width: 50%;
    position: relative;
}

.form_upload_img {
    width: 6.5rem;
    height: 4.5rem;
    background: #f7f8fc;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e4e7ef;
}

.form_upload_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.form_upload_list input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.form_upload_list i {
    text-align: center;
    color: var(--color6);
    font-size: .55rem;
    display: block;
}

/* 多图上传 */
.form_uploads {
    background: #fff;
    padding: .5rem;
}

.form_uploads_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form_uploads_img {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    margin-right: .5rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_uploads_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.form_uploads_bt {
    width: 4rem;
    height: 4rem;
    position: relative;
    margin: .5rem 0;
    background: #f3f6fb;
    border: 1px solid #ebecee;
}

.form_uploads_bt img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.form_uploads_bt input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



.goodsInfo_banner {
    width: 100%
}

.goodsInfo_banner2 {
    height: 15rem;
    width: 100%;
}

.goodsInfo_banner2>div {
    width: 100%;
    background-color: rgba(207, 24, 42, .3);
    font-size: .69rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.8rem;
    text-align: center;
    z-index: 99;
}

.goodsInfo_banner2 .dian {
    display: none;
}

/* 首页 */
.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 18rem;
}

/* .banner_div:after {
	content: '';
	display: block;
	width: 100%;
	height: 7.45rem
} */
.banner_index:after {
    content: '';
    display: block;
    width: 100%;
    height: 10.3rem
}

.goodsInfo_banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 16rem
}

.banner_div ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner_div li {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_div li:first-child {
    z-index: 1
}

.banner_div li a {
    display: block;
}

.banner_div li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
}

.banner_div .dian {
    position: absolute;
    right: .21333rem;
    bottom: .21333rem;
    z-index: 5;
    font-size: 0
}

.banner_div .dian span {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    margin-left: .3rem;
    border-radius: 50%;
    background: #ffffff99;
    opacity: .25
}

.banner_div .dian .cur {
    background-color: #fff;
    opacity: 1
}

.top_tz {
    width: 95%;
    background-color: #355cf360;
    color: #fff;
    border-radius: 1rem;
    padding: .125rem .335rem;
    font-size: .59rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 2.5%;
    top: .435rem;
}

.top_tz img {
    width: .85rem;
    height: .85rem;
    border-radius: 50%;
    display: block;
    margin-right: .225rem;
}

.top_tz p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    width: calc(100% - 1.225rem);
}

.top_tz p span {
    color: #8ee9ef;
}

.menu {
    width: 95%;
    border-radius: .353rem;
    margin: .353rem auto;
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0 .5rem;
}

.meun3 a {
    width: 33%
}

.meun4 a {
    width: 20%
}

.meun5 a {
    width: 20%
}

.menu a {
    display: block;
    font-size: .58rem;
    line-height: 1.5;
    text-align: center;
    /* padding: 0rem 0 .5rem; */

}

.menu img {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    object-fit: contain;
    margin: 0.55rem auto .35rem;
}

.menu_sub img {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    margin: 0 auto .125rem;
}

.menu p {
    color: #666;
    font-size: .45rem;
}

.menu .ftweight {
    font-size: .65rem;
}

/* .notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .25rem;
	margin: 0 auto;
	height: 2rem;
	border-radius: 0 0 .335rem .335rem;
	background: #fff;
	border-top: 1px solid #dedede80;
}

.notice img {
	width: 10%;
	display: block;
} */

.demopage {
    margin: 0;
    width: calc(100% - 1.68rem);
}

/* scrollDiv */
.scrollDiv {
    height: 1.475rem;
    /* 必要元素 */
    line-height: 1.475rem;
    ;
    overflow: hidden;
    /* 必要元素 */
    text-align: center;
}

.scrollDiv li {
    height: 1.475rem;

}

.scrollDiv li a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: .58rem;
    justify-content: space-between;
}

.scrollDiv li a i {
    margin-left: .235rem;
    color: #999;
}

.scrollDiv li:nth-child(1n) a {
    color: #333;
}

#s2,
#s3 {
    height: 5rem;
}

.index_notice {
    width: 95%;
    margin: .353rem auto;
    display: flex;
    padding: 0.335rem 0.75rem;
    background: #fff;
    border-radius: .335rem .335rem;
    align-items: center;
    /* border-top: .35rem solid #f5f5f5;
	border-bottom: .5rem solid #f5f5f5; */
    justify-content: space-between;
    margin-bottom: .453rem;
}

.index_notice img {
    width: 1.08rem;
}

.index_notice>div {
    width: calc(100% - 2rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




/* .index_notice {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0rem 0rem;
}

.index_notice>a,
.index_notice form {
	width: 48.5%;
	border-radius: .335rem;
	display: flex;
	background-color: #c9efe4;
	padding: .575rem .535rem;
	position: relative;
	height: 6rem;
}

.index_notice>div {
	width: 48.5%;
	display: flex;
	flex-direction: column;
}

.index_notice>div a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .575rem .535rem;
	border-radius: .335rem;
	position: relative;
}

.index_notice form a img {
	display: block;
	position: absolute;
	right: .25rem;
	bottom: 0;
	height: 52%;
	z-index: 1;
}

.index_notice>a img {
	display: block;
	position: absolute;
	right: .25rem;
	bottom: 0;
	height: 52%;
	z-index: 1;
}

.index_notice>div {
	z-index: 2;
	position: relative;
}

.index_notice>div a:first-child {
	background-color: #ffe6e5;
	margin-bottom: .435rem;
}

.index_notice>div a:last-child {
	background-color: #d2eafa;
}

.index_notice>div a img {
	display: block;
	position: absolute;
	right: 0rem;
	bottom: 0;
	height: 85%;
	z-index: 1;
}

.index_notice a div h4,
.index_notice div a h4 {
	font-size: .62rem;
}

.index_notice a div span {
	border-radius: .655rem;
	background-color: #50ccb4;
	color: #fff;
	font-size: .42rem;
	padding: .125rem .325rem;
	margin: .235rem 0 0 0;
}

.index_notice a div p,
.index_notice div a p {
	color: #999;
	font-size: .52rem;
} */


.yft_pic {
    width: 100%;
    margin: .335rem auto 0;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: .335rem;
}

/* .yft_pic::after {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	height: 40%;
	background-color: #dfc485;
	content: "";
} */

.yft_pic img {
    width: 95%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    border-radius: .335rem;
}

/*瓷片区*/
.cipianqu {
    width: 95%;
    margin: 0.335rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cipian_body {
    width: 49%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 0.15rem 0.35rem;
    border-radius: 0.335rem;
    overflow: hidden;
    margin-bottom: 0.335rem;
}

.cipian_bg1 {
    background: linear-gradient(to bottom, #ffd1db, #fff 30%);
}

.cipian_bg2 {
    background: linear-gradient(to bottom, #d4eaff, #fff 30%);
}

.cipian_title {
    display: flex;
    justify-content: flex-start;
    padding: 0 2.5%;
    align-items: center;
    font-size: .69rem;
    height: 1.492rem;
    line-height: 1.492rem;
    position: relative;
}

.cipian_title h3 {
    font-size: .65rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cipian_title p {
    font-size: .40rem;

    border-radius: 1rem 0 0.85rem 1rem;
    color: #fff;
    display: flex;
    line-height: .625rem;
    padding: 0 .205rem;
    margin-left: .235rem;
}

.cipian_title .bgys1 {
    background: linear-gradient(to right, #fa3d75, #ff7b87);
}

.cipian_title .bgys2 {
    background: linear-gradient(to right, #1ecbc1, #98f2ce);
}

.cipian_title p i {
    font-size: .50rem;
    margin-right: .034rem;
}

.cipian_xt {
    line-height: .655rem;
    position: relative;
    height: 0.55rem;
    font-size: .52rem;
}

.cipian_xt span {
    position: absolute;
    margin: -0.335rem 0 0;
    left: 2.5%;
}

.cipian_xt .yanse1 {
    color: #ec660d;
}

.cipian_xt .yanse2 {
    color: #4bc3bc;
}

.cipian_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cipian_box .cipian_list {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 0 2%;
}

.cipian_box .cipian_list img {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.335rem;
    overflow: hidden;
}

.cipian_box .cipian_list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin: 0.232rem 0 0;
    font-size: .52rem;
    line-height: .75rem;
    width: 100%;
    text-align: center;

    border-radius: 1rem;

}

.cipian_box .cipian_list .zi1 {
    background: #f8e2e2;
    color: #f63434;
}

.cipian_box .cipian_list .zi2 {
    background: #e2f2f8;
    color: #1f9eec;
}

/**/
.tj_box {
    width: 100%;
    margin: 0 auto;
    background: #f3f3f3;
    padding: .435rem 0 .735rem;
}

.tj_main {
    width: 95%;
    margin: 0 auto;
    overflow-x: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: .335rem;

}

.tj_main::-webkit-scrollbar {
    display: none;
}

.tj_main a {
    width: 31.33%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: .335rem;
}

.tj_main a .tj_pic {
    width: 4.65rem;
    height: 4.65rem;
    display: block;
    border-radius: .335rem .335rem 0 0;
    overflow: hidden;
}

.tj_main a .tj_pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.tj_main a .tj_name {
    display: flex;
    flex-direction: column;
    padding: .335rem .335rem .125rem;
}

.tj_main a .tj_name h1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .59rem;
    /* height: 1.6rem; */
    line-height: .80rem;
    font-weight: 500;
}

.tj_main a .tj_name p {
    font-size: .72rem;
    font-weight: 400;
    color: var(--pink);
    display: flex;
    font-family: DIN;
    align-items: center;
}

.tj_main a .tj_name p i {
    font-size: .52rem;
    margin-right: .125rem;
}

/*解决方案*/
.solution {
    width: 95%;
    margin: 0 2.5% .335rem;
    display: block;
    float: left;
}

.solution .solution_box {
    /* background: #e5f6fa; */
    border-radius: .335rem;
    position: relative;
    float: left;
}

.solution .solution_box:first-child {
    width: 48.5%;
    height: 6.5rem;
    margin-right: 3%;
    padding: .835rem 0 0 .335rem;
    background-color: #e1efff;
}

.solution .solution_box:nth-child(2) {
    background-color: #fff4e7;
}

.solution .solution_box:last-child {
    background-color: #e3fcfd;
}

.solution .solution_box:nth-child(2),
.solution .solution_box:last-child {
    width: 48.5%;
    height: 3.0rem;
    display: flex;
    align-items: center;
}

.solution .solution_box:nth-child(2) {
    margin-bottom: .45rem;
}

.solution .solution_box:nth-child(2),
.solution .solution_box:last-child {
    padding: 0 0 0 .335rem;
}

.solution .solution_box:nth-child(2) h1,
.solution .solution_box:last-child h1 {
    margin: 0 0 .235rem;
}

.solution .solution_box .solution_title {
    padding: 0 0 0 .035rem;
    display: flex;
    flex-direction: column;
    font-size: .48rem;
    color: #666;
    position: relative;
    z-index: 2;
}

.solution .solution_box .solution_title h1 {
    font-size: .62rem;
    color: #333;
    margin: 0 0 0rem;
}

.solution .solution_box .solution_title span {
    border-radius: 1rem;
    background-image: var(--jb-pink1);
    display: flex;
    margin-right: auto;
    padding: .025rem .325rem;
    color: #fff;
    font-size: .42rem;
    margin-top: .235rem;
}

.solution .solution_box .solution_img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.solution .solution_box .solution_img img {
    width: 100%;
}

.solution .solution_box:first-child .solution_img {
    width: 64%;

}

.solution .solution_box:nth-child(2) .solution_img,
.solution .solution_box:last-child .solution_img {
    width: 35%;
    right: 3%;
    bottom: 10%;
}

.xt_banner {
    margin: 0 auto;
    border-radius: .335rem;
    overflow: hidden;
}

.xt_banner img {
    border-radius: .335rem;
    overflow: hidden;
    width: 100%;
}

/*标题*/
.title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 95%;
    line-height: 1.435rem;
    padding: 1rem 0;
}

.title_box span {
    font-size: .66rem;
    color: #262626;
    /* font-weight: 700; */
    text-transform: uppercase;
}

.title_box h2 {
    font-size: 1.189rem;
    color: #262626;
    font-weight: 700;
}

.title_box i {
    width: 5%;
    height: .15rem;
    background-color: var(--pink);
    margin: .435rem auto 0;
}

/*标题*/

.title {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%;
    align-items: center;
    font-size: .729rem;
    height: 1.92rem;
    line-height: 1.92rem;
    position: relative;

}

.title .dzzs {
    width: 18%;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .dzzs em {
    background: var(--jb-pink1);
    width: .26rem;
    height: .26rem;
    display: block;
    border-radius: 50%;
    margin: 0 .125rem;
    position: relative;
}

.title .dzzs:first-child em:before {
    position: absolute;
    left: -0.415rem;
    top: 0.04rem;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: var(--jb-pink1);
    border-radius: 50%;
}

.title .dzzs:first-child em::after {
    position: absolute;
    left: 0.45rem;
    top: -0.02rem;
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    background: var(--jb-pink1);
    border-radius: 50%;
}

.title .dzzs:last-child em:before {
    position: absolute;
    left: -0.50rem;
    top: -0.02rem;
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    background: var(--jb-pink1);
    border-radius: 50%;
}

.title .dzzs:last-child em::after {
    position: absolute;
    left: 0.45rem;
    top: 0.04rem;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: var(--jb-pink1);
    border-radius: 50%;

}

/* .title:before {
	content: "";
	width: .235rem;
	height: .72rem;
	background-image: linear-gradient(to bottom, #01cf9f, #02bbd0);
	position: absolute;
	left: 3%;
	top: .590rem;
	border-radius: .335rem;
} */

.title h3 {
    font-size: .69rem;
    /* width: 45%; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.title h3 .title_xbt {
    font-size: .58rem;
    font-weight: normal;
    margin-left: 0.235rem;
    color: #666;
}

.title h3 .title_td {
    background: var(--jb-pink1);
    color: #fff;
    border-radius: 0.235rem;
    display: flex;
    line-height: .9rem;
    padding: 0 0.235rem;
    font-weight: normal;
    margin-right: 0.135rem;
    font-size: .59rem;
}

.title h3 img {
    margin-right: .235rem;
}

.title a {
    display: block;
    width: auto;
    text-align: right;
    font-size: .59rem;
    /* color: #333; */
    line-height: .82rem;

}

.title a .cont_fr {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.title a .cont_fr span {
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.59rem;
    float: left;
}

.title a .cont_fr i {
    margin-left: 0;
    font-size: .545rem;
}


.jrfz {
    display: block;
    width: auto;
    text-align: right;
    font-size: .52rem;
    color: #fc4243;
    line-height: .82rem;
    background: #fde6e0;
    border-radius: .185rem;
    padding: 0 .235rem;
}

.shop_list_ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 .5rem;
    margin: 0 auto;
}

.shop_list_ul li {
    overflow: hidden;
    background: #fff;
    border-radius: .335rem;
    margin: 0 2.5% .335rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop_list_ul li:last-child {
    border-bottom: none;
}

.shop_list_ul li>a {
    display: flex;
    align-items: center;
    padding: .5rem;
    justify-content: space-between;
    width: 100%;
}


.shop_list_cen {
    width: 68%;
}

.shop_list_cen h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin: 0.2rem 0 0;
    font-size: .58rem;
    line-height: .775rem;
    font-weight: normal;
    height: 1.55rem;
    white-space: normal;
}

.shop_list_ul .shop_list_img {
    position: relative;
    display: block;
    /* padding-top: 100%;*/
    width: 4rem;
    height: 4rem;
    border-radius: .25rem;
    overflow: hidden
}

.shop_list_ul .shop_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop_list_img div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 4%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .52rem;
    color: #fff;
    line-height: .941rem;
}

.shop_list_img div span:first-child {
    margin: 0 0 0 3%;
    font-size: .52rem;
}

.shop_list_img div span:last-child {
    margin: 0 3% 0 0;
}

.shop_list_ul p {
    width: 94%;
    margin: 0 3%;
    font-size: .52rem;
    color: #fff;
    line-height: 1.141rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sptitle {
    width: 94%;
    margin: .335rem 3% 0;
    font-size: .62rem;
    color: #333;
    line-height: .875rem;
    height: 1.75rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shop_list_ul .shop_list_ft {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    font-size: .519rem;
    flex-direction: column;
}

.shop_list_ul .shop_list_ft>div:first-child {
    color: #999;
}

.shop_list_ul .shop_list_ft>div:first-child i {
    font-size: .555rem;
    font-weight: normal;
}

.shop_list_ul .shop_list_ft>div:nth-child(2) {
    font-size: .49rem;
    line-height: .9rem;
    color: var(--primary);
    display: flex;
}

.shop_list_ul2 {
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: nowrap; */
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.shop_list_ul2 li {
    display: block;
    width: 44.5%;
    margin: 0 2.5% 0rem 0;
    padding-bottom: .335rem;
}

.shop_list_ul2 li>a,
.shop_list_ul2 li>div {
    flex-direction: column;
    padding: 0;
}

.shop_list_ul2 .shop_list_img {
    width: 100%;
    height: 4.65rem;
    border-radius: .335rem .335rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;

}

.shop_list_ul2 .shop_list_img img {
    width: 100%;
    display: block;
    height: 100%;
}

.shop_list_ul2 p {
    width: 94%;
    margin: .335rem 3% 0;
    font-size: .62rem;
    color: #333;
    line-height: .875rem;
    height: 1.75rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.shop_list_ul2 .shop_list_ft {
    width: 100%;
    margin: 0 auto;
}

.shop_list_ul2 .shop_list_ft>div:first-child {
    color: #999;
    font-size: .485rem;
}

.shop_list_ul2 .shop_list_ft>div:first-child span:first-child i {
    font-size: .625rem;
    color: #ff1825;
    font-weight: bold;
}

.shop_list_ul2 .shop_list_ft>div:first-child span:last-child i {
    font-size: .625rem;
    color: #0bbbb9;
    font-weight: bold;
}

.shop_list_ul .shop_list_ft .bt_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.shop_list_ul .shop_list_ft .bt_box>a,
.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia,
.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia11 {
    font-size: .54rem;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.098rem;
    width: 50%;
    text-align: center;
    justify-content: center;
    margin: .125rem 0 0;
}

.shop_list_ul .shop_list_ft .bt_box>a {
    border-radius: 1rem 0 0 1rem;
    /* padding: 0 .124rem 0 .224rem; */
    border-right: 1px solid #ffffff90;
    background-image: linear-gradient(to bottom, #fb046c, #f5063d);
}

.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia {
    border-radius: 0 1rem 1rem 0;
    background-image: linear-gradient(to bottom, #fac705, #ff9500);
    /* padding: 0 .224rem 0 .124rem; */
}

.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia11 {
    border-radius: 0 1rem 1rem 0;
    background-image: linear-gradient(to bottom, #cecece, #afa59d);
}

.shop_list_ul3 {
    padding: 0 0 .5rem;
    flex-wrap: wrap;
    height: 7.25rem;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.shop_list_ul3 li {
    width: 31.333%;
    margin-bottom: .35rem;
    margin-right: 3%;
}

.shop_list_ul3 li:last-child {
    margin-right: 0;
}

.shop_list_ul3 a {
    position: relative;
    display: block;
    background: #fff;
    border-radius: .335rem;
    padding: 0 0 .35rem;
}

.shop_list_ul3 li p {
    white-space: nowrap;
    height: .85rem;
    font-size: .548rem;
    padding: 0 .25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    margin: .25rem 0;
}

.shop_list_ul3 .shop_list_img {
    width: 100%;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop_list_ul3 .shop_list_img img {
    width: 100%;
    height: auto;
    display: block;
}

.shop_list_ul3 .shop_list_ft {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 .25rem;
    color: #fa3232;
    font-size: .59rem;
}

.shop_list_ul3 .shop_list_ft img {
    width: .768rem;
    height: .768rem;
}

.goods_list {
    padding: 0rem 0 .05rem;
}

.index_article {
    background: #fff;
    border-radius: .35rem;
    clear: both;
    width: 95%;
    margin: .335rem auto;
}

.index_article_title {
    overflow: auto;
    padding: 0.35rem .5rem;
}

.index_article_title>div {
    display: flex;
    align-items: center;
    width: max-content;
}

.index_article_title a {
    width: max-content;
    padding: 0 .5rem;
    line-height: 1.25rem;
    font-size: .64rem;
}

.index_article_cen div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem .5rem;
}

.index_article_cen div .index_article_text {
    width: 9.55rem;
}

.index_article_cen div .index_article_text div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_article_cen div .index_article_text p {
    font-size: .49rem;
    color: #666;
}

.index_article_cen div .index_article_text>p {
    text-overflow: -o-ellipsis-;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_article_cen div .index_article_img {
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index_article_cen div .index_article_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}





/*店铺*/
.xqshop_body {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.xqshop_body::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, #00000090 95%, #f7f8fc);
    top: 0;
    left: 0;
    bottom: -.1rem;
    right: 0;
}

.xqshop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #fff;
    padding: .435rem 2.5%;
    /* border-top: 0.335rem solid #f0f4f5;
	border-bottom: 0.335rem solid #f0f4f5; */
}

.xqshop .xqshop_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
}

.xqshop .xqshop_top img {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    margin-right: .335rem;
    /* object-fit: contain; */
}

.xqshop .xqshop_top .xqtitle {
    display: flex;
    flex-direction: column;
}

.xqshop .xqshop_top .xqtitle h1 {
    font-size: .64rem;
    color: #333;
    font-weight: 600;
}

.xqshop .xqshop_top .xqtitle p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin: 0.2rem 0 0;
    font-size: .58rem;
    line-height: .775rem;
    font-weight: normal;
    height: .775rem;
}

.xqshop .xqtitle_top_bt {
    width: max-content;
    background: var(--jb-red1);
    color: #fff;
    border-radius: 1rem;
    line-height: 1.13rem;
    padding: 0 .35rem;
    font-size: .52rem;
}

.xqshop .xqtitle_top_bt i {
    margin-right: .125rem;
    font-size: .62rem;
}

/*健康资讯*/
.news_gd {
    display: flex;
    width: 30%;
    align-items: center;
    position: relative;
    background: url(../img/fl_left.png) no-repeat;
    background-size: 30%;
    background-position: -22% center;
    padding-left: .35rem;
}

.news_gd a span {
    font-size: .93rem;
}

.news_box {
    background-color: #fff;
    border-radius: .335rem;
    margin: .335rem auto;
    padding: .435rem 0 .235rem;
}

.news_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0rem 0;
}

.news_main dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: .435rem;
    margin-bottom: .435rem;
    width: 100%;
}

.news_main dl dt {
    display: flex;
    justify-content: flex-start;
    width: 65%;
    flex-direction: column;
    height: 3.15rem;
}

.news_main dl dt h4 {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .62rem;
    font-weight: normal;
    text-align: left;
    line-height: .875rem;
    height: 1.75rem;
    margin-bottom: .5rem;
    width: 100%;
}

.news_main dl dt p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: .49rem;
    width: 100%;
    padding-top: .235rem;
    height: .65rem;
    line-height: .65rem;
}

.news_main dl dd {
    width: 32%;
    height: 3.15rem;
    overflow: hidden;
}

.news_main dl dd img {
    border-radius: .335rem;
    width: 100%;
    height: 100%;
}

.footer_bt {
    text-align: center;
    font-size: .548rem;
    line-height: 2.5rem;
    color: #999;
}

.footer_nav {
    height: 2.5rem
}

.footer_nav2 li {
    width: 50%
}

.footer_nav3 li {
    width: 33%
}

.footer_nav4 li {
    width: 25%
}

.footer_nav5 li {
    width: 20%;
    line-height: .75rem;
}

.footer_nav6 li {
    width: 16.5%
}

.footer_nav>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333;
    z-index: 111;
    background-color: #fff;
    box-shadow: .235rem 0rem 0.305rem rgba(198, 230, 229, .2);
    border-top: 1px solid #efefef;
    padding: .125rem 0;
}

.footer_nav>ul a {
    display: block;
    text-align: center;
    font-size: .58rem;
    padding-top: .235rem;
    color: #888;
}

.footer_nav>ul a img {
    width: 1.191rem;
    height: 1.191rem;
}

.footer_nav>ul a div {
    padding-bottom: .105rem;
}

.foot_img2 {
    display: none
}

.pick {
    color: var(--pink);
    position: relative;
}

.footer_nav>ul li .pick33 {
    color: var(--pink);
    position: relative;
}

.pick:before {
    position: absolute;
    width: 40%;
    left: 30%;
    height: .125rem;
    bottom: 0;
    background-color: var(--pink);
    content: "";
}

.pick33 {
    color: var(--pink);
}

.pick33 .foot_img {
    display: none
}

.pick33 .foot_img2 {
    display: inline-block;
    margin: 0 auto
}





/* 订单列表 */
.orderList {
    margin: .335rem 0;
}

.order_list_top {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    line-height: 1.8rem;
}

.order_list_top li {
    width: 25%;
    position: relative;
}

.order_list_top li i {
    position: absolute;
    right: 0.035rem;
    top: .335rem;
    background-color: #f55;
    color: #fff;
    border-radius: 50%;
    width: 0.64rem;
    height: 0.64rem;
    font-size: .42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_list_top a {
    width: 100%;
    font-size: .59rem;
    line-height: 2rem;
    text-align: center
}

.order_list_top1 {
    display: flex;
    justify-content: space-around;
    background-image: var(--jb-pink1);
    line-height: 1.8rem;
}

.pick_11 {
    color: yellow;
    position: relative;
    /* border-bottom: .1rem solid var(--primary); */
}

.pick_11::before {
    position: absolute;
    width: 40%;
    left: 30%;
    height: .125rem;
    bottom: 0;
    background-color: yellow;
    content: "";
}


.order_list_top1 li {
    width: 25%
}

.order_list_top1 a {
    width: 100%;
    font-size: .62rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.order_list_empty {
    text-align: center;
    font-size: .69rem;
    line-height: 2rem;
    width: 95%;
    margin: 0 auto;
}

.order_list_empty div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order_list_empty div img {
    width: 60%;
    height: auto;
    display: flex;
}

.order_list_empty div p {
    font-size: .58rem;
    color: #666;
    margin-top: .355rem;
    line-height: 1rem;
}

.order_list_empty a span {
    border-radius: .655rem;
    /* background-image: linear-gradient(to right, #ff6e4f, var(--primary)); */
    font-size: .52rem;
    padding: .325rem .735rem;
    color: #fff;
    background-image: var(--jb-red3);
    box-shadow: var(--shadowred);
}

.order_list {
    background-color: #fff;
    margin: 0.25rem 0;
    padding: 0 .5rem
}

.order_list_title {
    display: flex;
    justify-content: space-between;
    line-height: 1.8rem;
    padding: 0 0.5rem;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.order_list_title .bgnum {
    color: #666;
}

.order_list_title>div {
    color: var(--primary);
    font-size: .58rem;
}

.order_list_c {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #fff;
}

.order_list_c a {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #fff;
}

.order_list_img {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.order_list_img img {
    /* width: auto;
	height: auto; */
    width: 100%;
    height: 100%;
    display: block
}

.order_list_text {
    width: 70%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.order_list_text h3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .58rem;
}

.order_list_text>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order_list_text>div .jians {
    color: #999;
}

.order_list_text_num {
    display: flex;
    justify-content: space-between;
    font-family: DIN;
}

.order_list_text_price {
    color: #333;
    font-size: .52rem;
    font-family: DIN;
}

.order_list_text_price span {
    font-size: .62rem;
}

.order_list_text_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 0.5rem;
    background-color: #fff;
    border-top: 1px solid #dedede;
    width: 100%;
}

.order_list_text_bt .di_bar {
    display: flex;
    align-items: center;
}

.order_list_text_bt .di_button {
    display: flex;
    align-items: center;
}

.order_list_text_bt>div>div {
    margin-right: .35rem;
}

.order_list_text_bt>div>div i {
    color: var(--pink);
    padding: 0 .125rem;
    font-family: DIN;
}

.order_list_text_bt .di_bar span {
    color: var(--pink);
    font-size: .69rem;
    font-family: DIN;
}

.order_list_text_bt .di_bar span i {
    font-size: .52rem;
}

.order_list_text_bt a {
    border: 2px solid var(--pink);
    font-size: .52rem;
    padding: 0 0.35rem;
    border-radius: .625rem;
    line-height: .90rem;
    margin-left: .4rem;
    color: var(--pink);
}

.order_list_text_bt a:first-child {
    background-color: var(--jb-pink1);
    border: 2px solid var(--jb-pink1);
    color: #fff;
}

.order_list_text_bt a:last-child {
    border: 2px solid var(--pink);
    color: var(--pink);
}

.order_list_bt {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    padding: 0 0.5rem .5rem;
}

.order_list_bt a {
    width: max-content;
    padding: .25rem .5rem;
    margin-left: .25rem;
    border-radius: .25rem;
    background-color: var(--primary);
    color: #fff;
}

.order_list2_bt {
    padding: 0.5rem;
    margin: .35rem auto;
    background-color: #fff;
}

.order_list2_bt>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8rem;
}

.order_list2_bt div span {
    color: var(--primary);
}

.order_list2_bt a {
    line-height: 2rem;
    background: linear-gradient(to right, #42ada7, #2da49e);
    color: #fff;
    border-radius: 1rem;
    text-align: center;
}

.apply_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 55;
}

.apply_popup>div {
    width: 10rem;
    height: 10rem;
    border-radius: .35rem;
    background-color: #fff0d9;
    padding: 0.5rem;
}

.apply_popup h1 {
    color: #753b23;
    text-align: center;
    line-height: 2rem;
}

.apply_popup p {
    line-height: 1.5;
    height: 3rem;
}

.apply_popup p span {
    color: var(--primary);
}

/* 订单详情 */

.order_detail_top {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: #fff;
}

.order_detail_top .order_detail_top_img {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.order_detail_top_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.order_detail_top .order_detail_top_cen {
    /* width: 9rem; */
    height: 3rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.order_detail_top_cen h4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order_detail_top_cen p {
    color: var(--pink);
    font-family: DIN;
    font-size: .68rem;
}

.order_detail_top_cen p i {
    font-size: .52rem;
}

.order_detail_top_a {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    padding: 0.25rem 0.5rem;
    margin: 0.15rem 0;
}

.order_detail_top_a a {
    width: max-content;
    padding: 0 0.75rem;
    margin-left: .5rem;
    line-height: 1.8rem;
    background-color: #aaa;
    color: #fff;
    border-radius: .25rem;
}

.order_detail_list {
    background-color: #fff;
    padding: 0.5rem;
    margin-bottom: .335rem;
    margin-top: .335rem;
}

.order_detail_list h3 {
    margin-bottom: .5rem;
}

.order_detail_list>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.975rem;
    border-bottom: 1px solid #ededed98;
}

.order_detail_list>div p {
    width: 3rem;
    color: #666;
}

.order_detail_list>div div {
    width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-family: DIN;
}

.order_detail_list>div div span {
    color: var(--pink);
    font-family: DIN;
    font-size: .68rem;
}

.order_detail_list>div div span i {
    font-size: .52rem;
}

.order_detail_bt {
    padding: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

.order_detail_bt a {
    background: var(--jb-pink1);
    color: #fff;
    line-height: 1.8rem;
    padding: 0 0.75rem;
    border-radius: .25rem;
    margin-left: .5rem;
}

/* 评价 */

.evaluate_top {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #fff;
}

.evaluate_top .evaluate_top_img {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 50%;
}

.evaluate_top .evaluate_top_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.evaluate_top .evaluate_top_cen {
    width: 11rem;
}

.evaluate_top .evaluate_top_cen h3 {
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.evaluate_top .evaluate_top_cen p {
    color: #0bbbb9;
    font-size: .9rem;
    line-height: 1.5;
}

.evaluate_text {
    width: 100%;
    height: 5rem;
    padding: 0.5rem;
    background-color: #fff;
    margin: 0.35rem 0;
    border: none;
    font-size: .69rem;
    line-height: 1.5;
    outline: none;
}

.evaluate_upload {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem;
}

.evaluate_upload label {
    width: 25%;
}

.evaluate_upload label div {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.evaluate_upload label img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.evaluate_upload label input {
    display: none;
}

.evaluate_anonymous {
    display: flex;
    align-items: center;
    line-height: 2rem;
    background-color: #fff;
    padding: 0 0.5rem;
}

.evaluate_anonymous input {
    opacity: 0;
    margin-right: .5rem;
}

.evaluate_star {
    background-color: #fff;
    margin: 0.35rem 0
}

.evaluate_star .star_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.star_a {
    display: flex;
    justify-content: flex-end;
}

.star_a a {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/star.png);
    background-size: 1rem;
}

.star_a .star_pick {
    background-image: url('../img/star2.png');
    background-size: 1rem;
}

.star_l {
    width: 5rem;
    height: 1rem;
    ;
    background-image: url('../img/star.png');
    background-size: 1rem;
}

/* 填写订单 */

.cart_write_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    background: #fff url(../img/line.png) 0 100% repeat-x;
    background-size: 2.5rem auto;
    padding-bottom: .6rem;
}


.cart_write_top .cart_top_address {
    width: 90%;
    line-height: 1.2rem
}

.cart_write_top .cart_top_address p {
    display: flex;
    font-size: .62rem;
    color: #333;
}

.cart_write_top .cart_top_address p span:first-child {
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart_write_top .cart_top_address p span:last-child {
    width: 67%;
    margin-left: 3%;
}

.cart_write_top .cart_top_address div {
    font-size: .52rem;
    color: #999;
    margin-top: .235rem;
}

.cart_write_goods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    margin: 0.25rem 0;
    background-color: #fff
}

.cart_write_goods .cart_write_goods_img {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .335rem;
}

.cart_write_goods .cart_write_goods_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.cart_write_goods h3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .62rem;
    font-weight: normal;
    width: 7.7rem;
}

.cart_write_goods .cart_write_goods_price {
    width: 3rem;
    text-align: center
}

.cart_write_goods .cart_write_goods_price p {
    color: var(--pink);
    font-size: .75rem;
    font-weight: bold;
}

.cart_write_goods .cart_write_goods_price p i {
    font-size: .52rem;
}

.cart_write_goods .cart_write_goods_price em {
    font-size: .58rem;
    color: #666;
}

.cart_write_goods .cart_write_goods_price em i {
    font-size: .52rem;
}

.cart_write_express>p {
    font-size: .59rem;
    line-height: 1.8rem;
    background-color: #f5f5f5;
    padding: 0 0.5rem
}

.cart_write_express>ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    font-size: .59rem;
    line-height: 1.5rem;
    background-color: #fff
}

.cart_write_remarks {
    padding: 0.5rem;
    background-color: #fff;
    margin: .35rem 0;
    position: relative
}

.cart_write_remarks p {
    margin-bottom: .5rem
}

.cart_write_remarks textarea {
    width: 100%;
    padding: 0.5rem;
    line-height: 1.5;
    font-size: .59rem;
    border: 1px solid #aaa;
    outline: none
}

.cart_write_remarks em {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem
}

.cart_write_bt {
    height: 2rem
}

.cart_write_bt>div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff
}

.cart_write_bt>div>div {
    padding-right: .5rem
}

.cart_write_bt>div>div span {
    color: var(--pink);
    font-size: .58rem;
    font-weight: bold;
}

.cart_write_bt>div>div span span {
    font-size: .75rem;
}

.cart_write_bt>div a {
    width: 30%;
    text-align: center;
    font-size: .69rem;
    line-height: 2rem;
    background-image: var(--jb-pink1);
    color: #fff
}

.cart_write_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    line-height: 1.8rem;
    background-color: #fff;
}

.cart_write_list>div {
    display: flex;
}

.cart_write_list span {
    color: var(--pink);

}

/* 支付订单 */

.cart_pay_div {
    display: flex;
    justify-content: space-between;
    font-size: .59rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    background-color: #fff
}

.cart_pay_div p {
    color: var(--pink);
    font-weight: bold;
    font-size: .58rem;
}

.cart_pay_div p i {
    font-size: .75rem;
}

.cart_pay_ul li {
    display: flex;
    align-items: center;
    font-size: .59rem;
    line-height: 2.5rem;
    padding: 0 0.5rem;
    background-color: #fff;
    border-top: 1px solid #dedede
}

.cart_pay_ul li i+i {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem;
    background-image: url('../img/pay_bg.png');
    background-size: 6rem;
    background-repeat: no-repeat
}

.cart_pay_ul li .weixin {
    background-position: -0.35rem -1.4rem
}

.cart_pay_ul li .zhifubao {
    background-position: -0.35rem -3rem
}

.cart_pay_ul li .jifen {
    background-position: -2.25rem 0.1rem
}

.cart_pay_ul li .yuer {
    background-position: -4rem 0.1rem
}

.cart_pay_ul li .yinhang {
    background-position: 0 0.25rem;
    width: 1.85rem !important;
    background-size: 5rem !important
}

.order_top {
    padding: 0.5rem;
    line-height: 1.5;
    background-color: #ffeded;
}

.order_top_title {
    line-height: 2rem;
    background-color: #fff;
    margin-top: .35rem;
    padding: 0 0.5rem;
}

.order_pay_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #fff;
}

.order_pay_list p {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order_pay_list a {
    width: 48%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_pay_list>div {
    width: 48%;
}

.order_pay_list>div>a {
    width: 100%;
}

.order_pay_list div div {
    line-height: 1rem;
    margin-bottom: .5rem;
    font-size: .59rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order_pay_list a img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.order_voucher {
    margin-top: .35rem;
    background-color: #fff;
    padding: 0.5rem;
    position: relative;
}

.order_voucher div {
    color: #666;
}

.order_voucher .shcph {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order_voucher .shcph img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.order_voucher input {
    width: 10rem;
    height: 5rem;
    position: absolute;
    top: 2.5rem;
    opacity: 0;
    z-index: 5;
}

/* 购物车 */

.cart_top img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.cart_top p {
    display: flex;
    justify-content: center
}

.cart_top p a {
    font-size: .59rem;
    line-height: .9rem;
    padding: 0 0.35rem;
    background-color: #0bbbb9;
    color: #fff;
    border-radius: .25rem
}

.cart_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem;
    border-bottom: 0.25rem solid #f5f5f5
}

.cart_list .cart_list_check input {
    width: 0.65rem;
    height: 0.65rem
}

.cart_list_cen {
    display: flex;
    align-items: center
}

.cart_list_top .goods_num input {
    margin: 0
}

.cart_list_top .goods_n {
    padding: 0.25rem
}

.cart_list_top_img {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.cart_list_top_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block
}

.cart_list_top_name {
    width: 8.5rem;
    font-size: .59rem;
    line-height: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart_list_top_delete {
    width: 1rem;
    height: 1rem
}

.cart_list_top_delete img {
    width: 100%;
    height: 100%
}

.cart_foot {
    height: 2.5rem
}

.cart_foot>div {
    display: flex;
    justify-content: space-between;
    font-size: .59rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff
}

.cart_foot .cart_foot_pick {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center
}

.cart_foot .cart_foot_pick input {
    width: .65rem;
    height: .65rem;
    margin-right: .5rem
}

.cart_foot .cart_foot_price {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart_foot .cart_foot_price span {
    color: #0bbbb9
}

.cart_foot>div a {
    font-size: .69rem;
    line-height: 2.3rem;
    background-color: #fd392b;
    width: 30%;
    text-align: center;
    color: #fff
}

/* 时间选择 */
.date_btn_box {
    background: #f5f5f5 !important
}

.date_ctrl {
    background: #fff !important
}

.date_roll {
    font-weight: unset !important
}

.date_btn {
    color: #0bbbb9 !important
}

/* 地址 */

.pickerView-wrap {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pickerView-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.pickerView-mask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4)
}

.pickerView-box {
    height: 40%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    animation: slideUp 0.3s
}

.pickerView-box-header {
    text-align: center;
    height: 2rem;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
    font-size: .69rem;
    line-height: 2rem
}

.pickerView-box-header-btn {
    height: 100%;
    width: 20%;
    color: #108ee9
}

.pickerView-box-header-title {
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pickerView-box-content-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
}

.pickerView-box-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.pickerView-box-content-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background-position: top, bottom;
    background-size: 100% 102px;
    background-repeat: no-repeat;
    background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6))
}

.pickerView-box-content-indicator {
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 3;
    border-top: 1PX solid #ddd;
    border-bottom: 1PX solid #ddd
}

.pickerView-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 102px 0;
    padding: 102px 0px
}

.pickerView-item {
    touch-action: manipulation;
    text-align: center;
    font-size: .69rem;
    height: 2rem;
    line-height: 2rem;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/* 时间选择 */

.time_pick {
    width: max-content;
    font-size: .59rem;
    line-height: 2;
    background: #fff;
    padding: 0 .8rem;
    border-radius: 1rem;
}

.time_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.time_cen {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    padding: 0 0.5rem .5rem;
    background: #fff;
}

.time_bg_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2rem;
}

.time_bg_cen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
}

.time_bg_cen>div {
    height: 11rem;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.time_year,
.time_month,
.time_day {
    transition: -webkit-transform 500ms ease-out 0s;
    padding: 4.5rem 0;
}

.time_year_list {
    line-height: 1.5rem;
    height: 1.5rem;
}

.time_month_list {
    line-height: 1.5rem;
    height: 1.5rem;
}

.time_bg_cen_pick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
    background-position: top, bottom;
    background-size: 100% 5rem;
    background-repeat: no-repeat;
    z-index: 22;
}

.time_bg_pick {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1rem;
    width: 100%;
    height: 1.5rem
}

.time_bg_pick::before {
    content: '';
    display: block;
    border-top: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
}

.time_bg_pick::after {
    content: '';
    display: block;
    border-bottom: 1px solid #999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 55;
}

.seckill_bg {
    background-image: url('../img/seckill_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .335rem;
    padding-bottom: .35rem;
}

.seckill_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
}

.seckill_title div {
    font-size: .69rem;
    line-height: 1.5rem;
    color: #ffefd2;
}

.seckill_title .seckill_title_time {
    color: #ffefd2;
    display: flex;
    align-items: center;
}

.seckill_title_time span {
    width: 1rem;
    height: .875rem;
    line-height: .875rem;
    text-align: center;
    display: inline-block;
    border: 0.05rem solid #ffd3be;
    border-radius: .15rem;
    margin: 0 .25rem;
    background: #ff9782;
    font-size: .57rem;
}

.seckill_title a {
    color: #fff;
}

.todays_special {
    background: linear-gradient(to bottom, #d7fcfc 0%, #fff 20%, #fff 100%);
}

.seckill_title>div {
    font-weight: bold;
    color: #feeacf;
}

.todays_special .seckill_title_time {
    background: var(--secondary);
    color: #fff;
    border-radius: 1rem;
    padding: 0 0 0 .35rem;
    margin-right: 1rem;
    font-size: .52rem;
    border: .04rem solid var(--secondary);
    line-height: .72rem;
}

.todays_special .seckill_title_time i {
    background: #fff;
    color: var(--secondary);
    border-radius: 1rem;
    padding: 0 .35rem;
    margin-left: .35rem;
}

.todays_special a {
    color: var(--color6);
    font-size: .55rem;
}

/* 横向滚动 */
.swiper {
    width: 95%;
    margin: 0 auto;
    border-radius: .35rem;
    overflow: hidden;
    background: #fff;
}

.swiper_title {
    width: max-content;
    display: flex;
    padding: .35rem;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
    transform: translate(0px, 0px);
}

.swiper_title a {
    width: max-content;
    padding: 0 .5rem;
    font-size: .59rem;
    line-height: 1.5rem;
}

.swiper_title .swiper_title_pick {
    border-bottom: .25rem solid #f55;
    border-radius: .25rem;
}

.swiper_cen {
    width: max-content;
    display: flex;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
    transform: translate(0px, 0px);
}

.swiper_cen .swiper_list {
    padding: .35rem;
    background: linear-gradient(to right, #f66d1e, #fac555);
    border-radius: .35rem;
}

.swiper_list_cen {
    width: 95%;
    overflow: auto;
    margin: 0 auto;
    padding: 1rem .35rem .35rem;
    background: #fff;
    border-radius: .335rem;
    min-height: 6rem;
}

.swiper_list_cen .gd_content {
    display: flex;
    align-items: center;
    width: max-content;
}

.swiper_list_title {
    color: #fff;
    font-size: .69rem;
    line-height: 1.5rem;
}

.swiper_list_cen a {
    width: 4.5rem;
    position: relative;
    margin: 0 .175rem;
    border-radius: .45rem;
    overflow: hidden;
    background-color: #fff;
}

.swiper_list_cen a .pic_gd {
    width: 4rem;
    height: 4rem;
    margin: .25rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: .35rem;
}

.swiper_list_cen a .pic_gd img {
    width: 100%;
    display: block;
}

.swiper_list_cen a .swiper_list_p {
    width: 100%;
    font-size: .59rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    text-align: center;
    margin: .135rem 0 0;
}

.swiper_list_cen a .quote {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: .59rem;
    background: linear-gradient(to right, #588e04, #557f13);
    width: 90%;
    margin: .35rem auto .5rem;
    border-radius: 1rem;
}

.swiper_list_cen a .quote em {
    font-size: .48rem;
}

.swiper_list_cen a .quote p {
    color: var(--primary);
    font-family: DIN;
    margin-right: .235rem;
}

.swiper_list_cen a .quote p em {
    font-size: .52rem;
}

.swiper_list_cen a .quote span {
    text-align: center;
    text-decoration: line-through;
    display: block;
    color: #999;
    font-size: .46rem;
    font-family: DIN;
}

.index_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .5rem;
}

.index_list a {
    width: 48.5%;
    border-radius: .35rem;
    overflow: hidden;
    /* background-color: #fff; */
    margin-bottom: .35rem;
}

.index_list a .index_list_img {
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index_list a .index_list_img img {
    width: 100%;
    display: block;
}

.index_list a .index_list_cen {
    padding: 0 .35rem .35rem;
}

.index_list a .index_list_cen .index_list_title {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
}

.index_list a .index_list_title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin: 0.332rem 0 0;
    font-size: .68rem;
    line-height: .875rem;
    font-weight: 500;
    /* height: 1.55rem; */
    width: 100%;
}

.index_list a .tedian {
    color: #999;
    font-size: .59rem;
    line-height: .875rem;
}

.index_list a .index_list_cen>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: .55rem;
    line-height: 1.5;
    color: #666;
}

.index_list a .index_list_title p {
    background: linear-gradient(to bottom, #ff8865, #fe431e);
    -webkit-background-clip: text;
    color: transparent;
}

.index_list a .index_list_cen .index_list_bt {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-direction: column;
}

.index_list a .index_list_cen .index_list_bt span:first-child {
    font-size: .69rem;
    color: #fd392b;
    font-weight: 700;
    /* padding: .08rem 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: .35rem;
    /* letter-spacing: -.05rem; */
}

.index_list a .index_list_cen .index_list_bt span:first-child em {
    font-size: .52rem;
}

.index_list a .index_list_cen .index_list_bt span:first-child p {
    font-style: normal;
    color: #20c320;
    /* font-size: .58rem; */
}

.index_list a .index_list_cen .index_list_bt span:first-child i {
    font-size: .52rem;
    /* font-family: DIN; */
    text-decoration: line-through;
    color: #999;
    margin-left: .335rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_list a .index_list_cen .index_list_bt span:last-child i {
    border-radius: 1rem;
    background: #fff;
    color: var(--green);
    display: inline-block;
    text-align: center;
    /* height: .68rem; */
    line-height: .68rem;
    padding: 0 .235rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child em:first-child {
    font-family: DIN;
    display: flex;
    align-items: baseline;
    font-size: .72rem;
    /* background: linear-gradient(to bottom, #ff4a96, #f5063d); */
    /* width: 60%; */
    border-radius: 1rem 0 0 1rem;
    /* padding-left: .235rem; */
    /* height: 1.1rem; */
    align-items: center;
    color: var(--pink);
}

.index_list a .index_list_cen .index_list_bt span:last-child em:last-child {
    background: var(--jb-red1);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .52rem;
    width: .95rem;
    height: .95rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child em p {
    font-size: .52rem;
}


/*轮胎分类*/
.lun_box {
    margin: .335rem auto;
    display: flex;
    flex-wrap: wrap;
}

.lun_box ul {}

.lun_box ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.lun_box ul li a {
    padding: .485rem .435rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #01cea3, #00bcc9);
    border-radius: .35rem;
}

.lun_box ul li a h1 {
    font-size: .628rem;
    color: #fff;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.175rem;
    width: 100%;
    text-align: left;
}

.lun_box ul li a .jifen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: .628rem;
    line-height: 1.235rem;
}

.lun_box ul li a .jifen span i {
    font-weight: bold;
    font-size: .628rem;
}

.lun_box ul li a .jifen span:last-child {
    margin-left: .435rem;
}

.lun_box ul li a .jifen span:first-child i {
    /* color: #01cda4; */
    color: #fff;
}

.lun_box ul li a .xuan {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.lun_box ul li a .btn {
    line-height: .658rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
}

.lun_box ul li a .btn .min,
.lun_box ul li a .btn .add {
    background: #f1f5f6;
    border: 1px solid #e1e5e6;
    font-size: .628rem;
    color: #666;
    padding: 0;
    border-radius: 50%;
    width: .865rem;
    height: .865rem;
    display: block;
    text-align: center;
}

.lun_box ul li a .btn .text_box {
    font-size: .628rem;
    color: #fff;
    margin: 0 .345rem;
    width: 12%;
    text-align: center;
}

.lun_box ul li a .gou {
    background: #fff;
    border-radius: 1.235rem;
    padding: .135rem .335rem;
    line-height: .658rem;
    color: #01cda4;
    width: 3rem;
    font-size: .458rem;
    text-align: center;
    display: block;
}

/*新会员注册*/
.help_zc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 0 .335rem;
}

.help_zc .jfbox {
    padding: 1.25rem .335rem;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: .688rem;
    width: 100%;
    /* background-image: var(--jb-pink1); */
    background: var(--jb-red3);
    /* background-image: url(../img/user_bg.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 0rem;
}

.help_zc .jfbox h1:first-child {
    font-weight: normal;
    font-size: .628rem;
}

.help_zc .jfbox h1:last-child {

    color: yellow;
}

.help_zc .hp_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-size: .628rem;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    height: 2.145rem;
}

.help_zc .hp_box .hpname {
    position: relative;
    width: 21%;
    margin-right: 4%;
    display: flex;
}

.help_zc .hp_box .hpname span {
    color: #333;
    width: 80%;
    text-align: justify;
    text-justify: inter-ideograph;
    display: inline-block;
    text-align-last: justify;
    overflow: hidden;
    word-break: break-all;

}


.help_zc .hp_box .hpname span:before,
.help_zc .hp_box .hpname span:after {
    display: inline-block;
    /*行内元素*/
    content: '';
    width: 100%;
    /*可以挤掉文字，保证不跟文字在同一行*/
    height: 0;
    visibility: hidden;
}

.help_zc .hp_box .hpname:after {
    content: "*";
    position: absolute;
    right: 0;
    top: 40%;
    color: red;
    font-size: .628rem;

}

.help_zc .hp_box .hpnr {
    width: 72%;
    font-size: .628rem;
    display: flex;

}

.help_zc .hp_box .hpnr span {
    width: 50%;
    display: inline-block;
}

.help_zc .hp_box .hpname p {
    line-height: .775rem;
    padding: .335rem 0;
    width: 78%;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    text-align-last: justify;
}

.help_zc .hp_box .hpname p:before,
.help_zc .hp_box .hpname p:after {
    display: inline-block;
    /*行内元素*/
    content: '';
    width: 100%;
    /*可以挤掉文字，保证不跟文字在同一行*/
    height: 0;
    visibility: hidden;
}


.help_zc .hp_box .select {
    width: 47%;
    color: #333;
    font-size: .548rem;
    display: flex;
}

.help_zc .hp_box .select1 {
    width: 68%;
    color: #333;
    font-size: .548rem;
    display: flex;

}

.help_zc .hp_box select {
    list-style: none;
    border: none;
    outline: none;
}

.help_zc .hp_box .fzcx {
    background-image: var(--jb-pink1);
    border-radius: 1.35rem;
    color: #fff;
    padding: 0 .345rem;
    border: none;
    outline: none;
    font-size: .468rem;
    line-height: 1.068rem;
    flex: 1;
    margin-left: 4%;
}


.tj_button {
    width: 95%;
    /* background-image: var(--jb-pink1); */
    background: var(--jb-red3);
    border-radius: 1.35rem;
    line-height: 2rem;
    color: #fff;
    font-size: .678rem;
    text-align: center;
    margin: .535rem auto;
    box-shadow: var(--shadowpink);

}

/*首页商品行显*/
.homecp_list {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 2.5%;
    flex-wrap: wrap;
    margin-bottom: .335rem;
}

.homecp_list li {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: .535rem;
    border-radius: .335rem;
}

.homecp_list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem;
}

.homecp_list li a .homecp_list_img {
    width: 5.81rem;
    height: 5.81rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: .335rem;
}

.homecp_list li a .homecp_list_img img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: .335rem;
}

.homecp_list li a .homecp_list_info {
    display: flex;
    width: calc(100% - 6.35rem);
    flex-direction: column;
}

.homecp_list li a .homecp_list_info .homecp-title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .64rem;
    font-weight: 600;
    line-height: 1.280rem;
    height: 1.280rem;
    background: #deba64;
    padding: 0 .335rem;
    color: #fff;
}

.homecp_list li a .homecp_list_info .homecp-tedian {
    font-size: .59rem;
    color: #666;
    line-height: 1.185rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: .225rem 0 0;
}

.homecp_list li a .homecp_list_info .homecp-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .125rem 0 0;
    /* padding-right: .335rem; */
}

.homecp_list li a .homecp-price_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homecp_list li a .homecp-price_left .wzi1 {
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: .625rem;
    font-size: .40rem;
    color: var(--pink);
}

.homecp_list li a .homecp-price_left .wzi2 {
    font-size: 1.198rem;
    font-weight: 400;
    color: var(--pink);
    font-family: DIN;
    margin-left: .225rem;
    letter-spacing: -.05rem;
}

.homecp_list li a .homecp-price_right {
    background: var(--jb-red1);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .52rem;
    width: .95rem;
    height: .95rem;
    color: #fff;
}

/*商品列表*/
.category_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5%;
    flex-wrap: wrap;
    margin-bottom: .335rem;
}

.category_list li {
    width: 48.5%;
    background: #fff;
    overflow: hidden;
    margin-top: .35rem;
    border-radius: .25rem;
}

.category_list a {
    width: 100%;
    display: block;
}

.category_list li a .category_list_img {
    width: 7.31rem;
    height: 7.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

.category_list li a .category_list_img img {
    width: 100%;
    display: block;
}

.category_list li a .goods-info {
    padding: .28rem;
    background-color: #fff;
}

.category_list li a .goods-title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .59rem;
    height: 1.6rem;
    line-height: .80rem;
    margin: .235rem 0 0;
}

.category_list li a .goods-market {
    color: #999;
    font-size: .58rem;
    text-decoration: line-through;
}

.category_list li a .promotion-tag-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: .225rem 0;
}

.category_list li a .promotion-tag-list .promotion-tag-item {
    padding: 0rem .215rem;
    line-height: .678rem;
    border-radius: .612rem;
    font-size: .42rem;
    color: #e90104;
    border: 2px solid #e90104;
    margin-right: .235rem;
}

.category_list li a .promotion-tag-list .promotion-tag-dikou {
    padding: 0rem .215rem;
    line-height: .678rem;
    border-radius: .612rem;
    font-size: .42rem;
    color: #ff8d00;
    border: 2px solid #ff8d00;
    margin-right: .235rem;
}

.category_list li a .sale-wrapper {
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
}

.category_list li a .goods-info .goods-price-wrapper {
    white-space: nowrap;
    line-height: .975rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category_list li a .goods-info .current-price {
    font-size: .72rem;
    font-weight: 400;
    color: var(--pink);
    display: flex;
    font-family: DIN;
}

.category_list li a .goods-info .current-price span:nth-child(3) {
    font-size: .59rem;
    color: #999;
    font-family: DIN;
    text-decoration: line-through;
    margin-left: 0.335rem;
}

.category_list li a .goods-info .current-price i {
    font-size: .52rem;
}

.category_list li a .goods-info .rmb-icon {
    margin-right: .04rem;
    font-size: .52rem;
}

.category_list li a .goods-info .price-fen {
    font-size: .24rem;
}

.category_list li a .goods-info .goods-price-wrapper .sale {
    background: var(--jb-pink1);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .52rem;
    width: .95rem;
    height: .95rem;
    color: #fff;
}

.qc_main {
    margin: .335rem auto 0;
}

.qc_main ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.qc_main ul li {
    margin-right: 3%;
    margin-bottom: .335rem;
    width: 48.5%;
    display: flex;
    border-radius: .335rem;
    overflow: hidden;
    height: 4rem;
    position: relative;
}

.ys_bg1 {
    background-image: linear-gradient(to right, #57b8ff, #479eff);
    box-shadow: 0 0.155rem 0.355rem 0 rgba(71, 158, 255, 0.45);
}

.ys_bg2 {
    background-image: linear-gradient(to right, #b191fe, #7a85fb);
    box-shadow: 0 0.155rem 0.355rem 0 rgba(122, 133, 251, 0.45);
}

.ys_bg3 {
    background-image: linear-gradient(to right, #ff6e4f, var(--primary));
    box-shadow: 0 0.155rem 0.355rem 0 rgba(253, 60, 43, 0.45);
}

.qc_main ul li:nth-child(2n) {
    margin-right: 0;
}

.qc_main ul li a {
    display: flex;
    flex-direction: column;
    padding: .335rem .335rem;
    width: 100%;
    height: 100%;
}

.qc_main ul li a span:first-child {
    display: flex;
    justify-self: start;
    align-self: flex-start;
    color: #fff;
    font-size: .65rem;
    font-weight: 400;
    width: 100%;
    line-height: .855rem;
    position: relative;
    z-index: 10;
    margin: 0 .225rem 0 .125rem;
    padding: .235rem 0 0;
}

.qc_main ul li a span:nth-child(2) {
    font-size: .58rem;
    color: #ffffff69;
    padding: .235rem 0 0;
}

.qc_main ul li a span:nth-child(2) i {
    font-size: 1.4rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-right: .235rem;
    color: #fff;
}

.qc_main ul li a span:last-child {
    position: absolute;
    z-index: 1;
    width: 2rem;
    right: 0;
    height: 3rem;
    bottom: 0;
}

.qc_main ul li a span:last-child::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.15));
    transform: rotate(50deg);
    width: 2rem;
    height: 3.5rem;
    position: absolute;
    right: -33%;
    bottom: -20%;
    content: "";
    z-index: 4;
    display: block;
    border-radius: 1.955rem;
}

.qc_main ul li a span:last-child i {
    font-size: .985rem;
    color: rgba(255, 255, 255, 0.55);
    position: absolute;
    bottom: 8%;
    right: 18%;
}

/*店铺列表*/

.shopvip {
    margin: .335rem auto 0;
    background-color: #fff;
    width: 95%;
    border-radius: .335rem;

}

.vipstore {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .335rem 2.5%;
}

.vipstore .vip_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
}

.vipstore .vip_main .uni-image {
    width: 2.568rem;
    height: 2.568rem;
    border-radius: 50%;
    overflow: hidden;
}

.vipstore .vip_main .uni-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    object-fit: contain;
}

.vipstore .vip_main .text {
    margin: 0 0 0 .335rem;
    color: #999;
    width: calc(100% - 2.568rem);
}

.vipstore .vip_main .text h1 {
    font-size: .68rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vipstore .vip_main .text p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;
    font-size: .59rem;
}

.vipstore .vip_main .text p span {
    margin-right: .335rem;
    color: #999;
}

.vipstore .vip_main .text p span i {
    color: #666;
}

.vipstore .vip_main .text span i {
    color: var(--teal);
}

.vipstore .into {
    height: 1.05rem;
    border-radius: .655rem;
    font-size: .54rem;
    padding: 0 .355rem;
    background-image: var(--jb-pink1);
    color: #fff;
    display: flex;
    align-items: center;
}

.sp_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding-bottom: .335rem;
    overflow-x: scroll;
    border-radius: .335rem;
}

.sp_box::-webkit-scrollbar {
    display: none
}

.sp_box .sp_list {
    width: 28%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}

/* .sp_box .sp_list:nth-child(3) {
	margin-right: 0;
} */

.sp_box .sp_list .sp_img {
    width: 3.785rem;
    height: 3.785rem;
    display: block;
    border-radius: .335rem;
    overflow: hidden;
}

.sp_box .sp_list .sp_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: .335rem;
}

.sp_box .sp_list .sp_name {
    font-size: .58rem;
    display: flex;
    flex-direction: column;
}

.sp_box .sp_list .sp_name h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin: 0.2rem 0 0;
    font-size: .58rem;
    line-height: .875rem;
    font-weight: normal;
    height: .875rem;
}

.sp_box .sp_list .sp_name span {
    color: var(--pink);
    font-size: .62rem;
    font-weight: 700;
}

.sp_box .sp_list .sp_name span i {
    font-size: .52rem;
}

/*总仓新闻列表tab*/

.article_top {

    line-height: 1.8rem;
}

.article_top>div {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
}

.article_top>div a {
    width: 50%;
    font-size: .59rem;
    line-height: 2rem;
    text-align: center;
}

.article_top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.article_top ul li {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    border: 1px solid #9999992e;
    color: #333;
    margin-top: .335rem;

}

.article_top ul li:nth-child(3n) {
    margin-right: 0;
}

.article_top ul li .lanmu {
    text-align: center;
    font-size: .52rem;
    display: block;
    line-height: 1.45rem;

}

.active {

    border: 1px solid var(--primary);
    background: #eef4fe;
    color: var(--primary);
}


/*申请售后*/

.service_top {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background-color: #fff;
}

.service_top_img {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_top img {
    width: 100%;
    height: 100%;
    display: block;
}

.service_top_cen {
    width: 70%;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.service_top_cen h2 {
    white-space: nowrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .58rem;
}

.service_top_cen>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .59rem;
    line-height: 1.5;
    color: #666;
}

.service_top_cen>div p:last-child {
    font-family: DIN;
    font-size: .68rem;
    color: #333;
}

.service_top_cen>div p:last-child em {
    font-size: .52rem;
}

.service_type {
    padding: .5rem;
    background-color: #fff;
    margin: .35rem 0;
}

.service_type h3 {
    font-size: .59rem;
}

.service_type .fuwxbo {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.service_type .fuwxbo a {
    padding: 0 .5rem;
    border-radius: .15rem;
    line-height: 2;
}

.service_type .fuwxbo .red {
    background: linear-gradient(to right, #23c66d, #27c6c2);
    color: #fff;
}

.service_reason {
    display: flex;
    align-items: center;
    font-size: .59rem;
    line-height: 1.8rem;
    background: #fff;
    padding: 0 .5rem;
    border-bottom: 1px solid #ededed;
}

.service_reason p {
    margin-right: .5rem;
    color: #999;
}

.service_reason span {
    width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.service_reason_cen>div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.service_reason_cen h3 {
    text-align: center;
    line-height: 2rem;
    font-size: .69rem;
}

.service_reason_cen>div>i {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
    transform: rotate(45deg);
}

.service_reason_cen>div>i::after {
    content: '';
    border-top: .05rem solid #666;
    width: .7rem;
    position: absolute;
    top: 0.475rem;
    left: 0.15rem;
}

.service_reason_cen>div>i::before {
    content: '';
    border-right: .05rem solid #666;
    height: .7rem;
    position: absolute;
    top: 0.15rem;
    left: .475rem;
}

.service_reason_ul li {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    font-size: .69rem;
    line-height: 1.8rem;
}

.service_reason_ul li p {
    margin-left: .5rem;
}

.service_describe {
    background: #fff;
    padding: 0.5rem;
    position: relative;
}

.service_describe h3 {
    font-size: .59rem;
}

.service_describe textarea {
    width: 100%;
    height: 5rem;
    padding: .5rem 0;
    border: none;
    outline: none;
    font-size: .58rem;
    font-family: Helvetica, PingFangSC-Regular, "Droid Sans", Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: .5rem;
    resize: none
}

.service_describe .xianzd {
    font-size: .49rem;
    line-height: 1rem;
    position: absolute;
    bottom: .25rem;
    right: .5rem;
    color: #666;
}

.service_upload {
    background: #fff;
    padding: .5rem;
    margin: .35rem 0;
}

.service_upload h3 {
    font-size: .59rem;
}

.service_upload_ul {
    display: flex;
    align-items: center;
    margin: .5rem 0;
}

.service_upload_ul label {
    width: 25%;
}

.service_upload_ul label div {
    width: 2.8rem;
    height: 2.8rem;
}

.service_upload_ul label img {
    width: 100%;
    height: 100%;
    display: block;
}

.service_upload .ifhaeu {
    color: #999;
    font-size: .58rem;
}

.service_address {
    padding: 0 .5rem;
    background: #fff;
}

.service_address>div {
    display: flex;
    align-items: center;
    font-size: .59rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #ededed;
}

.service_address>div:last-child {
    border-bottom: none;
}

.service_address p {
    margin-right: .5rem;
    width: 3rem;
    color: #999;
}

/*商品列表头部*/

.top_main {
    background: url(../img/body_bg2.jpg) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 6.91rem;
    background-position-y: 0rem;
    width: 100%;
    position: relative;

}

.top_main ul {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 2.5rem;
    padding-top: 1rem;
}

.top_main ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .58rem;
    color: #fff;
}

.top_main ul li i {
    font-size: .62rem;
    margin-right: .135rem;
}

.top_main .top_bar11 {
    width: 95%;
    margin: 0 auto;
    color: #5a2a00;
    letter-spacing: .035rem;
    border-radius: .335rem .335rem 0 0;
    font-size: .68rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
    position: absolute;
    bottom: 0.68rem;
    left: 2.5%;
    background: linear-gradient(to bottom, #ffffff, #ffeccf);
    box-shadow: 0 -0.125rem 0.325rem rgba(0, 0, 0, .07);
}

.pickAddress {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1111;
    background: rgba(0, 0, 0, .3);
}

.pickAddress .pickAddress_title {
    height: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 14rem;
    left: 0;
    background-color: #fff;
}

.pickAddress_title a {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    color: #108ee9;
    text-align: center;
    text-align: center;
    display: block;
}

.pickAddress .pickAddress_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 14rem;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.pickAddress_cen>div {
    position: relative;
    width: 33.3%;
    height: 100%;
    overflow: hidden;
}

.Mask_pick {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 2rem;
}

.Mask_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: 100% 6rem
}

.addressList {
    padding: 6rem 0;
    line-height: 2rem;
    text-align: center;
    transform: translate(0px, 0px);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
    box-sizing: border-box;
}

.addressList div {
    height: 2rem;
    line-height: 2rem;
}

/*视频新闻列表*/

.video_box {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.video_box .video_list {
    background: #fff;
    border-radius: .335rem;
    margin: .335rem auto 0;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.video_main {
    width: 95%;
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
}

.video_main h2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .62rem;
    /* height: 1.6rem; */
    line-height: .86rem;
    font-weight: 700;
    width: 100%;
}

.video_main p {
    color: #999;
}

.video_main video {
    width: 100%;
    height: 100%;
    border-radius: .335rem;
    background-color: #000;
    overflow: hidden;
}

.video_main .video_pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .335rem 0 0;
    border-radius: .335rem;
    overflow: hidden;
    height: 9rem;
}

.video_main .video_pic img {
    width: 100%;
}


/*视频详情页*/

.video_about {
    width: 95%;
    background: #fff9f9;
    border: 1px solid #e2abb1;
    margin: .5rem auto;
    padding: .5rem;
    color: #e2abb1;
}

/*首页兑换专区*/

.duihuan_body {
    width: 96%;
    margin: 0.335rem auto 0;
    background: url(../img/daili_box.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.335rem;
    height: 8.6rem;
}

.duihuan_body1 {
    width: 96%;
    margin: 0 auto 0;
    padding-bottom: 0.335rem;
    background: #fff;
    border-radius: .335rem;
    padding: 0;

}

.duihuan_box1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 7.66rem;
}

.duihuan_box {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border-radius: .335rem;
    padding: .435rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 5.66rem;
}

.duihuan_list {
    width: 24%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}


.duihuan_list1 {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}

.duihuan_pic1 {
    width: 4.68rem;
    height: 4.68rem;
    border-radius: .335rem;
    overflow: hidden;
}

.duihuan_pic {
    width: 3.268rem;
    height: 3.268rem;
    border-radius: 0.335rem;
    overflow: hidden;
}


.duihuan_pic img,
.duihuan_pic1 img {
    width: 100%;
    height: 100%;
}

.duihuan_name {}

.duihuan_name .duiname {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin: 0.332rem 0 0;
    font-size: .62rem;
    line-height: .875rem;
    font-weight: 500;
    height: .875rem;
    width: 100%;
}

.duihuan_name p {
    color: var(--pink);
    font-size: .52rem;
    display: flex;
    align-items: center;
    font-family: 'DIN';
}

.duihuan_name p span:first-child {
    font-size: .62rem;
}

.duihuan_name p i {
    font-family: DIN;
    font-size: .52rem;
}

.duihuan_name p span:last-child {
    font-size: .58rem;
    color: #999;
    text-decoration: line-through;
    margin-left: .235rem;
}

.duihuan_name .ygjl {
    background: var(--pink);
    border: 0.02rem solid var(--pink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
    height: 0.85rem;
    margin-bottom: 0.335rem;
}

.duihuan_name .ygjl span:first-child {
    display: flex;
    color: var(--pink);
    background-color: #fff;
    padding: 0 0.225rem;
    font-size: .50rem;
    height: 100%;

}

.duihuan_name .ygjl span:last-child {
    color: #fff;
    height: 100%;
    display: flex;
    padding: 0 0.225rem;
    font-family: DIN;
    font-size: .59rem;
    align-items: center;

}

.duihuan_name .ygjl span:last-child i {
    font-size: .50rem;
}

/*首页报单专区*/

.baodan_body {
    width: 100%;
    margin: 0 auto
}

.baodan_box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
}

.baodan_list {
    background: #fff;
    /* padding: .5rem; */
    border-radius: .335rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: .335rem;
    width: 48.5%;
}

.baodan_pic {
    width: 100%;
    height: max-content;
    /* height: 13rem; */
}

.baodan_pic img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: .335rem .335rem 0 0;
}

.baodan_title {
    padding: .335rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #fcf7eb, #e4d8c5);

}

.baodan_title>div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /* margin: 0.332rem 0 0; */
    font-size: .62rem;
    line-height: .875rem;
    font-weight: 500;
    height: 1.55rem;
    width: 100%;
    text-align: center;
}

.baodan_title>div:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    height: 1rem;
    background: #fff;
    border-radius: 1rem;
    margin: 0 auto;
}

.baodan_title>div:last-child span:first-child {
    font-size: .79rem;
    font-family: DIN;
    color: #222;
    margin: 0 .5rem;
}

.baodan_title>div:last-child span:first-child i {
    font-size: .52rem;
}

.baodan_title>div:last-child span:nth-child(2) {
    font-size: .59rem;
    color: #999;
    font-family: DIN;
    text-decoration: line-through;
    margin-left: .335rem;
}

.baodan_title>div:last-child p {
    background: #222;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .52rem;
    width: .95rem;
    height: .95rem;
    color: #fff;
    margin-left: auto;
}

/*视频列表页*/

.video_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
    margin: 0.335rem auto;
    width: 95%;
    border-radius: .335rem;
    position: relative;
    box-shadow: 0 0.235rem 0.435rem rgba(0, 0, 0, .1);
}

.video_list_img {
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .335rem .335rem 0 0;
    overflow: hidden;
    position: relative;
}

.video_list_img img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.video_list_img i {
    position: absolute;
    color: #ffffff;
    left: 46%;
    top: 40%;
    font-size: 1.3rem;
    text-shadow: 0 0.335rem 0.335rem rgb(39 140 206 / 90%);
}

.video_list_cen {
    width: 100%;
    position: relative;
    background: linear-gradient(45deg, #1e985f 60%, #1e985f90);
    border-radius: 0 0 .335rem .335rem;
    padding: .435rem;
    margin: -.335rem auto 0;
}

.video_list_cen h3 {
    height: 1.2rem;
    width: 100%;
    text-overflow: -o-ellipsis-;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
}

.video_list_cen div {
    color: #fff;
    position: absolute;
    background: var(--yellow);
    padding: 0 .335rem;
    border-radius: .85rem 1rem 1rem 0;
    left: .435rem;
    top: -.585rem;
    font-size: .56rem;
}

.video_list_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
}

.video_list_bg>div {
    width: 100%;
    height: max-content;
    position: relative;
}

.video_list_bg div video {
    object-fit: contain;
    width: 100%;
}

.video_list_i {
    width: max-content;
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: .5rem;
    right: 1rem;
    text-align: center;
    color: #fff;
    border: 0.06rem solid #fff;
    line-height: .8rem;
    border-radius: 1rem;
    padding: 0 .5rem;
}

/*文章列表*/

.article_list {
    width: 95%;
    margin: 0 auto;
}

.article_list li a {
    padding: .5rem .5rem;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    margin: .335rem 0 0;
    border-radius: .335rem;
}

.article_list_img {
    width: 40%;
    height: 4.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    border-radius: .335rem;
    overflow: hidden;
}

.article_list_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list_cen {
    width: 58%;
    display: flex;
    flex-direction: column;
}

.article_list_cen div {
    font-size: .62rem;
    line-height: .875rem;
    font-weight: 600;
    margin: 0rem 0 .125rem;
    color: #222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.article_list_cen .article_list_cont {
    line-height: .785rem;
    margin: .105rem 0;
    color: #222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_list_cen .article_list_date {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article_list_cen .article_list_date i {
    background: var(--pink);
    color: #fff;
    display: inline-block;
    line-height: 1.05;
    padding: .12rem .25rem;
    border-radius: 1.15rem;
    font-size: .48rem;
}

.article_top {
    width: 100%;
    overflow: auto;
}

.article_top>div {
    width: auto;
    display: flex;
    align-items: center;
}

.article_top a {
    width: max-content;
    display: block;
    padding: .1rem 0.35rem;
    font-size: .55rem;
    line-height: 1.5;
    margin: 0rem .35rem;
}

.article_top .article_top_pick {
    /* border-radius: 1rem; */
    /* border: 1px solid var(--pink); */
    color: var(--pink);
    position: relative;

}

.article_top .article_top_pick::before {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: .12rem;
    background: var(--pink);
    content: "";
}

/*首页商学院*/

.school_body {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding: .5rem;
    border-radius: .335rem;
    display: flex;
    flex-wrap: wrap;
}

.school_body .school_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 .335rem 0;
    border-bottom: .02rem solid #dedede80;
    padding-bottom: .335rem;
}

.school_body .school_box:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.school_box .school_left {
    width: 60%;
}

.school_box .school_left h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-size: .62rem;
    line-height: .875rem;
    height: 1.75rem;
    width: 100%;
    margin: 0 0 .235rem 0;
}

.school_box .school_left p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    margin: .225rem 0;
}

.school_box .school_right {
    width: 37%;
    height: 4rem;
    display: block;
    border-radius: .335rem;
    overflow: hidden;
}

.school_box .school_right img {
    width: 100%;
    height: 100%;
    border-radius: .335rem;
    overflow: hidden;
    object-fit: cover;
}

/*素材中心*/

.share_box {
    width: 95%;
    margin: 0 auto .435rem;
    display: flex;
    flex-wrap: wrap;
}

.share_list {
    width: 100%;
    background: #fff;
    padding: .5rem .5rem 0;
    border-radius: .335rem;
    display: flex;
    flex-direction: column;
    margin: .335rem auto 0;
}

.share_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .535rem;
}

.share_top .share_pic {

    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .235rem;
}

.share_top .share_pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.share_cont {
    display: flex;
    flex-direction: column;
    width: calc(100% - 2rem);
}

.share_cont h1 {
    font-size: .62rem;
    color: #333;
}

.share_cont span {
    color: #999;
}

.share_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.share_body_content {
    color: #333;
    margin: 0 auto .455rem;
}

.share_body_img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.share_body_img li {
    width: 32%;
    height: 4.54rem;
    margin-top: .335rem;
    list-style: none;
}

.share_body_img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .335rem;
    overflow: hidden;
}

.share_body_img li:not(:nth-child(3n)) {
    margin-right: 2%;
}

/*一张图*/
.share_body_img li:nth-last-child(1):first-child {
    width: 6rem;
    height: 6rem;
    margin-top: 0;
}



.share_body_img li:nth-last-child(4):first-child~li:nth-child(2n) {
    margin-right: 32%;
}

.share_body_img li:nth-last-child(4):first-child,
.share_body_img li:nth-last-child(4):first-child~li {
    width: 32%;
    margin-right: 2%;
}


.share_bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 2rem;
    border-top: .02rem solid #dedede80;
    margin-top: .455rem;
}

.share_bar>div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.share_bar>div i {
    font-size: .66rem;
    margin-right: .325rem
}


.activity_list {
    background: #fff;
    border-radius: 0.335rem;
    padding: 0.335rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48.5%;
}

.activity_name {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 63%;
}

.activity_name h2 {
    font-size: .62rem;
    line-height: .758rem;
    height: 1.516rem;
    text-overflow: -o-ellipsis-;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0.235rem 0.335rem 0;
    white-space: normal;
}

.activity_name span {
    border-radius: 1rem;
    font-size: .42rem;
    background: linear-gradient(45deg, #f3d4c1, #c8926f);
    margin-right: auto;
    padding: 0 0.125rem;
    color: #fff;
}

.activity_pic {
    width: 2.85rem;
    height: 2.85rem;
    position: relative;
    z-index: 1;
    border-radius: 0.335rem;
    overflow: hidden;
}

.activity_pic img {
    width: 100%;
    height: 100%;
    display: block;
}








.goods a {
    width: 95%;
    margin: 0.35rem auto;
    /* background-image: url('../img/goods_bg.png'); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: .5rem;
}

.goods a img {
    border-radius: .35rem;
    display: block;
    width: 100%;
}

.goods .goods_cen {
    width: 100%;
    position: relative;
    margin: 0 auto 0;
    /* background: #fff; */
    border-radius: 0.35rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    border: 5px solid #f8f8f8;
}

.goods .goods_cen>h2 {
    text-align: center;
    padding: 0 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.goods .goods_cen>div {
    display: flex;
    padding: 0.1rem 0.35rem .135rem;
    flex-direction: column;
    align-items: center;
}

.goods .goods_cen>div>h3 {
    font-size: .59rem;
    line-height: 1rem;
    height: 1rem;
    text-overflow: -o-ellipsis-;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
    font-weight: normal;
}

.goods_price {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.335rem auto 0;
    height: 1.8rem;
    width: 10rem;
    background-image: url('../img/ssssy.jpg');
    background-size: 100%;
    background-repeat: no-repeat;

}

.goods_pricee {
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.335rem auto 0;
    height: 1.8rem;
    width: 10rem;
    /* background-image: url(../img/ssssy.jpg); */
    background-size: 100%;
    background-repeat: no-repeat;

}

.cart_list_top {
    margin-left: .353rem;
}

.goods_price div {
    padding: 0 0.335rem;
    height: 100%;
    width: 50%;
    color: #fff;
    line-height: 1.8rem;
    text-align: center;
}

.goods_price>h3 {
    font-size: .79rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
    text-align: center;
    color: #A51117;
}

.goods_price>h3 i {
    font-size: .52rem;
}

.ban_dan {
    width: 95%;
    margin: 0 auto;
    background: #ececec;
    background-size: 100%;
    padding: .5rem .35rem;
    overflow: auto;
    border-radius: .35rem;
}

.ban_dan>div {
    width: 100%;
    overflow: auto;
}

.ban_dan>div::-webkit-scrollbar {
    display: none;
}

.ban_dan .index_goods_list {
    display: flex;
    align-items: center;
    width: max-content;
}

.ban_dan .index_goods_list a {
    width: 4.5rem;
    margin-right: .4rem;
    text-align: center;
    display: block;
}

.ban_dan .index_goods_list a div {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: .35rem;
    background: #fff;
}

.ban_dan .index_goods_list a div img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}

.ban_dan .index_goods_list a p {
    color: #232423;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 0 .25rem;
    line-height: 2;
}

.ban_dan .index_goods_list a i {
    width: 3.5rem;
    text-align: center;
    background: #222;
    color: #fff;
    margin: 0 auto;
    border-radius: 1rem;
    line-height: 2;
    font-size: .49rem;
    padding: 0 .25rem;
    display: block;
}

.choujiang {
    width: 95%;
    margin: 1.5rem auto .35rem;
}

.choujiang .choujiang_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.choujiang .choujiang_title p {
    width: 50%;
    border-radius: .35rem .35rem 0 0;
    background: linear-gradient(to right, #f9f9f9, #d0d4d7);
    padding-bottom: .35rem;
    line-height: 1.5rem;
    text-align: center;
}

.choujiang .choujiang_title a {
    width: 49.5%;
    line-height: 1.25rem;
    background: linear-gradient(to right, #f9f9f9, #d0d4d7);
    padding-bottom: .35rem;
    text-align: center;
    border-radius: 0 .35rem 0 0;
}

.choujiang .choujiang_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    position: relative;
    margin-top: -.35rem;
    border-radius: .35rem;
    background: linear-gradient(to right top, #d0d4d7, #ffffff, #d0d4d7);
    border: 0.05rem solid #fff;
}

.choujiang .choujiang_cen>div {
    width: 8rem;
    text-align: center;
}

.choujiang .choujiang_cen>div div {
    font-size: 1rem;
}

.choujiang .choujiang_cen i {
    background: #232423;
    color: #fff;
    font-size: .49rem;
    border-radius: 1rem;
    width: max-content;
    line-height: 1rem;
    display: block;
    margin: 0 auto;
    padding: 0 .5rem;
}

.choujiang .choujiang_cen img {
    width: 5rem;
}


.zp ul {
    display: flex;
    justify-content: space-around;
}

.zp ul li img {
    width: .65rem;
    margin-right: 0.1rem;
}

.zp ul li {
    display: flex;
    align-items: center;
    color: #C1A753;
    font-size: .6rem;
}

.zp {
    margin: .353rem;
}

.gwzq01 {
    position: relative;
    width: 95%;
    margin: .453rem auto;
}

.gwzq02 img {
    width: 100%;
}

.gwzq04 {
    background-color: #FDD66C;
    border-radius: .353rem;
    text-align: center;
    color: #E6120E;
    font-size: .6rem;
}

.gwzq05 {
    background-color: #fff;
    border-radius: .353rem;
}

.gwzq03 {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    position: absolute;
    top: 42%;
    left: 3.5%;
    overflow-x: auto;
}

.gwzq04 {
    background-color: #FDD66C;
    border-radius: .353rem;
    text-align: center;
    color: #E6120E;
    font-size: .6rem;
    width: 23%;
}

.gwzq05 {
    background-color: #fff;
    border-radius: .353rem;
}

.lioa1 {
    /* display: flex; */
    width: 95%;
    margin: 0 auto;
    /* justify-content: space-between; */
}

/* .lioa2 {
	width: 49%;
  }
  .lioa2 img{
	width: 100%;
  } */
.lioa4 {
    border: 1px solid #fff;
    width: 49%;
    padding: .353rem;
    border-radius: .353rem;
    background-image: linear-gradient(to bottom, #FEE5E8, #fff, #fff);
}

.lioa3 {
    display: flex;
    justify-content: space-between;
}

.tjxh {
    background-image: linear-gradient(to right, #99D974, #23CB45);
    color: #fff;
    border-radius: 1rem 1rem 1rem 0rem;
    padding: .01rem .2rem;
    font-size: .52rem;
    margin-left: .253rem;
    margin-top: .153rem;
}

.tjxh0 {
    background-image: linear-gradient(to right, #FF6F44, #F31D1C);
    color: #fff;
    border-radius: 1rem 1rem 1rem 0rem;
    padding: .01rem .2rem;
    font-size: .52rem;
    margin-left: .253rem;
    margin-top: .153rem;
}

.lioa04 {
    border: 1px solid #fff;
    width: 49%;
    padding: .353rem;
    border-radius: .353rem;
    background-image: linear-gradient(to bottom, #FFEEE3, #fff, #fff);
}

.lioa5 {
    width: 2.5rem;
}

.lioa5 img {
    /* width: 100%; */
    width: 2.5rem;
    height: 2.5rem;
    /* width: 2rem; */
    /* border-radius: 0.335rem 0.335rem; */
    overflow: hidden;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.lioa7 {
    display: flex;
    overflow-x: scroll;
    margin-top: .353rem;

}

.lioa7::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.lioa6 {
    color: #FE3838;
    font-size: .6rem;
    text-align: center;
    font-weight: 700;
}

.span010 {
    display: flex;
    justify-content: center;
    line-height: .7rem;
    font-size: .5rem;
    color: #C8C8C8;
    text-decoration: line-through;
}

.qwe {
    /* background-image: -webkit-linear-gradient(left, #FF672F, #FF2935);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    color: #F94742;
    font-size: .55rem;
}

.qwe1 {
    font-size: .55rem;
    color: #32CF50;
}

.jshu p i {
    background: #EE5264;
    color: #fff;
    padding: 0 .1rem;
    font-size: .55rem;
    margin-right: .1rem;
    margin-left: .1rem;
    border-radius: .2rem;
}

.jshu p {
    color: #EE5264;
}

.jainji {
    color: #CDB37D;
    font-size: .55rem;
}

.footer_nav>ul .pick33:before {
    content: "";
    width: 0.682rem;
    height: 0.682rem;
    background-image: linear-gradient(135deg, #FFC7AB, transparent);
    position: absolute;
    left: 48%;
    top: 14%;
    border-radius: 50%;
    z-index: -1;
    display: block;
}

.sqww {
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border-radius: .353rem;
    margin-top: .53rem;
    margin-bottom: .53rem;
    padding: .53rem;
}

.hycx01 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.hycx01 h3 {
    font-size: .82rem;
}

.hycx03 {
    font-size: .55rem;
    color: #333;
}

.spol a {
    width: 95%;
    margin: 0.35rem auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: .5rem;
}

.spol01 img {
    border-radius: .35rem;
    display: block;
    width: 100%;
}

.spol02 {
    /* background-color: #F5E2DC; */
    background-image: linear-gradient(to bottom, #FF6745, #FF302E);
    border-radius: .353rem;
    margin-top: .353rem;
    padding: .353rem;
}

.spol010 {
    background-color: #fff;
    border-radius: .353rem;
    padding: .653rem .353rem;
    display: flex;
    justify-content: space-between;
}

.spol05 {
    display: flex;
    color: #AE1D2C;
    justify-content: space-around;
}

.spol08 {
    /* background-color: #AE1D2C; */
    background-image: linear-gradient(to right, #FF6745, #FF302E);
    color: #fff;
    border-radius: 1.353rem;
    text-align: center;
    font-size: .55rem;
}

.spol03 h3 {
    font-family: none;
    font-weight: 400;
    font-size: .82rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spol03 span {
    color: #535353;
    font-size: .6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spol06 {
    width: 2rem;
    font-size: .5rem;
}

.spol07 {
    font-family: none;
    font-weight: 400;
    font-size: .92rem;
}

.spol03 {
    width: 50%;
}

.bigtext {
    position: relative;
    text-align: center;
    padding: .5rem 0;
    color: black;
    margin: .5rem 0;
    display: block;
}

.bigtext>div {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.bigtext>div p {
    -webkit-text-stroke: 0.02rem black;
    -webkit-text-fill-color: transparent;
    font-size: .59rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #666; */
}

.jirhy {
    background-color: #9d0f15;
    border-radius: .353rem;
    padding: .353rem;
    width: 95%;
    margin: 0 auto;
}

.jirhy01 {
    position: relative;
}

.jirhy02 {
    width: 100%;
    margin: 0 auto;
}

.jirhy02 img {
    width: 100%;
}

.jirhy03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: .5rem;
    left: 5%;
    width: 87%;
}

.jirhy04 h3 {
    color: #C74334;
    font-size: .92rem;
}

.jirhy05 h3 {
    font-size: .68rem;
}

.jirhy05 span {
    color: #767676;
    font-size: .55rem;
}

.jirhy06 span {
    background-color: #000;
    color: #fff;
    border-radius: 2rem;
    padding: .1rem .4rem;
    font-size: .55rem;
}

.jirhy07 {
    position: absolute;
    top: 4.2rem;
    left: 24%;
    color: #fff;
    font-size: .72rem;
}

/* .jirhy08 {
    background: linear-gradient(to right, #faebd2, #fef0db, #feefd9, #fcedd6);
    text-align: center;
    padding: .353rem;
    margin: .253rem;
    border-radius: .353rem;
} */

/* .pintu {
    background-color: #D3EEFF;
    border-radius: 1.353rem;
    padding: .1rem 0rem .1rem .4rem;
    width: 82%;
} */
/* .pintu span {
    background-color: #45AEEF;
    color: #fff;
    border-radius: 1.353rem;
    padding: .2rem .4rem;
    margin-left: .353rem;
}

.jirhy09 {
    color: #000;
    font-size: .88rem;
}

.pintu {
    background: linear-gradient(to right, #FFE6AA, #FFCF71);
    border-radius: 1.353rem;
    padding: .1rem 0rem .1rem .4rem;
    width: max-content;
    margin: .3rem auto;
    font-size: .5rem;
}

.pintu span {
    background-color: #fff;
    color: #000;
    border-radius: 1.353rem;
    padding: 0.2rem 0.4rem;
    margin-left: .353rem;
} */

.qb01 {
    display: flex;
    margin: .353rem auto;
    justify-content: space-between;
    width: 95%;
}

.qb02 {
    position: relative;
}

.qb03 img {
    width: 100%;
}

.qb03 {
    width: 4.3rem;
}

.qb02 span {
    background-color: #000;
    color: #fff;
    border-radius: 2rem;
    padding: 0rem .4rem;
    font-size: .55rem;
    position: absolute;
    top: 72%;
    left: 16%;
}

.bigtext div h1 {
    color: #9C0F14;
}
.jirhy08 {
    /* background: linear-gradient(to right, #0C4085, #3A62A5, #3A62A5, #0C4085); */
    text-align: center;
    padding: .353rem;
    margin: .253rem;
    border-radius: .353rem;
    background-image: url('../img/weil.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 4rem;
}
.jirh {
    position: relative;
    right: 0rem;
    top: .5rem;
    /* text-align: right; */
    float: right;
}
.jirhy09 {
    color: #000;
    font-size: .78rem;
    font-weight: 700;
}
.pintu {
    background: linear-gradient(to right, #FFE6AA, #FFCF71);
    border-radius: 1.353rem;
    padding: .1rem 0rem .1rem .4rem;
    width: 100%;
    margin: .3rem auto;
    font-size: .5rem;
}
.pintu span {
    background-color: #fff;
    color: #000;
    border-radius: 1.353rem;
    padding: 0.2rem 0.4rem;
    margin-left: .353rem;
}