/*酒店前台公用header*/
.youxuan{
    width: 1320px;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 100px;
    margin-top: 20px;
}
.youxuan_logo{
    display: block;
    float: left;
    width: 155px;
    margin-top: 17px;
}
.youxuan .youxuan_a{
    display: block;
    float: left;
    margin-left: 73px;
    width: 60px;
}
.youxuan .youxuan_a p{
    font-size: 14px;
    color: #2b2b2b;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
    width: 100px;
    margin-left: -20px;
}
.youxuan .youxuan_a img{
    border-radius: 10px;
}
.hearer {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top {
    height: 40px;
    width: 100%;
    background-color: #e3e4e5;
    z-index: 100;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.w1320 {
    width: 1320px;
    margin: 0 auto;
    height: 100%;
}
.top_middle {
    display: inline-block;
}
.top_middle span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    color: #434343;
}
.top_middle a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    color: #434343;
}
.top_right {
    float: right;
}
.top_right li {
    float: left;
    line-height: 40px;
    position: relative;
}
.top_right li::after {
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #b7b7b7;
    content: "";
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_right li:last-child::after{
    display: none;
}
.top_right_link {
    display: inline-block;
    font-size: 14px;
    color: #434343;
    width: 83px;
    text-align: center;
}
.top_right_link .hidden{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #ffffff;
    border: 1px solid #e3e4e5;
    z-index: 15;
    width: 100%;
}
.top_right_link .hidden:hover{
    display: block;
}
.top_right_link .hidden a {
    display: block;
    color: #666666;
    line-height: 34px;
    text-align: center;
}
.top_right_link .hidden a:hover{
    color: #9a1b5a;
}
.top_right_link .hidden a:hover .img{
    display: block;
}
.top_right_link .hidden a .img {
    display: none;
    position: absolute;
    top: 5px;
    left: 102%;
    width: 100px;
    height: 100px;
    border: 1px solid #e4e4e4;
    padding: 3px;
    border-radius: 5px;
}
.top_right_link .hidden a .img img {
    width: 100%;
    height: auto;
}
.top_right_link:hover .hidden{
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.header-fix {
    height: 90px;
    bottom: 50px;
}

.header-box {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 50px;
}

.header-box .logo {
    float: left;
    position: relative;
    z-index: 2;
}

.header-box .search {
    float: left;
    position: relative;
    margin-left: 87px;
    margin-top: 10px;
}

.header-box .search .search-box {
    border: 1px solid #9a1b5a;
    height: 40px;
    border-radius: 5px;
    float: left;
}

.header-box .search .search-box .search-nav {
    width: 90px;
    text-align: center;
    float: left;
    border-right: 1px solid #9a1b5a;
    position: relative;
}

.header-box .search .search-box .search-nav .text {
    line-height: 39px;
    color: #9a1b5a;
    font-size: 14px;
}

.header-box .search .search-box .search-nav .text .fa {
    margin-left: 6px;
}

.header-box .search .search-box .search-nav .hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5e9ed;
    z-index: 9;
}

.header-box .search .search-box .search-nav .hidden a {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
}

.header-box .search .search-box .search-nav .hidden a:hover {
    background: #f5e9ed;
    color: #9b1a5b;
}

.header-box .search .search-box .search-nav:hover .hidden {
    display: block;
}

.header-box .search .search-box .search-input {
    float: left;
    width: 387px;
    position: relative;
}

.header-box .search .search-box .search-input input {
    height: 39px;
    width: 100%;
    padding: 0 20px;
    color: #9a1b5a;
    font-size: 14px;
    padding-right: 55px;
    background: none;
    border:0;
    border-radius: 5px;
}

.header-box .search .search-box .search-input input::placeholder {
    color: #8c8c8c;
}
.search_right {
    float: right;
    margin-top: 10px;
}
.search_right .s_r_nav {
    font-size: 16px;
    background-color: #9a1b5a;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 21px;
    padding: 6px 17px;
    float: left;
    margin-left: 12px;
    border: 1px solid #9a1b5a;
}
.search_right .s_r_nav.white_bg {
    background-color: unset;
    color: #9a1b5a;
}
.header-box .search .search-box .search-input .sub {
    border-radius: 5px;
    border:0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background: url(../images/ic/ic-3.png) no-repeat center center;
    cursor: pointer;
}

.header-box .search .search-hidden {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 180px;
}

.header-box .search .search-hidden .fl, .header-box .search .search-hidden .fr {
    height: 180px;
    background: #ffffff;
    border: 1px solid #dfb6ca;
    border-radius: 3px;
    padding: 19px 1px 0;
    font-size: 14px;
}

.header-box .search .search-hidden .fl a, .header-box .search .search-hidden .fr a {
    color: #999999;
    margin: 0 7px;
    margin-bottom: 14px;
    float: left;
    max-width: 139px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-box .search .search-hidden .fl a:hover, .header-box .search .search-hidden .fr a:hover {
    color: #9a1b5a;
}

.header-box .search .search-hidden .fl {
    float: left;
    width: 165px;
    color: #999999;
    overflow: hidden;
}

.header-box .search .search-hidden .fl .tit {
    line-height: 1;
    color: #999999;
    padding-left: 10px;
    margin-bottom: 20px;
}

.header-box .search .search-hidden .fl .search_no {
    text-align: center;
    line-height: 100px;
}

.header-box .search .search-hidden .fr {
    width: 314px;
    position: relative;
}

.header-box .header-box-fr {
    float: left;
}

.header-box .header-box-fr .item {
    float: left;
    width: 150px;
    height: 50px;
    margin-left: 20px;
    position: relative;
}

.header-box .header-box-fr .item .text {
    position: relative;
    z-index: 10;
    background: #9a1b5a;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 5px;
}

.header-box .header-box-fr .item .text .fa {
    font-size: 14px;
    margin-left: 15px;
}

.header-box .header-box-fr .item .hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5e9ed;
    z-index: 9;
}

.header-box .header-box-fr .item .hidden a {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
}

.header-box .header-box-fr .item .hidden a:hover {
    background: #f5e9ed;
    color: #9b1a5b;
}

.header-box .header-box-fr .item.block .text {
    background: #424242;
}

.header-box .header-box-fr .item.block .hidden {
    border-color: #e4e4e4;
}

.header-box .header-box-fr .item.block .hidden a {
    color: #666666;
}

.header-box .header-box-fr .item.block .hidden a:hover {
    background: #dedede;
    color: #333333;
}

.header-box .header-box-fr .item:hover .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-box .header-box-fr .item:hover .hidden {
    display: block;
}

.header-box.fixed {
    padding: 10px 0 20px 0;
    z-index: 9;
    position: fixed;
    top: 0;
    margin-top: 0;
    background: white;
}

.header-box.fixed .search .search-box .search-nav .hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5e9ed;
    z-index: 9;
}

.header-box.fixed .search .search-box .search-nav .hidden a {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
}

.header-box.fixed .search .search-box .search-nav .hidden a:hover {
    background: #f5e9ed;
    color: #9b1a5b;
}

.header-box.fixed .search .search-box .search-nav:hover .hidden {
    display: block;
}

.header-box.fixed .header-box-fr {
    float: left;
    margin-left: 4%;
}

.header-box.fixed .header-box-fr .item {
    margin-left: 10px;
}


.header-nav {
    position: relative;
    margin-top: 50px;
}

.header-nav .header-nav-fl {
    float: left;
    width: 220px;

}

.header-nav .header-nav-fl .text {
    background: #9a1b5a;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

.header-nav .header-nav-fl:hover .hidden {
    display: block;
}

.header-nav .header-nav-fl .hidden {
    height: 636px;
    display: none;
    position: absolute;
    overflow: hidden;
}

.header-nav .header-nav-fl .hidden .nav-fl {
    float: left;
    width: 220px;
    background: #ffffff;position:relative;z-index:6;
}
.header-nav .header-nav-fl .hidden:hover .nav-fr-box{
    display: block;
}
.header-nav .header-nav-fl .hidden .nav-fl .item {
    height: 53px;
    line-height: 53px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-left: 65px;
}

.header-nav .header-nav-fl .hidden .nav-fl .item a {
    display: block;
    overflow: hidden;
}

.header-nav .header-nav-fl .hidden .nav-fl .item .icon {
    position: absolute;
    left: 20px;
    top: 0;
    width: 30px;
    height: 100%;
}

.header-nav .header-nav-fl .hidden .nav-fl .item .icon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-nav .header-nav-fl .hidden .nav-fl .item .icon span.bg2 {
    display: none;
}

.header-nav .header-nav-fl .hidden .nav-fl .item .tit {
    float: left;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-nav .header-nav-fl .hidden .nav-fl .item .fa {
    float: right;
    line-height: 50px;
    color: #d2d2d2;
    font-size: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-nav .header-nav-fl .hidden .nav-fl .item:hover .icon span.bg1, .header-nav .header-nav-fl .hidden .nav-fl .item.active .icon span.bg1 {
    display: none;
}

.header-nav .header-nav-fl .hidden .nav-fl .item:hover .icon span.bg2, .header-nav .header-nav-fl .hidden .nav-fl .item.active .icon span.bg2 {
    display: block;
}

.header-nav .header-nav-fl .hidden .nav-fl .item:hover .tit, .header-nav .header-nav-fl .hidden .nav-fl .item.active .tit {
    color: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fl .item:hover .fa, .header-nav .header-nav-fl .hidden .nav-fl .item.active .fa {
    color: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fr-box {
    float: left;
    min-width: 488px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    padding-top: 17px;
    padding-left: 23px;
    border: 1px solid #ebebeb;
    display: none;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .swiper_hidden {
    display: none;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .nav-fr-hidden {
    display: none;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .nav-fr-hidden:first-child {
    display: block;
}
.nav-fr-hidden .cate_block{
    float: left;
    margin-right: 70px;
    width: auto;
    display: table;
}
.header-nav .header-nav-fl .hidden .nav-fr-box .nav-fr-hidden::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .nav-fr-hidden::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(180, 20, 92, 0.2);
    background: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .nav-fr-hidden::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: none;
    border-radius: 5px;
    background: none;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .title {
    margin-bottom: 35px;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .title span {
    font-size: 16px;
    color: #262626;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .title .fa {
    margin-left: 10px;
    font-size: 20px;
    color: #525252;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .title:hover span {
    color: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .title:hover .fa {
    color: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box {
    margin-bottom: 20px;
    overflow: hidden;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box a {
    color: #999999;
    font-size: 18px;
    line-height: 1;
    margin-right: 30px;
    float: left;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box a:hover {
    color: #9a1b5a;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer {
    width: 390px;
    position: absolute;
    bottom: 30px;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer .item{
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer .item:last-child {
    float: right;
}
.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer .item:first-child {
    float: left;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer .item img {
    transition: 0.3s;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.header-nav .header-nav-fl .hidden .nav-fr-box .box-footer .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.header-nav .header-nav-fr {
    height: 50px;
    float: left;
    margin-left: 25px;
}

.header-nav .header-nav-fr .item {
    float: left;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding: 0 35px;
}
.header-nav .header-nav-fr .item_division {
    float: left;
    line-height: 50px;
    margin: 0 17px;
    color: #b5b5b5;
    font-size: 18px;
    font-weight: 100;
}
.header-nav .header-nav-fr .item.active .item_title{
    color: #9a1b5a;
    border-bottom: 3px solid #9a1b5a;
}

.header-nav .header-nav-fr .item .item_title {
    font-size: 20px;
    color: #313131;
    position: relative;
    font-weight: 600;
    height: 100%;
    display: block;
}
.header-nav .header-nav-fr .item:hover .item_title{
    color: #9a1b5a;
    font-weight: 600;
}

.header-nav .header-nav-fr .item .showList {
    position: absolute;
    z-index: 3;
    background: white;
    box-shadow: 0 1px 5px #999999;
    top: 50px;
    left: -16px;
    width: 160px;
    display: none;
    padding: 17px 0;
}
.header-nav .header-nav-fr .item .showList a {
    display: block;
    color: #262626;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 37px;
}

.header-nav .header-nav-fr .item .showList a:hover {
    color: #9a1b5a;
}
.header-nav .header-nav-fr .item .showList a:hover .img{
    display: block;
}
.header-nav-fr .item .showList a .img {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 102%;
    width: 100px;
    height: 100px;
    border: 1px solid #e4e4e4;
    padding: 3px;
    border-radius: 5px;
    background: #fff;
}
.header-nav-fr .item .showList a .img img {
    width: 100%;
    height: auto;
}
.header-nav .header-nav-fr .item:hover .showList {
    display: block;
}

.header-box .search.cc {
    float: right;
    position: relative;
    margin-right: 0;
}
.header-box .search.cc .search-box {
    border: 1px solid #dfb6ca;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.header-box .search.cc .search-box .search-input {
    float: left;
    width: 500px;
    position: relative;
}
.header-box .search.cc .search-box .search-input input {
    height: 48px;
    width: 100%;
    padding: 0 20px;
    color: #9a1b5a;
    font-size: 14px;
    padding-right: 55px;
    background: none;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.header-box .search.cc .search-box .search-input .sub {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
    background: url(../images/ic/ic-3.png) no-repeat center center;
    cursor: pointer;
}
.search.cc .header-box .header-box-fr .item {
    float: left;
    width: 150px;
    height: 50px;
    margin-left: 20px;
    position: relative;
}
.search.cc .header-box-fr .item .text {
    position: relative;
    z-index: 10;
    background: #9a1b5a;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.search.cc .header-box-fr .item.block .text {
    background: #424242;
}
.search.cc .header-box-fr .item.block .text {
    background: #424242;
}
#hello_box{
    width: 240px;
    height: auto;
    display: table;
    position: absolute;
    top: 170px;
    z-index: 2;
    right: -13px;
}
#login_box{
    width: 100%;
    height: auto;
    position: relative;
}

#login_box .portrait{
    width: 70px;
    height: 70px;
    background: #9a1b5a;
    position: relative;
    z-index: 1;
    margin: 23px auto 0 auto;
    border-radius: 70px;
}
#login_box .portrait img{
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
#login_box .hello_word{
    font-size: 16px;
    color: #595959;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
#login_box .login_button{
    width: 190px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 17px auto 0 auto;
    background: #9a1b5a;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
#login_box .login_button span{
    line-height: 36px;
}
#login_box .login_button img{
    margin: 0 12px 0 38px;
}
#login_box .login_button.register{
    color: #595959;
    background: #fff;
    border: 1px solid #9a1b5a;
}
#hello_box .glass_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    left: 0;
    top: 0;
}

#hello_box .service_box{
    width: 119px;
    height: 100px;
    float: left;
    margin-top: 2px;
    position: relative;
    display: block;
    color: #434343;
    z-index: 1;
}
#hello_box .service_box img{
    display: block;
    margin: 15px auto 8px auto;
    position: relative;
    z-index: 1;
}
#hello_box .service_box p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#hello_box .service_box.rent{
    color: #fff;
    background: #9a1b5a;
    margin-right: 2px;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.popup-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    border-radius: 30px;
    color: #aaaaaa;
    text-align: center;
    cursor: pointer;
}
.popup-close img{
    width: 100%;
}
.popup-img {
    position: fixed;
    width: 250px;
    height: 330px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: white;
}
.popup-img img{
    max-width: 190px;
    display: block;
    margin: 40px auto 0 auto;
}
.popup-text {
    text-align: center;
    width: 100%;
    color: #333;
    margin-top: 30px;
}


 .header-content__top {
     width: 100%;
     background: #fff;
     padding: 10px 0;
     border-bottom: 1px solid #eee;
     box-sizing: border-box;
 }
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 1320px;
}
.flex-box-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-box {
    display: flex;
    align-items: center;
}
.left {
    display: flex;
    align-items: center;
}
.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.links-list {
    display: flex;
    /*gap: 16px;*/
}
.header-content__top .right .links-item {
    width: 100px;
    height: 92px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}
.header-content__top .right .links-item img {
    width: 50px;
    height: 50px;
}
.header-content__top .right .links-item .item-text {
    height: 32px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
}
.l_item_bg1 {
    background: #E13235;
}
.l_item_bg2 {
    background: #A0185A;
}
.l_item_bg3 {
    background: #8AB7B4;
}
.l_item_bg4 {
    background: #E3943D;
}
.l_item_bg5 {
    background: #CA252D;
}
.l_item_bg6 {
    background: #3EA5C6;
}
.l_item_bg7 {
    background: #40629B;
}
.l_item_bg8 {
    background: #0071B3;
}
