body{
    background: #409EFF;
}
.row{
    margin: 0;
}
.top-lef{
    /*float: left;*/
    padding-top: 180px;
    text-align: center;
}
.top-rig{
    padding-top: 50px;
    text-align: center;
}
.top-rig img{
    width: 626px;
    height: 459px;
}
.content{
    padding-top: 20px;
    background: #fff;
}
.top-logo{
    position: relative;
    color: #fff;
    text-align: center;
}
.top-lef-tit{
    font-size: 55px;
}
.top-lef-txt{
    font-size: 30px;
    line-height: 30px;
    margin: 25px 0 35px;
}
.top-lef-btn{
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    background-image: linear-gradient(to right, #00FCD9, #08ABF5);
}
a{
    color: #fff;
}
.top-lef-btn:hover{
    color:  #409EFF;
}
.content-tit{
    background: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 150px;
}
.content-con{
    width: 70%;
    margin: 0 auto;
}
.tipRow {
    display: flex;
}
.row .fabulous {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31.32%;
    height: 112px;
    margin-bottom: 30px;
    background: url("../images/fabulous-bg.png") no-repeat center;
    background-size: contain;
}
.row .fabulous:nth-child(2) {
    background: url("../images/rocket-bg.png") no-repeat center;
    background-size: contain;
}
.row .fabulous:last-child {
    background: url("../images/shop-bg.png") no-repeat center;
    background-size: contain;
}
.tipItem {
    margin: 0 3%;
}
.row .fabulous img {
    margin-top: -5px;
}
.explainTip {
    display: inline-block;
    margin-left: 8px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.new-content {
    background-color: #fff;
}
.new-row {
    display: flex;
    width: 70%;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 1%;
    background: url('../images//blue-left.png') no-repeat center;
    background-size: 100%;
    border-radius: 6px;
}
.new-row:last-child {
    margin-bottom: 0;
}
.new-row:nth-child(2n) {
    background: url('../images//blue-right.png') no-repeat center;
    background-size: 100%;
}
.new-row>div {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei-Regular;
}
.new-row .new-row-leftItem {
    width: 49%;
    padding-right: 6%;
}
.new-row .new-row-rightItem {
    width: 51%;
    padding-left: 6%;
}
.new-row p {
    line-height: 1.5;
}

.moreFunction p {
    width: 75%;
}
.new-row .introduce-left, .new-row .introduce-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-row strong {
    font-size: 16px;
    margin-bottom: 3%;
}
.new-row img {
    width: 45%;
}
.new-row .introduce-left .explain-txt {
    padding-left: 15%;
}
.new-row .introduce-right .explain-txt {
    padding: 0 8.5%;
}
.con-each{
    position: relative;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #666;
    overflow: hidden;
    margin-bottom: 50px;
}
.con-each-top{
    display: flex;
    align-items: center;
}
.con-each img{
    height: 40px;
}
.con-each-tit{
    font-size: 27px;
    margin-left: 20px;
}
.con-each-btn{
    margin-left: 20px;
    padding: 5px 8px;
    border: 1px solid #2c87f1;
    background: rgb(233,243,255);
    color: #2c87f1;
    border-radius: 3px;
}
.dy-col{
    border: 1px solid rgb(133,136,142);
    background: rgb(242,242,243);
    color: rgb(133,136,142);
}
.pdd-col{
    border: 1px solid rgb(242,97,97);
    background: rgb(254,238,238);
    color: rgb(242,97,97);
}
.xt-col{
    border: 1px solid rgb(226,152,54);
    background: rgb(253,245,233);
    color: rgb(226,152,54);
}
.con-each-mid{
    margin-top: 20px;
    line-height: 50px;
    font-size: 18px;
    font-family: '宋体';
}
.hover-div{
    height: 50px;
    display: none;
}
.item:hover .hover-div{
    display: block;
}
.item:hover .con-each-mid{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.item:hover .each-hover{
    bottom: 15px;
    opacity: 1;
}
.each-hover{
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 22px;
    color: #2c87f1;
    opacity: 0;
    transition: all .5s;
}
.col-lg-6{
    padding: 0 40px;
}

.shopLinkList {
    display: flex;
    justify-content: space-evenly;
}
.shopLinkList .shopItem {
    width: 10%;
    margin-right: 10px;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
}

.shopLinkList .shopItem:last-child {
    margin-right: 0;
    /* padding: 0 42px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    transition: all 0s;
    border-radius: 6px;
}

.shopLinkList .shopItem img {
    width: 100%;
}

.shopLinkList .shopItem div {
    padding: 10px 0;
    border-radius: 0 0 6px 6px;
    background-color: #F5F5F5;
}
.shopLinkList .shopItem:hover {
    transform: translate(1px, -1px);
}
.shopLinkList .shopItem:hover div {
    color: #fff;
    background-color: #409EFF;
}

.content2-each .col-lg-6{
    padding: 0;
}
.btn2{
    display: none;
    margin-left: 0;
}
@media screen and (min-width: 1885px) {
    .tipRow {
        display: flex!important;
        justify-content: center!important;
    }
}
@media screen and (max-width: 1885px) {
    .col-lg-6 {
        padding: 0 20px;
    }
    .con-each{
        padding:30px;
    }
    .new-row {
        height: 230px!important;
    }
}

@media screen and (max-width: 1707px) and (min-width: 1616px) {
    .fabulous {
        height: 94px!important;
        margin-bottom: 30px!important;
    }
    .new-row {
        height: 230px!important;
    }
}

@media screen and (max-width: 1615px) {
    .con-each-tit{
        font-size: 25px;
    }
    .con-each-mid{
        font-size: 20px;
    }
    .shopItem div {
        font-size: 12px;
    }
    .new-row {
        height: 220px!important;
    }
}
@media screen and (max-width: 1580px) and (min-width: 1495px) {
    .con-each-tit{
        font-size: 20px;
    }
    .con-each-mid{
        font-size: 16px;
    }
    .fabulous .explainTip{
        font-size: 16px;
    }
    .tipRow .fabulous {
        margin-bottom: 15px;
    }
    .shopLinkList .shopItem {
        font-size: 12px;
    }
    .new-row {
        height: 200px!important;
    }
}
@media screen and (max-width: 1495px) {
    .con-each-btn,.con-each-tit{
        margin-left: 10px;
    }
    .con-each img{
        width: 30px;
        height: 30px;
    }
    .con-each {
        padding: 20px;
    }
    .tipRow .fabulous {
        height: 90px;
        margin-bottom: 20px;
    }
    .shopItem div {
        font-size: 12px;
    }
    .new-row {
        height: 195px!important;
    }
}
@media screen and (max-width: 1397px) and (min-width: 1230px){
    .tipItem {
        margin: 0 2%;
    }
    .explainTip {
        font-size: 14px!important;
    }
    .tipRow .fabulous {
        margin-bottom: 5px;
    }
    .shopLinkList .shopItem {
        font-size: 12px;
    }
    .new-row {
        height: 170px!important;
    }
    .new-row .explain-txt {
        font-size: 12px;
    }
    .each-hover{
        display: none;
    }
    .con-each-tit{
        font-size: 16px;
        margin-left: 5px;
    }
    .con-each img{
        width: 20px;
        height: 20px;
    }
    .con-each-btn{
        padding: 3px 4px;
        font-size: 12px;
    }
    .con-each-mid{
        font-size: 14px;
        line-height: 30px;
    }
    .top-lef{
        padding-top: 87px;
    }
    .top-rig img{
        width: 384px;
        height: 279px;
    }
    .top-rig{
        padding-top: 102px;
        padding-right: 160px;
    }
}
@media screen and (max-width: 1229px) {
    .tipRow img {
        width: 16px;
    }
    .tipRow .fabulous {
        width: 30%;
        height: 60px;
        margin-bottom: 15px;
    }
    .explainTip {
        font-size: 12px!important;
    }
    .shopLinkList {
        flex-wrap: wrap;
    }
    .shopLinkList .shopItem {
        font-size: 10px!important;
    }
    .shopLinkList .shopItem:last-child {
        width: 10%;
    }
    .new-row {
        height: 156px!important;
        font-size: 12px;
    }
    .new-row .explain-txt {
        line-height: 1.2;
    }
}
@media screen and (max-width: 1110px) and (min-width: 971px) {
    .tipRow img {
        width: 16px;
    }
    .tipItem {
        margin: 0;
    }
    .tipRow {
        display: flex;
    }
    .tipRow .tipItem {
        margin: 0 0.5%;
    }
    .tipRow .fabulous {
        width: 33%;
        height: 60px;
        padding: 0;
        margin-bottom: 15px!important;
    }
    .explainTip {
        margin: 0 2px;
        font-size: 12px!important;
    }
    .shopLinkList {
        flex-wrap: wrap;
    }
    .shopLinkList .shopItem {
        font-size: 10px!important;
    }
    .shopLinkList .shopItem:last-child {
        width: 100%;
        padding: 10px 0;
        margin: -5px 0;
    }
    .new-row .introduce-left .explain-txt {
        padding-left: 8px;
        margin: 0;
        line-height: 1.2;
    }
    .new-row strong {
        margin-bottom: 3px;
    }
    .top-rig{
        display: none;
    }
    .top-lef{
        display: inline-block;
        float: none;
        padding-top: 50px;
        text-align: center;
    }
    .top-logo{
        display: flex;
        justify-content: center;
    }
    .con-each-btn{
        margin-top: 5px;
        margin-left: 0;
    }
    .con-each-mid{
        margin-top: 5px;
    }
    .btn1{
        display: none;
    }
    .btn2{
        display: inline-block;
    }
}
.content2{
    padding-top: 50px;
    background: rgb(246,248,255);
}
.content2-each:nth-child(2n){
    background: #fff;
}
.content2-each{
    padding: 50px 0;
}
.content2-each img{
    width: 640px;
}
.each-txt {
    height: 480px;
    padding: 20px 200px;
    font-size: 23px;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-txt-top {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
}
/**
    移动端
 */
@media screen and (max-width: 970px) {
    .tipRow .tipItem {
        margin: 0;
    }
    .tipRow .fabulous {
        width: 100%;
        height: 80px;
        margin-bottom: 15px;
        padding: 0;
    }
    .content2-each img{
        width: 300px !important;
    }
    .each-txt-top{
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .each-txt{
        padding: 20px 50px;
        font-size: 15px;
        line-height: 30px;
        height: auto;
    }
    .explainTip {
        font-size: 14px;
    }
    .tipRow img {
        width: 16px;
    }
    .tipItem {
        margin: 0 3%;
    }
    .shopLinkList {
        flex-wrap: wrap;
    }
    .shopLinkList .shopItem {
        width: 47%;
    }
    .shopLinkList .shopItem {
        margin-bottom: 5px;
        margin-right: 0;
        font-size: 12px;
    }
    .shopLinkList .shopItem:last-child {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 0;
        font-size: 14px;
        box-sizing: border-box;
    }
    .new-row {
        width: 100%!important;
        height: 330px!important;
        flex-direction: column;
        margin-bottom: 15px;
        background: transparent!important;
    }
    .new-row .new-row-leftItem {
        margin-bottom: 15px;
    }
    .new-row>div {
        width: 100%!important;
        padding: 15px 0;
        background: #f1f8ff;
    }
    .new-row>div:nth-child(2){
        background: #fff0f0;
    }
    .bottom-white {
        height: 35px!important;
    }
}