.bread{
    margin-top: 23px;
    margin-left: 150px;
}

.tab-layout {
    display: flex;
    margin-left: 150px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tab-layout .title-select {
    width: 139px;
    height: 34px;
    opacity: 1;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #3A7DFF;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-layout .title-text-select {
    font-size: 18px;
    font-weight: 700;
    color: #3A7DFF;
}

.tab-layout .title-un-select {
    width: 139px;
    height: 34px;
    opacity: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-layout .title-text-un-select {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.information {
    width: 80%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px auto 0;
}

.information .image {
    width: 299px;
    height: 206px;
}

.information .img-layout {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.information .info_date {
    display: flex;
    width: 8%;
    flex-direction: column;
    margin-left: 46px;
    margin-right: 26px;
    height: 100%
}

.information .info_line {
    width: 70px;
    height: 1px;
    margin-top: 34px;
    background: #6E7694;
}

.information .info_month {
    font-size: 30px;
    font-weight: 400;
    color: #000000
}

.information .info_year {
    font-size: 18px;
    font-weight: 400;
    color: #999999
}

.information .info_news {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.information .info_title {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}

.information .info_content {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}

.information .info_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 38px;
    margin-top: 40px;
    background: #2561D9;
    border-radius: 50px;
}

.information .info_button_text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: none;
}

.main-detail{
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    padding-bottom: 40px;
}

.product-container{
    width: 80%;
    background: #ffffff;
}

.principal {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 70px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    line-height: 30px;
}

.bread-solution {
    margin-top: 23px;
    margin-left: 30px;
}

.page-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F7F7F7;
    padding-left: 170px;
    padding-bottom: 60px;
}

.page-container .page-arrow {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.page-container .pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.page-container .pagination .page-li {
    display: inline;
}

.page-container .pagination .page-li .page-number {
    color: #999999;
    width: 32px;
    height: 32px;
    padding: 8px 16px;
    margin: 0 4px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .3s;
}

.page-container .pagination .page-li .page-number.active {
    background-color: #2561D9;
    color: white;
    border-radius: 100%;
}

.page-container .pagination .page-li .page-number:hover:not(.active) {
    background-color: #ddd;
    border-radius: 100%;
    color: #999999;
}

.page-container .page-total {
    margin-left: 16px;
    margin-right: 16px;
}

.page-container .page-total .page-total-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.page-container .page-head {
    margin-right: 16px;
}

.page-container .page-head .page-head-text {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.page-container .page-head .page-head-input {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    width: 54px;
    height: 26px;
    opacity: 1;
    margin-left: 16px;
    margin-right: 16px;
    background: #FFFFFF;
    border: 1px solid #E6ECF0;
}

.top-layout {
    position: fixed;
    top: auto;
    bottom: 20%;
    right: 0;
    left: auto;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
}

.bubble-layout{
    display: flex;
    flex-direction: column;
}

.to-top-container {
    width: 54px;
    height: 175px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    justify-content: space-between;
    border-radius: 27px;
    background: #FFFFFF;
    box-shadow: 0 2px 7px #7C8DA1;
}

.to-top-select {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2561D9;
    border-radius: 100%;
}

.to-top-un-select {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
}

.image {
    width: 23px;
    height: 23px;
}

.to-top-select:hover + .call-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    margin-right: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #7C8DA1;
}

.call-bubble {
    display: none;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    margin-right: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #7C8DA1;
}

.call-bubble:after{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    top: 0;
    left: 28px;
}

.wx-bubble {
    width: 100px;
    height: 100px;
    margin-top: 60px;
    margin-right: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #7C8DA1;
}

.wx-bubble:after{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    top: -20px;
    left: 8px;
}

.call-text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.wx-img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
}


