/* header style */

html body main {
    padding-top: var(--bs-header-height);
}

.stick-header {
    z-index: 4;
    position: fixed;
    top: 0px;
    width: 100%;
    height: var(--bs-header-height);
    background-color: #ffffff;
    opacity: 1;
    margin: 0px auto;
}

.ys-header-container {
    width: 100%;
    height: 100%;
    min-width: 19.2rem;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.ysany-header-logo-col {
    width: 16%;
    height: 70%;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.ysany-header-pagetab-col {
    width: 56%;
    height: 80%;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    list-style: none;
}

.ysany-header-search-col {
    width: 22%;
    height: 60%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}


/* 二维码显示功能 */

.qrcode-container {
    position: relative;
    cursor: pointer;
}

.qrcode-popup {
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: 0.1rem;
    /* padding: 10px; */
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    display: none;
}

.qrcode-container:hover .qrcode-popup {
    display: block;
}

.qrcode-img {
    width: 150px;
    height: 150px;
}

.ysany-menu-style {
    font-size: 0.24rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.55);
    padding-bottom: 0.1rem;
    min-width: 0.65rem;
    white-space: nowrap;
}

.ysany-menu-style:hover {
    color: #ff8c00;
    cursor: pointer;
}

.ysany-menu-style.active {
    color: #ff8c00;
    border-bottom: 3px solid #ff8c00 !important;
}

.ys-page1-slide-1 .carousel-indicators,
.ys-page2-slide-1 .carousel-indicators,
.ys-page3-slide-1 .carousel-indicators,
.page7-video-center-slide .carousel-indicators {
    margin-bottom: 0.1rem;
}

.ys-page1-slide-1 .carousel-indicators button,
.ys-page2-slide-1 .carousel-indicators button,
.ys-page3-slide-1 .carousel-indicators button {
    border-radius: 50%;
    height: 0.1rem;
    width: 0.1rem;
    background-color: rgb(114, 114, 117);
    margin-right: 0.1rem;
}

.ys-page1-slide-1 .carousel-indicators button.active,
.ys-page2-slide-1 .carousel-indicators button.active,
.ys-page3-slide-1 .carousel-indicators button.active {
    background-color: rgb(248, 55, 7);
}

.page1-yuyue .yuyue-col-1 {
    width: 21%;
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.page1-yuyue .yuyue-col-2 {
    width: 55%;
    height: 100%;
    display: flex !important;
    justify-content: center !important;
}

.page1-yuyue .yuyue-col-1-1,
.page1-yuyue .yuyue-col-2-2,
.page1-yuyue .yuyue-col-3 {
    height: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    color: #fff;
}

.page1-yuyue .yuyue-col-2-2 {
    width: 90%;
    justify-content: space-around !important;
    align-items: center !important;
}

.page1-yuyue .yuyue-col-2 .form-syle {
    width: 100%;
    height: 15.5%;
    display: flex !important;
    justify-content: space-around !important;
    font-size: 0.16rem;
}

.page1-yuyue .yuyue-col-3 {
    width: 24%;
}

.yuyue-renyuan-font-style {
    font-size: 0.14rem;
    height: 0.5rem;
}

.page1-yuyue .yuyue-input-style,
.page1-yuyue .yuyue-select-style {
    outline: 0;
    border: none;
    width: 60%;
    /* height: 0.28rem; */
    height: 100%;
    background: #fefefe;
    padding: 0px 0.1rem;
    border-radius: 0.06rem;
    color: #666;
    vertical-align: middle;
}

.page1-yuyue .yuyue-btn-style {
    border: none;
    width: 1rem;
    height: 100%;
    font-size: 0.12rem;
    font-weight: 400;
    color: #fff;
    border-radius: 0.06rem;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.ys-subtitle.title-style-2 {
    /* background: url(./statics/bg_title3.jpg) 50% 50% no-repeat; */
    font-size: 0.44rem;
    font-weight: 700;
    color: rgb(251, 170, 25);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.ys-subtitle.title-style-2::after {
    display: block;
    clear: both;
    content: '';
}

.ys-subtitle.title-style-2 span:before,
.ys-subtitle.title-style-2 span:after {
    content: '';
    z-index: 5;
    width: 4.15rem;
    height: 0.5rem;
}

.ys-subtitle.title-style-2 span:before {
    margin-right: 0.2rem;
    float: left;
    background: url(./statics/bg_title3-l.jpg) 100% 100% no-repeat;
}

.ys-subtitle.title-style-2 span:after {
    margin-left: 0.2rem;
    float: right;
    background: url(./statics/bg_title3-r.jpg) 0% 100% no-repeat;
}

.ys-youshi .youshi-btn-style {
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    font-weight: 700;
    color: #e69219;
    border: 0;
    background-color: transparent;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.ys-youshi .youshi-btn-style:hover,
.ys-youshi .youshi-btn-style:checked,
.ys-youshi .youshi-btn-style:active,

/*.ys-youshi .youshi-btn-style:focus,*/

.ys-youshi .youshi-btn-style.active {
    background-color: #e69219;
    color: #ffffff;
    border-color: #e69219;
    border-top-left-radius: 20% 35%;
    border-top-right-radius: 20% 35%;
}

.ys-youshi .youshi-btn-style:hover img[data-hover-on],
.ys-youshi .youshi-btn-styleg:active img[data-hover-on],
.ys-youshi .youshi-btn-style.active img[data-hover-on] {
    visibility: visible !important;
}

.ys-youshi .youshi-btn-style:hover img[data-hover-off],
.ys-youshi .youshi-btn-style:active img[data-hover-off],
.ys-youshi .youshi-btn-style.active img[data-hover-off] {
    visibility: hidden !important;
}

.ys-youshi .youshi-btn-style-inner-1,
.ys-youshi .youshi-btn-style-inner-2 {
    width: 100% !important;
    height: 50%;
    /*margin: 0px auto;*/
}

.ys-youshi .youshi-btn-style-inner-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    position: relative !important;
}

.ys-youshi .youshi-btn-style-inner-1 .invisible-img-style,
.ys-youshi .youshi-btn-style-inner-1 .visible-img-style {
    height: 100% !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ys-line-full {
    margin-top: 5px;
    width: 100%;
    height: 1px;
    border: 1px solid rgb(242, 188, 119);
}

.ys-videos .ys-videos-container-style {
    width: 57%;
    height: 80%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.ys-news .ys-news-container {
    width: 57%;
    height: 76%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.ys-news .ys-news-container-style {
    width: 100%;
    height: 28.6%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.ys-news .ys-news-container-style .one-news-style {
    /*width: 48.6%;*/
    width: 5.32rem;
    height: 100%;
}

.ys-news .ys-news-container-style .one-news-style img {
    border-radius: 0.08rem;
}

.ysany-footer {
    width: 100%;
    height: 3rem;
    background-color: rgb(96, 96, 96);
    color: rgb(165, 150, 129);
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.ysany-footer .footer-container {
    width: 63.5%;
    height: 100%;
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.ysany-footer .footer-container .content-container {
    width: 100%;
    height: 62%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.ysany-footer .footer-container .content-container .logo-col {
    /* height: 100%;
    width: 21%;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important; */
    height: 100%;
    width: 21%;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.ysany-footer .footer-container .content-container .qrcode-col {
    height: 100%;
    width: 14%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.ysany-footer .footer-container .content-container .content-col {
    /* height: 100%;
    width: 65%;
    font-size: 0.18rem;
    display: flex !important;
    justify-content: flex-start !important;
    text-align: start !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important; */
    height: 100%;
    width: 65%;
    font-size: 0.18rem;
    display: flex !important;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    justify-content: center;
}

.ysany-footer .footer-container .content-container .content-col .content-line {
    margin: 0.1rem 0.1rem;
    color: #a5a5a5;
}

.ysany-footer .footer-container .content-container .content-col .content-line p a {
    margin: 0 0.1rem;
    text-decoration: none;
    color: #a5a5a5;
}

.ysany-footer .footer-container .content-container .content-col .content-line p a:first-child {
    margin: 0 0.1rem 0 0;
}

.ys-anchor-container {
    position: fixed !important;
    width: 100%;
    height: 1.05rem;
    background: rgb(255, 255, 255);
    top: calc(var(--bs-header-height) - 5px);
    left: 0px;
    /*
	left: 50%;
	transform: translate(-50%, 0);*/
    z-index: 5;
    opacity: 1;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.page2-anchor-nav-style,
.page3-anchor-nav-style,
.page6-anchor-nav-style {
    height: 100%;
}

.page2-anchor-nav-style,
.page6-anchor-nav-style {
    width: 25%;
}

.page3-anchor-nav-style {
    width: 16.6%;
}

.page2-anchor-nav-style img,
.page3-anchor-nav-style img,
.page6-anchor-nav-style img {
    width: 0.32rem;
    height: 0.32rem;
}

.ys-subtitle.title-style-1-img {
    height: 49.4%;
    margin-right: 0.16rem;
}

.ys-subtitle.title-style-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.ys-subtitle.title-style-1 .title-style-1-chn {
    color: rgb(241, 144, 27);
    font-size: 0.43rem;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 3px solid rgb(227, 136, 29);
}

.ys-subtitle.title-style-1 .title-style-1-eng {
    color: rgb(241, 144, 27);
    font-size: 0.16rem;
}

.page3-jigouyanglao-btn-box-style,
.page3-shequyanglao-btn-box-style,
.page3-zhihuiyanglao-btn-box-style {
    height: 100%;
    width: 27%;
    border-radius: 0.16rem;
    background-color: rgb(235, 163, 5);
    border: 2px solid rgb(235, 163, 5) !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page3-shequyanglao-btn-box-style {
    background-color: #e87121;
    border: 2px solid #e87121 !important;
}

.page3-zhihuiyanglao-btn-box-style {
    background-color: #17867d;
    border: 2px solid #17867d !important;
}

.page3-jigouyanglao-ctx-outbox-style,
.page3-shequyanglao-ctx-outbox-style,
.page3-zhihuiyanglao-ctx-outbox-style {
    height: 100%;
    width: 70%;
    border-radius: 0.16rem;
    border: 2px solid rgb(235, 163, 5) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.page3-shequyanglao-ctx-outbox-style {
    border: 2px solid #e87121 !important;
}

.page3-zhihuiyanglao-ctx-outbox-style {
    border: 2px solid #17867d !important;
}


/* .page3-jigouyanglao-ctx-inbox-style {
    height: 100%;
    width: 88%;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
} */

.page3-jigouyanglao-ctx-inbox-style,
.page3-shequyanglao-ctx-inbox-style,
.page3-zhihuiyanglao-ctx-inbox-style {
    height: 100%;
    width: 88%;
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: flex-start !important;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page3-jigouyanglao-btn-height,
.page3-jigouyanglao-btn-style,
.page3-shequyanglao-btn-height,
.page3-shequyanglao-btn-style,
.page3-zhihuiyanglao-btn-height,
.page3-zhihuiyanglao-btn-style {
    width: 83%;
    height: 0.67rem;
}

.page3-jigouyanglao-btn-style,
.page3-shequyanglao-btn-style,
.page3-zhihuiyanglao-btn-style {
    margin-top: 0.2rem;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.page3-jigouyanglao-btn-ctx-style,
.page3-shequyanglao-btn-ctx-style,
.page3-zhihuiyanglao-btn-ctx-style {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.page3-jigouyanglao-btn-logo-height,
.page3-shequyanglao-btn-logo-height,
.page3-zhihuiyanglao-btn-logo-height {
    height: 0.32rem;
    width: 0.32rem;
}

.page3-jigouyanglao-ctx-inbox-style .ctx-text-style,
.page3-shequyanglao-ctx-inbox-style .ctx-text-style,
.page3-zhihuiyanglao-ctx-inbox-style .ctx-text-style {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page3-jigouyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-title] {
    font-size: 0.24rem;
    color: rgb(235, 163, 5);
}

.page3-shequyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-title] {
    font-size: 0.24rem;
    color: #e87121;
}

.page3-zhihuiyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-title] {
    font-size: 0.24rem;
    color: #17867d;
}

.page3-jigouyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-body],
.page3-shequyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-body],
.page3-zhihuiyanglao-ctx-inbox-style .ctx-text-style p[bs-data-ctx-body] {
    margin-top: 0.16rem;
    line-height: 0.27rem;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.page7-ys-hxjs .hxjs-box-style {
    width: 67.7%;
    height: 18.7%;
    background-color: rgb(239, 239, 239);
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    text-align: left !important;
    flex-wrap: nowrap !important;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show,
.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show div[bs-data-hxjs-hd],
.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show div[bs-data-hxjs-thumb] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show {
    width: 50%;
    height: 90%;
    justify-content: space-evenly !important;
    flex-direction: column !important;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show div[bs-data-hxjs-hd] {
    width: 100%;
    height: 66%;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-pic-show div[bs-data-hxjs-thumb] {
    width: 100%;
    height: 24%;
    justify-content: space-around !important;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-text-show {
    width: 42%;
    height: 90%;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: start !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page7-ys-hxjs .hxjs-box-style .hxjs-text-show p[bs-data-hxjs-dec-line] {
    width: 50%;
    height: 1px;
    border: 1px solid rgb(242, 188, 119);
}

.page5-map-container {
    width: 70%;
    height: 40%;
}

.page5-addr-container {
    width: 35%;
    height: 6.88%;
    margin: 40px 0;
    max-width: 48%;
}

.page5-map-label .amap-marker-label {
    background-color: transparent;
    border: none;
}


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */


/* should be deleted after */

.page2-nav-btn,
.page3-nav-btn,
.page6-nav-btn {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 0.24rem;
    overflow: hidden;
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    border: 0;
}

.page2-nav-btn.btn1:hover,
.page2-nav-btn.btn2:hover,
.page2-nav-btn.btn3:hover,
.page2-nav-btn.btn4:hover,
.page3-nav-btn.btn1:hover,
.page3-nav-btn.btn2:hover,
.page3-nav-btn.btn3:hover,
.page3-nav-btn.btn4:hover,
.page3-nav-btn.btn5:hover,
.page3-nav-btn.btn6:hover,
.page6-nav-btn.btn1:hover,
.page6-nav-btn.btn2:hover,
.page6-nav-btn.btn3:hover,
.page6-nav-btn.btn4:hover {
    background-image: none;
    color: #ffffff;
}

.page2-nav-btn.btn1:hover span,
.page2-nav-btn.btn2:hover span,
.page2-nav-btn.btn3:hover span,
.page2-nav-btn.btn4:hover span,
.page3-nav-btn.btn1:hover span,
.page3-nav-btn.btn2:hover span,
.page3-nav-btn.btn3:hover span,
.page3-nav-btn.btn4:hover span,
.page3-nav-btn.btn5:hover span,
.page3-nav-btn.btn6:hover span,
.page6-nav-btn.btn1:hover span,
.page6-nav-btn.btn2:hover span,
.page6-nav-btn.btn3:hover span,
.page6-nav-btn.btn4:hover span {
    display: initial !important;
}


/* page2 */

.page2-nav-btn.btn1 {
    background-image: url(./statics/page2-nav-btn-1.jpg);
}

.page2-nav-btn.btn1:hover {
    background-color: rgb(108, 176, 69);
}

.page2-nav-btn.btn2 {
    background-image: url(./statics/page2-nav-btn-2.jpg);
}

.page2-nav-btn.btn2:hover {
    background-color: rgb(57, 176, 220);
}

.page2-nav-btn.btn3 {
    background-image: url(./statics/page2-nav-btn-3.jpg);
}

.page2-nav-btn.btn3:hover {
    background-color: rgb(236, 132, 26);
}

.page2-nav-btn.btn4 {
    background-image: url(./statics/page2-nav-btn-4.jpg);
}

.page2-nav-btn.btn4:hover {
    background-color: rgb(224, 131, 0);
}


/* page3 */

.page3-nav-btn.btn1 {
    background-image: url(./statics/page3-nav-btn-1.jpg);
}

.page3-nav-btn.btn1:hover {
    background-color: rgb(20, 156, 118);
}

.page3-nav-btn.btn2 {
    background-image: url(./statics/page3-nav-btn-2.jpg);
}

.page3-nav-btn.btn2:hover {
    background-color: rgb(0, 155, 195);
}

.page3-nav-btn.btn3 {
    background-image: url(./statics/page3-nav-btn-3.jpg);
}

.page3-nav-btn.btn3:hover {
    background-color: rgb(6, 178, 162);
}

.page3-nav-btn.btn4 {
    background-image: url(./statics/page3-nav-btn-4.jpg);
}

.page3-nav-btn.btn4:hover {
    background-color: rgb(31, 149, 221);
}

.page3-nav-btn.btn5 {
    background-image: url(./statics/page3-nav-btn-5.jpg);
}

.page3-nav-btn.btn5:hover {
    background-color: rgb(228, 163, 45);
}

.page3-nav-btn.btn6 {
    background-image: url(./statics/page3-nav-btn-6.jpg);
}

.page3-nav-btn.btn6:hover {
    background-color: rgb(224, 131, 0);
}


/* page6 */

.page6-nav-btn.btn1 {
    background-image: url(./statics/page6-nav-btn-1.jpg);
}

.page6-nav-btn.btn1:hover {
    background-color: rgb(128, 179, 32);
}

.page6-nav-btn.btn2 {
    background-image: url(./statics/page6-nav-btn-2.jpg);
}

.page6-nav-btn.btn2:hover {
    background-color: rgb(44, 151, 209);
}

.page6-nav-btn.btn3 {
    background-image: url(./statics/page6-nav-btn-3.jpg);
}

.page6-nav-btn.btn3:hover {
    background-color: rgb(232, 167, 45);
}

.page6-nav-btn.btn4 {
    background-image: url(./statics/page6-nav-btn-4.jpg);
}

.page6-nav-btn.btn4:hover {
    background-color: rgb(227, 135, 0);
}


/* page3-int-list-style */

.page3-int-list-style .page3-list-btn {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 0.24rem;
    overflow: hidden;
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    border: 0;
}

.page3-int-list-style .page3-list-btn:hover,
.page3-int-list-style .page3-list-btn:checked,

/*.page3-int-list-style .page3-list-btn:focus,*/

.page3-int-list-style .page3-list-btn:active,
.page3-int-list-style .page3-list-btn.active {
    border-top-left-radius: 0.16rem;
    border-bottom-left-radius: 0.16rem;
    background-color: #fff;
}

.page3-jigouyanglao-btn-style .page3-list-btn:hover,
.page3-jigouyanglao-btn-style .page3-list-btn:checked,
.page3-jigouyanglao-btn-style .page3-list-btn:active,
.page3-jigouyanglao-btn-style .page3-list-btn.active {
    color: rgb(235, 163, 5);
    border-color: rgb(235, 163, 5);
}

.page3-shequyanglao-btn-style .page3-list-btn:hover,
.page3-shequyanglao-btn-style .page3-list-btn:checked,
.page3-shequyanglao-btn-style .page3-list-btn:active,
.page3-shequyanglao-btn-style .page3-list-btn.active {
    color: #e87121;
    border-color: #e87121;
}

.page3-zhihuiyanglao-btn-style .page3-list-btn:hover,
.page3-zhihuiyanglao-btn-style .page3-list-btn:checked,
.page3-zhihuiyanglao-btn-style .page3-list-btn:active,
.page3-zhihuiyanglao-btn-style .page3-list-btn.active {
    color: #17867d;
    border-color: #17867d;
}

.page3-int-list-style .page3-list-btn:hover .icon-style::before,
.page3-int-list-style .page3-list-btn:checked .icon-style::before,

/*.page3-int-list-style .page3-list-btn:focus .icon-style::before,*/

.page3-int-list-style .page3-list-btn.active .icon-style::before {
    /*content: '\21EF \2003';*/
    /*content: url('./statics/list-hover.png');*/
    content: '';
    background-image: url('./statics/list-hover.png');
    background-size: 100% 100%;
    display: inline-block;
    /*size of your image*/
    height: 0.32rem;
    width: 0.32rem;
    /*if you want to change the position you can use margins or:*/
    position: relative;
    /*content: url("./statics/list-hover.svg");*/
}

.yuyue-btn-style:hover,
.yuyue-btn-style:checked,
.yuyue-btn-style:focus,
.yuyue-btn-style:active {
    border: 3px solid #fff !important;
}

.page7-huxingjieshao img {
    width: 100%;
    height: 100%;
}

.page7-huxingjieshao p {
    padding: 0;
    margin: 0;
}

.page7-huxingjieshao-style {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #fff;
    padding: 0.05rem;
    display: flex;
    margin: auto 0;
}

.page7-huxingjieshao-style.thumb img {
    cursor: pointer;
}

.page7-huxingjieshao-list-summary {
    font-size: 0.16rem;
    color: rgb(167, 145, 167);
}

.huxingjieshao-content-font1 {
    font-size: 0.16rem;
    width: 20%;
}

.page7-huxingjieshao-list-style {
    width: 40%;
    margin-top: 0.02rem;
}

.page7-huxingjieshao-list-style p {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}

.page7-huxingjieshao-list-style p::before {
    content: '\2756';
    margin-right: 0.05rem;
}

.huxingjieshao-title-font1 {
    font-size: 0.28rem;
}

.huxingjieshao-title-font2 {
    font-size: 0.16rem;
    vertical-align: bottom;
}

.huxingjieshao-subtitle-font1 {
    font-size: 0.224rem;
    vertical-align: bottom;
}

.page7-video-center-slide-btn.carousel-control-prev,
.page7-video-center-slide-btn.carousel-control-next {
    height: 0.8rem;
    border-radius: 50%;
    top: 50%;
    opacity: 1;
}

.page7-video-center-slide-btn .carousel-control-prev-icon,
.page7-video-center-slide-btn .carousel-control-next-icon {
    background-color: #ff8c00;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
}

.page7-video-center-slide-btn.carousel-indicators {
    bottom: 0px;
}

.page7-video-center-slide-btn.carousel-indicators [data-bs-target] {
    height: 0.05rem;
    margin: 0px 0.08rem;
}

.page7-video-center-slide-btn.carousel-indicators button {
    background-color: #666;
}

.page7-video-center-slide-btn.carousel-indicators button.active {
    background-color: #ff8c00;
}

.page1-yuyue label#phone-required::before {
    content: '* ';
    color: red;
    margin-left: -0.12rem;
}

.page1-yuyue .yuyue-btn-style-3d {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: black;
    background: none;
    cursor: pointer;
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 10px;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page1-yuyue .yuyue-btn-style-3d:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page1-yuyue .yuyue-btn-style-3d:before {
    content: '';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.page1-yuyue .btn-8 {
    display: inline-block;
    background: #5cbcf6;
    outline: 1px solid transparent;
    /* FF jagged edges fix */
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page1-yuyue .btn-8:active {
    background: #55b7f3;
}


/* Button 8g */

.page1-yuyue .btn-8g {
    /*background: #fff;*/
    color: #fff;
    border-radius: 0.05rem;
}

.page1-yuyue .btn-8g:active {
    background: #fff;
}

.page1-yuyue .btn-8g:after,
.page1-yuyue .btn-8g:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    line-height: 0.24rem;
    border-radius: 0.05rem;
    letter-spacing: 1px;
}

.page1-yuyue .btn-8g:after {
    top: -98%;
    /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
    background: #7aca7c;
    color: #fff;
    content: '正在提交';
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    -ms-transform-origin: 0% 100%;
    -ms-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.page1-yuyue .btn-8g:before {
    top: 100%;
    background: #dc3545 !important;
    color: #fff;
    content: '输入有误';
    font-weight: 550;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.page1-yuyue .btn-8g.btn-success3d {
    background: #aaa;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: rotateX(-90deg) translateY(100%);
    -moz-transform-origin: 50% 100%;
    -moz-transform: rotateX(-90deg) translateY(100%);
    -ms-transform-origin: 50% 100%;
    -ms-transform: rotateX(-90deg) translateY(100%);
    transform-origin: 50% 100%;
    transform: rotateX(-90deg) translateY(100%);
}

.page1-yuyue .btn-8g.btn-error3d {
    background: #aaa;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: rotateX(90deg) translateY(-100%);
    -moz-transform-origin: 50% 0%;
    -moz-transform: rotateX(90deg) translateY(-100%);
    -ms-transform-origin: 50% 0%;
    -ms-transform: rotateX(90deg) translateY(-100%);
    transform-origin: 50% 0%;
    transform: rotateX(90deg) translateY(-100%);
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0.8;
    }
    40% {
        opacity: 0.6;
    }
    60% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

#page1-youshi-img-fade.fadein {
    animation-name: fadeIn;
    /*动画名称*/
    animation-duration: var(--ys-fadein-time) !important;
    /*动画持续时间*/
    animation-iteration-count: 1 !important;
    /*动画次数*/
    animation-delay: 0s;
    /*延迟时间*/
}

#page1-youshi-img-fade.fadeout {
    animation-name: fadeOut;
    /*动画名称*/
    animation-duration: var(--ys-fadeout-time) !important;
    /*动画持续时间*/
    animation-iteration-count: 1 !important;
    /*动画次数*/
    animation-delay: 0s;
    /*延迟时间*/
}

.toast {
    font-size: 0.14rem;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.15);
    border-radius: 0.04rem;
}

.toast-container> :not(:last-child) {
    margin-bottom: 0.12rem;
}

.toast-header {
    padding: 0.08rem 0.12rem;
    border-top-left-radius: calc(0.04rem - 1px);
    border-top-right-radius: calc(0.04rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.06rem;
    margin-left: 0.12rem;
}

.toast-body {
    padding: 0.12rem;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

div[data-bs-page1-title-img] {
    width: 30%;
    display: flex;
    align-items: center;
    /*margin-top: 0.1rem;*/
}

div[data-bs-page1-title-text] {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 0.44rem;
    font-weight: 700;
    color: #e69218;
    /*margin-right: 0.1rem;
	margin-left: 0.1rem;*/
}

.ys-page1-howtolive-box {
    width: 100%;
    height: 4rem;
    color: #ffffff;
    background-color: #cf8f13;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
    flex-direction: column;
}

.ys-page1-howtolive-box .howtolive-icon-box {
    height: 1.6rem;
    width: 63%;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
}

.howtolive-icon-box .one-icon-box {
    height: 100%;
    font-size: 0.2rem;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
    flex-direction: column;
}

.howtolive-icon-box .one-icon-box div[data-bs-howtolive-img-container] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 0.05rem;
}

.howtolive-icon-box img[data-bs-howtolive-arrow-img] {
    margin-top: 0.3rem;
    height: 0.33rem;
}

.page7-video-center-slide .carousel-item video {
    object-fit: cover;
}

.page6-tesefuwu-fjzh-rect {
    width: 94%;
    height: 93%;
    border-radius: 0.2rem;
    box-shadow: 1px 1px 6px rgb(253, 185, 19);
    border-color: rgb(253, 185, 19) !important;
    border: 1px solid #dee2e6 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page6-tesefuwu-fjzh-rect .page6-tesefuwu-fjzh-img {
    width: 100%;
    height: 61%;
}

.page6-tesefuwu-fjzh-rect .page6-tesefuwu-fjzh-img img {
    border-top-left-radius: 0.2rem !important;
    border-top-right-radius: 0.2rem !important;
}

.page6-tesefuwu-fjzh-rect .page6-tesefuwu-fjzh-ctx {
    width: 100%;
    height: 39%;
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    text-align: center;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.page6-tesefuwu-fjzh-rect .page6-tesefuwu-fjzh-ctx .fjzh-title {
    font-size: 0.38rem;
    font-weight: 700;
    border-bottom: 2px solid rgb(253, 185, 19);
    padding: 0.05rem 0.1rem;
    color: rgb(253, 185, 19);
}

.page6-tesefuwu-fjzh-rect .page6-tesefuwu-fjzh-ctx .fjzh-text {
    width: 83%;
    text-align: start;
    font-size: 0.2rem;
    color: rgb(91, 91, 91);
    line-height: 1.6;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.page-8-decorate {
    display: flex;
    justify-content: center;
    width: 100%;
}

.quote {
    display: flex;
    justify-content: center;
    width: 18%;
    margin: 0 0.1rem;
}

.quote-x {
    width: 41%;
    border-top: 0.02rem solid rgb(203, 203, 203);
    margin: 0.03rem 0;
}

.quote-l,
.quote-r {
    position: relative;
    width: 50%;
    height: 0.2rem;
    border-style: solid;
    border-color: rgb(237, 145, 0);
    border-bottom: none;
    border-top: 0.07rem solid rgb(237, 145, 0);
}

.quote-l {
    border-right: 0.07rem solid rgb(237, 145, 0);
    border-left: none;
    border-top-right-radius: 0.2rem;
    margin-right: -0.02rem;
}

.quote-r {
    border-left: 0.07rem solid rgb(237, 145, 0);
    border-right: none;
    border-top-left-radius: 0.2rem;
    margin-left: -0.02rem;
}

.page8-title-style {
    font-size: 0.56rem;
    font-weight: 600;
    color: rgb(249, 120, 3);
    letter-spacing: 0px;
    margin-bottom: 0.25rem;
}

.page8-yuangongfuli-text {
    font-size: 0.21rem;
    white-space: nowrap !important;
    line-height: 1.1;
}

.page8-jobs-btn {
    background-color: rgb(246, 120, 0);
    color: #ffffff;
    font-size: 0.38rem;
    font-weight: 500;
    width: 100%;
    height: 0.66rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-wrap: nowrap !important;
    margin: 0.15rem 0;
}

.page8-jobs-btn a {
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    width: 85%;
}

.page8-jobs-detail {
    width: 13rem;
    background-color: rgb(247, 233, 204);
    font-size: 0.26rem;
    font-weight: 300;
    line-height: 2;
}

.page8-jobs-detail div[data-bs-zhiweimiaos] {
    font-size: 0.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.page8-jobs-detail div[data-bs-zhiweimiaos] div {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.2rem;
}

.page8-jobs-detail div[data-bs-zhiweimiaos-newline] {
    text-indent: 0.4rem;
}

.page8-gangweijieshao-decorate {
    border: 0.02rem dotted #fff;
    width: 2.8rem;
    flex: 1 1 auto;
}

.diamond-style {
    width: 0;
    height: 0;
    border: 0.15rem solid transparent;
    border-bottom-color: #fff;
    position: relative;
    top: -0.1rem;
}

.diamond-style:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -0.15rem;
    top: 0.15rem;
    border: 0.15rem solid transparent;
    border-top-color: #fff;
}

.page8-gangweijieshao-decorate.mr-p50 {
    margin-right: 0.2rem !important;
    margin-top: 0.1rem;
}

.page8-gangweijieshao-decorate.ml-p50 {
    margin-left: 0.2rem !important;
    margin-top: 0.1rem;
}

.diamond-style.mx-p25 {
    margin-right: 0.15rem !important;
    margin-left: 0.15rem !important;
}


/* loading animation */

.loading-absoluted-position {
    /*position: absolute;*/
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.init-loading-home {
    background-color: transparent;
    height: 50vh;
    width: 40vw;
    display: flex;
    flex-direction: column;
}

.init-loading-main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.init-loading-title {
    color: #000;
    font-size: 0.3rem;
    font-weight: 600;
    margin: 0.1rem 0;
}

.init-loading-sub-title {
    color: #000;
    font-size: 0.24rem;
    font-weight: 500;
}

.init-loading-footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}

.loader-first {
    font-size: 0.2rem;
    margin: 100px auto;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    text-indent: -9999em;
    position: relative;
    animation: myloading 1.3s infinite linear;
    -webkit-animation: myloading 1.5s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@keyframes myloading {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #46a4c9, 2em -2em 0 0em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 0 #46a4c9;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #46a4c9, 2em -2em 0 0.2em #46a4c9, 3em 0 0 0 #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #46a4c9, 2em -2em 0 0 #46a4c9, 3em 0 0 0.2em #46a4c9, 2em 2em 0 0 #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0em 0 0 #46a4c9, 2em 2em 0 0.2em #46a4c9, 0 3em 0 0em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0em 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 0em #46a4c9, 0 3em 0 0.2em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 0 #46a4c9, -2em 2em 0 0.2em #46a4c9, -3em 0 0 0 #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0em 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 0.2em #46a4c9, -2em -2em 0 0 #46a4c9;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 0 #46a4c9, -2em -2em 0 0.2em #46a4c9;
    }
}

@-webkit-keyframes myloading
/*Safari and Chrome*/

{
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #46a4c9, 2em -2em 0 0em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 0 #46a4c9;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #46a4c9, 2em -2em 0 0.2em #46a4c9, 3em 0 0 0 #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #46a4c9, 2em -2em 0 0 #46a4c9, 3em 0 0 0.2em #46a4c9, 2em 2em 0 0 #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0em 0 0 #46a4c9, 2em 2em 0 0.2em #46a4c9, 0 3em 0 0em #46a4c9, -2em 2em 0 -1em #46a4c9, -3em 0em 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 0em #46a4c9, 0 3em 0 0.2em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 -1em #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 0 #46a4c9, -2em 2em 0 0.2em #46a4c9, -3em 0 0 0 #46a4c9, -2em -2em 0 -1em #46a4c9;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0em 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 0.2em #46a4c9, -2em -2em 0 0 #46a4c9;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #46a4c9, 2em -2em 0 -1em #46a4c9, 3em 0 0 -1em #46a4c9, 2em 2em 0 -1em #46a4c9, 0 3em 0 -1em #46a4c9, -2em 2em 0 0 #46a4c9, -3em 0em 0 0 #46a4c9, -2em -2em 0 0.2em #46a4c9;
    }
}