header{
    position: relative;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header .container .content-box {
    text-align: center;
    width: 60%;
}

header .container-left {
    align-items: flex-start;
}

header .container-right {
    align-items: flex-end;
}

header .container-left .content-box-left {
    text-align: left;
    width: 60%;
}

header .container-right .content-box-right {
    text-align: right;
    width: 50%;
}
header .container .content-box .synopsis{
    margin-top: 20px;
}
header .container-right .content-box-left .synopsis,
header .container-left .content-box-right .synopsis {
    text-align: left;
}

.tar {
    border: 1px solid #F5F5F5;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: white;
    transition: all .3s ease-out;
}

.tar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.tar .container ul li {
    padding: 18px 0;
}

.tar .container ul li a {
    position: relative;
    border-bottom: 0px solid #00A4FF;
    padding: 20px 0;
}

.tar .container ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #00A4FF;
    transition: 0.2s all linear;
}

.tar .container ul li:hover a::before,
.tar .container ul li.activity a::before {
    width: 100%;
    left: 0;
}

.tar .container ul li:hover a,
.tar .container ul li.activity a {
    color: #00A4FF;
}

li:hover a ~ li a::before {
    left: 0;
}

#setting {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
    position: relative;
}
#setting .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#setting .content-box .lists {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#setting .content-box .lists li {
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px 20px;
    position: relative;
}

#setting .content-box .lists li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 0;
}

#setting .content-box .lists li span {
    z-index: 1;
}

#setting .content-box .lists li p {
    z-index: 1;
}

#setting .content-box .remark {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0;
}

#setting .content-box .remark li {
    text-align: left;
}

#setting .content-box .remark li:before {
    content: "* ";
}

#scheme {
    padding-bottom: 0 !important;
    position: relative;
}

#scheme .content-box {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scheme .content-box img {
    width: 85%;
}
#advantage{
    position: relative;
}
#advantage .content-box ul {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}

#advantage .content-box ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    margin-top: 30px;
}

#advantage .content-box ul .icon {
    width: 55px;
    margin-right: 40px;
    /*margin-top: 20px;*/
}

#advantage .content-box ul div {
    width: 60%;
}

#advantage .content-box ul p {
    font-weight: bold;
}

#advantage .content-box ul span {
    color: #283957;
}

.top-tool{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 111px;
}
#setting_top.top-tool{
    height: 50px;
}
section .content-box .linkBtn{
    display: inline-block;
    color: white;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 400;
    background: #00A6FF;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}
section .content-box .linkBtn:hover {
    background: #3172F2;
    transform: scale(1.05);
}
#section_1 .content-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
#section_1 .content-box .left{
    width: calc(55% - 30px);
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section_1 .content-box .left img{
    width: 80%;
}
#section_1 .content-box .right{
    width: 45%;
}
#section_1 .content-box .right ul{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}
#section_1 .content-box .right li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: black;
    vertical-align: middle;
    margin-right: 14px;
}
#section_2 .content-box{
}
#section_2 .content-box ul{
    display: flex;
    justify-content: space-between;
}
#section_2 .content-box ul li{
    width: 33.33%;
    min-height: 180px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #E8E8E8;
    box-sizing: border-box;
}
#section_2.smart_2 .content-box ul li{
    width: 50%;
}
#section_2 .content-box ul li:last-child {
    border: none;
}
#section_2 .content-box ul li a {
    width: 100%;
}
#section_2 .content-box ul li a .before {
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
#section_2 .content-box ul li a .before img {
    max-width: 40px;
    margin-right: 15px;
}
#section_2 .content-box ul li a .after {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 20px;
    transition: all .3s;
}
#section_2 .content-box ul li:hover a .before {
    top: -132px;
}
#section_2 .content-box ul li:hover a .after {
    top: 30px;
}
#section_3 .content-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
}
#section_3 .content-box .left{
    width: calc(45% - 30px);
    margin-right: 30px;
}
#section_3 .content-box .left img{
    width: 100%;
}
#section_3 .content-box .right{
    width: 55%;
}
#section_3 .content-box .right .right-box{
    display: flex;
    flex-direction: column;
}
#section_3 .content-box .right p{
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
}
#section_3 .content-box .right p:first-of-type{
    margin-top: 0;
}
#section_4 .content-box.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
#section_4 .content-box.row [class*='col-'] {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 30px;
}
#section_4 .content-box li .item {
    min-height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
#section_4 .content-box li .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    top: 0;
    background-color: #00A4FF;
    /*visibility: hidden;*/
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 0px 0px;
}
#section_4 .content-box li:hover .item:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#section_4 .content-box li .item p {
    margin-top: 15px;
}
#section_4 .content-box li .item h5{
    transition: all .3s ease-in-out;
}
#section_4 .content-box li .item:hover h5{
    transform: scale(1.05);
}
#section_4 .content-box li .item:hover p {
    color: black;
}
#section_5 .content-box .collapsible {
    width: 100%;
}
#section_5 .content-box .collapsible-header:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 15px;
    background-image: url("/static/front/images/solution/detail/arr.png");
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-in;
}
#section_5 .content-box .collapsible-header {
    padding: 15px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.2s ease-in;
}
#section_5 .content-box .collapsible-header:hover{
    color: #00A4FF!important;
    transform: scale(1.05);
}
#section_5 .content-box .collapsible-content {
    display: none; /* 默认隐藏内容 */
    padding: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in;
    padding-left: 38px;
}
#section_5 .content-box .active .collapsible-content{
    display: flex;
}
#section_5 .content-box .active .collapsible-header:before{
    transform: rotate(90deg);
}
.dialog-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 1040;
}
.dialog-wrapper .dialog-box{
    background-color: white;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}
.dialog-wrapper .dialog-box .dialog-box-header{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialog-wrapper .dialog-box .dialog-box-header p{
    margin-bottom: 0;
}
.dialog-wrapper .dialog-box .dialog-box-header img{
    width: 25px;
    cursor: pointer;
}
.dialog-wrapper .dialog-box .dialog-content{
    padding: 20px;
}
.dialog-wrapper .dialog-box .dialog-content form{
    margin-top: 25px;
}
.dialog-wrapper .dialog-box .dialog-content form .input-group{
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: white;
}
.dialog-wrapper .dialog-box .dialog-content form .text-color-blue{
    margin-bottom: 0;
}
.dialog-wrapper .dialog-box .dialog-content form .form-control{
    border: none;
    box-shadow: none;
    padding: 0 12px;
    height: 20px;
}
.dialog-wrapper .dialog-box .dialog-content form .btn{
    width: auto;
    height: 40px;
    /*border-radius: 50px;*/
    background: -webkit-linear-gradient(left, #00A4FF, #0F7FFF);
    background: -o-linear-gradient(right, #00A4FF, #0F7FFF);
    background: -moz-linear-gradient(right, #00A4FF, #0F7FFF);
    background: linear-gradient(to right, #00A4FF, #0F7FFF);
    color: white;
    text-align: center;
}

#section_6 .container .content-box ul {
       display: flex;
       flex-flow: wrap;
       justify-content: center;
       margin-top: 30px;
}
#section_6 .container .content-box ul li {
    position: relative;
    width: calc(25% - 20px);
    overflow: hidden;
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#section_6 .container .content-box ul li img {
    display: block;
}
#section_6 .container .content-box ul li .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 45px;
}
#section_6 .container .content-box ul li .pic {
    width: 100%;
    transition: all .3s ease-in-out;
}
#section_6 .container .content-box ul li:hover .pic {
    transform: scale(1.1, 1.1);
    transition: all .3s ease-in-out;
}
#section_6 .container .content-box ul li h6 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
#section_6 .container .content-box ul li h6 .share_btn {
    width: 22px!important;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    header .container .content-box .synopsis{
        margin-top: 0;
    }
    header .container .content-box {
        text-align: center;
        width: auto;
    }

    .tar ul {
        width: 99%;
    }

    #setting .content-box li {
        flex: none;
        margin: 7.5px;
    }

    #scheme .content-box {
        margin-top: 30px;
    }

    #scheme .content-box img {
        width: 99%;
    }

    #advantage .content-box ul .icon {
        width: 35px;
        margin-right: 10px;
        margin-top: 10px;
    }

    #advantage .content-box ul div {
        width: 80%;
    }

    #advantage .content-box ul li {
        margin-top: 15px;
    }
    #setting .content-box .lists li{
        flex: none;
        width: calc(50% - 20px);
        box-sizing: border-box;
        padding: 8px 15px 10px;
    }
    #section_1 .content-box .left{
        width: 100%;
        margin-right: 0;
    }
    #section_1 .content-box .right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}
