* {
    margin: 0;
    padding: 0;
}

.e_commerce_information {
    background: #F5F5F5;
    padding-bottom: 80px;
}

.e_commerce_information img {
    user-select: none;
    -webkit-user-drag: none;
}

.e_commerce_information_banner {
    width: 100%;
    height: 360px;
    background: #0A6AFA;

    margin-bottom: 40px;
}
.e_commerce_information_banner_content {
    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 100%;
}
.e_commerce_information_banner_content > div {}
.e_commerce_information_banner_content > div > div {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;

    margin-bottom: 24px;
}
.e_commerce_information_banner_content > div > p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.e_commerce_information_banner_content > img {}

.e_commerce_information_bottom {}
.e_commerce_information_bottom_content {
    display: flex;
    justify-content: space-between;
}

.e_commerce_information_bottom_content_left {
    width: 860px;
}
.e_c_i_b_c_l_list > ul {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background-color: #fff;

    display: flex;
    align-items: center;
}
.e_c_i_b_c_l_list > ul > li {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 18px;

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

    cursor: pointer;

    padding: 0 48px 0 24px;
}
.e_c_i_b_c_l_list > ul > li::after {
    content: " ";
    width: 100%;
    height: 3px;
    background: transparent;

    display: block;
    margin-top: 21px;
}
.e_c_i_b_c_l_list > ul > li.active {
    color: #F06A1D;
}
.e_c_i_b_c_l_list > ul > li.active::after {
    background: #F06A1D;
}

.e_commerce_information_bottom_content_left_list {
    background-color: #fff;
}
.e_commerce_information_bottom_content_left_list_item {
    flex-direction: column;
}
.e_commerce_information_bottom_content_left_list_item > ul {
    width: 100%;
    padding: 24px;
}
.e_commerce_information_bottom_content_left_list_item > ul > li {
    display: flex;
    align-items: center;
}
.e_commerce_information_bottom_content_left_list_item > ul > li:not(:last-child) {
    margin-bottom: 24px;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > img {
    margin-right: 16px;
    object-fit: cover;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div {
    width: calc(100% - 192px - 16px);
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;

    display: block;
    margin-bottom: 12px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > a:hover {
    color: #F06A1D;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 22px;

    margin-bottom: 24px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > div {
    display: flex;
    align-items: center;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 14px;

    margin-right: 24px;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > div > div {
    display: flex;
    align-items: center;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > div > div > img {
    margin-right: 4px;
}
.e_commerce_information_bottom_content_left_list_item > ul > li > div > div > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 14px;
}
.e_c_i_b_c_l_list_pagination {
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.06);
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.e_c_i_b_c_l_list_pagination ul {
    display: flex;
}
.e_c_i_b_c_l_list_pagination ul > li {}
.e_c_i_b_c_l_list_pagination ul > li > a {
    font-weight: 400;
    color: rgba(0,0,0,0.65);

    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);

    cursor: pointer;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.e_c_i_b_c_l_list_pagination ul > li:not(:last-child) {
    margin-right: 8px;
}
.e_c_i_b_c_l_list_pagination ul > li.active > a {
    color: #fff;
    background-color: #F06A1D;
    border-color: #F06A1D;
}
.e_c_i_b_c_l_list_pagination ul > li.disabled > a {
    cursor: not-allowed;
}
.e_c_i_b_c_l_list_pagination_prev > a, .e_c_i_b_c_l_list_pagination_next > a {
    height: 100%;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.e_c_i_b_c_l_list_pagination_prev > a {
    background-image: url("http://www.wanmi.com/attachment/20230608/e117e6985a384759bc41b10b7253eb0e.png");
}
.e_c_i_b_c_l_list_pagination_prev.disabled > a {
    background-image: url("http://www.wanmi.com/attachment/20230608/2ade6287033546b0a416d1ff04a95f0a.png");
}
.e_c_i_b_c_l_list_pagination_next > a {
    background-image: url("http://www.wanmi.com/attachment/20230608/92a8d701a6ba4442b10ae68c1c6ac2f1.png");
}
.e_c_i_b_c_l_list_pagination_next.disabled > a {
    background-image: url("http://www.wanmi.com/attachment/20230608/9887f3cba40245bba03f8172d83705d5.png");
}

.e_commerce_information_bottom_content_right {
    width: 320px;
}

.e_commerce_information_bottom_content_right_list {}
.e_commerce_information_bottom_content_right_list_item {
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    margin-bottom: 20px;
}
.e_commerce_information_bottom_content_right_list_item > div {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;

    margin-bottom: 24px;
}
.e_commerce_information_bottom_content_right_list_item > ul {}
.e_commerce_information_bottom_content_right_list_item > ul > li {}
.e_commerce_information_bottom_content_right_list_item > ul > li {
    display: flex;
    align-items: center;
}
.e_commerce_information_bottom_content_right_list_item > ul > li:not(:last-child) {
    margin-bottom: 16px;
}
.e_commerce_information_bottom_content_right_list_item > ul > li > div {
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    border-radius: 2px;

    font-size: 14px;
    font-weight: 400;
    color: #666666;

    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.e_commerce_information_bottom_content_right_list_item > ul > li > div.active {
    color: #FFFFFF;
    background: #F06A1D;
}
.e_commerce_information_bottom_content_right_list_item > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;

    flex: 1;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.e_commerce_information_bottom_content_right_list_item > ul > li > a:hover {
    color: #F06A1D;
}

.e_commerce_information_bottom_content_right_qrcode {
    width: 100%;
    height: 320px;
    background: linear-gradient(360deg, #F06A1D 0%, #F06A1D 100%);
}
.e_commerce_information_bottom_content_right_qrcode > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: url("http://www.wanmi.com/attachment/20230601/e5ec23182b4542b9965f9e850210332e.png") no-repeat;
    background-position: 42% 38px;
}
.e_commerce_information_bottom_content_right_qrcode > div > div {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 20px;
}
.e_commerce_information_bottom_content_right_qrcode > div > img {
    margin-bottom: 20px;
}
.e_commerce_information_bottom_content_right_qrcode > div > ul {}
.e_commerce_information_bottom_content_right_qrcode > div > ul > li {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
}

.e_c_i_b_c_l_details {}
.e_c_i_b_c_l_details > ul {
    height: 67px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,0.06);

    display: flex;
    align-items: center;
    padding: 0 24px;
}
.e_c_i_b_c_l_details > ul > li {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(0,0,0,0.8);
    cursor: text;
}
.e_c_i_b_c_l_details > ul > li > a {
    color: inherit;
}
.e_c_i_b_c_l_details > ul > li > a:hover {
    color: #F06A1D;
}
.e_c_i_b_c_l_details > ul > li:last-child {
    color: #999999;
}
.e_c_i_b_c_l_details > ul > li:not(:first-child)::before {
    content: ">";
    display: inline-block;
    padding: 0 4px;
}

.e_c_i_b_c_l_details_content {
    padding: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;

    height: calc(100% - 67px);
    background-color: #fff;
}
.e_c_i_b_c_l_details_content > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-align: center;

    margin-bottom: 21px;
}
.e_c_i_b_c_l_details_content > ul {
    display: flex;
    align-items: center;
}
.e_c_i_b_c_l_details_content > ul > li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 14px;

    display: flex;
    align-items: center;
}
.e_c_i_b_c_l_details_content > ul > li:not(:last-child) {
    margin-right: 60px;
}
.e_c_i_b_c_l_details_content > ul > li > img {
    margin-right: 4px;
}
.e_c_i_b_c_l_details_content > div {
    margin-top: 40px;

    width: 100%;
    height: 100%;
}
.e_c_i_b_c_l_details_content > div em {
    font-style: italic;
}
.e_c_i_b_c_l_details_content > div strong {
    font-weight: bold;
}
