@charset "utf-8";
* {
    margin: 0;
}
body {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
}
.header img {
    width: 46px;
    height: 46px;
    margin-right: 8px;
}
.header .titleBox {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    color: #333;
}
.header button {
    width: 88px;
    height: 32px;
    border: 1px solid rgba(36,94,240,0.35);
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    color: #245EF0;
}
.header button img {
    width: 14px;
    height: 15px;
    vertical-align: middle;
 }
.main {
    /*height: calc(100vh - 181px);*/
    padding: 80px 0;
    background: url(../img/bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xyff div {
    border-radius: 6px;
    padding: 71px 1px 76px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.xyff div:hover {
    border: 1px solid #fff;
    padding: 70px 0 75px;
    border-radius: 6px;
    /*border-image: linear-gradient(180deg, #ffffff, #a5b9eb) 1 1;*/
    box-shadow: 0px 6px 20px 0px rgba(36,94,240,0.60);
}
.xyff div:nth-child(1) {
    background: linear-gradient(138deg,#27c0fc 5%, #425ef4 92%);
}
.xyff div:nth-child(2) {
    background: linear-gradient(138deg,#f7ac3a 5%, #ff8451 92%);
}
.xyff div:nth-child(3) {
    background: linear-gradient(138deg,#508ffc 5%, #7f5ff0 92%);
}
.xyff div:nth-child(4) {
    background: linear-gradient(138deg,#5dd6e9 5%, #3eafe4 92%);
}

.jczx {
    margin-top: 40px;
    background: linear-gradient(138deg,#26c3fc 15%, #245ef0 100%);
    border-radius: 6px;
    box-shadow: 0px 4px 6px 0px rgba(36,94,240,0.50);
}
.jczx .title{
    padding: 11px 0;
    width: 350px;
    margin: auto;
    background: url("../img/title_bg.png") top no-repeat;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 0px 2px 4px 0px rgba(36,94,240,0.61), 0px 1px 1px 0px rgba(7,47,110,0.58);
    display: flex;
    align-items: center;
    justify-content: center;
}
.jczx .title .left,.jczx .title .right {
    display: block;
    width: 30px;
    height: 30px;
}
.jczx .title .left {
    background: url("../img/title_left.png") center no-repeat;
}
.jczx .title .right {
    background: url("../img/title_right.png") center no-repeat;
}
.jczx .content {
    padding: 23px 30px;
}
.jczx .content div {
    background: url("../img/box_db.png") no-repeat;
    border-radius: 6px;
    padding: 1px 17px;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.jczx .content div:hover {
    border: 1px solid #5771ec;
    border-radius: 6px;
    padding: 0 16px;
    box-shadow: 0px 6px 10px 0px rgba(36,94,240,0.51);
}
.jczx .content div span {
    padding: 0 37px 0 21px;
}
.count {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
}
.count .line {
    width: 0;
    height: 44px;
    border: 1px solid #9da7c6;
    /*margin-left: 100px;*/
    float: right;
}
.count .flex {
    padding: 11px 90px 7px 34px;
    font-size: 14px;
}
.count .flex p {
    color: #f68728;
}
.count .flex p span {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.count img {
    margin-right: 8px;
}
.footer {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}
.footer div {
    padding-top: 5px;
}
@media (min-height: 400px) and (max-height: 1000px){
    .main {
        padding: 40px 0;
    }
}
/*@media (min-height: 400px) and (max-height: 830px){*/
/*    .main {*/
/*        padding: 20px 0;*/
/*    }*/
/*}*/