.container {
    width: 1170px;
    margin: 0 auto;
}

.container-body {
    width: 100%;
}

.tex-center {
    text-align: center;
}

body {
    background-color: #fff;
}

.nm-top {
    margin-top: 15px;
    width: 100%;
    height: 55px;
    background-color: #2069ce;
}

.nmt-title {
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    padding-left: 30px;
    white-space: nowrap;
}

.nmt-search {
    width: 575px;
    margin-left: 60px;
    height: 35px;
    background-color: #fff;
}

.change-w {
    width: 445px !important;
}

.change-w .input-tool{
    width: 385px;
}

.change-w .input-tool .pt-right input {
    width: 280px;
}

.input-tool {
    width: 515px;
    background-color: #fff;
    height: 35px;

}

.sear-btn {
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    float: right;
    background-color: #66c3ff;
    cursor: pointer;
}

.nmt-tool a {
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    text-decoration: none;
    margin-right: 30px;
}

.pt-left {
    padding: 6.5px 0px 6.5px 10px;
    width: 58px;
    color: #004097;
    font-size: 14px;
    line-height: 23px;
    padding-right: 28px;
    cursor: pointer;
    background: url("../images/search-arrow.png") 85px center no-repeat;
    position: relative;
}

.pt-left::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #d5dde8;
    position: absolute;
    top: 7px;
    right: -6px;
}

.pt-slider {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: -1px;
    width: 105px;
    min-height: 65px;
    border: 1px solid #004097;
    border-top-color: #fff;
    background-color: #fff;
    z-index: 999;
    display: none;
}

.pt-left:hover .pt-slider {
    display: block;
}

.pt-slider p {
    padding-left: 10px;
    color: #004097;
    line-height: 30px;
    cursor: pointer;
}

.pt-right input {
    padding: 8px 0px;
    width: 385px;
    padding-left: 15px;
    border-width: 1px;
    font-size: 14px;
    color: #333;
    border-color: #fff;
    outline: none;
}

.top-banner {
    margin-top: 30px;
    position: relative;
}

.layui-carousel {}

.banner-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.banner-all .banner-left-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-left-cont .banner-list {
    width: 268px;
    min-height: 100px;
    margin: 0 !important;
}

.banner-left-cont .banner-list:nth-child(2) {
    margin: 25px 0 !important;
}

.banner-center-cont {
    width: 416px;
    min-height: 350px;
    padding: 19px 26px 24px 23px;
    margin: 0 20px;
    background: url("../images/send-pur-bg.png") no-repeat 0 0/ 100% 100%;
    cursor: pointer;
}

.banner-center-cont .send-pur-img {
    width: 170px;
    height: 23px;
}

.banner-center-cont .more-pur {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffb09a;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.more-pur .my-active {
    background: rgb(255, 84, 56);
    padding: 5px 15px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
    border-radius: 6px;
}

.more-pur .my-active img {
    width: 15px;
    margin-right: 2px;
    vertical-align: text-top;
}

.banner-center-cont .have-send {
line-height: 1;
margin: 0;
padding: 15px 20px;
color: #fdfdfd;
font-size: 14px;
background-color: rgba(22,208,255,.3);
border: 1px dashed #3699ff;
}

.banner-center-cont .have-send span {
margin: 0 5px;
font-size: 20px;
}

.scroll-container {
width: 320px; /* 容器宽度 */
    height: 100px; /* 容器高度 */
    overflow: hidden; /* 隐藏溢出部分 */
}

.scroll-wrapper {
    animation: scroll-up linear infinite;
}

.scroll-content {
    display: inline-block;
    width: 100%;
    white-space: nowrap; /* 不自动换行 */
    padding-left: 17px;
}

.scroll-content p {
    margin: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.banner-right-cont {
    margin: 0;
    background: url("../images/bm-b-bg.png") no-repeat 0 0/ 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-right-cont .send-pur-img{
    width: 117px;
}

.banner-right-cont .bm-cont {
    position: relative;
    margin-bottom: 9px;
}

.banner-right-cont .bm-cont .bm-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 286px;
}

.banner-right-cont .bm-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner-right-cont .bm-select-all {
    width: 100%;
}

.banner-right-cont .bm-select-item {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    /* min-width: 177px; */
    background: rgba(255,255,255,.5);
    padding: 10px;
    cursor: pointer;
    width: 31%;
    height: 115px;
}

.bm-select-item:nth-child(4),.bm-select-item:nth-child(5) {
    min-width: 47%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px !important;
    margin-right: 0 !important;
}

.bm-select-item img {
    width: 58px;
    /*height: 48px;*/
}

.bm-select-item p {
    font-size: 14px;
    font-weight: 600;
    color: #e09616;
    text-align: center;
}

.bm-select-item:nth-child(2) p,.bm-select-item:nth-child(3) p {
    padding-top: 10px;
}

.active-en {
    width: 100% !important;
}

.czs-bm {
    color: #ff5438 !important;
}

.tb-carousel img {
    height: 418px;
    width: 100%;
}

.tb-carousel .layui-carousel-ind {
    text-align: right;

}

.tb-carousel .layui-carousel-ind ul {
    margin-right: 10px;
}

.tb-carousel .layui-carousel-ind li {
    margin: 0px 8px;
}

.tb-carousel .layui-carousel-ind ul,
.tb-carousel .layui-carousel-ind ul:hover,
.tb-carousel .layui-carousel-ind ul:hover {
    background-color: rgba(0, 0, 0, 0);
}

.tb-menu {
    height: 418px;
    width: 235px;
    /*background-color: rgba(101, 103, 105, 0.5);*/
    background: #F2F4F7 !important;
    position: absolute;
    padding: 10px 0;
    top: 0px;
    left: 0px;
}

.tb-menu .tbm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    color: #333;
    padding: 0px 30px 0px 15px;
    cursor: pointer;
    background: url("../images/white-arrow.png") 200px center no-repeat;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tb-menu .tbm-list .tbm-item-dot {
    position: relative;
    margin-left: 5px;
}

.tb-menu .tbm-list .tbm-item-dot::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -12px;
    top: 8px;
    background: #dedede;
}

.tb-menu .tbm-list .tbm-item-dot:hover {
    color: #fff;
}

.tb-menu .tbm-list:hover {
    background: url("../images/white-arrow.png") 200px center no-repeat;
    background-color: #2069CE;
    color: #fff;
}

.tbm-con {
    width: 935px;
    position: absolute;
    height: 418px;
    top: 0px;
    left: 235px;
    background-color: #fff;
    box-shadow: 3px 5px 10px #dddddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.tb-menu .tbm-list:hover .tbm-con {
    display: block
}

.tb-menu .tbm-list .tbm-con:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 935px;
    background-color: #ebebeb;
    top: 50%;
    left: 0px;
    margin-top: -1px;
}

.tbm-con ul li {
    float: left;
    width: 25%;
    padding-top: 20px;
    height: 209px;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
}

.tbm-con ul li img {
    display: block;
    height: 98px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tbm-con ul li p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pb-title {
    font-size: 22px;
    color: #333333;
    margin-top: 39px;
    padding-bottom: 20px;
}

.blue-tip {
    color: #2069ce;
    font-weight: 900;
}

.pb-con .layui-carousel-arrow {
    top: -17px
}

.pb-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
    /* right:40px; */
    left: 100%;
    margin-left: -73px;
}

.pb-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0px;
}

.pb-con .layui-carousel-arrow {
    display: none\9;
    opacity: 0;
    position: absolute;
    /* left: 10px;
    top: 50%; */
    /* margin-top: -18px; */
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    background-color: #f2f2f2;
    color: #898989;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.pb-item {}

.pbi-son {
    float: left;
    box-sizing: border-box;
    width: 20%;
    border: 1px solid #ededed;
    padding: 20px 20px;
    /* padding-bottom:20px; */

}

.pbi-img {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pbi-img>img {
    display: block;
    max-width: 100%;
    max-height: 140px;
}

.pb-item .pbi-son:nth-child(1) {
    border-top: 1px solid #51c1cf;
}

.pb-item .pbi-son:nth-child(2) {
    border-top: 1px solid #ff6565;
}

.pb-item .pbi-son:nth-child(3) {
    border-top: 1px solid #518bd9;
}

.pb-item .pbi-son:nth-child(4) {
    border-top: 1px solid #ffd74a;
}

.pb-item .pbi-son:nth-child(5) {
    border-top: 1px solid #90bfea;
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}

.pbi-detail {
    padding-top: 25px;
}

.pbi-detail h1 {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    height: 26px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pbi-detail p {
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yhb-left {
    width: 33%;
    margin-right: 5%;
}

.yhb-right {
    width: 62%;
}

.ybl-con {
    height: 420px;
    box-sizing: border-box;
    background: url("../images/YIDAIYILU-BACK.png") center no-repeat;
    padding: 35px 52px;
    overflow: hidden;
    background-size: 100%;

}

.ybl-imgbox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.ybl-imgbox .img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 240px;
    margin: 0 auto 30px;
    text-align: center;
}

.ybli-title {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 26px;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ybli-title span {
    color: #666;
}

.ybl-con .layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.ybl-con .layui-carousel {
    background-color: transparent;
}

.ybli-btn {
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    background-color: #2099e9;
    margin-left: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.ybl-con .layui-carousel-arrow {
    width: 60px;
    height: 60px;
}

.ybl-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -70px;
}

.ybl-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -70px;
}

.yhb-rone {
    height: 165px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.yhb-rtwo {
    height: 165px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.layui-carousel>[carousel-item]>.ybo-item {
    background-color: #f5f5f5;
}

.ybo-item {
    padding: 30px 20px;
}

.ybo-item li {
    width: 17%;
    float: left;
    margin: 0 1.5%;
    height: 108px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 6.72px 0.28px rgba(164, 164, 164, 0.3);
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.ybo-item li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 28px 0px 35px;
}

.ybo-item li>a>.ybo-item-img {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ybo-item li>a>.ybo-item-img>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.ybo-item li i {
    display: inline-block;
    width: 38px;
    height: 38px;
    padding-top: 5px;
    text-align: center;
    color: #666666;
    border-radius: 50%;
    font-style: normal;
    background-color: #e4e6e6;
    position: absolute;
    left: 0px;
    top: -15px;
    font-size: 12px;
}

.ybo-item li p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px;
}

.ybo-item li i span {
    font-weight: 900;
}

.ybo-item .hot-first i {
    background-color: #d0021b;
    color: #fff;
}

.ybo-item .hot-second i {
    background-color: #2099e9;
    color: #fff;
}


.ybt-item {
    padding: 10px 0px 10px 0px;
}

.ybt-item li {
    width: 16%;
    float: left;
    margin: 0 2%;
    height: 88px;

}


.ybt-item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: 12px;
    color: #333;
;
    line-height: 20px;
    padding-top: 8px;
}

.layui-carousel>[carousel-item]>.ybt-item {
    background-color: #f5f5f5;
}

.bg-f5 {
    background-color: #f5f5f5;
}

.tj-product {
    margin-top: 50px;
    padding-bottom: 60px;
}

.tj-title {
    height: 80px;
    background: url("../images/gj-title.png") center no-repeat;
    position: relative;
}

.tj-title i {
    display: inline-block;
    width: auto;
    padding-left: 32px;
    padding-right: 10px;
    height: 28px;
    border: 1px solid #e5e5e5;
    background: url("../images/huanyihuan.png") 12px center no-repeat;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 25px;
    top: 30px;
    line-height: 28px;
    background-color: #fff;
    cursor: pointer;
}

.tj-title-en {
    height: 80px;
    background: url("../images/gj-title-en.png") center no-repeat;
    position: relative;
}

.tj-title-en i {
    display: inline-block;
    width: auto;
    padding-left: 32px;
    padding-right: 10px;
    height: 28px;
    border: 1px solid #e5e5e5;
    background: url("../images/huanyihuan.png") 12px center no-repeat;
    font-style: normal;
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 25px;
    top: 30px;
    line-height: 28px;
    background-color: #fff;
    cursor: pointer;
}


.tj-detail ul li {
    float: left;
    box-sizing: border-box;
    width: 23%;
    height: 300px;
    background-color: #fff;
    margin-right: 1.9%;
    margin-top: 15px;
    padding: 20px 30px;
}

.tj-detail ul li:nth-child(4n) {
    margin-right: 0px;
}

.tj-detail li .img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.tj-detail li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}


.tj-detail li h3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: 12px;
    color: #333;
;
    line-height: 20px;
    font-size: 14px;
}

.tj-detail li p {
    line-height: 20px;
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tj-detail li button {
    margin-top: 10px;
    width: 80px;
    height: 30px;
    border: 1px solid #2099e9;
    color: #2099e9;
    background-color: #fff;

}

.tj-detail ul li:hover {
    box-shadow: 13.244px 7.042px 22.95px 4.05px rgba(142, 146, 149, 0.2);
}

.fq-container {
    padding-top: 20px;
    position: relative;
}

.fqc-main {
    padding-left: 233px;
}

.fqc-menu {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 203px;

}

.fqc-menu h1 {
    height: 50px;
    background-color: #2069ce;
    font-size: 18px;
    padding-left: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-image: url("../images/menu.png");
    background-repeat: no-repeat;
    background-position: 27px center;
    overflow-y: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fqc-menu1 {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 203px;

}

.zsd-head {
    min-height: 48px;
    box-sizing: border-box;
    padding: 0px 15px;
    background-color: #f5f5f5;
    line-height: 48px;
    margin-top: 20px;
    font-size: 16px;
}

.zsd-head span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
}

.zsd-head span.active {
    font-size: 16px;
    color: #333333;
    font-weight: 900;
}

.fqc-menu1 h1 {
    height: 50px;
    background-color: #2069ce;
    font-size: 18px;
    padding-left: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-image: url("../images/down-shou.png");
    background-repeat: no-repeat;
    background-position: 27px center;
}

.fqc-menu ul {
    background-color: #f5f5f5;
}

.fqc-menu ul li {
    padding: 25px 0px;
    padding-left: 30px;
    height: 65px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background: url("../images/menu-dot.png") 15px 30px no-repeat;
}

.fq-search {
    width: 425px;
    border: 1px solid #2069ce;
    float: right;
}

.fq-search .input-tool {
    width: 355px;
}

.fq-search .pt-right input {
    width: 232px;
}

.fq-search .pt-left {
    padding-left: 20px;
    width: 100px;
    background-position: 78px center;
    height: 100%;
}

.fq-search .pt-left>span {
    display: inline-block;
    width: 100%;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.sear-btn {
    background-color: #2069ce;
}

.fq-search .pt-slider {
    border-color: #2069ce;
    border-top-color: #fff;
    top: 37px;
    width: 107px;
    min-height: 65px;
}

.fqt-title {
    /* padding-bottom:10px; */
    margin-top: 25px;
    border-bottom: 1px solid #2069ce;
    position: relative;
    height: 35px;

}

.fqt-title::after {
    content: "";
    height: 8px;
    width: 0px;
    background-color: #dddddd;
    position: absolute;
    left: 80px;
    padding-bottom: 12px;
    top: 0px
}

.fqt-title span {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.fqt-title span:last-of-type {
    padding-left: 0px;
    text-align: right;
    border-right-width: 0px;
}

.fqt-title span.active a {
    color: #2069ce;
    font-weight: 900;
}

.fqt-title button {
    width: auto;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    background: url("../images/guan-arrow.png") 99% center no-repeat;
    text-align: left;
    padding-left: 10px;
    color: #333;
    margin-top: -5px;
    padding-right: 15px;
}

.fqt-title button:last-child {
    width: auto;
    border-color: #2069ce;
    padding-left: 15px;
    background-image: none;
    text-align: center;
    margin-right: 20px;
    color: #2099e9;
    padding-right: 15px;
}

.fqtd-shai {
    padding-top: 5px;
}

.fqtd-shai .checked-content {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fqtd-shai .checked-content .checked-left{
    width: 10%;
    text-align: center;
}

.fqtd-shai .checked-content .checked-items{
    display: flex;
    flex-wrap: wrap;
}

.fqtd-shai .checked-content .checked-items .fqt-checked-group {
    margin-bottom: 5px;
    max-width: 186px;
    position: relative;
}

.fqt-checked-group .fqt-checked-item {
    display: flex;
    padding: 5px;
    border: 1px solid #D8D8D8;
    background: #F5F5F5;
    margin-right: 19px;
}

.fqt-checked-group .fqt-checked-item .checked-category {
    color: #666;
}

.fqt-checked-group .fqt-checked-item .checked-category-item{
    color: #0048AC;
}

.fqt-checked-group:hover .fqt-checked-item{
    border: 1px solid #2069CE;
}
.fqt-checked-group:hover .close-icon {
    background: #2069CE;
    color: #fff;
    cursor: pointer;
}

.fqt-checked-group .close-icon {
    position: absolute;
    right: 16px;
    top: 0px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 1.9;
}

.fqt-checked-group .fqt-checked-item .fqt-checked-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    width: 153px;
}


.fqtd-shai ul li {
    border-bottom: 1px solid #efefef;
    display: flex;
}

.fqs-left {
    box-sizing: border-box;
    /* float: left; */
    width: 114px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 14px;
    display: table-cell;
    line-height: 30px;
    word-break: break-all;
}

.fqs-right {
    box-sizing: border-box;
    /* float: left; */
    width: 820px;
    padding-left: 25px;
    padding-right: 80px;
    /* display: table-cell; */
    position: relative;
    padding-top: 15px;
    top: -5px;
}

.fqs-right .layui-form-item {
    height: 33px;
    overflow: hidden;
}

.fqs-right .layui-form-item.more-item {
    height: auto !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #d0021b !important;
    background-color: #fff;
    color: #d0021b;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #d0021b !important;
}

.layui-form-checked[lay-skin=primary]:hover i {
    border-color: #d0021b !important;
    background-color: #fff;
    color: #d0021b;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary]:hover {
    border-color: #d0021b !important;
    color: #d0021b;
}

.fqs-right .layui-form-checkbox[lay-skin=primary] span {
    padding-right: 20px;
}

.more {
    position: absolute;
    font-size: 14px;
    color: #2069ce;
    padding-right: 20px;
    background: url("../images/more.png") right center no-repeat;
    right: 0px;
    top: 20px;
    cursor: pointer;
}

.fqml-items {
    padding-bottom: 60px;
}

.fqml-items ul li {
    float: left;
    box-sizing: border-box;
    width: 31%;
    height: 330px;
    background-color: #fff;
    margin-right: 2.3%;
    margin-top: 15px;
    padding: 20px 30px;
    padding-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    position: relative;
}

.fqml-items ul li:nth-child(3n) {
    margin-right: 0px;
}

.fqml-items li .img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.fqml-items li img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.fqml-items li h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    height: 30px;
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px;
}

.fqml-items li p {
    line-height: 20px;
    color: #666666;
    font-size: 12px;
    height: 30px;
    padding-top: 10px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fqml-items li button {
    margin-top: 10px;
    width: 80px;
    height: 30px;
    border: 1px solid #2099e9;
    color: #2099e9;
    background-color: #fff;

}

.fqml-items ul li:hover {
    box-shadow: 13.244px 7.042px 22.95px 4.05px rgba(142, 146, 149, 0.2);
}

.yi-shou {
    padding-left: 20px;
    font-style: normal;
    font-size: 12px;
    color: #333;
    background: url("../images/yi-show.png") left center no-repeat;
    line-height: 30px;
}

#fqmlPage {
    text-align: center;
;
}

.hot-zhan {
    padding-left: 18px;
    display: inline-block;
    height: 20px;
    font-size: 12px;
    background: url("../images/hot-zhanpin.png") 3px center no-repeat;
    background-color: #f84d62;
    line-height: 20px;
    color: #fff;
    padding-right: 5px;

}

.fqml-items .hot-zhan {
    position: absolute;
    top: 0px;
    left: 0px;
}

.fqzs-items li {
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 20px 20px;
    margin-top: 20px;position: relative;
}

.fqz-logo {
    width: 120px;
    float: left;
}

.fqz-detail {
    width: 435px;
    float: left;
    margin-left: 30px;
}

.fqz-product {
    width: 280px;
    float: right;
}

.sc-product {
    width: 580px;
    float: right;
}

.fqz-logo {
    width: 75px;
    height: 75px;
    padding-top: 10px;
}

.fqz-detail h1 {
    font-size: 14px;
    font-weight: 900;
    padding-top: 6px;
    color: #333;
    max-height: 46px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    width: 80%;
}

.fqz-detail p.fqzd-title {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: 12px;
    color: #666666;
    line-height: 20px;
    font-size: 12px;
    padding: 8px 0px;
    width: 80%;
}

.fqz-detail p.fqzd-area span {
    font-size: 12px;
    color: #2069ce;
    margin-right: 35px;
}
.fqz-detail p.fqzd-country {
    font-size: 12px !important;
    color: #666666;
    line-height: 12px;
    padding: 0px 0px 8px 0px !important;
}

.fqzd-btn {
    padding-top: 20px;
}

.fqzd-btn .layui-btn {
    height: 30px;
    font-size: 12px;
    background-color: #2099e9;
    color: #fff;
}

.fqzd-btn .layui-btn.layui-btn-primary {
    background-color: #fff;
    border-color: #2099e9;
    color: #2099e9
}

.fqz-detail .hot-zhan {
    margin-left: 5px;
}


.fqp-item {
    width: 46%;
    float: left;
    margin: 0 2%;
    height: 88px;
    padding: 10px 0px 10px 0px;
}

.yti-imgbox {
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    text-align: center;
    width: 122px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
}

.yti-imgbox img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    max-height: 90%;
}

.fqp-item p {
    width: 122px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: 12px;
    color: #333;
;
    line-height: 20px;
    padding-top: 8px;
}

.num-fqt {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.sc-title {
    margin-top: 55px;
    border-bottom: 1px solid #2069ce;
    position: relative;
    height: 35px;
;
}

.sc-title>span {
    display: inline-block;
    width: 170px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.sc-title>span:nth-child(2) {
    margin-left: 30px;
    text-align: right;
}

.sc-title>span.active {
    color: #2069ce;
    font-weight: 900;
}

.sc-title button {
    width: 80px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    background: url("../images/guan-arrow.png") 65px center no-repeat;
    text-align: left;
    padding-left: 10px;
    color: #333;
    margin-top: -5px;
}

.sc-title button:last-child {
    width: 70px;
    border-color: #2069ce;
    padding-left: 0px;
    background-image: none;
    text-align: center;
    margin-right: 20px;
    color: #2099e9;
}

.sc-title::after {
    content: "";
    height: 8px;
    width: 1px;
    background-color: #dddddd;
    position: absolute;
    left: 200px;
    padding-bottom: 12px;
    top: 0px
}

.qysc-list li {
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    padding-bottom: 30px;
    min-height: 156px;
    position: relative;
}

.sc-main {
    padding-left: 0px
}

.sc-product .fqp-item {
    width: 26%;
    float: left;
    margin: 0 2.5% !important;
    height: 88px;
    padding: 10px 0px 10px 0px;
}


.sc-product .fqp-item:nth-child(4n) {
    margin-right: 0px !important;
}

.yti-imgbox-more h3 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.yti-imgbox-more p {
    padding-right: 10px;
    padding-left: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.yti-imgbox-more {
    background: url("../images/more-shoucang.png") 80px 50px no-repeat;
}

.zpsc-list.fqml-items ul li {
    width: 23%;
    margin-right: 2%;
}

.cpd-left {
    float: left;
    height: 530px;
    padding-top: 30px;
    width: 550px;
    box-sizing: border-box;
}

.cpd-right {
    float: left;
    height: 530px;
    padding-top: 30px;
    width: 620px;
    padding-left: 50px;
    box-sizing: border-box;
}

.cpr-title1 {
    font-size: 22px;
    line-height: 40px;
    color: #333333;
    height: 120px;
    overflow: hidden;
}

.cpr-zhansh {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    color: #2069ce;
    font-size: 14px;
}

.cpr-texing {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    border-bottom: 1px solid #efefef;
    height: 158px;
    overflow: hidden;
    padding-top: 20px;
    word-break: break-word;
}

.cpr-btn {
    padding-top: 75px;
    display: flex;
}

.cpr-btn-yu {
    padding: 0 10px;
    height: 55px;
    color: #fff;
    background-color: #2099e8;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    margin-right: 16px;
    width: 120px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpr-btn-share {
    padding: 0 10px;
    height: 55px;
    color: #fff;
    background-color: #2099e8;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    margin-right: 8px;
    width: 60px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpr-btn-books{
    padding: 0 10px;
    height: 55px;
    color: #fff;
    background-color: #2099e8;
    border-width: 0px;
    outline: none;
    font-size: 14px;
    margin-right: 8px;
    width: 120px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpr-btn-yu.z-disabled {
    background-color: #b9c0c5;
}

.cpr-btn-shou,
.cpr-btn-shou-1 {
    font-size: 14px;
    background: url(../images/detail-heart.png) 10px center no-repeat;
    height: 55px;
    line-height: 55px;
    background-color: #b9c0c5;
    border-width: 0px;
    outline: none;
    color: #fff;
    padding: 0 14px 0 26px;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 8px;
    white-space: inherit;
    overflow: hidden;
}

.bg-b {
    background-color: #2099e8 !important;
}

.cpr-btn-shou-1 {
    background-image: url("../images/yi-show.png");
}

.cpd-swiper {
    /* border-bottom:1px solid #efefef; */
    display: flex;
}

.cpd-con {
    padding-top: 10px;
}

.cpdc-left {
    float: left;
    width: 180px;
    box-sizing: border-box;
}

.cpl-con {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-top-width: 0px;
    padding: 17px 12px;
}

.cpl-title {
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 40px;
    font-weight: 900;
    font-size: 14px;
    color: #333333;
    background-color: #f5f5f5;
}

.cpl-con ul li .img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.cpl-con ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.cpl-img-title {
    line-height: 20px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-align: center;
    padding: 8px 0px;
}

.cpl-con ul li {
    margin-bottom: 20px;
}

.cpl-btn {
    width: 100%;
    border: 1px solid #ebebeb;
    border-top-width: 0px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.cpl-btn button {
    width: 100%;
    height: 30px;
    background-color: #2099e9;
    color: #fff;
    font-size: 12px;
    border-width: 0px;
}

.cpdc-right {
    width: 970px;
    float: right;
}

.cpr-title {
    border: 1px solid #ebebeb;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
;
}

.cpr-con {
    padding-top: 30px;
}

.cpr-con img {
    display: block;
    width: 720px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.zsd-title {
    font-size: 26px;
    color: #333333;
    line-height: 40px;
    padding-right: 280px;
    position: relative;
    padding-top: 15px;
    margin-bottom: 15px;

    max-height: 200px;overflow: hidden;
}


.zsd-shou {
    display: inline-block;
    width: auto;
    height: 30px;
    border: 1px solid #2099e9;
    color: #2099e9;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin-left: 20px;
    background-color: white;
    padding: 0px 15px
}

.zsd-books {
    display: inline-block;
    width: auto;
    height: 30px;
    border: 1px solid #2099e9;
    color: #2099e9;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin-left: 20px;
    background-color: white;
    padding: 0px 15px
}
.zsd-shou-abs{float: right; margin-left: 15px}
.zsd-huo-abs{float: right; margin: 0 0 0 15px !important}
.zsd-books-abs{float: right; margin-left: 15px}
.zsd-trip-abs{float: right; margin-left: 15px}

.zsd-yu {
    display: inline-block;
    width: auto;
    height: 25px;
    border: 1px solid #2099e9;
    color: #2099e9;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    margin-left: 20px;
    background-color: white;
    padding: 0px 15px
}
.zsd-yu-abs{position: absolute;right: 280px;}

.zsd-detail .fqz-logo {
    width: 235px;
    height: 208px;
    text-align: center;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.zsd-detail .fqz-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.zsd-intro {
    float: left;
    width: 1040px;
    height: 100px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-left: 10px;
}

.zsd-detail ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.zsd-btn {
    float: right;
    width: 130px;
}

.zsd-btn button {
    width: 130px;
    height: 30px;
    font-size: 12px;
    color: #Fff;
    text-align: center;
    line-height: 30px;
    background-color: #2099e9;
    border-width: 0px;
}

.zsd-btn button.zsd-btn-hui {
    background-color: #b9c0c5;
    margin-top: 20px;
}

.zsd-address,.zsd-country,.zsd-companyPlate {
    padding: 15px 30px;
    border-bottom: 1px solid #ebebeb;
}

.zsd-address,.zsd-country,.zsd-companyPlate p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.zsd-address,.zsd-country,.zsd-companyPlate p.span {
    color: #333333;
}

.zszw-title {
    font-size: 22px;
    color: #333;
    line-height: 26px;
    padding: 40px 0px 15px 0px;
    position: relative;
}

.zszw-title span.more {
    background-image: url("../images/down.png");
    padding-right: 10px;
    top: 40px
}

.zszw-title span.more a {
    color: #2069ce;
}

.zszw-detail {
    height: 126px;
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;

}

.zszw-item {
    box-sizing: border-box;
    padding: 15px 40px;
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.zszw-item ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    box-shadow: 0px 6px 6.72px 0.28px rgba(164, 164, 164, 0.3);
    background-color: #Fff;
    height: 95px;
    box-sizing: border-box;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.zszw-item ul li:nth-child(4n) {
    margin-right: 0%;
}

.zszw-item .layui-carousel {
    background-color: rgba(255, 255, 255, 0) !important;
}

.zszw-detail {
    background-color: rgba(255, 255, 255, 0) !important;
}

.zszw-detail .layui-carousel>[carousel-item]:before {
    content: "" !important;
}

.zszw-item ul li h1 {
    font-size: 14px;
    color: #333;
    font-weight: 900;
}

.zszw-item ul li p {
    font-size: 18px;
    color: #2069ce;
    line-height: 32px;
    height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.zszw-detail {
    overflow: hidden;
}

.zszw-detail .layui-carousel-arrow {
    width: 60px;
    height: 60px;
    top: 50px;
}

.zszw-detail .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -20px
}

.zszw-detail .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -20px;
}

.zszp-detail ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

.zszp-detail ul li {
    width: 276px;
    box-sizing: border-box;
    height: 264px;
    margin-right: 22px;
    border: 1px solid #efefef;
}

.zszp-detail ul li a {
    display: block;
}

.zszp-detail ul li a div.zszp-detail-img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.zszp-detail ul li a div.zszp-detail-img>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.zszp-detail ul li:nth-last-child(1) {
    margin-right: 0;
}

.zszp-detail ul li p {
    margin: 15px 20px;
    height: 40px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.tjzs-detail ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px
}

.tjzs-detail ul li {
    width: 212px;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 208px;
    margin-right: 20px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.tjzs-detail ul li:nth-last-child(1) {
    margin-right: 0;
}

.tjzs-detail ul li a {
    display: block;
}

.tjzs-detail ul li a div.tjzs-details-img {
    width: 100%;
    height: 158px;
}

.tjzs-detail ul li a div.tjzs-details-img .img-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tjzs-detail ul li a div.tjzs-details-img img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.tjzs-detail ul li {
    position: relative;
    padding-top: 10px;
}

.tjzs-detail ul li p {
    margin: 0px 20px;
    height: 40px;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.zxqt-detail {
    height: 70px;
    padding-top: 25px;
    width: 100%;
    background: url("../images/zxqt-detail.png") center no-repeat;
    margin-bottom: 60px;
}

.zxqt-detail button {
    height: 45px;
    width: 150px;
    border-width: 0px;
    background-color: #2099e9;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    float: right;
    margin-right: 115px;

}

.gc-banner {
    height: 189px;
    background: url("../images/cai-need.png") center no-repeat;
    text-align: center;
    padding-top: 230px;
    margin-bottom: 38px;
}

.bgb-btn {
    border-width: 0px;
    height: 50px;
    width: 203px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #ff5c5b;
}

.gcb-con {
    display: flex;
}

.gcdc-item {
    flex: 1;
    padding-left: 10px;
    padding-right: 0px;
}

.gcb-con .gcdc-item:first-child {
    padding-left: 0px;
    padding-right: 10px;
}

.gci-title {
    padding-bottom: 10px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 900;
    color: #2069ce;
    padding-left: 25px;
    border-bottom: 1px solid #2069ce;
    padding-right: 25px;
}

.gci-title span {
    font-size: 22px;
    color: #333;
    float: right;
    font-weight: 500;
}

.gci-num {
    padding: 25px 0px 20px 5px;
    font-size: 18px;
    font-weight: 900;
    color: #333;
}

.gci-num span {
    font-size: 20px;
    font-weight: 500;
    color: #2069ce;
}

.gci-list ul li {
    height: 160px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
}

.gci-list ul li:hover {
    box-shadow: 13.244px 7.042px 22.95px 4.05px rgba(142, 146, 149, 0.2);
}

/* box-shadow: 13.244px 7.042px 22.95px 4.05px rgba(142, 146, 149, 0.2); */
.gcl-left {
    width: 215px;
    float: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.gcl-left h1 {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-weight: 900;


}

.gcl-left p {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
}

.gcl-right {
    float: left;
    width: 280px;
    padding-left: 30px;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    position: absolute;
    top: 50%;
    left: 245px;
    transform: translateY(-50%);
}

.gci-list-t ul li {
    height: 160px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.gci-list-t ul li:hover {
    box-shadow: 13.244px 7.042px 22.95px 4.05px rgba(142, 146, 149, 0.2);
}

.glt-left {
    float: left;
    width: 122px;
    height: 110px;
    border: 1px solid #efefef;
}

.glt-left img {
    margin-left: 10px;
}

.glt-center {
    float: left;
    padding: 0px 15px;
    height: 110px;
    position: relative;
    width: 201px;
}

.glt-center-son {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.glt-right {
    float: right;
    width: 165px;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}

.glt-center h1 {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-weight: 900;
}

.glt-center p {
    color: #666666;
    line-height: 22px;
}

.front .layui-layer {
    border-top: 5px solid #d0021b;
    border-radius: 12px !important;
}

.kh-dialog .el-dialog {
    border-top: 5px solid #d0021b;
    border-radius: 12px !important;
    width: 30%;
    height: 245px;
}

.kh-dialog1 .el-dialog {
    border-top: 5px solid #d0021b;
    border-radius: 12px !important;
    width: 30%;
    height: 245px;
}

.tan-er .erwei-title {
    width: 305px;
    height: 27px;
    border-radius: 13.5px;
    margin: 0 auto;
    font-size: 14px;
    color: #666e70;
    line-height: 27px;
    background-color: #f3f3f3;
    text-align: center;
    margin-top: 15px;
}

.tan-er .erwei-title span {
    color: #d0021b;
}

.mort-style img {
    display: block;
    width: 100px;
    height: 100px;
    margin: -14px auto;
}
.erwei-style img {
    display: block;
    width: 134px;
    height: 131px;
    margin: 15px auto;
}

.erwei-info {
    font-size: 14px;
    color: #666e70;
    text-align: center;
}
/* 09-22 */
.f-ex-wen{
    display: flex;
    justify-content: space-between;
}
.zszw-ewm{
    margin-left: 20px;
    width: 128px;
    height: 126px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.zszw-ewm-img{
    width: 82px;
    height: 83px;
}
.zszw-ewm-text{
    margin-top: 7px;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}
.layui-swipers{
    width: 1020px;
    height: 126px;

    overflow: hidden;
}
.layui-swipers .layui-carousel{
    height: 100% !important;
}
.layui-carousel-ul{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}
.layui-carousel-li{
    margin-left: 30px;
    width: 218px;
    height: 86px;
    background-color: #ffffff;
    box-shadow: 0px 6px 7px 0px
    rgba(164, 164, 164, 0.3);
    border-radius: 3px;
}
.layui-carousel-li-a{
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
}
.layui-carousel-li-h1{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
}
.layui-carousel-li-p{
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #2069ce;
}
.hg-detail{
    width: 100%;
}
.hg-detail-ul{
    width: 100%;
    display: flex;
}
.hg-detail-li{
    width: 23.8%;
    height: 331px;
    background-color: #ffffff;
    border: solid 1px #efefef;
    margin: 0 10px;
}
.hg-detail-li-a{
    display: block;
    width: 100%;
    height: 100%;
}
.hg-detail-li-img{
    width: 100%;
    height: 260px;
}
.hg-detail-li-text{
    height:calc(100% - 260px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
/* 遮罩 */
.ewm-zhe{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    top: 0;
    left: 0;
}
.ewm-big-img{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    width: 400px;
    height: 400px;
}
.ewm-big-img img{
    width: 100%;
    height: 100%;
}
.f-none{
    display: none;
}
.f-block{
    display: block;
}
/*  */
.user-nav {
    width: 21%;
    float: left;
}

.pt-tip {

    padding: 10px 0px;
}

.pt-tip p {
    font-size: 12px;
    line-height: 20px;
    color: #d9544d;
}

.sj-blue {
    color: #327ab4;
    font-size: 13px;
    line-height: 1.42857143;
}

.kh-dialog .el-dialog__header {
    font-size: 14px;
    color: #666e70;
    line-height: 27px;
    background-color: #f3f3f3;
    padding-top: 15px;
}

.kh-dialog .el-dialog__title {
    font-weight: 900;
}

.kh-dialog1 .el-dialog__header {
    font-size: 14px;
    color: #666e70;
    line-height: 27px;
    background-color: #f3f3f3;
    padding-top: 15px;
}

.kh-dialog1 .el-dialog__title {
    font-weight: 900;
}

.kh-form {
    padding: 0px 30px;
}

.khf-title {
    color: #999;
    font-size: 14px;
}

.khf-btn button {
    height: 30px;
    line-height: 0.3;
}

.kh-list {}

.kh-dialog1 .el-dialog__body {
    height: 360px;
    background-color: #fff;
    overflow-y: scroll;
;
}

.kh-list ul li {
    height: 80px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.khl-left {
    width: 215px;
    float: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.khl-left h1 {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    color: #333;
    font-weight: 900;


}

.khl-left p {
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    color: #666666;
}

.khl-right {
    float: left;
    width: 280px;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 12px;
    color: #666666;
    position: absolute;
    top: 50%;
    left: 245px;
    transform: translateY(-50%);
}

.khf-title-top {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.tui-tip {
    padding-top: 20px;
    text-align: center;
}

.tui-tip img {
    width: 48px;
    height: 48px;
}

.tui-tip p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 15px;
}

.layui-laypage button, .layui-laypage input {
    background-color: #fff;
}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #18316a !important;
}

.gc-dui {
    padding: 32px 0px;
    background-color: #f5f5f5;
    margin-top: 39px;
}

.gc-dui ul li {
    width: 16.6%;
    height: 65px;
    float: left;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-align: center;
}

.gc-dui ul li:last-child {
    border-width: 0px;
    padding-top: 15px;
}

.gcd-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 65px;
    color: #333;
}

.gc-dui ul li h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 900;
}

.gc-dui ul li p {
    color: #2069ce;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}

.gc-dui ul li p span {
    font-size: 14px;
}

.gc-dui ul li button {
    width: 120px;
    height: 34px;
    border-width: 0px;
    font-size: 12px;
    color: #fff;
    background-color: #2099e9;
}

.crumb-box {
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid#dedede;
}

.crumb-box span {
    display: inline-block;
    margin: 0px 10px;
}

.crumb-box .nowTab {
    color: #2069ce;
}

/*  2021年7月5日-----start */
.lx-company {
    border-radius: 10px;
}

.layui-layer-tips.lx-company .layui-layer-content {
    padding: 0px;
    border-radius: 10px;
}

.layui-layer-tips.lx-company i.layui-layer-TipsB {
    display: none;
}

.qy-link-tit {
    border-top: 5px solid #d0021b;
    height: 47px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: #666666;
    color: #666;
    font-weight: 900;
    line-height: 42px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.qy-link-con {
    padding: 0px 20px;
}

.qy-linkc-tit {
    line-height: 65px;
    height: 65px;
    border-bottom: 1px solid #d7d7d7;
    color: #333333;
    font-size: 18px;
    font-weight: 900;
}

.qy-linkc-tit-rejection {
    border-bottom: 1px solid #d7d7d7;
    color: #333333;
    font-size: 18px;
    font-weight: 900;
}

.qy-link-con {
    padding-top: 10px;
}

.qy-link-con p {
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    height: 30px;
}

.huo-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2099e9;
    padding: 0px 20px;
    color: #2099e9;
    font-size: 12px;
    box-sizing: border-box;
}

.appoint-link.appointment-disable-use {
    color: #999;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.appoint-link.appointment-disable-use:hover {
    color: #999;
    border: 1px solid #ddd;
}
.mar8{
    margin:  0 8px;
    padding: 0 8px;
    line-height: 30px;
    font-size: 12px;
}
.huo-link.disable-use {
    color: #999;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.cancel-disable-use {
    color: #999;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

.huo-link.disable-use:hover {
    color: #999;
    border: 1px solid #ddd;
}

.huo-link:hover {
    color: #d0021b;
    border: 1px solid #d0021b;
}

.fqml-items .huo-link {
    padding: 0px 9px;
    margin-right: 5px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 111px;
    text-align: center;
}

/*  2021年7月5日-----end */
/*  */
.tbm-con-0720 {
    position: absolute;
    height: 418px;
    overflow: hidden;
    top: 0px;
    left: 235px;
    background-color: #fff;
    box-shadow: 3px 5px 10px #dddddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    padding-top: 10px;
    display: none;
    width: auto;
}

.tb-menu .tbm-list:hover .tbm-con-0720 {
    display: block
}

.tbm-con-0720 .tbm-ul {
    margin: 10px;
}

.tbm-con-0720 .tbm-ul .tbm-div {
    height: 40px;
    margin-bottom: 5px;
}

.tbm-con-0720 .tbm-ul .tbm-div a{
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
}


.tbm-con-0720 .tbm-ul .tbm-div a:hover {
    color: #2069CE;
    text-decoration: none;
    background: #F2F4F7;
}

.tbm-con-0720 ul li {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    line-height: 40px;
    padding-right: 10px;
}

.m-nav {
    display: none;
}

.layui-layer.pc-login {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none;
}

.layui-layer.pc-login .layui-layer-content {
    background-color: rgba(0, 0, 0, 0) !important;
}

.lg-box {
    background: url("../images/login-logo.png") center top no-repeat;
    height: 810px;
    box-sizing: border-box;
    padding-top: 240px;
}

.lgb-login {
    width: 100%;
    border-radius: 30px;
    height: 510px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(187, 217, 228) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(187, 217, 228) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(187, 217, 228) 100%);
    padding: 30px 70px;
}

.lgb-login-con .layui-form-radio>i:hover,
.lgb-login-con .layui-form-radioed>i {
    color: #00388d;
    font-size: 22px;
}

.lgb-login-con .layui-form-radio .layui-icon {
    font-size: 22px;
}

.lgb-login-con .layui-form-label {
    color: #343434;
    font-size: 16px;
    line-height: 36px;
}

.lgb-login-con .layui-form-radio * {
    color: #343434;
    font-size: 16px;
}

.lgb-login-con .layui-input {
    height: 40px;
    border-radius: 5px;
}

.lgb-login-tit {
    text-align: center;
    font-size: 30px;
    color: #343434;
    padding-bottom: 20px;
}

.login-btn {
    width: 260px;
    height: 60px;
    border-radius: 10px;
    background-color: #00388d;
    border-width: 0px;
    font-size: 28px;
    color: #fff;
}

.verfy-code {
    position: relative;
    padding-bottom: 20px;
}

.verfy-code input {
    width: 140px;
    display: inline-block;
    padding-bottom: 0px;
}

.verfy-code img {
    width: 95;
    height: 45px;
}

.verfy-code label.error {
    position: absolute;
    bottom: 0px;
    left: 0px;

}

.layui-form-item label.error {
    color: #ff0000;
    font-size: 14px;
}

.verfy-code span {
    font-size: 16px;
    color: #343434;
}

.verfy-code a {
    display: inline-block
}

.fqm-list {
    min-height: 60px
}

#showbox span {
    transition: none;
}

/*.pc-login .layui-layer-setwin {*/
/*    !*top: 100%;*!*/
/*    !*right: 50%;*!*/
/*    !*transform: translateX(-50%);*!*/
/*}*/
.guest-0804.layui-layer-tips i.layui-layer-TipsB {
    display: none !important;

}

.guest-0804.layui-layer-tips {

    background-color: #fff !important;
}

.guest-0804.layui-layer-tips .layui-layer-content {
    background-color: #fff !important;
    padding: 2px 10px !important;
    position: relative;
    width: 230px !important;
    box-sizing: border-box;
    border: 1px solid #0098fe;
}

.guest-detail {
    font-size: 12px;
    line-height: 25px;
    color: #5a5a5a;
}

.gd-i {
    width: 11px;
    height: 16px;
    display: inline-block;
    background: url("../images/arrow-disable.png") center no-repeat;
    left: 25px;
    position: absolute;
    top: -12px;
    transform: rotate(180deg);

}

.guest-detail img {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    width:14px;
    height:14px
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .m-nav {
        display: none;
    }

    .container {
        width: 100%;
    }

    .tb-carousel img {
        height: 100%;
    }

    .layui-carousel>[carousel-item] {
        position: absolute;
        height: 100%;
        top: 0px;
    }

    .nmt-search {
        width: 50%;
        margin-left: 20px;

    }

    .pt-right input {
        width: 100%;
    }

    .input-tool {
        width: auto;
    }

    .gc-dui ul li {
        width: 50%;
    }

    .pb-title {
        padding: 0px 20px;
        font-size: 16px;
    }

    .pb-con {
        padding: 0px 20px
    }

    .ybl-con {
        background-size: 100% 420px;
        background-color: #edeeee;
    }

    .yh-banner {
        padding: 0px 0px
    }

    .yti-imgbox {
        width: 100%;
    }

    .tj-detail li img {
        width: 100%;
        height: auto;
    }

    .tj-detail {
        padding: 0px 20px
    }

    .tj-detail ul li {
        height: auto;
    }
}

@media screen and (min-width: 320px)and (max-width: 750px) {
    .cpd-swiper {
        display: block
    }

    .cpr-btn-yu {
        width: 100%
    }

    .cpr-btn-share {
        width: 100%
    }

    .cpr-btn-shou {
        width: 100%;
        font-size: 18px;
        background: url("../images/detail-heart.png") 37% center no-repeat;
        height: 66px;
        line-height: 66px;
        background-color: #b9c0c5;
        border-width: 0px;
        outline: none;
        color: #fff;
        margin-top: 10px
    }

    .lgb-login-con {
        padding-bottom: 20px;
    }

    .lg-box {
        padding-top: 0;
        background-size: 100% 160px;
    }

    .lgb-login {
        padding: 0px 10px;
        height: auto;
    }

    .lgb-login-tit {
        padding: 10px 0px;
        font-size: 22px;
    }

    .lgb-login-con .layui-form-label {
        font-size: 14px;
    }

    .lgb-login-con .layui-form-radio>div {
        font-size: 14px;
    }

    .m-body {
        height: 100%;
    }

    .m-nav {
        display: block;
    }

    .container {
        width: 100%;
    }

    .nm-top {
        display: none;
    }

    .top-banner {
        display: none;
    }

    .input-tool {
        width: auto;
    }

    .gc-dui {
        width: 100%;
        padding: 0px
    }

    .gc-dui ul li {
        width: 50%;
        border-right-width: 0px;
        margin-bottom: 10px;
        height: auto;
    }

    .gc-dui ul li:first-child {
        width: 100%;
        font-size: 26px;
    }

    .gc-dui ul li:last-child {
        width: 100%;
    }

    .gc-dui ul li p {
        font-size: 20px;
    }

    .pb-title {
        padding: 0px 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .pb-con {
        padding: 0px 0px
    }

    .ybl-con {
        background-size: 100% 420px;
        background-color: #edeeee;
    }

    .yh-banner {
        padding: 0px 0px
    }

    .yti-imgbox {
        width: 100%;
    }

    .tj-detail li img {
        width: 100%;
        height: auto;
    }

    .tj-detail {
        padding: 0px 0px
    }

    .tj-detail ul li {
        height: auto;
    }

    .pbi-son {
        width: 100%;
    }

    .pbi-detail h1 {
        text-align: center;
    }

    .pbi-detail p {
        text-align: center;
    }

    .yhb-left {
        width: 100%;
        margin-right: 0px;
    }

    .yhb-right {
        width: 100%;
    }

    .yhb-rone {
        height: 100px;
    }

    .ybo-item {
        padding: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }

    .yhb-rone .layui-carousel {
        height: 100px !important;
    }

    .ybo-item li p {
        padding-top: 5px;
    }

    .ybo-item li {
        padding: 15px 0px;
        width: 32%;
    }

    .ybo-item li:nth-child(4) {
        display: none;
    }

    .ybo-item li:nth-child(5) {
        display: none;
    }

    .ybo-item ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ybt-item ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tj-detail ul li {
        width: 50%;
        padding: 5px 10px;
        margin-top: 0px;
        margin-right: 0px;
    }

    .tj-detail ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .tj-title i {
        display: none;
    }

    .tj-title-en i {
        display: none;
    }

    .pb-title {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .pb-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
        right: 5px;
    }

    .pb-con .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub] {
        margin-left: -78px
    }

    .fqc-menu {
        display: none;
    }

    .fq-container {
        width: 100%;
    }

    .fqc-main {
        padding-left: 0px;
        width: 100%;
    }

    .fq-search-p {
        width: 100%;
        display: none;
    }

    .fqt-title span {
        text-align: center;
        /* padding-bottom: 10px; */
        height: auto;
        margin-bottom: 10px;
    }

    .fqt-title span:nth-child(2) {
        text-align: center;
    }

    .fqt-title::after {
        left: 49px;
    }

    .fqt-title {
        margin-top: 0px;
        padding: 0px 5px;
        height: auto
    }

    .fqt-title button {
        margin-right: 5px;
    }

    .fqc-main .fqs-tab {
        width: 100%;
    }

    .gc-dui {
        margin-top: 0px;
    }

    .ybo-item li {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
    }

    .ybo-item li i {
        display: none;
    }

    .yti-imgbox {
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
    }

    .ybt-item {
        padding: 0px
    }

    .ybt-item ul li:nth-child(4) {
        display: none;
    }

    .ybt-item ul li:nth-child(5) {
        display: none;
    }

    .ybt-item li {
        width: 32%;
        padding-top: 10px;
    }

    .ybt-item p {
        text-align: center;
    }

    .yhb-rtwo {
        height: 120px !important;
    }

    .yti-imgbox {
        height: 60px;
    }

    .yti-imgbox img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: 66px;
    }

    .yhb-rtwo .layui-carousel {
        height: 120px !important;
    }

    .ybt-item p {
        padding-top: 9px;
    }

    .m-nav-first {
        width: 100%;
        height: 53px;
        background-color: #2069ce;
        box-sizing: border-box;
        padding-top: 8px;
        padding: 8px 0px;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .m-nav-second {
        height: 70px;
        background-color: #f2f2f2;
        box-sizing: border-box;
        padding: 12px 15px;
    }

    .mvs-box {
        height: 36px;
        border-radius: 8px;
        border: 1px solid #ebebeb;
        background-color: #fff;
    }

    .mvs-box .pt-left {
        box-sizing: border-box;
        width: 27%;
        background: url("../images/m-down.png") 73% center no-repeat;
        color: #999;
        padding: 6.5px 0px 6.5px 15px
    }

    .mvs-box .pt-slider {
        width: 100%;
    }

    .mvs-box .pt-right {
        width: 73%;
    }

    .m-nav-first .zq-fen {
        box-sizing: border-box;
        display: inline-block;
        height: 36px;
        width: 125px;
        border-radius: 18px;
        padding-left: 38px;
        background: url("../images/shai.png") 18px center no-repeat;
        background-size: 15px;
        background-color: #fff;
        line-height: 36px;
        font-size: 16px;
        color: #2069ce;
        margin-left: 15px;
    }

    .m-nav-first .m-sc {
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        margin-right: 15px;
    }

    .m-menu-list {
        position: absolute;
        width: 100%;
        background-color: rgba(32, 105, 206, 0.8);
        box-sizing: border-box;
        padding: 20px 20px;
        bottom: -100%;
        transform: translateY(73%);
        z-index: 20;
    }

    .mml-close {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url("../images/mmclose.png") center no-repeat;
        background-size: 12px 12px;
        position: absolute;
        right: 15px;
        top: 15px
    }

    .m-menu-list ul {}

    .m-menu-list ul li {
        float: left;
        min-width: 50%;
        text-align: left;
    }

    .m-menu-list ul li a {
        font-size: 16px;
        color: #fff;
        line-height: 40px;
    }

    .mvs-box .pt-right {
        position: relative;
        box-sizing: border-box;
        padding-right: 56px;
    }

    .pt-right input {
        width: 100%;
    }

    .mvs-box .ptr-btn {
        display: inline-block;
        width: 45px;
        height: 26px;
        border-radius: 5px;
        background: url("../images/m-fang.png") center no-repeat;
        background-color: #2069ce;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .m-nav {
        width: 100%;
    }

    .mvs-box .pt-left::after {
        right: 3px;
    }

    .fqs-right .layui-form-item {
        height: auto;
        margin-bottom: 5px;
    }

    .fqt-detail {
        width: 100%;
    }

    .fqtd-shai {
        padding-top: 0px;
        width: 100%;
    }

    .fqtd-shai ul {
        width: 100%;
    }

    .fqtd-shai ul li {
        width: 100%;
        display: flex;
    }

    .fqs-right {
        width: calc(100% - 114px);
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 15px;
    }

    .layui-form-item .layui-form-checkbox {
        margin-bottom: 10px;
    }

    .my-country {
        padding-top: 20px;
    }

    .my-country .layui-form-item .layui-form-checkbox {
        display: none;
    }

    .my-country .layui-form-item .layui-form-checkbox.active {
        display: inline-block;
    }

    .fqz-product {
        display: none;
    }

    .fqm-list {
        width: 100%;
    }

    .fqzs-items {
        width: 100%;
    }

    .fqzs-items ul li {
        width: 100%;
        display: flex;
    }

    .fqzd-btn {
        display: none;
    }

    .fqz-logo {
        width: 25%;
    }

    .fqz-detail {
        width: 75%;
    }

    .fqs-left {
        padding: 15px 10px;
        text-align: center;
        padding-top: 30px;
    }

    .fqz-detail h1 {
        height: auto;
        font-size: 16px;
    }

    .fqz-detail p.fqzd-title {
        box-sizing: border-box;
        padding: 0px;
        font-size: 13px;
    }

    .fqz-detail p.fqzd-area {
        padding-top: 5px;
    }

    .fqz-detail p.fqzd-area span {
        margin-right: 5px;
        display: block;
        font-size: 13px;
        padding-top: 5px;
    }

    .fqc-menu {
        display: none;
    }

    .fq-search {
        display: none;
    }

    .cpdc-left {
        display: none;
    }

    .sc-main {
        width: 100%;
    }

    .cp-detail {
        width: 100%;
    }

    .cpd-left {
        width: 100%;
    }

    #showbox {
        width: 100% !important
    }

    #showbox>div {
        left: 0px !important;
    }

    #showbox>div,
    #showbox>div b,
    #showsum,
    #showsum p,
    .showpage {
        width: 100% !important
    }

    #showbox img {
        width: 100% !important
    }

    .cpd-right {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        height: auto;
    }

    .cpdc-right {
        width: 100% !important;
    }

    .cpr-con img {
        width: 100%
    }

    .sc-main>.clearfix {
        display: none;
    }

    .sc-title {
        margin-top: 0px;
        width: 100%;
    }

    .sc-title>span:nth-child(2) {
        margin-left: 0px;
        text-align: center;
    }

    .qysc-list li {
        display: flex;
    }

    .sc-title>span {
        width: 49%;
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
    }

    .sc-product {
        display: none;
    }

    .fqml-items {
        width: 100%;
    }

    .zpsc-list.fqml-items ul {
        box-sizing: border-box;
        padding: 0px 2%
    }

    .zpsc-list.fqml-items ul li {
        float: left;
        width: 49%;
        box-sizing: border-box;
        padding: 20px;
        height: auto;
        margin-right: 0%;
    }

    .zpsc-list.fqml-items ul li:nth-child(2n-1) {
        margin-right: 2%;
    }

    .fqml-items li img {
        width: 100%;
        height: auto;
    }

    .fqml-items .huo-link {
        display: none;
    }

    .zsd-title {
        padding: 10px 10px;
        line-height: 1.5;
        font-size: 22px;
    }

    .zsd-detail {
        padding: 0px 10px
    }

    .zsd-detail ul li {
        /* display: flex; */
    }

    .zsd-detail .fqz-logo {
        width: 25%;
    }

    .zsd-intro {
        overflow: hidden;
        width: 75%;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .zsd-detail ul li .zsd-btn {
        width: 100%;
        padding-bottom: 20px;
    }

    .zsd-detail ul li .zsd-btn button {
        width: 30%;
    }

    .zszw-title {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .zszw-title span.more {
        top: 20px;
        font-size: 12px;
        right: 10px;
    }

    .zsd-shou {
        margin-left: 10px;
    }

    .zszw-item ul li {
        width: 48%;
    }

    .zszw-item ul li:nth-child(3) {
        display: none;
    }

    .zszw-item ul li:nth-child(4) {
        display: none;
    }

    .zszp-detail ul {
        overflow: auto;
        display: block;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .zszp-detail ul li {
        width: 49%;
        border: none;
        margin-right: 0px;
        float: left;
        height: auto;
        margin-right: 2%;
        padding-bottom: 10px;
    }

    .zszp-detail ul li p {
        margin: 0px;
        padding: 10px 0px;
        height: 55px;
    }

    .zszp-detail ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .zszp-detail ul li a div.zszp-detail-img {
        height: auto;
    }

    .zszp-detail ul li a div.zszp-detail-img>img {
        max-width: 100%;
    }

    .zxqt-detail {
        text-align: right;
        background-size: 100% 70px;
        padding-top: 0px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .zxqt-detail button {
        text-align: center;
        margin-right: 20px;
        float: none;
    }

    .tjzs-detail ul {
        overflow: auto;
        display: block;
        box-sizing: border-box;
        padding: 0px 2%
    }

    .tjzs-detail ul li {
        width: 49%;
        border: none;
        margin-right: 0px;
        float: left;
        height: auto;
        margin-right: 2%;
    }

    .tjzs-detail ul li:nth-child(2n) {
        margin-right: 0;
    }

    .tjzs-detail ul li a div.tjzs-details-img img {
        max-width: 100%;
    }

    .tjzs-detail ul li a div.tjzs-details-img {
        height: auto;
    }

    .cpr-texing {
        height: auto;
        padding-bottom: 20px;
    }

    .cpr-btn {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zsd-address {
        padding: 15px 0px;
    }

    .sc-title::after {
        left: 50%;
    }

    .zs-detail {
        padding-top: 10px;
    }

    .tjzs-detail ul li p {
        margin: 0px;
        text-align: left;
    }

    .fqml-items ul {
        padding: 0px 10px;
    }

    .fqml-items ul li {
        width: 49%;
        margin-right: 2%;
        height: auto;
        margin-bottom: 0px;
    }

    .fqml-items ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .fqml-items ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .fqml-items ul li:nth-child(6n) {
        margin-right: 0;
    }

    .fqs-right .more {
        top: 10px;
        font-size: 12px;
        right: 10px;
    }

    .zsd-head {
        height: auto;
    }

    .zsd-head span {
        display: inline-block;
    }

    .fqc-menu1 {
        display: none;
    }

    .lgb-login-con {
        padding-bottom: 20px;
    }

    .lg-box {
        padding-top: 0;
        background-size: 100% 160px;
    }

    .lgb-login {
        padding: 0px 10px;
        height: auto;
    }

    .lgb-login-tit {
        padding: 10px 0px;
        font-size: 22px;
    }

    .lgb-login-con .layui-form-label {
        font-size: 14px;
    }

    .lgb-login-con .layui-form-radio>div {
        font-size: 14px;
    }

    .m-body {
        height: 100%;
    }

    .fqt-title button {
        float: none;
        margin: 5px;
        margin-left: 0;
    }

    .layui-form-checkbox[lay-skin=primary] span {
        white-space: initial;
    }
}



@media screen and (min-width: 0px)and (max-width: 320px) {
    .pc-login .layui-layer-setwin {
        top: 30px;
        right: 30px;
    }
}

@media screen and (min-width: 320px)and (max-width: 413px) {
    .m-menu-list {
        transform: translateY(73%);
    }
}

@media screen and (min-width: 414px)and (max-width: 750px) {
    .m-menu-list {
        transform: translateY(67%);
    }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
    .pc-login .layui-layer-setwin {
        top: 97%;
        right: 50%;
        transform: translateX(-50%);
    }
}

.fqz-detail {
    width: 745px;
}

.fqz-product {
    width: 140px;position: absolute;right: 0px;top: 20px;
}

.huo-link {
    margin:0 8px;
    padding: 0 8px;
}
.huo-link-abs{position: absolute;right: 0;}
.vr-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2099e9;
    padding: 0px 10px 0px 43px;
    color: #2099e9;
    font-size: 12px;
    box-sizing: border-box;
    background: url("../images/vr-20211213.png") 10px center no-repeat;
    margin-right: 8px;
}

.vr-link:hover {
    color: #2099e9;
}

.fqzd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;

}

.jd-list {
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    margin-left: 0;
}

.jd-list span {
    padding-left: 30px;
    line-height: 30px;
    background: url("../images/jiedai-20211213.png") 10px center no-repeat;
    color: #2069ce;

    display: inline-block;
    height: 30px;
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;vertical-align: middle;

}

.jd-list a {
    color: #ff0014;
}

.jd-ll {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
    border: 1px solid #2099e9;
    background-color: #fff;
    z-index: 99;
}

.jd-ll li {
    font-size: 12px;
    color: #2099e9;
    line-height: 24px;
    border-width: 0px;
    padding: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.jd-list:hover .jd-ll {
    display: block;
}

.news-ll {
    padding-left: 30px;
    line-height: 30px;
    background: url("../images/xinwen-20211213.png") 10px center no-repeat;
    color: #2069ce;
}

.news-ll:hover {
    color: #2069ce;
}

.qysc-list .jd-ll li {
    min-height: auto;
    margin-top: 0px;
    display: block;
}
.qysc-list  .fqz-detail {
    width: 645px;
    margin-left: 15px;
}


.sc-product-abs{
    position: absolute;
    right: -20px;
    top: 10px;
    width: 430px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    .fqz-detail {
        width: 75%;
    }

    /*.vr-link {*/
    /*    display: none;*/
    /*}*/

    .jd-list {
        display: none;
    }

    .news-ll {
        display: none;
    }
}

.fqzd-btn .layui-btn.layui-btn-primary.shouCang {
    width: auto;
}

.tj-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2099e9;
    padding: 0px 10px 0px 35px;
    color: #2099e9;
    font-size: 12px;
    box-sizing: border-box;
    background: url("../images/tuku.png") 10px center no-repeat;
    margin-right: 8px;
}

.tj-link:hover {
    color: #2099e9;
}

.fqz-detail {
    width: 640px;
    margin-left: 15px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    .tj-link {
        display: none;
    }
}

.forth-back-detail ul li{
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 1px solid #efefef;
}
.forth-back-detail ul li:last-child{
    margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
    .forth-back-detail ul li{
        width: 100%;
        margin-right: 0%;
        float: left;
        margin-bottom: 10px;
    }
}

.tuji-detail {
    padding-bottom: 50px
}

.tuji-list ul li {
    width: 32%;
    height: 205px;
    margin-right: 2%;
    float: left;
    margin-bottom: 40px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.tuji-list ul li:hover img {
    transform: scale(1.05);
    transition: all 0.4s ease-in-out;
}

.tuji-list ul li img {
    width: 100%;
    height: auto;
}

.tuji-list ul li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    .tuji-list ul li {
        width: 100%;
        margin-right: 0%;
        float: left;
        margin-bottom: 10px;
    }
}

.forth-back-detail ul li {
    width: 32%;
    height: 205px;
    margin-right: 2%;
    float: left;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.forth-back-detail ul li:hover img {
    transform: scale(1.05);
    transition: all 0.4s ease-in-out;
}

.forth-back-detail ul li img {
    width: 100%;
    height: auto;
}
/* 金砖国家展商 */
.gold-country-banner .pb-title {
    position: relative;
}
.gold-country-banner .pb-title .g-more {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #2099e9;
}
.gold-country-con {
    padding: 25px 10px 0 10px;
    height: 235px;
    background: #f5f5f5;
    overflow: hidden;
}
.gold-country-con .layui-carousel-arrow {
    width: 60px;
    height: 60px;
}
.gold-country-con .layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    left: -30px;
}
.gold-country-con .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
    right: -30px;
}
.jz-item li {
    width: 14.6%;
    float: left;
    margin: 0 1%;
    height: 190px;
    line-height: 26px;
    font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 750px){
    .jz-item  li a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .jz-item  li{
        width: 100% !important;
        height: 210px;
    }
    .jz-item li .yti-imgbox{
        width: 240px ;
    }
    .jz-item li img{
        max-width: 240px !important;
    }
}
.gold-country-con .layui-carousel > [carousel-item] > * {
    background: none;
}
.gold-country-con .yti-imgbox {
    margin-bottom: 15px;
    width: 100%;
    height: 90px;
}
.gold-country-con .yti-imgbox img {
    max-width: 160px;
}
.gold-country-con .jz-item li a {
    color: #333;
}
.gold-country-con .jz-item li h3 {
    font-weight: bold;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    font-size: 16px;
}
.gold-country-con .jz-item li a p {
    color: #666;
}
.gold-country-con .jz-item li p em {
    color: #333;
    font-style: normal;
}
/* 预约信息填写 */

.notClick{
    pointer-events: none;
}

.item{
    display: flex;
    align-items: center;
}
.item:nth-child(n+2){
    margin-top:20px;
}
.item-input-label{
    width: 160px;
    text-align: right;
}
.item .layui-input-date{
    width: 160px !important;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    background: url(../images/jt.png) no-repeat 0 0;
    background-position:  center;
    background-position-x:130px;
}
.layui-input-date:before{
    content:"";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 12px;
    height: 9px;

}
.layui-sel{
    display: flex;
}
.layui-sel-s{
    width: 75px;
    height: 34px;
    background-color: #c4e7ff;
    border-radius: 2px;
    border: solid 1px #7dcbff;
    text-align: center;
    line-height: 34px;
    color: #FFF;
}
.layui-sel-active{
    background-color: #2099e9;
}

.label-red{
    color: #ff0000;
    margin-right: 5px;
}
.form-radios{
    margin-left: 30px;
}
.form-radios .layui-form-radioed>i{
    color: #0971ff !important;
}
.item .item-layui-input{
    width: 330px !important;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    padding-left:10px ;
    box-sizing: border-box;
}
.mlt10{
    margin-left: 10px;
}
.mlt11{
    margin-right: 8px;
}
.input-nei{
    width: 330px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    word-wrap: break-word;
    word-break: normal;
    min-height: 80px;
}
.item-txt{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-queren{
    width: 18px;
    height: 18px;
    border: solid 1px #bdbdbd;
    border-radius: 50%;
    position: relative;
}
.item-txt-span{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666e70;
}
.mat30{
    margin-top:30px ;
}
.item-queren-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5px;
    height: 5px;
    background: url(../images/ty.png) no-repeat 0 0/100% 100%;
}
.item-btns{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.btns-bor{
    cursor: pointer;
    width: 120px;
    height: 34px;
    background-color: #2099e9;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
}
.layui-layer-content{
    height: 95% !important;
}
.layui-layer-content iframe{
    height: 100% !important;
}
.item-list{
    height: 100%;
    padding: 0 30px 30px 30px !important;
    box-sizing: border-box;
    overflow: auto;
}
@media screen and (min-width: 320px) and (max-width: 750px){
    .layui-swipers{
        width: 60%;
        margin-left: 10px;
    }
    .layui-carousel-li{
        margin: 20px 0;
    }
}

/** 我的预约 **/
.palt0{
    padding-left: 0;
}

.f-flex{
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
}

.nopad {
    padding: 0 !important;
}

.carbox-ul-flex{
    display: flex;
}

.f-flex-tabs {
    flex-direction: column;
}

.f-flex .carousel-second-title,.carousel-third-title {
    font-size: 14px;
    line-height: 3;
    color: #666;
    position: relative;
}

.f-flex .carousel-second-title::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 113%;
    left: -21px;
    top: 20px;
    background: #cbdeda;
}

.f-flex .carousel-second-title::after,.carousel-third-title::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -24px;
    top: 17px;
    background: #cbdeda;
}

.mtp22{
    margin-top: 22px;
}
.f-txtctr{
    text-align: center;
}
.fqc-My-yuyue{
    align-items: center;
    justify-content: space-between;
}
.fqc-My-yuyue-text{
    font-size: 22px;
    font-weight: 600;
}
.mrt550{
    margin-right: 550px;
}
.selected{
    color: #2069ce;
    text-decoration: underline;
}
#button-container {
    display: flex;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.fqc-My-boxinput{
    width: 248px !important;
    height: 35px;
    background-color: #ffffff !important;
    border-radius: 18px !important;
    border: solid 1px #cdcdcd !important;
    position: relative;
}
.fqc-My-boxinput .fqc-My-input{
    padding-left: 20PX;
    box-sizing: border-box;
    width: 248px !important;
    height: 35px;
    background-color: #ffffff !important;
    border-radius: 18px !important;
    border: solid 1px #cdcdcd !important;
}
.fqc-My-yuyue .fqc-My-input:focus{
    background-color: #FFF !important;
}
.fqc-My-boxinput .box-btns{
    width: 60px;
    height: 35px;
    background-color: #2069ce;
    border-radius: 0px 18px 18px 0px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.fqc-border-hx{
    margin-top: 12px;
    width: 100%;
    height: 1px;
    background-color: #2069ce;
}
.fcq-dates{
    margin-top: 25px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
}
.dates-left-img{
    width: 30px;
    height: 26px;
}
.dates-left-h3{
    font-size: 18px;
    color: #000000;
}
.dates-center{
    margin-left: 24px;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.dates-center-li{
    font-size: 14px;
    color: #000000;
    position: relative;
    cursor: pointer;
}
.dates-center-li:nth-child(n+2){
    margin-left: 30px;
}
.dates-center-li-active{
    font-weight: 600;
    color: #2069ce;
}
.dates-center-li-active::before{
    content: '';
    width: 50%;
    height: 3px;
    background: #2069ce;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -16px;
}
.dates-right{
    margin-left: 15px;
    align-items: center;
    cursor: pointer;
}
.dates-left{
    margin-left: 650px;
    align-items: center;
    cursor: pointer;
}
.activityTable-color{
    color: #2069ce;
    background-color: #F0F8FF;
}
.dates-right-img{
    width: 18px;
    height: 16px;
}
.dates-right-span{
    margin-left: 5px;
    font-size: 14px;
    line-height: 48px;
    color: #2069ce;
}
.dates-export-pdf{
    margin-left: 5px;
    font-size: 14px;
    line-height: 48px;
    color: #2069ce;
}
.fcq-list{
    margin-top: 8px;
    margin-bottom: 20px;
}
.fcq-list-ul{
    flex-wrap: wrap;
}
.fcq-list-ul-li{
    display: flex;
    width: 31%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
    min-height: 210px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #efefef;
    margin: 30px 20px 0 0;
}
.fcq-list-ul-li-active{
    box-shadow: 13px 7px 23px 4px
    rgba(142, 146, 149, 0.2);
}
.list-ul-li-img{
    height:180px;
    align-items: center;
    justify-content: center;
}
.list-ul-li-img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.list-ul-li-h2{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2099e9;
}
.fcq-list-li-txt{
    padding: 0 10px 0 25px;
    box-sizing: border-box;
}
.list-ul-li-jieshao{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.fcq-list-li-btns{
    justify-content: flex-end;
    align-items: center;
}
.btns-lxfs{
    position: relative;
    width: 80px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
    margin-right: 8px;
}
.btns-yy{
    width: 80px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    font-size: 12px;
}
.denied-ii {
    border: 2px #e15061 solid;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 600;
    color: #e15061;
}
.denied {
    cursor: pointer;
}
.lxfs-none-ul{
    position: absolute;
    width: 210px;
    height: 90px;
    bottom: -90px;
    left: 0;
    background-color: #ffffff;
    border: solid 1px #2099e9;
    padding: 15px;
    box-sizing: border-box;
}

.lxfs-none-ul-li{
    line-height: 21px;
    font-size: 12px;
    color: #2099e9;
    align-items: center;
}

.lxfs-none-ul-li p{
    margin-right: 5px;
}

/* 初始状态*/

.btns-lxfs-chushi{
    background-color: #ffffff;
    border: solid 1px #2099e9;
    color: #2099e9;
}

.btns-yy-chushi{
    background-color: #ffffff;
    color:  #2099e9;
    border: solid 1px #2099e9;
}
.btns-yy-chushi span{
    font-size: 12px;
    line-height: 28px;
    color: #2099e9;
}

/* 触摸状态 */

.btns-lxfs-chumo{
    background-color: #2099e9;
    border: solid 1px #2099e9;
    color: #ffffff;

}
.btns-yy-chushi:hover{
    background-color: #f5f5f5;
    border: solid 1px #e7e7e7;
    color: #b5b5b5;

}

/*禁止选择*/

.btns-lxfs-disabled{
    background-color: #f5f5f5;
    border: solid 1px #e7e7e7;
    color: #b5b5b5;
}
.btns-yy-disabled{
    background-color: #f5f5f5;
    border: solid 1px #e7e7e7;
    color: #b5b5b5;
}
.branch-list-title{
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
.branch-list-morn-title{
    margin-top: 18px;
    background-image: linear-gradient(-90deg,
    #01e9bd 0%,
    #007cde 100%);
}
.branch-list-after-title{
    margin-top: 18px;
    background-image: linear-gradient(-90deg,
    #01e9bd 0%,
    #007cde 100%);
}
.branch-list-after-title{
    background-image: linear-gradient(-90deg,
    #cd408f 0%,
    #094fc3 100%);
}
.mtp20{
    margin: 20px auto 106px auto !important;
}
.branch-list-more{
    margin: 30px auto;
    width: 80px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #2099e9;
    text-align: center;
    cursor: pointer;
}
.branch-list-more-span{
    font-size: 12px;
    color: #2099e9;
    line-height: 30px;
}
.branch-list-after-more{
    margin: 30px auto;
    width: 80px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #2099e9;
    text-align: center;
    cursor: pointer;
}


@media screen and (min-width: 320px) and (max-width: 750px){
    .fcq-list-ul{
        justify-content: space-between;
    }
    .fcq-list-ul-li{
        width: 48%;
        margin: 30px 0 0 0;
    }
    .fcq-list-li-btns>div{
        width: auto;
    }
    .branch-list-title{
        margin-left: 15px;
    }
    .palt0{
        padding-left: 15px;
    }
    .dates-center-li{
        margin-top: 20px;
    }
}

.f-none{
    display: none;
}
.all-part{
    display: none;
}

/*供采大厅*/
.mtp30 {
    margin-top: 20px;
}

.pad0 {
    padding: 0 !important;
}

.dt-title-bg {
    margin-top: 17px;
    width: 100%;
    height: 419px;
    border-radius: 3px;
    background: url(../images/gc-banner.png) no-repeat 0 0/100% 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.dt-title-bg-h2 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #ffffff;
}

.dt-title-bg-p {
    font-size: 14px;
    letter-spacing: 17px;
    color: #ffffff;
}

.dt-title-bg-btn {
    margin-top: 32px;
    align-items: center;
    justify-content: center;
}

.title-btn {
    width: 203px;
    height: 50px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.half-width {
    width: 50%;
    height: 64px;
    display: block;
    line-height: 64px;
    text-align: center;
    border-radius: 5px;
}

.title-btn-fbxq {
    background-image: linear-gradient(-45deg,
    rgba(255, 131, 76, 1) 0%,
    #fc686f 100%),
    linear-gradient(#ff5c5b, #ff5c5b);
    margin-right: 12px;
}

.bm-select .nomar {
    margin: 0 !important;
}

.mar12 {
    margin: 0 12px;
}
.fbxq-border {
    background: #c6e8ff;
    margin-right: 40px;
    border: 1px solid #56b3f2;
    display: flex;
    align-items: center;
}

.title-btn-xqgl {
    margin-left: 20px;
    background: linear-gradient(-45deg, #65D2B7, #57BEFF);
}

.xqgl-border {
    background: #d4e3ff;
    border: 1px solid #197bfa;
    display: flex;
    align-items: center;
}
.title-btn-img {
    width: 52px;
    height: 44px;
    /*margin-left: 15px;*/
    margin-right: 20px;
}

.title-btn-img-right {
    width: 18px;
    margin-left: 10px;
}

.title-btn-span {
    /*margin: auto;*/
    font-size: 20px;
    color: #ffffff;
}

.fbxq-span {
    color: #007acb !important;
}

.xqgl-span {
    color: #1f5dcd !important;
}

.dt-choice {
    width: 100%;
    height: 58px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    align-items: center;
}

.dt-choice-zq {
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-left: 10px;
    width: 256px;
}

.dt-choice-fl {
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-left: 10px;
    width: 256px;
}

.dt-choice-btn {
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #347AB8;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.dt-choice .shou-btn {
    margin: 0 10px;
}

.dt-choice-btn-img {
    width: 15px;
    height: 16px;
}

.dt-choice-btn-span {
    font-size: 14px;
    color: #347ab8;
    text-align: center;
    padding: 0 13px;
}

.dt-choice-btn-span-active {
    font-size: 14px;
    color: #fff;
    background: #347ab8;
    text-align: center;
    padding: 0 13px;
}

.time-operation {
    display: flex;
}

.time-operation .send-time {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-right: 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.time-operation .send-time .time-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

    /*导航样式开始*/
.supply-all {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}

.supply-all .supply-menu {
    width: 250px;
}

.supply-all .supply-menu h1 {
    height: 50px;
    background-color: #2069ce;
    font-size: 18px;
    padding-left: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: 27px center;
    overflow-y: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supply-all .supply-menu .supply-menu-tree {
    width: 100%;
    border-radius: inherit;
    background-color: #F2F4F7;
    z-index: 9;
    padding-bottom: 30px;
}

.layui-nav-item {
    padding-left: 10px;
}

.layui-nav .layui-nav-bar {
    display: none;
}

.layui-nav-tree .layui-nav-more {
    border-top-color: #8e8e8e;
}

.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #2069CE;
}

.layui-nav-item a {
    color: #333 !important;
    background-color: #F2F4F7 !important;
    border-radius: 8px;
    height: 48px;
    margin-bottom: 5px;
}

.layui-nav-item a:hover {
    color: #2069CE !important;
    background-color: #E6EAF0 !important;
    cursor: pointer;
}

.layui-nav-itemed>.layui-nav-child {
    background-color: transparent !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this {
    background-color: transparent !important;
}

.layui-nav-item:hover .tbm-item-dot1 {
    color: #2069CE;
}

.second-nav {
    position: relative;
    padding-left: 10px !important;
}

.second-nav::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #dedede;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.second-nav .third-nav-all {
    position: absolute;
    height: auto;
    overflow: hidden;
    top: 0px;
    right: -232px;
    background-color: #fff;
    box-shadow: 3px 5px 10px #dddddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    display: none;
    width: 232px;
}

.second-nav:hover .third-nav-all {
    display: block;
}

.third-nav-all .third-ul {
    margin: 10px;
    margin-left: 0;
}

.third-nav-all .third-ul .third-nav-item {
    height: 40px;
    margin-bottom: 5px;
}

.third-nav-all .third-ul .third-nav-item a{
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    background: #fff;
}

.third-nav-all .third-ul .third-nav-item a:hover {
    color: #2069CE;
    background: #F2F4F7;
}

.third-nav-all .third-nav-item a {
    color: #333;
    background-color: #fff !important;
}

.third-nav-all .third-nav-item:hover a {
    color: #2069CE !important;
    background-color: #E6EAF0 !important;
}

.third-nav-all ul li {
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    line-height: 40px;
    padding-right: 10px;
}

.tbm-item-dot1 {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 17px;
    top: 18px;
    background: #dedede;
    z-index: 9;
}

.supply-menu-tree .tbm-item-dot:hover {
    color: #fff;
}

/*导航样式结束*/

.supply-main-container {
    flex: 1;
    margin-left: 22px;
}

.supply-search-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #2069ce;
}

.dt-cgxq {
    width: 100%;
    padding: 5px 0 20px 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #2069ce;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt-cgxq-tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt-xq-list {
    width: 100%;
    padding: 26px 0 20px 0;
}

.dt-xq-list-title {
    margin-left: 8px;
    padding-bottom: 2px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 24px;
}

.xq-list-title-span {
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(-45deg, #FF834C 0%, #FC686F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xq-list-ul {
    margin-top: 2px;
}

.xq-list-li {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #efefef;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 20px 25px;
}

.xq-list-li-h3 {
    width: 720px;
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cusroms-three-name {
    color: #D0021B;
}

.xq-list-li-end {
    align-items: center;
    font-size: 12px;
    color: #666666;
    justify-content: space-between;
}

.mt25 {
    margin-top: 25px;
}

.xq-list-li-end-gs-p {
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

.p-flex {
    display: flex;
    align-items: center;
}

.gs-contact {
    margin: 0 15px;
}

.xq-list-li-end-gs-span {
    /*margin-right: 8px;*/
}

.xq-list-li-time {
    align-items: center;
    position: absolute;
    right: 27px;
    top: 23px;
    flex-direction: column !important;
}

.xq-btn-operation {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.xq-btn-operation .btn-group {
    border-radius: 4px;
    margin-left: 10px;
}

.xq-btn-operation .btn-group .f-btn {
    border-radius: 4px 0 0 4px !important;
}

.xq-btn-operation .btn-group .l-btn {
    margin-left: -5px;
    border-radius: 0 4px 4px 0 !important;
}

.xq-btn-operation .btn-group .btn-item {
    padding: 5px 10px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.xq-btn-operation .btn-group .btn-item:hover {
    color: #fff;
    background: #0265fb;
}

.xq-btn-operation .btn-group .btn-checked-item {
    background: #0265fb;
    color: #fff;
}

.list-li-bton {
    display: block;
    position: absolute;
    right: 27px;
    top: 95px;
    text-align: center;
    cursor: pointer;
    width: 104px;
    height: 34px;
    background: #347AB8;
    border: 1px solid #2D6FA3;
    border-radius: 5px;
}

.list-li-bton-span {
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
}

.dt-choice select,
.dt-item select {
    background-position: 97% center !important;
}

.f-flex-ali {
    display: flex;
    align-items: center;
}

.dt-email {
    margin-right: 20px;
}

.dt-item0927 {
    padding: 0 20px;
    height: 100%;
    overflow-y: auto;
}

.xq-content-item {
    margin-top: 15px;
    background: #F2F4F7;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.xq-input-content {
    display: flex;
}

.xq-content-item p {
    font-size: 14px;
}

.xq-content-item .xq-check-ul {
    display: flex;
    flex-wrap: wrap;
}

.xq-content-item .xq-check-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.xq-content-item .xq-check-ul .xq-check-li {
    padding: 5px 15px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 4px;
    margin: 5px 10px;
    cursor: pointer;
}

.xq-content-item .xq-check-ul .xq-check-li:hover {
    border: 1px solid #0265fb;
}

.xq-content-item .xq-check-ul .xq-check-li-active {
    border: 1px solid #0265fb;
}

.xq-company {
    display: flex;
    align-items: center;
}

.xq-company .xq-avatar {
    display: inline-block;
}

.xq-company .xq-name {
    font-size: 14px;
    color: #858585;
    margin-left: 15px;
}

.dt-list-label {
    width: 100px;
    text-align: right;
    white-space: nowrap;
}

.dt-list-select-cp {
    width: 160px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
}

.dt-list-select-hf {
    width: 160px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
}

.dt-item-list .dt-list-input {
    padding-left: 10px;
    width: 240px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
}

.dt-list-dw {
    margin-left: 12px;
}

.gcdt input:focus,
.gcdt select:focus {
    background-color: #ffffff !important;
    border-radius: 2px !important;
    border: solid 1px #e3e3e3 !important;
}

.dt-fy {
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    flex-wrap: wrap;
}

.dt-fy-btn {
    display: block;
    padding: 0 10px;
    line-height: 38px;
    border: 1px solid #e6e8e8;
    color: #8b91a0;
}

.dt-fy-xz {
    margin-left: 13px;
}

.dt-fy .ft-fy-select {
    padding: 0 0 0 10px;
    margin-left: 8px;
    height: 30px;
    width: 45px;
    color: #999999;
    background-color: #ffffff !important;
    border-radius: 2px !important;
    border: solid 1px #e3e3e3 !important;
}

.dt-fy-xz-span {
    font-size: 14px;
    color: #666e70;
}

.mlt13 {
    margin-left: 13px;
}

.dt-fy .dt-fy-btn:focus {
    outline: thin solid !important;
    color: #D0021B;
}

.show_div_suit {
    display: none;
    width: 25%;
    height: 30vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.show_div_suit_span {
    text-align: center;
    font-size: 15px;
    margin-top: 15%;
}
.show_div_suit_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#show_div {
    height: 100%;
    padding: 50px 50px 15px;
    background: url("../images/bg01.jpg") center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-size: contain;

}

#not_show_btn_div {
    height: 100%;
    padding: 50px 50px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-size: contain;
}

.show_div_bg1 {
    background: url("../images/bg01.jpg") center no-repeat !important;
}

.show_div_bg2 {
    background: url("../images/bg01.png") center no-repeat !important;
}

#show_div h1 {
    font-weight: 600;
    line-height: 2;
}

#show_div .l-tips {
    line-height: 1;
    color: #637785;
}

#show_div .l-management {
    cursor: pointer;
    color: #0364fb;
    text-decoration: underline;
    margin: 0 5px;
}

#show_div .l-manage-btn-group {
    margin-top: 40px;
}

#show_div .l-manage-btn-group button {
    padding: 10px 20px;
    border-radius: 4px;
}

#show_div .l-manage-btn-group .btn-item-look {
    background: #0465fc;
    margin-right: 20px;
}

#show_div .l-manage-btn-group .btn-item-know {
    background: #f7fbff;
    color: #637785;
    border: 1px solid #cbcbcb;
}

.show_div_service {
    justify-content: space-around !important;
}

.show_div_service h5{
    margin-top: 20px;
}


.u-fly-window-20220729 .u-close {
    position: absolute;
    top: -15px;
    right: -20px;
    width: 30px;
    height: 30px;
    background: #ebf3ff url(../images/piao-02.png) no-repeat center center;
    border-radius: 50%;
}
.u-fly-window-20220729 .p1{
    padding: 10px 5px;
    background: #ebf3ff;
    font-size: 14px;
    line-height: 1.2;
}
.piao1 {
    display: block;
    top: 746px;
    right: 20px;
    z-index: 100;
}
.u-fly-window-20220729 {
    padding-top: 220px;
    position: fixed;
    bottom: 20%;
    left: 30px;
    z-index: 9999;
    width: 200px;
    height: 200px;
    background: url(../images/serviceAccountQRCode.jpg) no-repeat 0 0/100% 100%;
    box-shadow: 0 0 10px 0px #a69b9b;
}

.m-tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-code {
    width: 300px;
    height: 300px;
    background: #E6EAF0;
}

.show_div_dialog {
    left: 25.5% !important;
}

.dt-item-btn {
    margin: 0 auto;
    margin-top: 20px;
    width: 170px;
    height: 34px;
    background-color: #2099e9;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.dt-item-btn-new1 {
    margin: 0 auto;
    width: 170px;
    height: 34px;
    background-color: #2099e9;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    margin-right: 1px;
}

.dt-item-btn-new2 {
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    background-color: #2099e9;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.list-li-bton-dis {
    background-color: #cecece;
    border-radius: 5px;
}
.tk-box {
    position: absolute;
    width: 410px;
    height: 430px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    right:33px;
    top:75px;
    display: none;
}

.tk-title {
    width: 100%;
    height: 48px;
    background-color: #f3f3f3;
    padding: 0 13px 0 19px;
    align-items: center;
    box-sizing: border-box;
}

.tk-title-span {
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1px;
    color: #666666;
}

.mlto {
    margin-left: auto;
    align-items: center;
}

.tk-title-checkbox {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #cecece;
    cursor: pointer;
}

.mlto span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.tk-center {
    height: 240px;
    overflow-x: auto;
    width: 100%;
}

.tk-center-ul {
    height: 240px;
    width: 100%;
    flex-direction: column;
    padding: 0 30px 0 19px;
    box-sizing: border-box;

}
.exhibits{
    cursor: pointer;
}

.tk-center-ul-li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #d7d7d7;
    align-items: center;
    justify-content: space-between;
}

.tk-center-ul-li span {
    line-height: 45px;
}

.tk-center-ul input {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #cecece;
}

.tk-bottom {
    background: #ffffff;
    width: 100%;
    padding: 25px 0 38px 0;
}

.tk-zp {
    margin: 0 auto;
    /*min-width: 224px;*/
    width: auto;
    max-width: 280px;
    padding: 0px 8px;
    height: 27px;
    /*background-color: #f3f3f3;*/
    border-radius: 14px;
    text-align: center;
    line-height: 27px;
    font-size: 13px;
    color: #666e70;
    cursor: pointer;
}

.tk-zp-btn {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.tk-btns {
    display: block;
    width: 90px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    border-radius: 5px;
    cursor: pointer;
}

.tk-btn-close {
    background-color: #ffffff;

    border: solid 1px #2099e9;
    color: #2099e9;
}

.tk-btn-qr {
    background-color: #2099e9;
    border-radius: 5px;
    color: #ffffff;
}
.shou-btn{
    width: 98px;
    height: 34px;
    background-color: #347AB8;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

.shou-btn-span{
font-size: 14px;
line-height: 34px;
color: #ffffff;
}


/*供采大厅 需求管理*/
.xqgl-tit {
    width: 100%;
    margin-top: 28px;
    padding: 0 0 12px 24px;
    border-bottom: 1px solid #2069ce;
    box-sizing: border-box;
}

.xqgl-tit-span {
    font-size: 22px;
    color: #2069ce;
}

.xqgl-carousel {
    width: 100%;
}

.xqgl-container-content {
    display: flex;
    padding: 20px;
}

.xqgl-container-content .xqgl-tabs {
    width: 230px;
    width: 175px;
}

/*.xqgl-tabs #h-image-1,#h-image-2 {*/
/*    display: none;*/
/*}*/

.xqgl-container-content .xqgl-tabs .xqgl-tab-item {
    font-size: 14px;
    color: #333;
    line-height: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.xqgl-container-content .xqgl-tabs .xqgl-tab-item-inline{
    margin-right: 30px;
    float: left;
}

.xqgl-container-content .xqgl-tabs .xqgl-tab-item:hover {
    color: #216bcb;
}

.xqgl-container-content .xqgl-tabs .xqgl-tab-item img {
    margin-right: 10px;
    width: 15px;
}

.xqgl-container-content .xqgl-table-list {
    flex: 1;
    margin-left: 20px;
}

.xqgl-container-content .xqgl-table-list .carousel-item {
    margin-bottom: 23px;
}

.active-color {
    color: #216bcb !important;
}

.switch-checkbox {
    display: flex;
    align-items: center;
    justify-content: end;
}

.switch-checkbox .layui-form-switch {
    margin-top: 0 !important;
    margin-left: 10px !important;
    width: 40px !important;
}

.carousel-title {
    border: 1px solid #cbdae6;
    border-bottom: none;
    padding: 15px 24px 8px 24px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7fafc;
}

.carousel-txt {
    display: flex;
    padding: 15px 23px;
    padding-left: 55px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cbdae6;
    border-top: none;
}

.carousel-recommend-shopping {
    position: relative;
}

.carousel-recommend-shopping::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 165%;
    background: #cbdeda;
    left: -50px;
    top: -15px;
}
.carousel-recommend-shopping button {
    padding: 8px 16px;
    border: 1px solid #0465fc;
    color: #0465fc;
    background: #eef9fe;
    border-radius: 8px;
}

.carousel-txt-p {
    font-size: 12px;
    color: #919191;
}

.carousel-txt-xq {
    font-size: 16px;
    color: #333333;
}

.carousel-txt-fl {
    font-size: 18px;
    font-weight: 600;
    color: #2069ce;
}

.xqgl-content {
    width: 100%;
    margin-top: 24px;
    flex: 1;
}

.xqgl-content-tit {
    font-size: 16px;
    color: #333333;
    padding-top: 111px;
}
.xqgl-flex{
    flex: 1;
}

.xqgl-content-carousel {
    width: 100%;
}
.xqgl-content-carousel:nth-child(n+2){
    margin-top: 20px;
}
.carousel-img-tit {
    width: 188px;
    height: 239px;
    background-color: #ffffff;
    border: solid 1px #efefef;
    position: relative;
}

.carousel-img-titim {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 200px;
}

.carousel-img-tit-txt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 35px;
    font-size: 14px;
    color: #333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mlt23 {
    flex: 1;
    margin-left: 23px;
    overflow: hidden;
}

.carbox {
    width: 100%;
    height: 100%;
    /*background-color: #f5f5f5 !important;*/
    /*padding: 24px 0 19px 0;*/
    box-sizing: border-box;
}

.carList {
    /*margin-left: 6px;*/
    /*margin-right: 6px;*/
    /*width: 180px;*/
    /*height: 196px;*/
    background: #fff;
    width: auto;
    height: 184px;
    padding: 6px;
}

.carList-img {
    max-height: 180px;
    height: auto;
    max-width: 180px;
    width: auto;
}

.carList-p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mlt23 .layui-icon {
    width: 60px;
    height: 60px;
    background-color: #c1c1c1;
    opacity: 0.3;
    font-size: 28px;
}  .mlt23 .layui-carousel-arrow[lay-type=sub]{
       left: -17px;
   }
.mlt23 .layui-carousel-arrow[lay-type=add]{
    right: -17px;
}
.right-zhe{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width:40px;
    background: #ffffff;
    opacity: 0.8;
}
.xqgl-btn{
    margin: 30px 0 80px 0;
}
.xqgl-btn-a{
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #2099e9;
    text-align: center;
    line-height: 30px;
    color: #2099e9;
}
.xqgl-btn a:focus{
    outline: none !important;
}
.xqgl-btn a:hover{
    color: #2099e9;
}
@media screen and (min-width: 320px) and (max-width: 750px){
    .xqgl-content{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .carbox-ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .carList{
        margin: 0 0 20px 0;
    }
    .mlt23 {
        flex: none;
        margin: 10px 0 0 0 ;
    }
    .xqgl-content-carousel{
        flex-direction: column;
    }

    .zsd-yu-abs {
        right: 249px;
        bottom: -28px;
    }

    .huo-link-abs {
        bottom: -28px;
    }

    .zsd-shou-abs {
        bottom: -28px;
    }
    .detail1008{
        margin-bottom: 30px !important;
    }
    .ewm-big-img{
        /*display: flex;*/
        display: none;
        justify-content: center;
        align-items: center;
    }
    .ewm-big-img img {
        width: 70%;
        height: 70%;
    }
    .ewm-zhe{
        display: none;
    }
    .ar-link-pa{
        bottom: -28px;
    }
}
.breadcrumbs{
    width: 100%;
}

.detail1008 {
    width: 100%;
    font-size: 22px;
    color: #333333;
    position: relative;
    margin-bottom: 15px;
    padding-top: 10px;
}

.detail1008::after {
    content: "";
    display: table;
    clear: both;
}

.footer{
    margin-top: 50px !important;
}

.to-login .layui-layer-btn .layui-layer-btn0{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.to-login .layui-layer-btn1{
    border-color: rgb(254 125 82);
    background-color: rgb(254 125 82);
    color: #fff;
}
.alert-tips .layui-layer-btn .layui-layer-btn0{
    border-color: rgb(254 125 82);
    background-color: rgb(254 125 82);
    color: #fff;
}
.ar-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2099e9;
    padding: 0px 20px;
    color: #2099e9;
    font-size: 12px;
    box-sizing: border-box;
    margin-left: 8px;
}
.ar-link-pa{
    position: absolute;
    right: 265px;
    height: 25px;
    line-height: 25px;
}

.fqz-logo .img-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fqz-logo .img-wrap img{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto!important;
}

.favouriate-foods {
    flex: 1;
}

.favouriate-list {
    height: 100%;
}



.swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    text-align: right;
    line-height: 30px;
    left: -20px;
    z-index: 100 !important;
    cursor: pointer;
}

.favouriate-swiper {
    width: 100%;
    height: 210px;
    position: relative;
    margin-top: 20px;
    background: rgb(248, 249, 253);
    padding: 13px 0 13px 22px;
    display: flex;
    justify-content: space-between;
}

.favourite-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.company-logo {
    width: 136px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company-logo img {
    width: 136px;
    height: 100px !important;
}

.company-logo .company-title {
    text-align: center;
    margin-top: 15px;
}

.favouriate-food-swiper {
    position: relative;
    display: flex;
    border: 1px solid #cbdae6;

}

.favouriate-food-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 176px;
    background: #fff;
}

.xqgl-food-list .carbox-ul li:nth-child(2n) {
    border-left: 1px solid #cbdae6;
    border-right: 1px solid #cbdae6;
}

.xqgl-food-list {
    border: 1px solid #cbdae6;
}

.xqgl-food-list .carbox-ul li:nth-child(4n) {
    border-right: none;
}

.favouriate-food-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 37px;
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.bls-title {
    color: #333333;
    padding: 0 23px;
    height: 90px;
    padding-right: 15px;
    font-size: 14px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    line-height: 24px;
}

.bls-detail {
    display: block;
    color: #999999;
    font-size: 12px;
    padding-left: 23px;

}

.prev-next {
    width: 705px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    /* visibility: hidden; */
    cursor: pointer;
}

.prev-next>div>img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

body .layerAdd{    //设置弹窗的整体
    padding: 0px 30px
}

.blue-bg {
    position: relative;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1ecf7;
    padding: 17px 0 32px;
    z-index: 8;
}

#box {
    width: 100%;
    position: relative;
}
.marquee-box  {
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    display: inline-block;
}

.pWidth{
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline !important;
    word-break: keep-all;
    white-space: nowrap;
    overflow:hidden;
    font-size:14px;
    display: flex;
    align-items: center;
    margin-right: 200px
}
::-webkit-scrollbar {
    width: 0 !important;
}
::-webkit-scrollbar {
    width: 0 !important;height: 0;
}

.pWidth .circle {
    width: 13px;
    height: 13px;
    background-color: #1559ce;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.light-text {
    color: #175cd1;
    margin: 0 3px;
}

.pre-review {
    padding: 30px 0 30px 66px;
    color: #fff;
    font-size: 30px;
    background: url(../images/previous-bg.png) no-repeat;
    margin-top:20px;
    display: flex;
    align-items: center;
    font-width: 600;
}

.pre-review .click-view {
    font-size: 20px;
    padding: 12px 34px 12px 50px;
    background: url(../images/pre-btn.png) no-repeat 160% -21%;
    font-weight: 700;
    margin-left: 50px;
    width: 18%;
    position: relative;
}

.pre-review .click-view .pre-icon {
    position: absolute;
    width: 25px;
    top: 25%;
    left: 10%;
}

.lay-table .layui-table-header {
    border-width: 0 0 1px;
}

.lay-table .layui-table td {
    border: none;
}

.find-tips {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.myRecommend {
    padding: 15px 30px 35px;
    height: calc(100% - 80px);
    overflow-y: auto;
}

.myRecommend .rec-top {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.myRecommend .choose-all {
    display: flex;
    flex-wrap: wrap;
}

.myRecommend .choose-all .choose-item  {
    margin: 10px;
    width: 190px;
    background-color: #f8f9fd;
    border: 1px solid #e4ecf4;
    padding: 28px 16px 33px;
    position: relative;
    cursor: pointer;
}

.choose-item img {
    width: 214px;
    height: 120px;
    object-fit: cover;
}

.choose-item.active {
    border: 1px solid #0464fc !important;
}

.choose-item .choose-inp {
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
}

.choose-all .choose-item p {
    text-align: center;
}

#myDropdownButton {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    /* padding: 0 18px; */
    background: none;
    color: #000;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
#myDropdownMenu li {
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.transverse-box {
    height: 20px;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    white-space: nowrap; /* 文字不换行 */
    overflow: hidden; /* 显示区域隐藏溢出内容 */
}

.pml140 {
    margin-left: 21vw;
}

.sidebar-list {
    width: 365px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    line-height: 2;
}

.mainNAV0314 .container {
    position: relative;
    min-height: 30px;
    z-index: 99 !important;
}
@media (max-width: 767px) {
    .blue-bg > div,.sidebar-list{
        width: 100% !important;
    }
    .banner-all{
        flex-wrap:wrap;
        justify-content: center;
    }
    .banner-all .banner-left-cont,.banner-all .banner-center-cont{
        width:90%;
    }
    .banner-all .banner-center-cont{
        margin-top: 20px;
    }
    .index1004 .blue-bg .banner-list{
        width: 90%;
    }
    .index1004 .blue-bg a.banner-list + a.banner-list{
        margin-top: 20px !important;
    }

    .banner-right-cont .bm-select {
        width: 100%;
    }

    .banner-center-cont.banner-right-cont {
        padding : 10px;
    }

    .banner-right-cont .bm-select-item{
        min-width:auto;
        /*flex: 1;*/
        height: 150px;
    }

    .bm-select-item:nth-child(4), .bm-select-item:nth-child(5) {
        min-width: 49% !important;
    }

    .bm-select-item:nth-child(4) {
        height: 90px;
    }

    .fbxq-border {
        margin: 0;
    }

    .page-breadcrumbs {
        margin-top: 60px;
    }

    .supply-all {
        display: block;
    }

    .supply-all .supply-menu {
        width: 90%;
        margin: 0 auto;
    }

    .dt-choice {
        padding: 15px;
        flex-wrap: wrap;
        height: auto;
    }

     .dt-choice .dt-choice-zq,.dt-choice .dt-choice-fl,.dt-choice .shou-btn {
         width : 100%;
     }

    .dt-choice .dt-choice-fl,.dt-choice .shou-btn {
        margin: 15px 0;
    }

    .supply-all .dt-xq-list .xq-list-li-time {
        top: 45px;
        position: static;
        font-size: 14px;
    }

    .supply-all .supply-main-container {
        margin-top: 20px;
    }

    .dt-title-bg-btn .title-btn-span {
        font-size: 14px;
        line-height: 1.2;
    }

    .active-en {
        width: 100% !important;
    }

    .fqtd-shai .checked-content .checked-left {
        width: 25%;
    }
    .list-li-bton {
        margin-top: 10px;
        position: static;
    }

    .xq-list-li-h3 {
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
        width: 100%;
    }
    .xq-list-li-end {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0;
    }
    .xq-list-li-end-gs {
        flex-direction:column;
    }
    .xq-list-li-end-gs .xq-list-li-end-gs-p {
        width: 100%;
        margin: 5px 0;
    }
    .banner-right-cont .bm-select-item {
        width: 100% !important;
        height: 115px;
    }
    .banner-right-cont .bm-select-item:nth-child(4), .banner-right-cont .bm-select-item:nth-child(5) {
        height: 115px;
    }
    .banner-center-cont {
         height: auto !important;
    }
}
.banner-center-cont {
    height: 350px;
}

.banner-center-cont.banner-right-cont {
    padding-bottom: 0;
}
.banner-right-cont .bm-select{
    align-items: flex-start;
}
.banner-right-cont .bm-select .bm-select-item {
    margin-top: 0 !important;
}
.banner-right-cont .bm-select-item {
    margin-bottom: 20px !important;
    padding: 15px 10px 0 !important;
    height: 125px !important;
}
.banner-right-cont .bm-select-item:nth-child(4),
.banner-right-cont .bm-select-item:nth-child(5) {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    background: rgba(255, 255, 255, .5);
    padding: 20px 10px;
    cursor: pointer;
    width: 31%;
    min-width: auto;
}
.enpage .banner-right-cont .bm-select-item {
    margin-bottom: 15px !important;
    padding: 10px 5px 0 !important;
    height: 135px !important;
}
.banner-right-cont .bm-select-item:nth-child(5) .u-img-box {
    padding-top: 5px;
}
.bm-select-item:nth-child(2) p, .bm-select-item:nth-child(3) p {
    padding-top: 0;
}
.banner-right-cont .bm-select-item .u-img-box {
    height: 60px;
}
.banner-right-cont .bm-select-item:nth-child(3n+1) p {
    color: #d75b17;
}
.banner-right-cont .bm-select-item:nth-child(3n+2) p {
    color: #e09616;
}
.banner-right-cont .bm-select-item:nth-child(3n+3) p {
    color: #ff5438;
}
.banner-right-cont .bm-select-item .u-img-box {
    height: 60px;
}

.u-fly-window-20220729 {
    padding-top: 0;
    height:auto;
    background: none;
    background-color: #fff;
}
.u-fly-window-20220729 .u-code-img {
    padding: 10px;
}
.u-fly-window-20220729 .u-close {
    right: -15px;
    background-size: 35%;
    cursor: pointer;
}
