/* 资讯 */

.information {
    width: 100%;
    height: 100px;
    background: url("https://public-test-shengtong.oss-cn-zhangjiakou.aliyuncs.com/yixiao-pc/information_bg.png");
    background-size: 100% 100%;
}

.information_container {
    height: 100%;
    justify-content: space-between;
    padding: 0px 40px;
}

.information_container>img {
    width: 734px;
    height: 50px;
    margin-top: 8px;
    margin-left: 16px;
}

.information_container ul {
    align-items: center;
    height: 100%;
}

.information_container_btn {
    width: 170px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.information_trial {
    color: #fff;
    font-weight: 400;
    background: #ff692d url('http://public-test-shengtong.oss-cn-zhangjiakou.aliyuncs.com/yixiao-pc/buttoncover.webp') no-repeat;
    background-size: cover;
    border-radius: 27px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(255, 224, 189, 0.60) inset, 0px -1px 1px 0px rgba(255, 189, 147, 0.50) inset;
}

.information_trial:hover {
    box-shadow: 15px 8px 24px 0px rgba(4, 13, 63, 0.24), 0px 1px 1px 0px rgba(255, 224, 189, 0.60) inset, 0px -1px 1px 0px rgba(255, 189, 147, 0.50) inset;
}

.online_consultant:hover {
    box-shadow: 15px 8px 24px 0px rgba(4, 13, 63, 0.24), 0px 1px 1px 0px rgba(255, 224, 189, 0) inset, 0px -1px 1px 0px rgba(255, 189, 147, 0.50) inset;
}

.online_consultant {
    font-weight: 400;
    background: #125fee url('http://public-test-shengtong.oss-cn-zhangjiakou.aliyuncs.com/yixiao-pc/buttoncover.webp') no-repeat;
    background-size: cover;
    border: 1px solid #3f92f0;
    border-radius: 25px;
    color: #fff;
    margin-left: 20px;
    box-sizing: border-box;
}