body {
    /* background: #3d3d3d; */
    background: url(../assets/bg222.png) repeat;
    padding-bottom: 2.5rem;
    font-family: "Helvetica";
}

.head {
    width: 100%;
    height: 50px;
    background: #262626;
    border-bottom: 1px solid rgba(24, 24, 24, 1);
    -webkit-box-shadow: 0 2px 8px 2px #262626;
    position: relative;
    z-index: 999999;
}


.hl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar>li>a {
    font-size: .875rem;
    color: #d6d6d6;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
}

.navbar>li:hover>a {
    color: #cc4b2e
}

.logo {
    margin-right: 40px;
}

.logo>img {
    margin-top: 6px;
    width: auto;
    height: 28px;
}

.navbar>li {
    margin-right: 40px;
    position: relative;
}

.navbar>li.navbar_activation>a {
    color: #fff;
    position: relative;
}

.navbar>li.navbar_activation>a::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #fff;
}

.navbar>li:hover .secondList {
    display: block;
}

.secondList {
    width: 160px;
    padding: 0.3rem 0 0.3rem 0;
    background: rgba(240, 240, 240, 1);
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 10px -3px #bcbcbc;
    box-shadow: 2px 3px 10px -3px #bcbcbc;
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 9;
    display: none;
}

.secondList::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    top: -12px;
    left: 25px;
}

.secondList a {
    width: 100%;
    padding-left: 20px;
    font-size: .875rem;
    color: #333333;
    line-height: 28px;
}

.secondList li:not(:last-child) a {
//    padding-bottom: 11px;
}

.navbar {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.second_head {
    max-width: 100%;
    height: 50px;
    border-color: transparent;
    background: #333;
    display: absolute;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.second_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.second_navbar>li>a {
    font-size: .875rem;
    color: #d6d6d6;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.second_navbar>li:hover>a {
    color: #cc4b2e;
}

.second_navbar>li {
    min-width: 100px;
    text-align: center;
    position: relative;
}

.second_navbar_item {
    text-decoration: none;   
    color: #8B8E93;   
    display: block;   
}

.second_navbar_item:hover {
    background: #444;
} 

.second_navbar_item.is_active {
    color: #cc4b2e;
    background: rgba(60, 60, 60, 1);
}

.formBox button {
    width: 60px;
    overflow: hidden;
    background: transparent;
}

.formBox button img {
    -webkit-filter: drop-shadow(-45px 0 0 #cc4b2e);
    filter: drop-shadow(-45px 0 0 #cc4b2e);
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px);
    -o-transform: translateX(45px);
    transform: translateX(45px);
}

.formBox {
    width: 330px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px #eaeaea;
    box-shadow: 0 0 4px #eaeaea;
    position: absolute;
    bottom: -65px;
    right: -40px;
    z-index: 99;
}

.formBox::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -20px;
    right: 35px;
}

.Language,
.searchBox {
    position: relative;
}

.searchBox {
    margin-right: 20px;
}

.formBox form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.formBox input {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 100%;
    padding-left: 15px;
    border-radius: 5px;
}

.formBox input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input:-moz-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input::-moz-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input:-ms-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input::-ms-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input::placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.formBox input:focus {
    -webkit-box-shadow: 0 0 5px 1px #cc4b2e;
    box-shadow: 0 0 5px 1px #cc4b2e;
}

.formBox,
.Language>div:nth-of-type(2) {
    display: none;
}

.langIcon,
.searchBtn {
    cursor: pointer;
}

.Language>div:nth-of-type(2) {
    padding: 0.3rem 0 0.3rem 0;
    background: rgba(240, 240, 240, 1);
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 10px -3px #bcbcbc;
    box-shadow: 2px 3px 10px -3px #bcbcbc;
    position: absolute;
    left: -43px;
    top: 35px;
    z-index: 99;
}

.Language>div:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -16px;
    right: 35px;
}

.hr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.Language a {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .875rem;
    color: #333333;
    line-height: 28px;
    word-break: keep-all;
}

.Language a:hover {
    color: #fff;
    background: rgba(256, 90, 93, 1);
}

.Language ul li:nth-child(1) {
//    padding-bottom: 11px;
}

.footer_logo p {
    font-size: .875rem;
    color: #888888;
    line-height: 24px;
}

.footer {
    padding: 2.5rem 2.5rem 1.5rem;
    /* background: #262626; */
    background: url(../assets/bg111.png) no-repeat center/cover;
    -webkit-box-shadow: 0 4px 8px 4px #262626;
    box-shadow: 0 4px 4px 4px #262626;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft>div {
    width: 40%;
}

.ft>div:nth-of-type(1) {
    width: 30%;
}

.ft>div:nth-of-type(2) {
    width: 15%;
}

.footer_logo>img {
    width: 64px;
    padding-bottom: 0.5rem;
}

.footer_cont>p,
.footer_list>p {
    padding-bottom: 1.875rem;
}

.footer_cont>p,
.footer_list>p {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.footer_list li {
    width: 48%;
    display: inline-block;
    line-height: 30px;
}

.footer_cont span,
.footer_list a {
    font-size: .875rem;
    color: #888888;
}

.secondList li:hover a,
.footer_list li:hover a,
.fla a {
    color: #cc4b2e;
}

.secondList li:hover a {
    color: #fff;
    background: rgba(256, 90, 93, 1);
}

.footer_cont span:nth-of-type(1) {
    white-space: nowrap;
}

.footer_cont span {
    display: inline-block;
    line-height: 30px;
}

.footer_cont li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.fb_link p a,
.fb_link p {
    font-size: .875rem;
    color: #fff;
}

.fb_link p {
    opacity: .7;
}

.fb_link p:hover a {
    text-decoration: underline;
}

.footKong {
    width: 100%;
    height: 20px;
    background: transparent;
}

.fb_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fb_link li {
    display: inline-block;
    position: relative;
}

.fb_link li:not(:last-child) {
    margin-right: 10px;
}

.fb_link li:hover .wxcode {
    display: block;
}

.wxcode {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    bottom: 30px;
    left: -30px;
    display: none;
}

.wxcode::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.main>.wrap {
    -webkit-box-shadow: 0 10px 10px 4px #262626;
    box-shadow: 0 10px 10px 4px #262626;
    height: max-content;
}

.index_main {
    background: #fff;
    padding-top: 0.0rem;
    -webkit-box-shadow: 0 12px 8px 4px #262626;
    box-shadow: 0 12px 8px 4px #262626;
}

.qa_main,
.cont_main,
.buy_main,
.plMain,
.spMain,
.dlMain,
.lwMain {
    -webkit-box-shadow: 0 12px 8px 4px #262626;
    box-shadow: 0 12px 8px 4px #262626;
    background: #fff;
}

.plMain,
.spMain,
.lwMain,
.dlMain,
.qa_main,
.buy_main {
    min-height: 650px;
}

.im_first {
    padding: 0 4.5rem 3.0rem 4.5rem;
    background: #f0f0f0;
}

.imf_pic img {
    width: auto;
    height: 100%;
    margin: 1.5rem 0.0rem;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 10px 3px rgba(0, 0, 0, .3), 0 0px 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0px 10px 3px rgba(0, 0, 0, .3), 0 0px 3px 3px rgba(0, 0, 0, .3);
}

.imf_pic {
    height: 180px;
    padding: 4.5 4.5rem;
    float: left;
}

.imf_font {
    width: 100%;
    margin-top: 2rem;
    margin-left: 2rem;
    text-align: left;
}

.imf_font p:not(:nth-of-type(1)) {
    text-align: justify;
}

.imf_font p:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ee1e1e;
}

.imf_font p:nth-of-type(2) {
    font-size: .875rem;
    color: #1e1e1e;
    line-height: 30px;
    padding-top: 1.25rem;
}

.im_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-left {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px;
    border-style: solid;
    border-color: red;
    border-width: 2px 0 0 2px;
    opacity: 0.5;
}

.top-right {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 6px;
    border-style: solid;
    border-color: red;
    border-width: 2px 2px 0 0;
    opacity: 0.5;
}

.bottom-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 6px;
    border-style: solid;
    border-color: red;
    border-width: 0 0 2px 2px;
    opacity: 0.5;
}

.bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    border-style: solid;
    border-color: red;
    border-width: 0 2px 2px 0;
    opacity: 0.5;
}

.im_product {
//    margin-top: 2.5rem;
}

.im_works a,
.im_product a {
    width: auto;
    height: auto;
}

.im_works a>img,
.im_product a>img {
//    border: 1px solid rgba(224, 224, 224, 0.7);
    width: auto;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.im_product_wrapper {
    margin-top: 2.5rem;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    height: 200px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common_label {
    position: relative;
    width: 100%;
    height: 35px;
    background: #ee393c;
//    background: rgba(222, 87, 90, 1);
//    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-style: solid;
    border-color: #ee393c;
    border-width: 1px 1px 1px 1px;
}

.common_label_wrapper {
    position: relative;
    float: left;
    width: 360px;
    background: rgba(248, 248, 248, 1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-style: solid;
    border-color: #ee393c;
    border-width: 1px 1px 1px 1px;
}

.swiper_side {
    position: relative;
    width: 300px;
    height: 200px;
    background: #eee;
//    background: rgba(248, 248, 248, 1);
//    border-top-left-radius: 6px;
//    border-top-right-radius: 6px;

//    -webkit-box-shadow: 0 0px 6px 1px rgba(0, 0, 0, .3), 0 0px 3px 1px rgba(0, 0, 0, .3);
//    box-shadow: 0 0px 6px 1px rgba(0, 0, 0, .2), 0 0px 3px 1px rgba(0, 0, 0, .2);

//    border-style: solid;
//    border-color: #ee393c;
//    border-color: #d00;
//    border-width: 1px 1px 1px 1px;
}

.swiper_down {
    position: relative;
//    width: 100%;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin-left: 6%;
    margin-right: 6%;
    background: #eee;
}

.swiper_side p,
.swiper_down p {
    font-size: .875rem;
    color: #1e1e1e;
    line-height: 25px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: justify;
}

.swiper-container {
    padding-bottom: 2rem;
//    margin-left: 0.5rem;
//    margin-right: 0.5rem;
    z-index: 0;
}

.index_main .swiper-container {
    width: 100%;
    height: 200px;
}

.im_works .swiper-slide img,
.im_product .swiper-slide img {
//    border-radius: 8px;
//    -webkit-box-shadow: 0 0px 10px 3px rgba(0, 0, 0, .3), 0 0px 3px 3px rgba(0, 0, 0, .3);
//    box-shadow: 0 0px 10px 3px rgba(0, 0, 0, .3), 0 0px 3px 3px rgba(0, 0, 0, .3);
//    margin-top: 10px;
//    margin-bottom: 10px;
}

.swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
}

.im_works .swiper-slide p,
.im_product .swiper-slide p {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #cc4b2e;
    border-radius: 5px;
    margin: 0 auto 5.625rem;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}

.im_product .swiper-slide span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 0.5rem;
    color: #e55;
    font-weight: bold;
    text-align: center;
}

.im_last p {
    width: 100%;
    font-size: .875rem;
    font-style: italic;
    color: #ee0000;
    line-height: 25px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
}

.im_works .link_button {
    text-align: center;
}

.im_works .link_button a {
    width: 160px;
    height: 50px;
    margin-top: 1rem;
    text-align: center;
}

.im_works .link_button p {
    text-align: center;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #cc4b2e;
    border-radius: 5px;
    margin: 0 auto 5.625rem;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}

.link_button_b {
    text-align: center;
}

.link_button_b a {
    width: 150px;
    height: 50px;
    margin-top: 1rem;
    text-align: center;
}

.link_button_b a p {
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0.2rem auto 5.625rem;
    font-size: 0.875rem;
    color: #fff;
}

.link_button_b a {
    background: transparent url("/data/upload/image/ui/uielement.png") -195px 0 no-repeat;
    background-size: auto 550px;
}

.link_button_b a:hover {
    background: transparent url("/data/upload/image/ui/uielement.png") -195px -75px no-repeat;
    background-size: auto 550px;
}

.index_main .swiper-button-prev:hover,
.index_main .swiper-button-next:hover {
    background: #393939;
}

.index_main .swiper-button-prev,
.index_main .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    border-radius: 50%;
}

.index_main .swiper-button-prev::after,
.index_main .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.index_main .swiper-button-prev {
    left: 45px;
}

.index_main .swiper-button-next {
    right: 45px;
}

.iB_position a:nth-of-type(1) {
    color: #cc4b2e;
}

.iB_position,
.iB_position a {
    font-size: .875rem;
    color: #aaa;
    text-transform: capitalize;
}

.iB_position {
    height: 50px;
    border-color: transparent;
    margin-left: 1rem;
    margin-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy_main {
    text-align:center;
}

.bm_shop {
    width: max-content;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.bm_shop_a {
    width: 100%;
    background: #eee;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bm_shop_b {
    width: 100%;
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.st_pic_flo,
.st_pic_tecnosky,
.st_pic_starfield,
.st_pic_dcs,
.st_pic {
    width: auto;
    height: auto;
    background: #fff;
//    border-radius: 10px;
//    -webkit-box-shadow: 3px 3px 7px -2px #ebebeb;
//    box-shadow: 3px 3px 7px -2px #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st_pic img {
    width: 140px;
    height: 140px;
}

.st_pic_flo img {
    width: 140px;
    height: 76px;
}

.st_pic_tecnosky img {
    width: 140px;
    height: 37px;
}

.st_pic_starfield img {
    width: 140px;
    height: 26px;
}

.st_pic_dcs img {
    width: 140px;
    height: 76px;
}

.st_pic_ganymedes img {
    width: 140px;
    height: 36px;
}

.st_pic_pierro_astro img {
    width: 160px;
    height: 84px;
}

.st_pic_astronomyplus img {
    width: 150px;
    height: 75px;
}

.st_pic_nick img {
    width: 170px;
    height: 60px;
}

.st_pic_proxisky img {
    width: 160px;
    height: 64px;
}

.st_pic_astroworld img {
    width: 161px;
    height: 240px;
}

.bm_shop_t {
    width: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.75rem;
    padding-bottom: 1.8125rem;
}

.st_font>p:first-child {
    font-weight: bold;
    font-size: 1.5rem;
    color: #e02020;
    margin-bottom: 1.25rem;
}

.st_font>p:not(:first-child) {
    font-size: 0.875rem;
    color: #303030;
    line-height: 22px;
}

.st_font>a p {
    font-size: 0.875rem;
    color: #303030;
    line-height: 22px;
}

/*
.st_font a {
    width: 110px;
    height: 35px;
    line-height: 35px;
    background: #cc4b2e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
}
*/

.st_font {
    padding-left: 3.125rem;
}

.bm_shop>p {
    font-size: .875rem;
    color: #202020;
    line-height: 30px;
    text-align: center;
}

.bm_shop>p:last-of-type {
    padding-bottom: 9.1667rem;
}

.qaBoxLeft {
    width: 200px;
    height: 390px;
    margin-bottom: 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px #888;
    box-shadow: 0px 0px 10px 0px #888;
    overflow-y: auto;
}

.qaBoxLeft p,
.qaBoxLeft li {
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding-left: 2.5rem;
}

.qaBoxLeft a,
.qaBoxLeft p,
.qaBoxLeft li {
    font-size: .875rem;
    color: #1f1f1f;
    cursor: pointer;
}

.qal_active {
    background: #f7f7f7;
    border-right: 2px solid #cc4b2e;
}

.navLeft {   
    width: 200px;
    height: 390px;
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    float: left;
    display: none;
}   

.navLeft a {
    font-size: .875rem;
    color: #1f1f1f;
    cursor: pointer;
}

.nav_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}

.nav_item {
    position: relative;
}

.nav_item_link {   
    padding: 10px 15px;   
    text-decoration: none;   
    color: #8B8E93;   
    display: block;   
    border-bottom: 1px solid #F0F0F0;   
}

.nav_item_link:hover {
    background: #f0f0f0;
} 

.nav_item_link.is_active {
    background: rgba(0, 140, 186, 1);
    color: #fff;
    border-bottom-color: rgba(0, 105, 138, 1);
    -webkit-box-shadow: 0 1px 0 #7A828D inset;
    box-shadow: 0 1px 0 #7A828D inset;
}

.nav_item_link.is_active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    rightright: -6px;
    margin-top: -6px;
    margin-left: 185px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 140, 186, 1);
}

.nav_item:last-child .nav_item_link
{
    border-bottom: none;
}

.qaBox {
    padding-bottom: 1.25rem;
}

.qaBoxRight {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 1rem;
}

.qr_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.qr_title p:nth-of-type(1) {
    font-size: .875rem;
    color: #39aeff;
    cursor: pointer;
    padding-left: 1rem;
/*    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
*/
}

.QAlist_show {
    height: 45px;
    line-height: 45px;
    background: #f0f0f0;
    border-bottom: 1px solid #eeeeee;
    padding-left: 1rem;
    position: relative;
    cursor: pointer;
}

.QAlist_show::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #333333;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: 1.5rem;
    top: 45%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .5555s;
    -o-transition: .5555s;
    -moz-transition: .5555s;
    transition: .5555s;
}

.slideUp::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.QAlist_show p {
    font-size: 0.875rem;
    font-weight: bold;
    color: #3f3f3f;
}

.QAlist_hide {
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid #f7f7f7;
    margin-bottom: 3rem;
}

.QAlist_hide,
.QAlist_hide P {
    font-size: .875rem;
    text-align: justify;
    color: #555;
    line-height: 28px;
    word-wrap: break-word;
}

.xiaocms-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.xiaocms-page a,
.xiaocms-page span {
    font-size: .875rem;
    color: #666666;
    padding: 9px 14px;
    background: #f7f7f7;
    display: inline-block;
}

.xiaocms-page span {
    color: #fff;
    background: rgba(256, 90, 93, 1);
}

.cont_main {
    padding: 0 8.75rem 2rem;
}

.cl_title p:nth-of-type(1) {
    font-size: 1.5rem;
    color: #202020;
    font-weight: bold;
}

.cl_title p:nth-of-type(2) {
    font-size: .875rem;
    color: #666666;
    padding-top: .625rem;
}

.cl_title {
    padding-top: 2.5rem;
}

.cont_list li span,
.cont_list li .clIcon {
    display: inline-block;
    vertical-align: middle;
}

.cont_list li .clIcon {
    width: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont_list span {
    font-weight: bold;
    font-size: 1rem;
    color: #1f1f1f;
    width: calc(100% - 30px);
    /* padding-left: 1rem; */
}


.cont_list li {
    margin-bottom: 1.25rem;
}

.cont_list ul {
    padding-top: 2.8125rem;
}

.ditu {
    width: 100%;
    height: 355px;
    margin-top: 1.875rem;
    margin-bottom: 5rem;
}

.cont_form form {
    text-align: center;
}

/*
.cont_form button {
    width: 160px;
    height: 35px;
    background: #cc4b2e;
    border-radius: 5px;
    margin-top: 1.875rem;
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
}
*/

.cont_form>p {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 1.5625rem;
}

.cont_form input {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    margin-bottom: 1.25rem;
    padding-left: 15px;
    display: inline-block;
}

.cont_form textarea::-webkit-input-placeholder,
.cont_form input::-webkit-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea:-moz-placeholder,
.cont_form input:-moz-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea::-moz-placeholder,
.cont_form input::-moz-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea:-ms-input-placeholder,
.cont_form input:-ms-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea::-ms-input-placeholder,
.cont_form input::-ms-input-placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea::placeholder,
.cont_form input::placeholder {
    font-size: .875rem;
    color: #999999;
    padding-left: 5px;
}

.cont_form textarea {
    width: 100%;
    height: 190px;
    background: #f5f5f5;
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 1rem;
}

.cont_form input:nth-of-type(2),
.cont_form input:nth-of-type(1) {
    width: 48.88%;
}

.cont_form input:nth-of-type(2) {
    margin-left: 1.42%;
}

.common_button {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-top: 3px;
    font-size: 0.875rem;
    color: #fff;
}

.common_button {
    background: transparent url("/data/upload/image/ui/uielement.png") -195px 0 no-repeat;
    background-size: auto 550px;
}

.common_button:hover {
    background: transparent url("/data/upload/image/ui/uielement.png") -195px -75px no-repeat;
    background-size: auto 550px;
}

.common_button:active {
    background: transparent url("/data/upload/image/ui/uielement.png") -195px -75px no-repeat;
    background-size: auto 550px;
}

.swMain {
    padding: 1.5rem 2.5rem 2.5rem;
    background: #fff;
}

.swRight {
    width: 360px;
    margin-bottom: 1rem;
}

.swLeft {
    width: -webkit-calc(100% - 400x);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}

.swParam {
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 0px #888;
    box-shadow: 0px 0px 10px 0px #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.swParam>p {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    padding-left: 1rem;
    margin-top: 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 140, 186, 1);
}

.swParam ul {
    padding: 0.5rem 1rem 0.2rem 1rem;
}

.swParam ul:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(252, 252, 252, .7)), color-stop(#e5e5e5), to(rgba(252, 252, 252, .7)));
    background: -webkit-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: -moz-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: -o-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: linear-gradient(to left, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
}

.swParam li {
    margin-bottom: 8px;
}

.swParam ul p,
.swParam li span {
    font-size: .875rem;
    color: #1f1f1f;
}

.swParam li span:nth-of-type(1) {
    opacity: .75;
    font-weight: bold;
}

.swParam li span:nth-of-type(2) {
    opacity: .8;
}

.swr_top img,
.swr_top {
    width: 100%;
}

.swr_top {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.swr_top img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);   
}

.swr_bottom>p {
    font-weight: bold;
    font-size: 0.875rem;
    color: #1e1e1e;
    padding-left: 1rem;
}

.swr_card {
    -webkit-box-shadow: 0px 0px 10px 0px #888;
    box-shadow: 0px 0px 10px 0px #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.swr_card>p:nth-of-type(1) {
    height: 40px;
    line-height: 40px;
    padding-left: 1rem;
    background: rgba(0, 140, 186, 1);
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.swr_card>p:not(:nth-of-type(1)) {
    font-size: .875rem;
    color: #666666;
    text-align: justify;
    line-height: 30px;
    padding: 0.5rem 1rem 0.5rem;
}

.boost {
    position: absolute;
    top: 4rem;
    left: 1rem;
    right: 1rem;
    margin: 0 auto;
    z-index: 99;
    text-align: center;
    display: none;
    padding-bottom: 1.5rem;
}

.boost p {
    color: #c6c6c6;
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.boost img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 10px 3px #262626, 0 0 10px 3px #262626;
    box-shadow: 0 0 10px 3px #262626,
        0 0 10px 3px #262626;

}

.lwRight {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 2rem;
}

.lwRight ul {
    width: auto;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: justify;
//    text-align-last: justify;
}

.lwRight li {
    width: 30%;
    display: inline-block;
    margin-bottom: 1.25rem;
    text-align: center;
}

.lwRight li img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1rem;
//    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4), 0px 0px 3px 2px rgba(0, 0, 0, .4);
//    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4), 0px 0px 3px 2px rgba(0, 0, 0, .4);
//    -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4), 0px 0px 3px 2px rgba(0, 0, 0, .4);
//    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .4), 0px 0px 3px 2px rgba(0, 0, 0, .4);
}

.lwRight p {
    text-align: center;
    font-size: 1rem;
    color: #1f1f1f;
}

.plRight,
.dlRight {
    width: 100%;
    display: inline-block;
//    float: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
//    background: rgba(227, 229, 233);
}

.dlRight {
    width: auto; 
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dlaItem {
    display: inline-block;
    margin-right: 3.75rem;
    text-align: center;
}

.dlaItem>a {
    width: 120px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #000000;
    border-radius: 10px;
}

.dlaItem>a span {
    font-size: 1rem;
    color: #fff;
}

.dlaItem>a span,
.dlaItem>a img {
    display: inline-block;
    vertical-align: middle;
}

.dlTitle {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
}

.dlTitle>p {
    font-size: 0.875rem;
    font-weight: bold;
    color: #f00;
    padding: 0.5rem 0 0rem 1rem;
}

.dlTitle>p:not(:nth-of-type(1)) {
    font-size: 0.875rem;
    font-weight: normal;
    color: #333;
    padding: 0.5rem 0 0rem 1rem;
}

.dlTitle li {
    background: rgba(246, 244, 240);
}

.dlTitle a:link {
    width: auto;
    color: rgba(24, 151, 242, 1);
}

.dlaItem p:nth-of-type(1) {
    font-size: 1rem;
    color: #000000;
    padding-top: 1.25rem;
}

.dlaItem p:nth-of-type(2) {
    font-size: .75rem;
    color: #666666;
    padding-top: .625rem;
}

.dlSys li,
.dlTxt li {
    width: 100%;
    padding: 1rem 1rem;
}

.dlTxt li>a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.dlSys li span,
.dlTxt li span {
    display: inline-block;
    font-size: .875rem;
    color: #666666;
}

.dlSys li:nth-of-type(odd),
.dlTxt li:nth-of-type(odd) {
    background: rgba(226, 224, 220);
}

.dlSys li span:last-child,
.dlTxt li span:last-child {
    width: 90px;
    text-align: center;
    color: #1897f2;
}

.dlSys li span:first-child,
.dlTxt li span:first-child {
    width: calc(100% - 300px);
//    overflow: hidden;
//    -o-text-overflow: ellipsis;
//    text-overflow: ellipsis;
//    white-space: nowrap;
}

.dlSys li span:nth-of-type(2),
.dlTxt li span:nth-of-type(2) {
    width: 60px;
    text-align: center;
}

.dlSys li span:nth-of-type(3) {
    width: 100px;
    text-align: center;
}

.dlTxt li span:nth-of-type(3) {
    width: 15%;
}

.dlSys a:not(:first-child) {
//    margin-left: .875rem;
}

.spRight {
    width: 100%;
    float: left;
}

.spTop_swiper .swiper-wrapper {
    text-align: center;
}

.spTop_swiper .swiper-slide,
.spBottom_swiper .swiper-slide {
    width: auto;
    height: auto;
}

.spTop_swiper .swiper-slide img {
    width: auto;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0px 0px 10px 0px #888;
    box-shadow: 0px 0px 10px 0px #888;
}

.spBottom_swiper .swiper-slide img {
    width: auto;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.spBottom_swiper .swiper-slide-thumb-active {
    border: 1px solid #cc4b2e;
}

.spTop_swiper,
.spBottom_swiper {
    margin-top: 1.125rem;
    padding: 0 0.125rem;
}

.spBottom_swiper .swiper-button-next::after,
.spBottom_swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #0a0a0a;
}

.sp_top {
    position: relative;
//    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sp_img {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    float: left;
}

.sp_img img {
    width: auto;
    height: 100%;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
}

.sp_text {
    position: relative;
    display: inline-block;
    width: 300px;
    height: max-content;
    margin-left: 0;
    padding-top: auto;
    padding-bottom: auto;
    top: auto;
    bottom: 0;
    float: left;
}

.sp_title p {
    color: #f00;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: left;
}

.sp_description p {
    color: rgba(48, 49, 52, 1);;
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5rem;
    text-align: justify;
    margin-top: 0.7rem;
}

.sp_content {
    width: 80%;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
}

.sp_content>p {
    font-weight: bold;
    font-size: 1.5rem;
    color: #1f1f1f;
    margin: 3.75rem 0 1.25rem 1rem;
}

.sp_card {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 0 10px -2px #ebebeb;
    box-shadow: 0px 0 10px -2px #ebebeb;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.sp_card>p:nth-of-type(1) {
    padding: .9375rem 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #f0f0f0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
}

.sp_card>p:not(:nth-of-type(1)) {
    padding: 0 .9375rem;
    font-size: .875rem;
    color: #333;
    line-height: 24px;
}

.sp_card>p:nth-of-type(2) span {
    font-weight: bold;
    font-size: 1.125rem;
    color: #1f1f1f;
}

.sp_card>p:nth-of-type(2) img {
    display: block;
    margin: 25px auto 30px;
}

.sp_card>p img {
    width: 75%;
}

.sp_card .width_l {
    width: 100%;
}

.sp_card .width_m {
    width: 50%;
}

.sp_card .width_s {
    width: 20%;
}

.spTable img {
    width: 100%;
}

.plRight ul {
    width: max-content;
    max-width: min(100%, (940px + 4rem));
    font-size: 0;
//    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.plRight li {
    width: 470px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
//    border: 1px solid rgba(224, 224, 224, 0.5);
}

.plRight li .pl_product::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(252, 252, 252, 1)), color-stop(#e5e5e5), to(rgba(252, 252, 252, 1)));
    background: -webkit-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: -moz-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: -o-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    background: linear-gradient(to left, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
}

.plRight li:nth-of-type(odd) {
//    border-left: 1px solid rgba(222, 217, 214, 1);
}

.plRight li>a {
    height: 100px;
}

.plRight p {
    text-align: center;
    font-size: 1rem;
    color: #1f1f1f;
}

.pl_product {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
//    border-bottom: 1px solid rgba(232, 227, 224, 1);
}

.pl_pic {
    display: inline-block;
    width: max-content;
    height: max-content;
}

.pl_pic img {
    display: inline-block;
    width: 180px;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
}

.pl_text {
    position: absolute;
    display: inline-block;
    width: calc(100% - 180px);
    height: max-content;
    margin: auto;
    top: 0;
    bottom: 0;
}

.pl_title p {
    color: #f00;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
}

.pl_description p {
    color: rgba(48, 49, 52, 1);;
    font-size: 0.875rem;
    line-height: 1.4rem;
    text-align: justify;
    margin-top: 0.7rem;
    padding-right: 1rem;
}

.pl_more p {
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    margin-top: 1rem;
}

.pl_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #036;
    left: 0;
    top: 0;
    opacity: 0.02;
    pointer-events: none;
}


@media only screen and (max-width:950px) {
    .Language>div:nth-of-type(2) {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        top: 32px;
        left: -47px;
    }

    .Language a {
        font-size: 1.5rem;
    }

    .whead {
        background: #3d3d3d;
    }

    .whead_name_cn,
    .whead_name_en {
	position: relative;
        width: max-content;
        height: max-content;
        margin: 0 auto;
    }

    .whead_name_cn {
        margin-top: 18px;
    }

    .whead_name_cn p {
        color: #fff;
        font-size: 1.5rem;
    }

    .whead_name_en p {
        color: #777;
        font-size: 1.2rem;
    }

    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 0%;
    }

    .qaBoxRight,
    .qaBoxLeft {
//        float: none;
//        width: 100%;
    }

    .navLeft,
    .qaBoxLeft {
//        height: auto;
    }

    .boost {
/*
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
*/
        top: 8rem;
    }

    .main {
        /* transform: translateY(70px);*/
        margin-top: 70px;
        height: 100vh;
    }

    /* .swRight{
        padding-top: 30px;
    } */

    .main .wrap {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
//        padding-bottom: 1.875rem;
    }

    .main .boost .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wlogo>img {
        margin-top: 18px;
        width: auto;
        height: 36px;
    }

    .wap_menu_btn li {
        background: #fff;
    }

    .wap_menu_list {
        background: rgba(61, 61, 61, 1);
        margin-top: 0;
        padding-bottom: 3rem;
    }

    .wap_nav a {
        color: #fff;
        font-size: 1.5rem;
    }

    .wap_nav {
        width: 100%;
    }

    .hr {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .swLeft>p,
    .cont_form>p,
    .cl_title p:nth-of-type(1),
    .footer_cont>p,
    .footer_list>p {
        font-size: 1.5rem;
    }

    .boost p,
    .xiaocms-page a,
    .xiaocms-page span,
    .second_navbar>li>a,
    .swLeft ul p,
    .formBox input::placeholder,
    .cont_form textarea::placeholder,
    .cont_form input::placeholder,
    .cont_form button,
    .link_button p,
    .link_button_b a p,
    .im_works .swiper-slide p,
    .imf_font p:nth-of-type(2),
    .im_last p,
    .swiper_side p,
    .swiper_down p,
    .fb_link p a,
    .qr_title p:nth-of-type(2),
    .qr_title p:nth-of-type(1),
    .cont_list span,
    .cl_title p:nth-of-type(2),
    .bm_shop>p,
    .swLeft li span,
    .swr_bottom>p,
    .swr_card>p:nth-of-type(1),
    .swr_card>p:not(:nth-of-type(1)),
    .swParam>p,
    .swParam ul p,
    .swParam li span,
    .sp_card>p:nth-of-type(1),
    .sp_card>p:nth-of-type(2),
    .sp_card>p:not(:nth-of-type(1)),
    .dlaItem p:nth-of-type(1),
    .dlSys li span,
    .dlTxt li span,
    .dlSys li span:nth-of-type(3),
    .dlTxt li span:nth-of-type(3),
    .dlTxt li span:first-child,
    .QAlist_show p,
    .dlTitle>p,
    .dlSys li span:first-child,
    .dlaItem p:nth-of-type(2),
    .dlaItem>a span,
    .fb_link p,
    .im_product .swiper-slide p,
    .im_product .swiper-slide span,
    .plRight p,
    .pl_description p,
    .sp_description p,
    .pl_more p,
    .st_font>p:not(:first-child),
    .st_font>a p,
    .navLeft li a,
    .qaBoxLeft li a,
    .footer_logo p,
    .footer_cont span,
    .footer_list a,
    .lwRight p,
    .qaBoxLeft p,
    .qaBoxLeft li,
    .QAlist_hide,
    .QAlist_hide P,
    .iB_position,
    .iB_position a {
        font-size: 1.2rem;
    }

    .imf_font p:nth-of-type(2) {
        line-height: 20px;
    }

    .swiper_side p,
    .swiper_down p {
        line-height: 20px;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .im_last p {
        line-height: 20px;
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .pl_description p,
    .sp_description p {
        line-height: 20px;
    }

    .spTop_swiper .swiper-slide img {
        height: 200px;
    }

    .sp_top {
        height: 200px;
    }

    .sp_text {
        width: 200px;
    }

    .sp_card>p img {
        width: 75%;
        height: 75%;
    }

    .sp_card .width_l {
        width: 100%;
    }

    .sp_card .width_m {
        width: 75%;
    }

    .sp_card .width_s {
        width: 20%;
    }

    .sp_card>p:not(:nth-of-type(1)) {
        line-height: 22px;
    }

    .swr_card>p:not(:nth-of-type(1)) {
        line-height: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 0%;
    }
}


@media only screen and (max-width:550px) {
    body {
        padding-bottom: 0;
    }

    .whead_name_cn p {
        font-size: 2.0rem;
    }

    .whead_name_en p {
        font-size: 1.5rem;
    }

    .wap_nav a {
        font-size: 1.8125rem;
    }

    #right_position_bar {
        display: none;
    }

    .navLeft,
    .qaBoxRight,
    .qaBoxLeft {
//        float: none;
        width: 100%;
    }

    .navLeft,
    .qaBoxLeft {
        height: auto;
    }

    .swParam,
    .swr_card {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .swr_card>p:nth-of-type(1) {
        margin-top: 2rem;
    }

    .swr_card>p:not(:nth-of-type(1)) {
        line-height: 22px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .swParam li {
        padding-left: 1rem;
    }

    .boost {
        top: 10rem;
    }

    .footer_cont span {
        line-height: 25px;
    }

    .cont_list span {
        padding-left: 1rem;
    }

    .QAlist_hide,
    .QAlist_hide P,
    .cl_title p:nth-of-type(2) {
        font-size: 1.5625rem;
    }

    .imf_font p:nth-of-type(1) {
        font-size: 2.0rem;
        font-weight: bold;
        color: #ee1e1e;
    }

    .imf_font p:nth-of-type(2) {
        line-height: 22px;
    }

    .swr_card>p:not(:nth-of-type(1)),
    .imf_font p:nth-of-type(2),
    .dlaItem p:nth-of-type(1),
    .dlSys li span,
    .dlTxt li span,
    .dlSys li span:nth-of-type(3),
    .dlTxt li span:nth-of-type(3),
    .dlTxt li span:first-child,
    .QAlist_show p {
        font-size: 1.5625rem;
    }

    .boost p,
    .xiaocms-page a,
    .xiaocms-page span,
    .second_navbar>li>a,
    .swLeft ul p,
    .formBox input::placeholder,
    .cont_form textarea::placeholder,
    .cont_form input::placeholder,
    .cont_form button,
    .link_button_b a p,
    .im_works .link_button p,
    .im_works .swiper-slide p,
    .fb_link p a,
    .qr_title p:nth-of-type(2),
    .qr_title p:nth-of-type(1),
    .cont_list span,
    .bm_shop>p,
    .swLeft li span,
    .swr_bottom>p,
    .swr_card>p:nth-of-type(1),
    .swParam>p,
    .swParam ul p,
    .swParam li span,
    .sp_card>p:nth-of-type(1),
    .sp_card>p:nth-of-type(2),
    .sp_card>p:not(:nth-of-type(1)),
    .dlTitle>p,
    .dlSys li span:first-child,
    .dlaItem p:nth-of-type(2),
    .dlaItem>a span,
    .fb_link p,
    .im_product .swiper-slide p,
    .im_product .swiper-slide span,
    .plRight p,
    .pl_description p,
    .pl_more p,
    .st_font>p:not(:first-child),
    .st_font>a p,
    .navLeft li a,
    .qaBoxLeft li a,
    .footer_logo p,
    .footer_cont span,
    .footer_list a,
    .lwRight p,
    .qaBoxLeft p,
    .qaBoxLeft li,
    .iB_position,
    .iB_position a {
        font-size: 1.5rem;
    }

    .im_product_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-container {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .swiper_side {
        width: 240px;
    }

    .swiper_down {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .swiper_side p,
    .swiper_down p {
        font-size: 1.5625rem;
        color: #1e1e1e;
        line-height: 20px;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .im_last p {
        font-size: 1.5625rem;
        line-height: 25px;
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .link_button_b a p {
        margin-top: 0.45rem;
    }

    .cont_form input {
        height: 55px;
    }

    .cont_form input::-webkit-input-placeholder {

        font-size: 12px;

    }

    .swLeft>p,
    .cont_form>p,
    .cl_title p:nth-of-type(1),
    .footer_cont>p,
    .footer_list>p {
        font-size: 2.125rem;
    }

    .dlTitle {
        margin-left: 0;
        margin-right: 0;
    }

    .dlTitle>p {
        text-align: center;
    }

    .dlTitle>p:not(:nth-of-type(1)) {
        font-size: 1.5rem;
        font-weight: normal;
        text-align: left;
        color: #333;
        padding: 0.5rem 0 0rem 1rem;
    }

    .sp_content>p {
        font-size: 2.5rem;
    }

    .fb_link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pl_pic img {
        width: 165px;
        height: 165px;
    }

    .pl_text {
        width: calc(100% - 165px);
    }

    .pl_description p {
        line-height: 2.4rem;
        padding-right: 2rem;
    }

    .lwRight li {
        width: 47%;
    }

    .lwRight li img {
        height: 125px;
    }

    .spRight {
        padding-top: 1rem;
    }

    .spTop_swiper .swiper-slide img {
        height: 200px;
    }

    .sp_top {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 2rem;
    }

    .sp_img {
        width: 100%;
        height: auto;
        display: block;
        float: none;
    }

    .sp_img img {
        width: 100%;
        height: auto;
    }

    .sp_text {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        float: none;
    }

    .sp_title p {
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .sp_description p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1.5rem;
    }

    .sp_content {
        width: 100%;
    }

    .dlSys li span:nth-of-type(2),
    .dlTxt li span:nth-of-type(2) {
        width: 17%;
    }

    .dlSys li span:last-child,
    .dlTxt li span:last-child {
        width: 80px;
    }

    .dlSys li span:last-child a {
        margin-left: 5px;
    }

    .dlSys li span:last-child {
/*
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
*/
    }

    .dlTxt li>a,
    .dlSys li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .dlTxt li span:nth-of-type(3) {
        width: 20%;
        white-space: nowrap;
    }

    .dlSys li span:first-child {
        width: 30%;
    }

    .dlTxt li span:first-child {
        width: 40%;
    }

    .dlaItem {
        width: 46%;
        margin-bottom: 30px;
        margin-right: 0.75rem;
    }

    .dlRight {
        margin-left: 0;
        margin-right: 0;
//        width: 100%;
        float: none;
    }

    .iB_position {
        margin-bottom: 0rem;
    }

    .lwRight {
        width: 100%;
//        float: none;
    }

    .plRight,
    .plMain,
    .spMain,
    .dlMain,
    .lwMain {
        padding: 0;
    }

    .plMain,
    .spMain,
    .lwMain,
    .dlMain,
    .qa_main,
    .buy_main {
        min-height: 450px;
    }

    .plRight ul {
        width: 100%;
        padding-top: 0;
    }

    .plRight li:not(:last-child) {
//        border-bottom: 1px solid rgba(222, 217, 214, 1);
    }

    .plRight li:not(:last-child) .pl_product::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(252, 252, 252, 1)), color-stop(#e5e5e5), to(rgba(252, 252, 252, 1)));
        background: -webkit-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
        background: -moz-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
        background: -o-linear-gradient(right, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
        background: linear-gradient(to left, rgba(252, 252, 252, .7), #e5e5e5, rgba(252, 252, 252, .7));
    }

    .plRight li:last-child .pl_product::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: none;
    }

    .plRight li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }

    .pl_product {
        width: 100%;
    }

    .pl_overlay {
        opacity: 0%;
    }

    .swMain {
        padding: 1.5rem 0 4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swRight {
//        margin-bottom: 2.875rem;
//        -webkit-box-ordinal-group: -8;
//        -webkit-order: -9;
//        -moz-box-ordinal-group: -8;
//        -ms-flex-order: -9;
//        order: -9;
    }

    .plRight,
    .spRight,
    .swLeft,
    .swRight {
        float: none;
        width: 100%;
    }

    .im_first {
        padding: 0 15px 25px;
    }

    .im_first>div {
        width: 40%;
    }

    .im_first>div:nth-of-type(2) {
        width: 70%;
    }

    .imf_font {
        margin-top: 30px;
    }

    .cont_form input:nth-of-type(2),
    .cont_form input:nth-of-type(1) {
        width: 100%;
    }

    .cont_form input:nth-of-type(2) {
        margin-left: 0;
    }

    .cont_main {
        padding: 0 1.25rem 3rem;
    }

    .qaBoxRight {
        padding-left: 0;
        padding-right: 0;
    }

    /* .dlMain,
    .spMain,
    .plMain {
        padding: 0 15px 6.25rem;
    } */

    .Language>div:nth-of-type(2) {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        top: 32px;
        left: -35px;
    }

    .Language a {
        line-height: 22px;
    }

    .bm_shop {
        padding: 0 3.125rem;
    }

/*
    .st_font a {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin-x: 0;
        font-size: 1.8rem;
    }
*/

    .st_font p {
//        font-size: 1.875rem;
    }

    .st_pic {
        width: 30%;
    }

    .st_pic img {
        width: 100px;
        height: 100px;
    }

    .bm_shop>p {
        line-height: 24px;
    }

    .im_works .link_button a {
        width: 110px;
        height: 40px;
        margin-top: 1rem;
        text-align: center;
    }

    .im_works .link_button p,
    .im_works .swiper-slide p,
    .im_product .swiper-slide p {
        width: 110px;
        height: 40px;
        line-height: 40px;
    }

    .index_main .swiper-button-prev,
    .index_main .swiper-button-next {
        display: none;
    }

    .formBox {
        width: 190px;
        height: 35px;
        bottom: -50px;
    }

    .ft>div:nth-of-type(1),
    .ft>div {
        width: 100%;
        margin-bottom: 15px;
    }

    .ft>div:nth-of-type(2) {
        width: 50%;
        margin-bottom: 15px;
    }

    .fb_link,
    .ft {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fb_link ul {
        text-align: center;
    }

    .fb_link p,
    .fb_link ul {
        width: 100%;
    }

    .fb_link p {
        margin-bottom: 10px;
        text-align: center;
    }

    .footKong {
        height: 1px;
    }

    .footer {
        border-radius: 5px;
    }

    .boost {
        /* margin-top: 100px; */
        padding: 0 15px;
//        height: 100%;
    }

    .cont_list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
