body, html {
    width: 100%;
    /* overflow-y: auto;
    overflow-x: hidden; */
}

body {
}

p, h1, ul, h2 {
    padding: 0;
    margin: 0;
}
.fs-square-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.fs-square-img img {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.top {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 1.5;
}

.bottom {
    padding: 5px 0px 4px 0px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-one {
    flex: 1;
}

.fs-toggle-btn {
    -webkit-appearance: none !important;
    background: transparent;
    border: 0;
}

.jumbotron.home {
    margin-bottom: 0;
    padding: 0;
}

.fs-nav-bar .nav-item {
    margin: 0 1rem;

}

.fs-nav-bar .nav-link {
    font-weight: 700;
}

.login-in {
    font-size: 14px;
}

.login-in a {
    color: #333;
}

.login-panel {
    position: relative;
}

.login-panel .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.login-panel .login-title {
    margin-bottom: 1rem;
}

.login-panel .login-title img {
    width: 120px;
}

.login-panel .input-group {
    flex-direction: column;
}

.login-panel .input-group > div {
    margin-bottom: 0.5rem;
}
.login-panel .input-group.pc > div {
    margin-bottom: 1rem;
}
.login-panel .input-group input[type="text"],
.login-panel .input-group input[type="password"] {
    -webkit-appearance: none;
    outline: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-panel .input-group .input-block span img {
    width: 24px;
}

.login-panel .input-group .input-block span {
    padding-right: 8px;
    border-right: 1px solid #ddd;
    margin-right: 8px;
}

.login-panel .input-group .input-block {
    padding: 6px;
    border: 1px solid #ddd;
}

.login-panel input[type="submit"],
.login-panel input[type="button"] {
    padding: 6px 0;
    width: 30%;
    text-align: center;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.login-panel input[type="submit"] {
    color: #fff;
    background: -webkit-linear-gradient(#f4701b, #d62c0b); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f4701b, #d62c0b); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f4701b, #d62c0b); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f4701b, #d62c0b); /* 鏍囧噯鐨勮娉曪紙蹇呴』鏀惧湪鏈�悗锛�*/

}

.login-panel input[type="button"] {
    color: #df370a;
    border: 1px solid currentColor;
    background-color: #fff;
}

.login-panel .input-group .remember-me {
    font-size: 12px;
}

.login-panel .btn-group {
    width: 100%;
}

.register-panel {

}

.register-panel .title {
    position: relative;
    z-index: 100;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 6px 16px;
    margin-bottom: 1rem;
}

.register-panel .title h2 {
    font-size: 16px;
    letter-spacing: 2px;
}

.register-panel .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.register-panel .input-area {
    /*padding: 8px 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.register-panel .input-area label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 80px;
    width: 80px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    padding-right: 8px;
}

.register-panel .input-area label .require {
    font-size: 26px;
    font-weight: 700;
    color: red;
}

.register-panel .input-area {
    margin-bottom: 8px;
}

.register-panel .input-area input {
    padding: 6px 12px;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: 0;
    flex: 1;
    background-color: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.register-panel .reset {
    margin: 1rem 0;
}
.register-panel .reset input {
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 4px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.register-panel .submit {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}
.register-panel .submit input {
    padding: 8px 0;
    width: 80%;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    background: -webkit-linear-gradient(#f4701b, #d62c0b); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f4701b, #d62c0b); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f4701b, #d62c0b); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f4701b, #d62c0b); /* 鏍囧噯鐨勮娉曪紙蹇呴』鏀惧湪鏈�悗锛�*/
    color: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.block-title {
    display: inline-block;
    position: relative;
}

.block-title::before {
    content: '';
    display: block;
    position: absolute;
    left: -300px;
    top: 26px;
    z-index: 100;
    width: 260px;
    height: 1px;
    background-color: #333;
}

.block-title::after {
    content: '';
    display: block;
    position: absolute;
    right: -300px;
    top: 26px;
    z-index: 100;
    width: 260px;
    height: 1px;
    background-color: #333;
}

.block-title h2 {
    margin-bottom: 8px;
}

.block-title .en {
    text-transform: uppercase;
}

/*           */
        .fs-top-area-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .fs-top-area-wrapper .fs-top-area {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;

        }

        .fs-top-area-wrapper .fs-top-area .inner-pc {
            padding: 12% 0;
            text-align: center;
            color: #fff;
        }

        .fs-top-area-wrapper .fs-top-area .inner-pc h1 {
            font-weight: 700;
            letter-spacing: 4px;
        }

        .fs-top-area.pc h1 {
            margin-bottom: 24px;

        }

        .fs-top-area.pc p {
            margin-bottom: 12px;

        }

        .fs-top-area.mobile h1 {
            margin-bottom: 14px;
            font-size: 1.5rem;
        }

        .fs-top-area.mobile p {
            margin-bottom: 8px;
            font-size: 12px;
        }

        .fs-main.mobile,
        .fs-main.pc {
            text-align: center;
        }

        .fs-main.mobile h2 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .fs-main.mobile h2.orange,
        .fs-main.pc h2.orange {
            margin-top: 48px;
            font-size: 1rem;
            color: #fd2900;
        }

        .fs-main.pc h2.orange {
            margin-top: 80px;
            margin-bottom: 24px;
            font-size: 1.4rem;
        }

        .fs-main.mobile p {
            font-size: 10px;
        }

        .fs-main.mobile .brand-block {
            padding: 8% 6px;
            background-color: #e6e6e6;
            background-image: url("../images/brand_bg_mobile.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .fs-main.mobile .brand-block p {
            padding: 0 24px;
            margin-bottom: 24px;
        }

        .fs-main.mobile .img-wrap {
            padding: 12px 0;
            margin: 0 24px;
        }

        .fs-round {
            padding: 32px 24px 0 24px;
        }

        .fs-round img {
            margin-bottom: 8px;
            width: 60px;
        }

        .yewu-text {
            margin-bottom: 24px;

        }

        .fuwu-item {
            padding: 6px;
        }

        .fs-main.pc .brand-block {
            background-image: url("../images/brand_bg.jpg");
            padding: 5rem 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .fs-main.pc .brand-block p {
            margin: 2rem 0;
        }

        .fs-main.pc h2 {
            font-size: 1.5rem;
            font-weight: 700;
        }

        .fs-main.pc .each-block {
            padding: 5rem 0;
        }

        .fs-main.pc .fs-round {
            margin-top: 2rem;
        }

        .fs-main.pc p {
            margin-bottom: 12px;
        }

        .fs-main.pc .fs-round img {
            width: 120px;
        }

        .hezuo-pc {
            padding: 1rem 0;
            background-image: url("../images/hzms_bg.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .fs-main.pc .carousel-item .col-3 {
            padding: 4px;
        }

        .youshi-wrapper {
            margin-top: 48px;
        }

        .youshi-wrapper .youshi-block {
            display: flex;
            margin-bottom: 18px;
        }

        .youshi-wrapper .youshi-block .left {
            position: relative;
            flex: 0 0 180px;
            width: 180px;
            color: #fff;
            background-color: #dc0707;
            padding: 2rem 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .youshi-wrapper .youshi-block .left img {
            width: 40px;
        }

        .youshi-wrapper .youshi-block .left span {
            font-size: 18px;
            font-weight: 700;
            margin-left: 8px;
            width: 110px;

        }

        .youshi-wrapper .youshi-block .left::after {
            content: '';
            display: block;
            position: absolute;
            right: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid red;
        }

        .youshi-wrapper .youshi-block .right {
            display: flex;
            flex-direction: column;
            flex: 1;
            background-color: #deddd9;
            text-align: left;
            justify-content: center;
            padding: 1rem 3rem;
            min-height: 128px;
        }

        .youshi-wrapper .youshi-block .right p {
            margin: 0;
        }

        .youshi-wrapper .youshi-block:nth-of-type(1) .left {
            background-color: #e95017;
        }

        .youshi-wrapper .youshi-block:nth-of-type(1) .left::after {
            border-left: 20px solid #e95017;
        }

        .youshi-wrapper .youshi-block:nth-of-type(2) .left {
            background-color: #d32f2e;
        }

        .youshi-wrapper .youshi-block:nth-of-type(2) .left::after {
            border-left: 20px solid #d32f2e;
        }

        .youshi-wrapper .youshi-block:nth-of-type(3) .left {
            background-color: #e56759;
        }

        .youshi-wrapper .youshi-block:nth-of-type(3) .left::after {
            border-left: 20px solid #e56759;
        }

        .youshi-wrapper .youshi-block:nth-of-type(4) .left {
            background-color: #48bbe7;
        }

        .youshi-wrapper .youshi-block:nth-of-type(4) .left::after {
            border-left: 20px solid #48bbe7;
        }

        .youshi-wrapper .youshi-block:nth-of-type(5) .left {
            background-color: #69d242;
        }

        .youshi-wrapper .youshi-block:nth-of-type(5) .left::after {
            border-left: 20px solid #69d242;
        }

        .fs-main.mobile .youshi-wrapper {
            margin-top: 16px;
            padding: 0 4px;
        }

        .fs-main.mobile .youshi-block {
            margin-bottom: 8px;
        }

        .fs-main.mobile .youshi-block .left {
            padding: 0;
            flex: 0 0 90px;
            width: 90px;
        }

        .fs-main.mobile .youshi-block .left img {
            width: 20px;
        }

        .fs-main.mobile .youshi-block .left span {
            margin-left: 2px;
            font-size: 12px;
            width: 60px;
        }

        .fs-main.mobile .youshi-block .left::after {
            content: '';
            display: block;
            position: absolute;
            right: -11px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 12px solid red;
        }

        .fs-main.mobile .youshi-block .right {
            padding: 2px 1rem;
            font-size: 10px;
            min-height: 100px;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(1) .left {
            background-color: #e95017;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(1) .left::after {
            border-left: 12px solid #e95017;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(2) .left {
            background-color: #d32f2e;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(2) .left::after {
            border-left: 12px solid #d32f2e;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(3) .left {
            background-color: #e56759;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(3) .left::after {
            border-left: 12px solid #e56759;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(4) .left {
            background-color: #48bbe7;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(4) .left::after {
            border-left: 12px solid #48bbe7;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(5) .left {
            background-color: #69d242;
        }

        .fs-main.mobile .youshi-wrapper .youshi-block:nth-of-type(5) .left::after {
            border-left: 12px solid #69d242;
        }

        .swiper-container .col-4 {
            padding: 2px;
        }

        .shop {
            margin: 0 8px;
        }

        .shop .col-4 {
            padding: 4px;
        }

        .fs-main.pc .col-4 {
            padding: 12px;
        }

        .black-area {
            text-align: center;
            color: #fff;
            background-color: #060608;
        }

        .black-area .wrap-row {
            padding: 12px 0;
        }

        .black-area .wrap-row img {
            width: 70px
        }

        .black-area .wrap-row .title {
            margin: 4px 0;
        }

        .black-area .black-item {
            padding: 0 5px;
        }

        .black-area .black-item .inner {
            padding: 8px 0;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .black-area .left .black-item::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 95%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .scroll-one ul {
            list-style: none;
            margin: 0;
            text-align: left;
        }

        .scroll-one li {
            padding: 4px 16px;
            font-size: 12px;
        }

        .black-area .mobile {

        }

        .black-area .mobile .black-item img {
            width: 30px;
        }

        .black-area .mobile .black-item .title {
            font-size: 10px;
        }

        .black-area .mobile .black-item:last-child::after {
            display: none;
        }

        .black-area .mobile .black-item.spec {
            margin-top: 10px;
        }

        .black-area .mobile .black-item.spec::before {
            content: '';
            display: block;
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 95%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.4);
        }
        .swiper-container-pc .col-3 {
            padding: 6px;
        }