hrml,
body {
    padding-bottom: 90px;
}

.banner img {
    width: 100%
}

.title {
    font-size: 36px;
    padding-top: 56px;
}

.youshi-item {
    width: 450px;
}

.youshi-item p {
    height: 80px;
    line-height: 80px;
    font-size: 24px
}

.vs {
    width: 190px;
    margin: 115px 55px 0
}

.item-left {
    background: #5895ff;
    color: #fff
}

.item-right {
    background: #ddd;
    color: #666
}

.youshi-item ul {
    background: #edf4ff;
    height: 400px;
    padding-top: 20px
}

.youshi-item-right ul {
    background: #e7e7e7;
}

.youshi-item li {
    width: 370px;
    height: 56px;
    line-height: 56px;
    margin: 10px auto 0 auto;
    background: #d0e1ff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.youshi-item-right li {
    background: #eeeeee;
}

.youshi-item li span {
    display: inline-block;
}

.youshi-item li span:first-child {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #5895ff;
    color: #fff;
    font-size: 22px;
    margin-left: 5px;
    margin-top: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.youshi-item-right li span:first-child {
    background: #dddddd;
    color: #666
}

.youshi-item li span:nth-child(2) {
    margin-left: 16px;
    font-size: 18px;
}

.youshi-item-right li span:nth-child(2) {
    color: #666
}

.youshi-item li span:nth-child(3) {
    font-size: 16px;
}

.youshi-item-right li span:nth-child(3) {
    color: #666
}

.content2 {
    width: 100%;
    height: 480px;
    background-color: #edf4ff;
}

.gongneng {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.gongneng-item {
    width: 290px;
    height: 120px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.gongneng-item:hover {
    box-shadow: 0px 0px 3px 1px #ccc
}

.gongneng-item img {
    margin-right: 20px;
    padding-left: 10px;
}

.gongneng-title {
    font-size: 18px;
    color: #333;
    margin-top: -10px;
    font-weight: bold
}

.gongneng-text {
    font-size: 14x;
    margin-top: 20px;
    padding-right: 10px;
}

table {
    border: 1px solid #77acf9;
}

th {
    background: #488ff8;
    color: #fff;
    font-size: 18px;
}

td {
    font-size: 16px;
}

.color {
    color: #ff4f02
}

.color1 {
    color: #488ff8
}

.yuyue1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.yuyue1 div {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}

.yuyue1 div:first-child {
    color: #0066cc;
    font-weight: bold
}

.yuyue-btn {
    color: #fff;
    background: #0066cc;
    width: 200px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.nav-box {
    width: 100%;
    margin-bottom: 3px;
    box-shadow: 0 3px 3px 1px #ccc
}

.anli-nav {
    display: flex;
    /* justify-content: space-around;
    align-items: center */
}

.anli-nav img {
    display: none
}

.anli-nav img.active {
    display: block
}

.anli-nav>div {
    color: #000;
    /* display: flex;
    align-items: center; */
    cursor: pointer;
    background: #eee;
    /* flex: 1;
    padding-left: 10% */
}

.anli-nav>div.active {
    color: #C04700;
    background: #2175da
}

.anli-box {
    width: 100%;
    height: 320px;
    background: #edf4ff;
}

.anli-item-item {
    padding-top: 50px;
    display: none
}

.anli-item-item.active {
    display: block
}

.anli-item-item div {
    width: 48%
}

.anli-item-item div:nth-child(1) {
    margin-right: 20px;
}

.anli-text {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 2em
}

.abli-content {
    font-size: 16px;
    line-height: 2em;
}

.line {
    position: relative
}

.line::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -100%;
}

.foote-bottom {
    height: 60px;
    width: 1200px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    padding-left: 50px;
    box-sizing: border-box;
    background: url("../../img/syt_69.png") no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.tan {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .2)
}

.tan-content {
    display: none;
    width: 1000px;
    height: 600px;
    padding: 0 90px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.success-content {
    display: none;
    width: 800px;
    height: 300px;
    padding-top: 30px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.success-img {
    width: 220px;
    margin: 0 auto;
}

.lg {
    line-height: 2em;
}

.yuyue-success {
    display: block;
    margin: 20px auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3eb4fa;
    color: #fff;
}

.close {
    font-size: 22px;
    color: #666;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.yuyue-title {
    font-size: 30px;
    color: #488ff8;
    padding: 40px 0;
    border-bottom: 1px solid #ccc
}

.yewu-item input {
    display: none;
}

.yewu-item label {
    position: relative;
    margin-right: 16px;
    cursor: pointer;
    font-weight: bold
}

.yewu-item label::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #488ff8;
    margin-right: 6px;
    vertical-align: middle;
}

.yewu-item input:checked+label::before {
    background-color: #fff;
}

.yewu-item input:checked+label::after {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 3px;
    background-color: #488ff8;
}

.yewu-item>div {
    width: 120px
}

.yewu-item p {
    font-size: 12px;
    color: #666;
    line-height: 2em;
}


/* .taocanxiangqing {
    display: none
}

.taocanxiangqing.active {
    display: block
} */

.drop_text {
    border: 1px solid #ccc;
    width: 400px;
    height: 34px;
    background: #f8f7f7;
    margin-left: 20px;
    padding-left: 20px;
}

.Persub {
    width: 180px;
    margin: 30px auto;
}

.Persub input {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #488ff8;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.red {
    color: #ff0000
}

.zhankai {
    text-align: center;
    height: 40px
}

.zhankai p {
    font-size: 20px;
    color: #0087ff
}

.icon-xiangxia {
    animation: kaiicon .5s;
    -webkit-animation: kaiicon .5s;
    animation-iteration-count: infinite;
}

@keyframes kaiicon {
    from {
        color: #0087ff;
        font-size: 20px
    }
    to {
        color: red;
        font-size: 30px
    }
}