/* 基本 */
.bg-basic {
    background-color: var(--t-base-color);
    border-color: var(--t-base-color);
}
.text-white {
    color: white;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-bold {
    font-weight: 700;
}
.to-top {
    height: 100px;
}
.nav > li > a {
    padding: 10px 25px;
}
/* 用户注册 */
.user .by {
    display: none;
}
.user .radio {
    margin-right: 35px;
}
#verify-image {
    border-radius: 0 4px 4px 0;
    border: 1px solid #ccc;
    border-left: 0;
}
/* 找回密码 */
.password {
    margin: 53px auto;
}
button.bg-basic:hover {
    background-color: var(--t-base-color);
}
/* 首页 */
.texcell-banner-mobile {
    margin-top: 100px;
}
.texcell-banner-mobile .carousel-inner .item {
    min-height: 390px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.texcell-banner-mobile .carousel-caption {
    /* top: 50%;
    margin-top: -25px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    bottom: 0;
    padding: 0;
    left: 9%;
    right: 9%;
}
.texcell-banner-mobile .carousel-caption .wqd-h5 {
    font-size: 28px;
    font-weight: bolder;
}
.texcell-banner-mobile .carousel-caption .p {
    font-size: 16px;
}
.texcell-banner-mobile .wqd-btn-blue {
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    /* border-radius: 5px; */
    margin-top: 19px;
}
.texcell-banner-mobile .carousel-control {
    width: 9%;
}
.row .bootstrap-select .dropdown-menu {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* 优势 */
.section-header {
    position: relative;
    margin-bottom: 75px;
    text-align: center;
}
.section-header h2, .section-header h1 {
    font-weight: 600;
    font-size: 39px;
    text-transform: uppercase;
}
.section-header h2::before {
    content: '';
    width: 78px;
    height: 4px;
    background: var(--t-base-color);
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.section-header .text {
    margin-top: 15px;
}
.texcell-advantage {
    background-color: #f7f7f7;
    padding: 75px 0;
}
.texcell-advantage .box {
    padding: 50px 15px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    text-align: center;
    min-height: 295px;
    margin-bottom: 25px;
}
.texcell-advantage .box:hover {
    transition: .3s;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 10%);
}
.texcell-advantage .box i.fa {
    color: var(--t-base-color);
    font-size: 39px;
}
.texcell-advantage .box h4 {
    margin-top: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.texcell-advantage .box .text {
    font-size: 14px;
    line-height: 1.2;
    color: #696969;
}
/* 联系按钮 */
.texcell-contact {
    background-color: var(--t-base-color);
    background-size: cover;
    padding: 39px 0;
    color: white;
}
.texcell-contact h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 19.9px;
}
.texcell-contact .text {
    font-size: 16px;
}
.texcell-contact .button {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 39px 9px 15px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
}
.texcell-contact .button:hover {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    color: var(--t-base-color);
}
/* 案例 */
.texcell-case {
    padding: 75px 0;
}
.texcell-case .nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.texcell-case .nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 35px;
}
.texcell-case li {
    list-style: none;
}
.texcell-case .nav-tabs > li > a {
    color: inherit;
    border: 0;
    margin: 0 35px;
    padding: 0 12px 20px;
    font-size: 16px;
    border-bottom: 3px solid white;
}
.texcell-case .nav-tabs > li.active > a, .texcell-case .nav-tabs > li.active > a:hover, .texcell-case .nav-tabs > li.active > a:focus {
    border: 0;
    color: var(--t-base-color);
    border-bottom: 3px solid var(--t-base-color);
}
.texcell-case .nav-tabs > li > a:hover {
    color: var(--t-base-color);
    background: none;
}
.texcell-case .tab-content .tab-pane .flex {
    display: flex;
    justify-content: space-between;
}
.texcell-case .tab-content .left {
    width: 220px;
    padding: 0;
}
.texcell-case .tab-content .content {
    width: 500px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    align-self: center;
}
.texcell-case .tab-content .content img{
    max-width: 100%;
}
.texcell-case .tab-content .right {
    width: 220px;
    padding: 0;
}
.texcell-case .tab-content li {
    position: relative;
    padding: 16px;
    margin-bottom: 25px;
    width: 100%;
    line-height: 1.8;
    color: #666;
    word-break: break-all;
    background-color: #EFEFEF;
}
.texcell-case .tab-content li::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #EFEFEF;
}
.texcell-case .tab-content .left li::after {
    right: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.texcell-case .tab-content .right li::after {
    left: -9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 指示图 */
.texcell-how {
    margin-bottom: 75px;
    /* padding-top: 75px; */
}
.texcell-how .content {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 115px;
}
.texcell-how .content > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 15px;
}
.texcell-how .content > div:hover {
    color: var(--t-base-color);
}
.texcell-how .content .icon {
    width: 115px;
    height: 115px;
    /* overflow: hidden; */
    border-radius: 50%;
    border: 5px solid var(--t-base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.texcell-how .content .icon img {
    width: 57%;
    position: relative;
    z-index: 99999;
}
.texcell-how .step-one {
    position: relative;
    top: 115px;
}
.texcell-how .content .step-z-one {
    margin-top: 195px;
    margin-right: -53px;
}
.texcell-how .step-three {
    position: relative;
    top: 155px;
}
.texcell-how .content .step-z-three {
    margin-top: 235px;
    margin-right: -53px;
}
.texcell-how .step-four {
    position: relative;
    top: 35px;
}
.texcell-how .content .step-z-two {
    margin-right: -57px;
}
.texcell-how .icon {
    position: relative;
    /* animation-iteration-count: infinite; */
    /* animation-duration: 4s; */
    background-color: var(--t-base-color);
}
.texcell-how .icon .ring {
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    opacity: .8;
}
.texcell-how .icon.now .ring {
    -webkit-animation: pulsing 2s ease-out 2;
    animation: pulsing 2s ease-out 2;
}
.texcell-how .icon .ring:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.texcell-how .icon .ring:nth-of-type(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.texcell-how .icon .ring:nth-of-type(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
.texcell-how .icon .ring:nth-of-type(4) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
@-webkit-keyframes pulsing{
    100% {
        transform:scale(1.75);
        opacity:0
    }
}
@keyframes pulsing{
    100% {
        transform:scale(1.75);
        opacity:0
    }
}
/* 底部 */
.texcell-link .item {
    margin-right: 115px;
}
.texcell-link .item > h1 {
    text-transform: uppercase;
}
.copyright {
    margin-top: 37px;
    padding: 19px 0;
    /* height: 57px; */
    /* line-height: 57px; */
    background-color: #1C1C1C;
}
.footer .content {
    display: flex;
    justify-content: space-between;
    color: #B3B3B3;
}
.footer .content a {
    color: #B3B3B3;
}
.footer .content .texcell-footer-contact i {
    font-size: 16px;
    margin-right: 7px;
}
.footer .content .texcell-footer-contact li {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* 内页联系我们 */
.texcell-page-contact.contact {
    padding-top: 0;
    background: none;
    color: inherit;
}
.texcell-page-contact.contact .intro li a, .texcell-page-contact.contact .intro li {
    color: #333333;
}
.texcell-page-contact.contact .form-group {
    border: 1px solid #DDDDDD;
}
/* 内页经销商 */
.texcell-page-reseller {
    margin: 151px 0 57px;
}
.texcell-page-reseller h2.title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    /* 语言 */
    .language {
        width: 100%;
    }
    .language > a.btn-block {
        display: none;
    }
    .language .language-list {
        display: flex !important;
        visibility: visible !important;
        position: relative;
        justify-content: space-between;
    }
    .language .language-list li {
        width: 47%;
        float: left;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
    }
    .language .language-list li.now {
        border-color: var(--t-base-color);
        background-color: var(--t-base-color);
    }
    .language .language-list li.now a {
        color: white;
    }
    .section-header {
        margin-bottom: 55px;
    }
    .texcell-how {
        padding-top: 0;
    }
    .texcell-advantage {
        padding-bottom: 0;
    }
    .texcell-how .content .step-z-one,
    .texcell-how .content .step-z-two,
    .texcell-how .content .step-z-three {
        display: none;
    }
    .texcell-how .content {
        flex-direction: column;
    }
    .texcell-how .content > div {
        top: 0;
        left: 0;
        margin-bottom: 35px;
    }
    .texcell-contact .row > div > h4 {
        text-align: center;
    }
    .texcell-contact .text-right {
        text-align: center;
    }
    .texcell-case .tab-content .tab-pane .flex {
        flex-direction: column;
    }
    .texcell-case .tab-content .left, .texcell-case .tab-content .right {
        width: 100%;
        padding: 0;
    }
    .texcell-case .tab-content ul {
        margin-bottom: 0;
    }
    .texcell-case .tab-content li {
        margin-bottom: 15px;
    }
    .texcell-case .tab-content .content {
        width: 100%;
        display: none;
    }
    .texcell-case .nav {
        justify-content: space-between;
    }
    .texcell-case .tab-content li::after {
        content: none;
    }
    .texcell-case .nav-tabs > li > a {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    .texcell-advantage .box {
        padding: 25px 15px;
        min-height: auto;
    }
}