@charset "UTF-8";
body {
    scroll-behavior: smooth;
    word-break: break-word;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: .5em;
}

.btn-link, 
a {
  color: #399;
}

.btn-link:hover, a:hover {
    color: #097d7d
}

#nav-pc {
    display: block;
    background: #fff;
    height: 80px;
}

#nav-mobile {
    display: none;
    background: #fff;
    min-height: 80px;
}

.navbar {
    padding: 0 1rem;
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    z-index: 16;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    backdrop-filter: blur(30px) brightness(2);
    transition:background-color .3s ease;
}
.navbar:hover{
    background: rgb(255, 255, 255);
}

.is-home .navbar {
    padding: 0 15px;
}

.navbar-brand {
    margin-right: 2rem;
}

#navbarNav {
    justify-content: space-between;
}

.navbar .navbar-nav {}

.navbar .navbar-nav li {
    padding: 0 .5em;
    height: 80px;
    font-weight: 500;
}

.navbar .navbar-nav li>a {
    display: block;
    color: #212529;
    border-radius: 15px;
    font-size: 16px;
    padding: .5em 1em !important;
    transition: all ease-in-out .3s;
}

.navbar .navbar-nav li:hover>a {
    background-color: rgba(0,0,0,.1);
}

.navbar .navbar-nav li.active>a:hover {
    background-color: transparent;
}

.navbar .navbar-nav li.active {
    background-image: linear-gradient(rgba(51, 153, 153,.2), rgba(51, 153, 153,0));
}

.navbar .navbar-nav li.active::after {
    content: "";
    width: 2rem;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background-color: #399;
    border-radius:3px;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #399;
}

.navbar-light .navbar-nav li {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav > li.slide-control::before {
    content:"";
    position:fixed;
    left:0;
    right:0;
    top: 80px;
    bottom:0;
    background-color: rgba(0,0,0,.2);
    height: 100vh;
    width:100vw;
    opacity:0;
    pointer-events:none;
    z-index: 0;
    transition: all .3s ease;
}

.navbar-light .navbar-nav li .sub-nav-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    min-width: 12em;
    transform: translateX(-50%) translateY(-5px);
    background-clip: border-box;
    margin-left: 20px;
    transition: all .3s ease;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    z-index: 10;
    font-weight: normal;
    padding: .5em 0;
}
.navbar-light .navbar-nav li.slide-control:hover::before,
.navbar-light .navbar-nav li:hover .sub-nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.navbar-light .navbar-nav .sub-nav-dropdown>a {
    font-weight: normal;
    display: block;
    padding: .5rem 1rem;
    color: #333;
}

.navbar-light .navbar-nav .sub-nav-dropdown>a:hover {
    background-color: #eee;
}

.navbar-light .navbar-nav .sub-nav-dropdown>a:last-child {
    border: 0
}

.consoleWrap {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.console-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 46px;
    flex-direction: column;
}

.console-mobile .dropdown-menu {
    width: 100%;
}

#consoleBtn, #consoleBtn-mobile {
    width: 160px;
    color: #fff;
    background-color: #f7883e;
    border: transparent;
    border-radius: 6px;
}

#consoleBtn a, #consoleBtn-mobile a {
    color: #fff;
    text-decoration: none;
}

#consoleBtn:hover, #consoleBtn-mobile:hover {
    background-color: #e37d39;
}

.consoleWrap .dropdown {
    display: inline-block;
}

.consoleWrap .dropdown:hover > .dropdown-menu{
  margin-top:0;
  display:block;
}


/* 鎵嬫満瀵艰埅瀹氫綅 */

.nav-bar-collapse {
    margin-top: 80px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 16;
}

.carousel-control-group {
    opacity: 0 !important;
    transition: all ease-in-out .3s;
}

.carousel:hover .carousel-control-group {
    opacity: 1 !important;
}

.carousel-base {
    height: 445px;
    position: relative;
}

.carousel-title {
    /* max-width: 1200px; */
    color: #fff;
    /* margin: auto; */
    padding: 8rem 200px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 5px 60px rgba(0, 0, 0, .3);
}

.carousel-title>h3 {
    font-size: 2.5rem;
}

.carousel-title>h6 {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 400;
    opacity: .85;
}

.carousel-title>.btn.btn-outline-light {
    border-radius: 6px;
    padding: .5em 1.5em;
    border-color: rgba(255, 255, 255, .5);
    margin-top: 2rem;
}

.carousel-indicators {
    bottom: 30px;
    margin-left: 200px;
    justify-content: flex-start
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    padding: 1em;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 1;
}

.custom-carousel-ctrl {
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 40px;
    line-height: 30px;
    display: block;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #333;
    background-color: #fff;
    opacity: .9;
}

/* 鍏充簬鎴戜滑 */

.cont-wrap {
    padding: 4rem 2rem;
    background-color: #fff;
}

.card {
    display: block;
}

.card-body img, .detail-content img {
    max-width: 100%;
}

.bg-gray {
    background-color: #F0F2F6;
}

.cont-box {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 280px;
}

.cont-box>.title {
    position: sticky;
    font-size: 2rem;
    width: 280px;
    line-height: 1;
    font-weight: 400;
    padding-left: .6em;
    padding-right: 2rem;
    float: left;
    color: #424242;
    border-left: 1rem solid #424242;
    margin-left: -280px;
    top: 100px;
}

.title-blue {
    border-color: #399 !important;
    color: #399 !important;
}

.title-black {}

.title-white {
    border-color: #fff !important;
    color: #fff !important;
}

.cont-wrap .cont {
    min-height: 4rem;
}

.find-label {
    display: inline-block;
    width: 75px;
    text-align: right;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.feedback-panel {
    background-color: #fff;
    position: fixed;
    bottom: 1rem;
    right: 6rem;
    border-radius: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease;
    box-shadow: 5px 5px 60px rgba(0, 0, 0, .2);
    z-index: 100;
    transform: translateY(10px);
    overflow: hidden;
    max-width: 386px;
}

.feedback-panel-header {
    background-image: linear-gradient(45deg, #339999 0%, #008080 100%);
    color: #fff;
    padding: 2rem;
    position: relative;
}

.feedback-panel-header h2 {
    font-size: 36px;
    padding-right: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 0;
    line-height: 1;
}

.close-msg {
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .75;
    transition: all .3s ease;
}

.close-msg:hover, .close-msg:active {
    opacity: 1;
    background-color: #0000001a;
}

.feedback-panel.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.feedback-panel h5 {
    color: #fff;
    text-align: center;
}

.feedback-panel>.cont {
    padding: 0 2rem 2rem;
}

.input-item {
    position: relative;
}

.message-title {
    color: #616161;
}

.submit-wrap {
    padding-top: 1rem;
}

.feedback-panel input {
    width: 100%;
    border: none;
    padding: 0;
    outline: none;
    font-size: 1rem;
    border-radius: 0;
    border-bottom: #ddd 2px solid;
    transition: all .3s ease;
    padding: .3rem 0;
}

.feedback-panel input:hover {
    border-color: #eee;
}

.feedback-panel textarea {
    background-color: transparent;
    width: 100%;
    height: 150px;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: #ddd 2px solid;
    transition: all .3s ease;
}

.feedback-panel textarea:focus {
    border-bottom: #399 2px solid;
}

.form-control:focus {
    box-shadow: none;
}

.feedback-panel input:focus {
    border-color: #399;
    /* box-shadow: 0 2px 0 #399; */
}

.feedback-panel input::placeholder {
    color: #616161;
}

.feedback-panel input:focus::placeholder {
    color: #399;
}

.input-valid {
    border-bottom: 2px solid #f44336 !important;
}

.text-valid {
    border-bottom: 2px solid #f44336 !important;
}

.warning-msg {
    color: #f44336;
    position: absolute;
    display: none;
    bottom: -3px;
    left: 0;
    font-size: 12px;
}

input:-internal-autofill-selected {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    color: #333 !important;
}

footer {
    background-color: #223B4A;
    padding: 30px 200px 0;
    font-size: .85rem;
}

footer>div.copyright-bar {
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .75);
}

.footer-box {
    width: 100%;
    color: #fff;
}

.footer-box h5 a {
    color: #fff;
}

.footer-box li a {
    color: rgba(255, 255, 255, .75);
}

.footer-logo-wrap {
    width: 30%;
    float: left;
    padding: 2rem 140px 2rem 0
}

.footer-list-cont {
    float: left;
    width: 70%;
    padding: 2rem 0;
    overflow: hidden;
    display: flex;
}

.footer-list-cont h5 {
    font-weight: 500;
    margin-bottom: 2rem;
}

.footer-list-cont ul {
    list-style: none;
    padding-left: 0;
}

.footer-list-item {
    padding-right: 2rem;
    min-width: 200px;
    flex-grow: 1;
    max-width: 40%;
}

.footer-list-item:last-child {
    padding-right: 0
}

.footer-list-item li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5em;
}

.footer-list-item .news-model {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 6em; */
    max-width: 6em;
    color: #fff;
    vertical-align: bottom;
}

.news-model:hover {
    text-decoration: underline;
}

.msg-form {
    width: 100%;
}

.input-wrap {
    width: 100%;
}

.message-wrap {
    width: 100%;
}

.btn-orange {
    background-color: #f0873c;
    color: #fff;
}

.btn-orange:hover {
    background-color: #c36c2e;
}
.btn-red {
    background-color: #e40d0d;
    color: #fff;
}

.btn-red:hover {
    background-color: #c90e0e;
}

.btn-index-bottom {
    display: block;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: .6em;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
}

.btn-index-bottom i {
    display: block;
    width: 1em;
    height: 1em;
}

.btn-bottom-group {
    position: fixed;
    right: 1rem;
    z-index: 99;
    bottom: 1rem;
    transition: all 1s ease-in-out;
    color: #fff;
}

#backTop {
    border: none;
    background-color: rgba(100, 100, 100, .5);
    transition: all .2s ease;
}
#backTop:active {
    border: none;
}
#backTop:hover,
#backTop:focus {
    box-shadow: none;
    background-color:rgba(70, 70, 70, .7);
}

#backTop:active {
    border: none;
    background-color:rgba(70, 70, 70, .8);
    transform:scale(0.9);
}

.site-wrap, .prod-site-wrap {
    background-color: #f8f9fa;
    max-width: 1920px;
    margin: auto;
}

.prod-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 3rem;
    position: relative;
}

.prod-title-wrap {
    padding-bottom: 2rem;
    position: relative;
}

.prod-title-con {
    padding-top: .5rem;
    padding-left: 240px;
}

.prod-title-con>h1 {
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    color: #6c757d;
    margin: 0 0 .3em;
}

.prod-title-con>h1~h5.sub-title {
    font-size: 2.2rem;
    color: #212529;
    line-height: 1.4;
}

.nav-wrap {
    margin: 0;
    display: flex;
    position: sticky;
    top: 90px;
    z-index: 2;
    flex-direction: column;
    width: 215px;
    float:right;
    margin-right: -230px;
}

.nav-base {
    /* flex-grow: 1; */
    /* text-align: center; */
    /* width: 0; */
}

.nav-base a:hover {
    background-color: rgba(0, 0, 0, .1);
    text-decoration: none;
}

.nav-base>a {
    color: #212529;
    display: block;
    padding: .75em 1.5em;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .5em;
    transition: all .3s ease;
}

.nav-base.active a {
    background-color: #343a40;
    color: #fff;
    font-weight: 500;
}

.nav-item {
    white-space: nowrap;
}

.prod-cont-wrap {
    /* border-radius: 6px; */
    /* padding: 3rem 0; */
    /* border-top: 2px solid #ced4da; */
    /* box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1); */
    margin-bottom: 2rem;
    padding-right: 230px;
}

.prod-detail {
    padding-bottom: 3rem;
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.detail-title {
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    color: #399;
    position: sticky;
    line-height: 1;
    top: 79px;
    background: rgba(255, 255, 255, .8);
    padding: .5em 0;
    margin-bottom: 1em;
    margin-left: -2rem;
    margin-right: -2rem;
    backdrop-filter: blur(10px);
}

.detail-title::before {
    content: '';
    display: block;
    width: 0;
    height: 1em;
    border-left: .5em solid #399;
    margin-right: 0.5em;
}

.detail-title::after {
    content: '';
    display: block;
    height: 1px;
    /* background-color:rgba(0,0,0,.1); */
    margin: 0.5em 0 0.5em 1em;
    flex: 1;
}

.detail-title.active {
    color: #399;
}

.detail-title.active::before {
    border-color: #399;
}

.detail-content {
    padding: 0;
    line-height: 2;
}

h5.active {
    color: #399;
}

.prod-table {
    width: 70%;
    overflow: hidden;
    margin-bottom: 30px;
}

.prod-table th {
    min-width: 125px;
}

.prod-guide {
    float: right;
    border-left: 4px solid #e8e8e8;
    padding: 0;
}

.prod-guide li {
    position: relative;
    line-height: 1.4;
    margin: .5rem 0;
    font-size: 1rem;
    list-style: none;
}

.prod-guide li:first-child {
    margin-top: .5rem
}

.prod-guide li:last-child {
    margin-bottom: .5rem
}

.prod-guide li a {
    padding: .5rem 0;
    padding-left: 1.4rem;
    display: block;
    color: #212529;
}

.prod-guide li.active {
    color: #399;
    font-weight: 500;
}

.prod-guide li.active a {
    color: #399;
}

.prod-guide li:hover::before, .prod-guide li.active::before {
    content: '';
    width: 4px;
    height: 1.4em;
    background-color: #212529;
    position: absolute;
    top: .5em;
    left: -4px;
}

.prod-guide li.active::before {
    background-color: #399;
}

#nav-mobile .nav-mobile-wrap {
    height: calc(100vh - 80px);
    position: relative;
}

.nav-mobile-wrap .console-mobile .btn {
    font-size: 1.2rem;
    padding: .6em;
}

.nav-mobile-wrap .console-mobile .dropdown {
    margin-bottom: 1rem;
}
.page-guide{
    float: left;
    margin-right: 20px;
    position: sticky;
    top: 110px;
}
.page-guide, .mobile-list {
    list-style: none;
    padding: 0;
}

.mobile-list .nav-item {
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
    font-weight: 500;
}

.mobile-list .nav-item .nav-link {
    padding: 1em;
    flex: 1;
}

.mobile-list .nav-item:hover, .mobile-list .nav-item:active {
    background: linear-gradient(90deg, rgba(235, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%)
}

.nav-item.active .nav-link {
    color: #399;
    font-weight: bold;
}

.nav-item a {
    color: #212529;
}

.mobole-control {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.mobole-control .btn-link {
    font-weight: 500;
}

/* //鍗曢〉 */


.page-cont {
    background-color: #F0F2F6;
    padding: 30px;
    min-height: 450px;
}

.page-cont-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.guide-item {
    margin-bottom: .3rem;
}

.guide-item a {
    width: 215px;
    display: block;
    box-sizing: border-box;
    padding-left: 30px;
    background-color: transparent;
    border-left: 2px solid transparent;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #424242;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s ease;
}

.guide-item a:hover {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .075);
}

.guide-item.active a {
    background-color: #fff;
    border-left: 6px solid #399;
    padding-left: 24px;
    color: #399;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)!important;
    position: relative;
    z-index: 1;
}

.guide-item.active a {
    color: #399;
}

.page-cont-box {
    border-radius: 1rem;
    background-color: #fff;
    padding: 3rem 3rem 0;
    overflow: hidden;
    position: relative;
    background-clip: padding-box;
}

.page-title {
    border-bottom:1px solid #eee;
    padding: 0 0 2rem;
    font-size: 3rem;
    font-weight: 200;
}

.page-box-cont {
    padding-top: 30px;
    line-height: 2;
    min-height: 600px;
}

.page-box-cont img {
    max-width: 100%;
}

.update-time {
    border-top:1px solid #eee;
    padding: 30px;
    margin: 60px -3rem 0;
}

.footer-address {
    color: rgba(255, 255, 255, .75);
    line-height: 1.4;
}
.footer-address > div{
  margin-bottom: .2em;
}

.mobile-list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px;
    display: none;
    overflow: auto;
}

.list-mobile-item {
    background-color: #ECEFF3;
    border-radius: 15px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.list-mobile-item:active {
    background-color: #D6EBEB;
}

.list-mobile-item img {
    width: 100px;
}

/* 灏忎簬1080瀹藉害鏃 */

@media screen and (max-width: 1080px) {
    #nav-pc {
        display: none;
    }
    #nav-mobile {
        display: block;
    }
    .carousel-base {
        height: 320px;
    }
    .carousel-title {
        padding: 0 60px;
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
    .carousel-title>h3 {
        font-size: 1.7rem
    }
    .carousel-title>h6 {
        font-size: 1rem
    }
    .carousel-title>.btn.btn-outline-light {
        margin-top: 0rem;
        font-size: .8rem;
    }
    .carousel-indicators {
        bottom: 12px
    }
    .cont-box {
        width: 100%;
        padding: 0;
    }
    .cont-box .cont {
        width: 100%;
    }
    footer {
        padding: 1.5rem;
    }
    .cont-wrap {
        padding: 1.5rem;
    }
    .cont-wrap .title {
        position: static;
        border: 0;
        padding: 1rem 0;
        text-align: center;
        width: auto;
    }
    .prod-wrap {
        width: 100%;
        position: relative;
    }
    .prod-guide {
        float: none;
        margin-bottom: 15px;
    }
    .page-guide{
        display: none;
    }
    .page-cont {
        padding: 10px;
        background-color: #fff;
    }
    .page-cont-wrap {
        width: 100%;
    }
    .page-cont-box {
        transform: translateY(0);
        width: 100%;
        padding: 10px;
    }
    .update-time{
        padding: 0;
        margin: 0;
    }
    .prod-table {
        width: 100%;
    }
    #carouselPrev {
        display: none;
    }
    #carouselNext {
        display: none;
    }
    .nav-wrap {
        display: none;
    }
    .nav-wrap .nav-base {
        width: 10em;
    }
    .nav-base a {
        border-radius: 0;
    }
    .prod-wrap {
        /* background-color: #fff; */
        padding-top: 70px;
        box-sizing: border-box;
    }
    .prod-title-wrap {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
    .prod-title-wrap>h1~h5.text-secondary {
        font-size: 18px;
        margin-bottom: 58px;
    }
    .prod-cont-wrap {
        box-shadow: none !important;
        padding: 0 1rem;
    }
    .submit-wrap {
        padding: 15px 0;
        margin-top: 15px;
    }
    .right-text {
        width: calc(100% - 95px);
        float: right;
    }
    .prod-detail {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .detail-title {
        padding-left: 1rem;
        top: 120px;
        font-weight: 300;
        padding: .3em 1rem;
        font-size: 1.4rem
    }
    .prod-title-wrap>h1 {
        font-size: 28px;
    }
    .detail-title::before {
        content: none;
    }
    .detail-content {
        padding: 15px 0;
    }
    .cont-box>.title {
        font-size: 1.6rem;
        margin: 1.5rem 0;
        float: none;
    }
    .cont-box h3 {
        font-size: 1.2rem;
    }
    .footer-list-cont {
        display: none;
    }
    .footer-logo-wrap {
        width: 100%;
        padding: 0;
        padding-bottom: 1.5rem;
    }
    footer>div.copyright-bar {
        margin: 0;
    }
    .is-home footer {
        padding: 30px 60px 0;
    }
    .carousel-indicators {
        margin-left: 60px;
    }
}

/* 澶т簬1080瀹藉害涓斿皬浜?366px鏃 */

@media screen and (min-width: 1080px) and (max-width:1440px) {
    .carousel-base {
        height: auto;
    }
    .is-home footer {
        padding: 30px 120px 0;
    }
    .carousel-title {
        padding: 8rem 120px;
    }
    .carousel-indicators {
        margin-left: 120px;
    }
}

@media screen and (max-width:440px) {
    .feedback-panel {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: auto;
        border-radius: 0;
    }
    .carousel-indicators {
        margin-left: 15px;
    }
    .is-home footer {
        padding: 30px 15px 0;
    }
    .footer-box {
        text-align: center;
    }
}

/* 澶т簬1080瀹藉害涓斿皬浜?250px鏃 */

@media screen and (min-width: 1080px) and (max-width:1250px) {
    .prod-wrap {
        width: 100%;
        padding: 3rem 2rem;
    }
    .cont-box {
        width: 100%;
    }
    .cont-wrap .cont {
        width: 100%;
    }
    .page-cont-wrap {
        width: 100%;
    }
    .prod-guide {
        float: none;
        margin-bottom: 15px;
    }
    .page-cont-box{
        transform: translateY(0);
    }
    .prod-guide li {
        display: inline-block;
    }
    .is-home footer {
        padding: 30px 60px 0;
    }
    .carousel-title {
        padding: 8rem 60px;
    }
    .carousel-indicators {
        margin-left: 60px;
    }
}

@media screen and (max-width: 768px) {
    .is-home footer {
        padding: 30px 15px 0;
    }
    .carousel-title {
        padding: 0 15px;
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
    .carousel-indicators {
        margin-left: 15px;
    }
}

.btn-transparent {
    border-color: transparent;
    background-color: transparent;
    border-radius: 6px;
}

.btn-transparent:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
}

.btn-main {
    width: 154px;
    border-radius: 6px;
}

/* 杞挱鍥句笅鏂圭偣鏍峰紡 */

.carousel-indicators li {
    width: 80px;
    height: 3px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    background: #999;
}

.carousel-indicators .active {
    background: #fff
}