/*! 版权所有，翻版必究 */
html,
body,
ul,
ol,
div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    background-color: #151515
}

.swiper {
    width: 100%;
    height: 403px;
    margin: 0px auto 50px;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 225px;
    height: 255px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -122px;
    border-radius: 6px;
    overflow: hidden;
}

.swiper .pic li img {
    width: 225px;
    height: 255px;
}

.swiper .now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0px 1px 16px 0px rgb(199 212 234 / 71%);
}



.swiper .next {
    z-index: 6;
    -webkit-transform: translateX(257px);
    -moz-transform: translateX(257px);
    -o-transform: translateX(257px);
    -ms-transform: translateX(257px);
    transform: translateX(257px);
}

.swiper .next1 {
    z-index: 6;
    -webkit-transform: translateX(491px);
    -moz-transform: translateX(491px);
    -o-transform: translateX(491px);
    -ms-transform: translateX(491px);
    transform: translateX(491px);
}

.swiper .prev {
    z-index: 6;
    -webkit-transform: translateX(-257px);
    -moz-transform: translateX(-257px);
    -o-transform: translateX(-257px);
    -ms-transform: translateX(-257px);
    transform: translateX(-257px);
}

.swiper .prev1 {
    z-index: 6;
    -webkit-transform: translateX(-492px);
    -moz-transform: translateX(-492px);
    -o-transform: translateX(-492px);
    -ms-transform: translateX(-492px);
    transform: translateX(-492px);
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}



.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}


.H5swiper {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.H5swiper .H5pic {
    width: 100%;
    position: relative;
}

.H5swiper .H5pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: absolute;
    top: 30px;
    left: calc(50vw - 9rem + 1.6rem);
    width: 15rem !important;
    height: 17rem !important;
    border-radius: 6px;
    overflow: hidden;
}

.H5swiper .now img {
    width: 100%;
}

.H5swiper .now {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
    box-shadow: 0px 1px 16px 0px rgb(199 212 234 / 71%);
}


.H5swiper .next {
    z-index: 6;
    -webkit-transform: translateX(17rem);
    -moz-transform: translateX(17rem);
    -o-transform: translateX(17rem);
    -ms-transform: translateX(17rem);
    transform: translateX(17rem);
}

.H5swiper .prev {
    z-index: 6;
    -webkit-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -ms-transform: translateX(-17rem);
    transform: translateX(-17rem);
}

.H5swiper img {
    width: 100%;
    height: 100%;
}body {
    font-family: PingFangHK-Medium, PingFangHK;
}


/*商家入驻*/

.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #EEEEEE;
    font-size: 20px;
    /*display: block;*/
    z-index: 9;
}

.enterForm {
    width: 35%;
    border: 1px solid white;
    background-color: white;
    z-index: 10;
    position: fixed;
    top: 20%;
    left: 35%;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.enterButton {
    background-color: #2773FF;
    border-radius: 5px;
    padding: 5px 40px 5px 40px;
    color: white;
    border-color: #2773FF;
    margin-bottom: 20px;
}

.formGroup {
    padding-bottom: 40px;
}

.controlLabel {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 66, 1);
}

.radioSpan {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 66, 1);
    position: absolute;
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    /* font-weight: 400; */
    /* vertical-align: middle; */
    cursor: pointer;
    margin-right: 30px;
    top: -15px;
}

.errorhidden {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: -20px;
}

.suchidden {
    display: none;
    color: green;
    font-size: 16px;
    margin-top: -20px;
}


/* banner */

#itemone {
    position: relative;
    margin-top: -70px;
    width: 100%;
    height: 100%;
}

#bannerimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    width: 100%;
    height: 100%;
}

#bannerimg img {
    width: 100%;
    height: 100%;
}

#slogan {
    position: relative;
    width: 100%;
    height: 100%;
}

#slogan p {
    color: #fff;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
}

#slogan .small {
    top: 43%;
    font-size: 16px;
    line-height: 30px;
}

#slogan .big {
    top: 48%;
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 20px;
    transform: translateY(-50%);
    font-weight: 500;
}

#slogan .word {
    top: 55%;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

.fadeoutword {
    position: absolute;
    left: 70px;
    top: 22px;
    color: #3863d2;
    font-size: 40px;
    font-weight: 400;
    z-index: 3;
}

#pcItem {
    display: block;
}

#phonesItem {
    display: none;
}

.buttonBarW {
    width: 100%;
    height: 62px;
    background: #FFFFFF;
    opacity: 0.9;
    bottom: 0;
    position: fixed;
    box-shadow: 0px 3px 7px 0px #dee1ea;
    z-index: 50;
}

.phoneBottom {
    margin-right: 38%;
}

.phoneBottom span {
    font-size: 16px;
    font-weight: 500;
    color: #262E47;
}

.buttomsqsy button {
    width: 120px;
    height: 40px;
    background: #3065EE;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
    opacity: 1 !important;
}


/* 适配 */


/* 大屏幕 */

@media (min-width: 1200px) {
    #itemfactory {
        padding: 100px 0;
        background: pink;
    }

    #pcItem {
        display: block;
    }

    #phonesItem {
        display: none;
    }
}


/* 中等屏幕 */

@media (min-width: 992px) and (max-width: 1200px) {
    #itemfactory {
        padding: 80px 0;
        background: green;
    }

    #pcItem {
        display: block;
    }

    #phonesItem {
        display: none;
    }
}


/* 小屏幕 */

@media (min-width: 768px) and (max-width: 992px) {
    #itemfactory {
        padding: 50px 0;
        background: red;
    }

    #pcItem {
        display: block;
    }

    #phonesItem {
        display: none;
    }
}


/* 手机 */

@media (max-width: 768px) {
    #pcItem {
        display: none;
    }

    #phonesItem {
        display: block;
    }

    /* banner */
    #itemone {
        height: 400px;
        margin-top: 0px;
    }

    #slogan .big {
        top: 50%;
        font-size: 26px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
        margin-bottom: 36px;
    }

    #slogan .small {
        top: 35%;
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: 'ArialMT';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    #slogan .word {
        top: 60%;
        margin-bottom: 20px;
        font-size: 14px;
        font-family: 'SourceHanSansCN-Normal';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }
}

.secondPage {
    width: 100%;
    height: 100%;
    position: relative;
}

.blueBackground {
    height: 100%;
}

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

.workImg {
    width: 66%;
    position: absolute;
    top: 4%;
    left: 34%;
}

.workImg img {
    width: 80%;
    height: 80%;
}

.leftTopfont {
    position: absolute;
    top: 9%;
    left: 5%;
    width: 380px;
    padding-left: 16px;
    background: linear-gradient(180deg, #508BE6 0%, rgba(82, 139, 229, 0) 100%);
    padding-top: 20px;
}

.leftTopfont .title {
    width: 341px;
    height: 100px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0.85;
}

.leftTopfont .center {
    position: absolute;
    top: 110%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 24px;
    opacity: 0.75;
    border-bottom: 1px dashed #FFFFFF;
}

.leftTopfont .bottom {
    position: absolute;
    top: 165%;
    width: 239px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.75;
}

.leftBottomFont {
    position: absolute;
    top: 57%;
    left: 6%;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.85;
}

.leftBottomFont .bottomSmallFont {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    opacity: 0.75;
}

.whiteFrame {
    width: 14%;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgb(199 212 234 / 71%);
    border-radius: 8px;
    padding-bottom: 24px;
    height: 300px;
    padding-top: 8px;
}

.whiteFrame1 {
    position: absolute;
    top: 69%;
    left: 45%;
}

.whiteFrame2 {
    position: absolute;
    top: 58%;
    left: 62%;
}

.whiteFrame3 {
    position: absolute;
    top: 48%;
    left: 79%;
}

.H5CenterBar {
    width: 100%;
    height: 12%;
    color: #262E47;
    background: #f7faff;
    font-family: PingFangHK-Semibold, PingFangHK;
    padding-top: 5%;
    padding-bottom: 22%;
}

.H5CenterBar .top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
    font-weight: 600;
    font-size: 24px;
}

.H5CenterBar .bottom {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.H5whiteFrame {
    width: 100%;
    height: 31%;
    background: #f7faff;
    display: flex;
}

.H5whiteFrame .H5Frame {
    width: 32%;
    background: #ffffff;
    height: 100%;
}

.H5whiteFrame .H5whiteFrame1 {
    margin-right: 1.5%;
    /* margin-left: 1.5%; */
}

.H5whiteFrame .H5whiteFrame2 {
    margin-right: 1.5%;
}

.threePage {
    width: 100%;
    /* height: 100%; */
    padding-top: 9%;
}

.threePage .title {
    font-size: 36px;
    font-weight: 600;
    color: #262E47;
    text-align: center;
}

.bodyElement {
    padding-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.childTitle {
    font-size: 18px;
    font-weight: 500;
    color: #262E47;
    padding: 8px 0 22px 0;
}

.childBody {
    font-size: 14px;
    font-weight: 400;
    color: #868C9D;
    opacity: 0.75;
}

.bodyChild {
    margin: 0px 56px;
    width: 254px;
}

.centerTitle {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #262E47;
    margin-top: 70px;
}

.centerSmailTitle {
    font-size: 14px;
    font-weight: 500;
    color: #262E47;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 12px;
}

.advantage {
    width: 100%;
    text-align: center;
    /* height: 54%; */
    background: #F7FAFF;
}

.advantageTitle {
    font-size: 36px;
    font-weight: 600;
    color: #262E47;
    padding: 49px 0 47px;
}

.advantageChild {
    width: 227px;
    height: 324px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 50px 0;
    margin: 0 8px;
    position: relative;
}

.topBar {
    position: absolute;
    width: 100%;
    top: 0;
    height: 4px;
    background: linear-gradient(270deg, #508AFF 0%, #7EB7FE 100%);
    border-radius: 2px 2px 0px 0px
}

.childConten {
    font-size: 14px;
    font-weight: 500;
    color: #262E47;
    padding: 0 26px;
}

#next,
#prev {
    width: 25px;
    height: 25px;
    background: #f7faff;
    border-radius: 16px;
    font-size: 20px;
    padding-left: 3px;
    padding-top: 2px;
}

#next:hover,
#prev:hover {
    background: #026aff;
    color: #FFFFFF;
}

.childTitle {
    font-size: 18px;
    font-weight: 600;
    color: #466DE9;
    padding: 20px 0;
}

.advantageBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 72px;
}

.cooperation {
    width: 100%;
    text-align: center;
    /* height: 47%; */
    padding-top: 60px;
    padding-bottom: 40px;
    background: #FFFFFF;
}

.cooperationTitle {
    font-size: 36px;
    font-weight: 600;
    color: #262E47;
    padding-bottom: 40px;
}

.investorLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.investorLogo div {
    width: 170px;
    height: 60px;
    padding: 4px 8px;
}

.investorLogo img {
    width: 150px;
    height: 50px;
}

.investor {
    text-align: center;
    /* height: 60%; */
    width: 100%;
    padding-bottom: 20px;
    background: #F7FAFF;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.investorTitle {
    font-size: 36px;
    font-weight: 600;
    color: #262E47;
    padding: 60px 0;
}

.carouselBlock {
    /* height: 40%; */
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 48px;
}

.carouselBody {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 48px;
}

.carouselBody img {
    margin: 0 4px;
}

.titleCarouselfather {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    font-size: 24px;
    font-weight: 600;
    color: #026AFF;
}

.titleCarousel {
    margin: 0 64px;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(-33.3%);
    }

    to {
        transform: translateX(0);
    }
}

.scrollBar {
    position: relative;
    width: 1200px;
    height: 276px;
    overflow: hidden;
    margin: auto;
    background-color: #FFFFFF;
    margin-bottom: 48px;
    margin-top: 20px;
}

.scrollBar .imgScroll:nth-of-type(1) {
    animation: infiniteScroll 15s linear infinite;
    position: absolute;
    top: 0;
}

.scrollBar .imgScroll:nth-of-type(2) {
    animation: infiniteScroll 12s linear infinite;
    position: absolute;
    top: 92px;
}

.scrollBar .imgScroll:nth-of-type(3) {
    animation: infiniteScroll 15s linear infinite;
    position: absolute;
    top: 184px;
}

.scrollBar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-width: 150px;
    z-index: 10;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.scrollBar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 150px;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

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

#comment {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.commentImg {
    position: absolute;
    left: 0%;
    top: 8%;
    width: 461px;
    height: 296px;
    /* transition:1s; */
    display: none;
}

.investorComment {
    position: relative;
    height: 400px;
}

.investorchild {
    position: absolute;
    display: none;
    width: 819px;
    height: 266px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px #dee1ea;
    left: 70%;
    top: 12%;
    /* transition: 1.5s; */
}

.investorchild .child1 {
    position: absolute;
    top: 10%;
    left: 7%;
}

.investorchild .child2 {
    width: 710px;
    height: 66px;
    font-size: 14px;
    font-weight: 400;
    color: #262E47;
    line-height: 22px;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 7%;
}

.investorchild .child3 {
    position: absolute;
    left: 0;
    top: 79%;
    width: 100%;
    text-align: right;
    padding-right: 28px;
}

.modal-content {
    margin-top: 50%;
    width: 380px;
    margin-left: 15%;
}

.modalLabel {
    font-size: 14px;
    font-weight: 500;
    color: #262E47;
    padding-bottom: 4px;
    padding-left: 11px;
}

.modal-body {
    padding: 15px 36px;
}

.loginPage {
    overflow: auto;
}

.whiteFramesonchild {
    height: 33.3%;
}

.H5whiteFramesonchild {
    height: 33.3%;
}

.percentage {
    font-size: 30px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    padding: 8px 16px 6px;
}

.progress {
    height: 3px !important;
    width: 80%;
    margin-left: 16px;
    margin-bottom: 8px !important;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.progressH5 {
    height: 3px;
    width: 192px;
    margin-left: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.contentWhiteFrame {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding: 0 16px;
}

.H5contentWhiteFrame {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    transform: scale(0.75);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.whiteFrame1 .whiteFramesonchild {
    color: #508BFF;
}

.whiteFrame1 .progress-bar {
    background-color: #508BFF;
}

.whiteFrame2 .whiteFramesonchild {
    color: #2CC899;
}

.whiteFrame2 .progress-bar {
    background-color: #2CC899;
}

.whiteFrame3 .whiteFramesonchild {
    color: #FE954B;
}

.whiteFrame3 .progress-bar {
    background-color: #FE954B;
}

.H5whiteFrame1 .H5whiteFramesonchild {
    color: #508BFF;
}

.H5whiteFrame1 .progress-bar {
    background-color: #508BFF;
}

.H5whiteFrame2 .H5whiteFramesonchild {
    color: #2CC899;
}

.H5whiteFrame2 .progress-bar {
    background-color: #2CC899;
}

.H5whiteFrame3 .H5whiteFramesonchild {
    color: #FE954B;
}

.H5whiteFrame3 .progress-bar {
    background-color: #FE954B;
}

.H5percentage {
    padding-left: 0.6em;
    padding-top: 0.5em;
    font-weight: bold;
    font-size: 20px;
}

.progressH5 {
    height: 3px;
    width: 6em;
    margin-left: 1em;
    margin-bottom: 0.4em;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.H5bodyElement {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.H5bodyChild {
    width: 50%;
    margin-bottom: 2em;
}

.H5childTitle {
    font-size: 14px;
    font-weight: 500;
    color: #262E47;
    padding-bottom: 4px;
}

.H5childBody {
    font-size: 12px;
    font-weight: 400;
    color: #868C9D;
    transform: scale(0.833333);
    white-space: nowrap;
}

.flzzTitle {
    font-size: 20px;
    font-weight: 600;
    color: #262E47;
    text-align: center;
    margin: 1.5em;
}

.flzzChild {
    position: relative;
    width: 100%;
    height: 7em;
    border-bottom: 0.6em solid #F7FAFF;
}

.flzzChild img {
    width: 46px;
    height: 58px;
    position: absolute;
    top: 21%;
    left: 7%;
}

.H5childTitle1 {
    position: absolute;
    top: 14%;
    left: 23%;
    font-size: 18px;
    font-weight: 600;
    color: #466DE9;
}

.H5childBody1 {
    position: absolute;
    top: 45%;
    left: 23%;
    font-size: 12px;
    font-weight: 500;
    color: #868C9D;
    width: 22em;
}

.cooTitle {
    font-size: 20px;
    font-weight: 600;
    color: #262E47;
    text-align: center;
    margin: 1em 2em;
}

.investorH5Title {
    font-size: 20px;
    font-weight: 600;
    color: #262E47;
    text-align: center;
    padding: 1.4em;
}

.service-customer {
    width: 166px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin: 10px;
}

.slick img {
    width: 225px;
    height: 225px;
}

.slick-center img {
    width: 262px;
    height: 296px;
}

.slick-track {
    display: flex;
    align-items: center;
}

/* #navbar-nav li {
    margin: 0 12px !important;
} */

.btnleft {
    padding-top: 25px;
    padding-left: 0 !important;
}

.btn-primary {
    background: #3065ee !important;
    border: none !important;
}

.btn-primary:hover {
    background: #1C58F3 !important;
}

.modal-footer {
    border: none !important;
    padding: 15px 15px 23px !important;
}

.form-control {
    width: 93% !important;
    margin-left: 11px !important;
}

.btn-default {
    background: #F2F2F2 !important;
    border: none !important;
}
.btn-default:hover{
    background: #F2F2F2 !important;
    border: none !important;
}
#btntoggle{
    float: left;
}
.swiper-slide{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.select2-container{
    left: -1%;
}
