body {
    font-size: 0.16rem;
    color: #3B3B3B;
}

.layui-nav .layui-nav-item a {
    color: #404040;
    line-height: 0.88rem;
    height: 0.88rem;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #0BAFFF;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #0BAFFF;
}

header {
    background-color: rgba(255, 255, 255, 0.85);
    height: 0.88rem;

    position: relative;
    z-index: 1;
}

section {
    padding: 0.7rem 0;
}

.gary_c1 {
    color: #A6A6A6;
}

.gary_bg {
    background: rgb(250, 250, 250);

}

.orange_c {
    color: #FF751A;
}

.gary_c89 {
    color: #898888;
}

.blue_c {
    color: #0BAFFF;
}

.blue_bg {
    background-color: #0BAFFF;
}

.header-boxshadow {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.head1 .search-box {
    background: rgb(250, 250, 250);
    border: 1px solid rgb(225, 225, 225);

    border-radius:
        32px;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.15rem 0 0.2rem;
}

.head1 .logo {
    width: 1.8rem;
}

.head1 .search-box input {
    font-size: 0.14rem;
}

.footer {
    background: #000;
}

.footer1 .layui-main {
    padding: 0.7rem 0 0.8rem;
}

.footer_ul .item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_ul li:not(:last-child) {
    margin-right: 0.4rem;
}

.footer_ul .item1+.item1 {
    margin-left: 0.4rem;
}

.footer_ul .img_100 {
    width: 0.94rem;
    height: 0.94rem;
    margin-bottom: 0.18rem;
}

.label_dd>* {

    margin-bottom: 0.1rem;
}

.label_dd>*:not(:last-child) {
    margin-right: 0.4rem;
}

.work_ul .item {
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
    padding: 0.25rem 0.27rem 0.25rem 0.25rem;

    display: flex;

    box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
}

.work_ul li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.work_ul .item:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.work_ul .item .img{
    width: 2rem;
    height:2.65rem;
}
.work_ul .item .img img{
    min-width: 100%;
}
.work_ul .item .text_box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.work_ul .item .layui-btn {
    font-weight: bold;
    font-size: 0.18rem;
    width: 2.25rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: rgb(11, 175, 255);

    border-radius:
        4px;
}

.work_ul .item .content {
    transition: all .2s;
    -webkit-transition: all .2s;
}

.work_ul .item [data-more] {
    cursor: pointer;
    float: right;
}

.work_ul .item [data-more] i {
    position: relative;
    top: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    transform: rotate(0);
}

.work_ul .item [data-more]:hover i::before {
    transform: rotate(180deg);
}

.work_details .work_ul .item:hover {
    box-shadow: none;
}

.work_details .btn1 {
    background: rgb(255, 117, 26) !important;
}

.work_details .btn2 {
    background: #fff !important;
    border: 1px solid rgb(166, 166, 166);
}

.work_details .btn2.active i {
    color: rgb(255, 117, 26);
}

.work_details .btn2.active i:before {
    content: "\e6a5";
}

.wb_b1 {
    padding: 0.3rem 0.4rem 0.5rem 0.3rem;
}

.vip1 {
    display: flex;
    align-items: center;
    background: linear-gradient(180.00deg, rgb(133, 133, 133), rgb(41, 41, 41) 100%);

    border-radius:
        28px;
    color: #fff !important;
    padding: 0 0.1rem;
    line-height: 0.31rem;
}

.wd_ul1 .item {
    background: rgba(197, 197, 197, 0.16);
    border: 1px solid rgb(177, 178, 178);

    border-radius:
        19px;
    color: rgb(159, 159, 159);
    font-size: 0.18rem;
    padding: 0.07rem 0.27rem;
    cursor: pointer;
    margin-bottom: 0.2rem;
    min-width: 1.2rem;
    text-align: center;
}

.wd_ul1 li:not(:last-child) {
    margin-right: 0.3rem;
}

.wd_ul1 .item:hover,
.wd_ul1 .item.active {
    background: rgba(11, 175, 255, 0.16);
    border: 1px solid rgb(11, 175, 255);

    color: rgb(11, 175, 255);

}

.wd_ul2 .item {
    display: flex;
    align-items: center;
    border: 1px solid rgb(211, 210, 210);

    border-radius:
        4px;
    padding: 0 0.15rem;
    height:
        0.6rem;
}

.wd_ul2 .item div+img {
    margin-left: 0.10rem;
}

.wd_ul2 .item img {
    flex-shrink: 0;
}

.wd1_b1 {
    background: rgb(246, 246, 246);
    border: 1px solid rgb(214, 214, 214);
    padding: 0.16rem 0.23rem;
    position: relative;
}

.wd1_b1::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 7px;
    height: 100%;
    background: rgb(11, 175, 255);
    border-radius:
        0px 4px 4px 0px;
}

.wd1_b2 {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(214, 214, 214);
    padding-bottom: 0.65rem;
}

.wd1_b2 .img_box *{
    margin:0;padding: 0;
    width: 7rem;
    max-width: 100%;
}
.wd1_mu {
    width: 2.02rem;
    min-height: 0.5rem;
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);

    border-radius:
        0px 0px 10px 10px;
}
.layui-carousel,
.layui-carousel>[carousel-item]>*{
    background: initial;
}
.right_box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 1120px)/2 - 1rem);
}

.right_box .item {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid rgb(214, 214, 214);
    padding: 0.1rem;
    border-radius:
        2px;
    background: rgb(250, 250, 250);

}

.right_box li+li {
    margin-top: 0.15rem;
}

.in_ul1 .ditem>* {
    margin-bottom: 0.05rem;
}

.in_ul1 .ditem>*:not(:last-child) {
    margin-right: 0.42rem;
}

.in_ul1 .item {
    align-items: flex-start;
    display: flex;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);

    border-radius:
        10px;
    padding: 0.2rem;
}

.in_ul1 .item .img_box {
    width: 3.6rem;
    height: 1.6rem;
}
.in_ul1 .item .img_box img{
    width: 100%;
    height: 100%;
}
.item .img_box img{
    min-width: 100%;
}
.pagenum {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:
        #0BAFFF;
}

.layui-laypage a:hover {
    color: #0BAFFF;
}

.layui-laypage a,
.layui-laypage span {
    font-size: 0.18rem;
    height: 0.38rem;
    line-height: 0.38rem;
    background-color: initial;
    margin: 0 0.07rem;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em,
.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
    font-size: 0.22rem;
}

.id_title2>:not(:last-child) {

    margin-right: 0.35rem;
}

.hr {
    border-bottom: 1px solid rgb(230, 230, 230) !important;
    margin: 0.15rem 0;

}

.id_content {
    padding: 0 0.5rem;
}

.id_content img {
    max-width: 100%;
    margin: 0.15rem 0;
}

.top_box {
    background-size: cover;
    background-repeat: no-repeat;

    font-weight: bold;
    color: #fff;
    position: relative;
}
.top_box .img_100{

}
.top_box .layui-main{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.top_box h1 {
    font-size: 0.6rem;
    line-height: 0.9rem;
}

.top_box h2 {
    opacity: 0.7;
    font-size: 0.44rem;
    line-height: 0.65rem;
    margin-bottom: 0.27rem;
}

.top_box hr {
    width: 118px;
    height: 4px;
    border-bottom: 4px solid rgb(11, 175, 255) !important;
}

.bus_ul1 .item {
    border-radius:
        10px;
    background-color: #fff;
    overflow: hidden;
    transition: all .35s;
    -webkit-transition: all .35s;
    box-shadow: 0;
    position: relative;
    bottom: 0;
}

.bus_ul1 .item:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    bottom: 0.1rem;
}

.bus_ul1 .item .t1 {
    background: rgb(23, 167, 238);
    min-height: 0.56rem;
}

.bus_ul1 .item .t2 {
    padding: 0.2rem;
    min-height: 1.24rem;
}

.bus_ul1 .item .t2>*+* {
    margin-top: 0.1rem;
}

.bus_ul1 .item .t2>* {
    cursor: pointer;
}

.join_ul1 .item .t1 {
    font-size: 0.28rem;
    font-weight: bold;
}


.join_ul1 .item>*:not(hr) {
    padding-left: 0.42rem;
}

.join_ul1 .item hr {
    margin: 0.3rem 0;
    border-bottom: 1px solid rgb(235, 234, 234) !important;
}

.join_ul1 .item .t2 {
    font-size: 0.2rem;
}

.join_ul1 .item .t2_title {
    margin-bottom: 0.25rem;
}

.join_ul1 .item1 {
    margin-bottom: 0.3rem;
}

.join_ul1 .item1 .disc {
    padding-left: 2.5em;
}

.join_ul1 .item1 .disc li {
    list-style: disc;
}

.join_ul1 .item1 .disc li+li {
    margin-top: 0.15rem;
}

.join_ul1 .item .layui-btn {
    width: 1.92rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
    background: rgb(11, 175, 255);

    border-radius:
        8px;
}

.join_ul1 .item+.item {
    margin-top: 0.7rem;
}

.gary_6e {
    color: #6E6E6E;
}

.block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 0.4rem;
    height: 0.08rem;
    background-color: #0BAFFF;

}

.ab_dl1 dd+dd {
    margin-top: 0.2rem;
}

.ab_ul2 .item {
    border: 1px solid rgb(211, 210, 210);

    border-radius:
        4px;
    overflow: hidden;
    min-height: 1.4rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    box-shadow: 0;
}

.ab_ul2 .item:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.user_head {
    height: 0.88rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_head .user_img {
    width: 0.54rem;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}

.user_head .chirl {
    position: absolute;
    top: -300%;
    background: rgb(255, 255, 255);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    border-radius:
        0px 0px 10px 10px;
    min-width: 2rem;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    width: 100%;
}

.user_head:hover .chirl {
    display: block;
    height: initial;
    top: 100%;
}

.user_head .chirl>* {
    display: block;

    padding: 0.15rem;
}

.outlogin {
    background: rgb(244, 244, 244);
}

.out_dialog {
    border-radius: 8px !important;
}

.out_dialog .layui-layer-content {
    padding: 0.4rem !important;
    text-align: center;
    font-size: 0.2rem !important;
}

.out_dialog .layui-layer-btn {
    text-align: center;
    padding-bottom: 0.2rem;
}

.out_dialog .layui-layer-btn .layui-layer-btn0 {

    border-color: #0BAFFF;
    background-color: #0BAFFF;
}

.out_dialog .layui-layer-btn a {
    border-radius: 4px;
    padding: 0.02rem 0.15rem;
    height: inherit;
}

.left_nav {
    background: rgb(239, 240, 241);
    height: 100%;
    width: 2.95rem;
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
    font-size: 0.2rem;
}

.left_nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.78rem;
    position: relative;
    cursor: pointer;
}

.left_nav .item::before {
    position: absolute;
    display: none;
    content: '';
    left: 0;
    width: 4px;
    background: rgb(11, 175, 255);
    border-radius:
        0px 4px 4px 0px;
    top: 0;
    bottom: 0;
}

.left_nav .item:hover,
.left_nav .layui-this {
    background-color: #fff;
}

.left_nav .item:hover::before,
.left_nav .layui-this::before {
    display: block;
}

.left_nav .item i {
    font-size: 0.22rem;
}

.user_page {
    display: flex;
    min-height: 9.2rem;
    margin-top: 0.2rem;
}

.user_page .user_body {
    overflow-y: auto;
    padding: 0.6rem;
    flex: 1;
    background-color: #fff;
}

.user_page .user_img {
    width: 0.8rem;
    height: 0.8rem;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.12);
}

.vip2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 0.48rem;
    color: #fff;
    background: rgb(237, 102, 50);
    padding: 0 0.2rem;
    border-radius:
        30px;
    white-space: nowrap;
}

.vip2 img {
    height: 0.38rem;
}

.ua_ul1 .item {
    border-radius:
        20px;
    padding-top: 0.47rem;
    padding-bottom: 0.25rem;
    min-height: 2rem;
    position: relative;

}

.ua_ul1 .item>* {
    position: relative;
    z-index: 1;
}

.ua_ul1 .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.ua_ul1 .item .coup {
    position: absolute;
    top: -0.2rem;
    left: 0.05rem;
    color: #fff;
    padding: 0.06rem 0.2rem;
    background: rgb(237, 102, 50);
    border: 2px solid rgb(237, 88, 31);

    border-radius:
        8px 8px 8px 0px;
}

.um_btn {
    background: rgb(255, 255, 255);

    border-radius:
        12px;
    padding: 0.12rem 0.2rem;

}

.um_ul1 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(253, 252, 245);
    border: 1px solid rgb(239, 231, 207);

    border-radius:
        16px;
    padding: 0.16rem 0.3rem;
    min-height: 0.98rem;
    cursor: pointer;
}

.um_ul1 .item:hover,
.um_ul1 .active {
    background: rgb(252, 242, 217);
    border: 1px solid rgb(255, 205, 53);
}

.um_ul1 input {
    background-color: initial;
}

.um_btn2 {

    background: rgb(237, 88, 31);

    border-radius:
        8px;
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-weight: bold;
    font-size: 0.2rem;
}

.pay_dialog1 .layui-layer-title {
    text-align: center;
    font-size: 0.38rem;
    padding: 0.18rem 0.2rem;
    height: auto;
    background: rgb(246, 246, 246);
}

.pay_dialog1 .pay_dialog {
    padding: 0.25rem 0.24rem;
}

.pay_dialog1 .img_pagy>* {
    width: 0.48rem;
    height: 0.48rem;
    margin-bottom: 0.1rem;
}

.pay_dialog1 .img_pagy>*:not(:last-child) {
    margin-right: 0.32rem;
}

.ur_ul1 .item {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid rgb(235, 234, 234);

}

.ub_a1 .item {
    color: #9F9F9F;
    position: relative;
}

.ub_a1 .item::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.1rem;
    width: 0.14rem;
    height: 0.04rem;
    background-color: #0BAFFF;
}

.ub_a1 .item:hover,
.ub_a1 .layui-this {
    color: #0BAFFF;
}

.ub_a1 .item:hover::before,
.ub_a1 .layui-this::before {
    display: block;
}

.ub_a1 .item:not(:last-child) {
    margin-right: 0.37rem;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: rgb(237, 88, 31) !important;
    background-color: rgb(237, 88, 31);
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary] i {
    border-radius: 4px;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: rgb(237, 88, 31);
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0;
}

.user_book [data-box="edit"]>*:not(:last-child) {
    margin-right: 0.2rem;
}

.user_book [data-box="edit"] .layui-btn {
    font-size: 0.16rem;
    height: 0.32rem;
    line-height: 0.32rem;
    border-radius:
        4px;
    background: rgb(237, 88, 31);
}

.user_book [data-box="edit"] .btn-primary {
    color: #979797;
    background: rgb(237, 237, 237);
}

.ub_ul1 .item {
    z-index: 1;
}

.ub_ul1 .item .img {
    position: relative;
    z-index: 0;
    height: 2.8rem;
}
.ub_ul1 .item .img .img_box{
    width: 100%;
    height: 100%;
}
.ub_ul1 .item .img .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 100%);
    color: #fff;
    line-height: 0.3rem;
    padding: 0 0.1rem;
}

.ub_ul1 .item .select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
    display: none;
}

.ub_ul1 .item .select .input {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
    z-index: 2;
}

.ub_ul1.edit .item .select {
    display: block;
}

.ub_ul1 .layui-this .select .input {

    background-color: #FF751A;
}

.up_b1 {
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.08);

    border-radius:
        10px;
}

.up_b1 .t1 {
    background: rgb(11, 175, 255);
    color: #fff;
    padding: 0.15rem 0;
    border-radius:
        16px 16px 0px 0px;
}

.up_b1 .t2 {
    padding: 0.4rem 0.8rem;
    background-color: #FAFDFE;
}

.up_b1 .layui-btn {
    background: rgb(255, 117, 26);

    border-radius:
        4px;
    min-width: 1.7rem;
    font-size: 0.18rem;
}

.login_1 {
    background-color: rgb(236, 239, 248);
    background-image: url(../images/login_bg.png);
    padding: 1.65rem 0;
}

.login_1 .box {
    background: rgb(246, 248, 252);
    width: 100%;
    box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    overflow: hidden;
}

.login_1 .box2 {
    background: rgb(11, 175, 255);
    box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.06);
    height: 100%;

    position: relative;
}

.login_1 .box2>img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.login_1 .box2 .llogo img {
    width: 2rem;
    top: 0.8rem;
    right: 0.6rem;
    position: absolute;
    z-index: 5;
}

.login_1 .box1 {
    padding: 1.5rem 1.2rem;
}

.login_1 .item .img_box {
    width: 44px;
    height: 52px;
    background: rgba(152, 152, 152, 0.1);
}

.login_1 .item .layui-input {
    height: 52px;
}

.login_1 .layui-btn {
    background: rgb(16, 165, 238);
    box-shadow: 0px 6px 10px 0px rgba(0, 45, 67, 0.08);

    border-radius:
        4px;
    height: 58px;
    line-height: 58px;
    font-size: 0.18rem;
}

.login_1 .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: rgb(16, 165, 238);
}

.login_1 .layui-form-checkbox[lay-skin=primary] span {
    color: #989898 !important;
    font-size: 0.14rem !important;
    white-space: initial;
}

.login_1 .layui-form-checked[lay-skin=primary] i {
    border-color: rgb(16, 165, 238) !important;
    background-color: rgb(16, 165, 238);
    color: #fff;
}

.login_1 .code_box {
    position: relative;
}

.login_1 .code_box input {
    width: 100%;
    padding-right: 120px;
}

.login_1 .btn-code {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    line-height: 38px;
    height: 38px;
    box-shadow: 0;
    font-size: 0.14rem;

}

#test1 {
    border-radius:
        20px;
    overflow: hidden;

}

#test1 img {
    height: 5.3rem;
}

#test1 .layui-carousel-ind li {
    width: 0.4rem;
    height: 0.08rem;
    border-radius:
        35px;
    margin: 0 0.1rem;
}

.i1_ul .item {
    max-height: 1.95rem;
    width: 2.65rem;
    border-radius:
        20px;
    overflow: hidden;
}

.i1_ul .item+.item {
    margin-top: 0.1rem;
}

.i1_ul .item3 {
    padding: 0 0.2rem;
    background: linear-gradient(180.00deg, rgb(254, 252, 210), rgb(254, 211, 137) 100%);
}

.i1 {
    position: relative;
    overflow: hidden;
}

.i1 .bg1 {
    position: absolute;

    scale: 1.5;
    filter: blur(10px);
    width: 100%;
    height: 100%;
}

.i2 .ub_ul1 li {
    width: 20%;
}

.i2 .ub_ul1 .item .label>* {
    display: block;
    background: rgba(11, 175, 255, 0.2);

    border-radius:
        31px;
    color: #0BAFFF;
    font-size: 0.14rem;
    padding: 0.02rem 0.14rem;
    margin: 0.1rem 0;
}

.i2 .ub_ul1 .item .label>*:not(:last-child) {
    margin-right: 0.1rem;
}

.i3_ul .item {
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.08);

    border-radius:
        20px;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;

}

.i3_ul .item .img_box {
    height: 1.6rem;
}

.i3_ul .item .text_box {
    padding: 0.15rem 0.24rem;
}

.wd1_mu {
    position: absolute;
    top: 0;
}

.wd1_mu .mulu_list {
    width: 100%;
    margin-top: 0.1rem;
    padding: 0 0.08rem 0 0.15rem;
}

.wd1_mu .mulu_list ul {
    height: 3.5rem;
    overflow-y: auto;
    padding-right: 0.10rem;
}

.wd1_mu .mulu_list .item:hover,
.wd1_mu .mulu_list .active {
    color: #0BAFFF;
}

.wd1_mu .mulu_list ul::-webkit-scrollbar {
    width: 4px;
}

/* 滚动条有滑块的轨道部分 */
.wd1_mu .mulu_list ul::-webkit-scrollbar-track-piece {
    background: rgb(235, 234, 234);
    border-radius: 5px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
.wd1_mu .mulu_list ul::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: rgb(192, 192, 192);
    border-radius: 5px;
    width: 8px;
}

/* 滚动条滑块hover */
.wd1_mu .mulu_list ul::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

/* 同时有垂直和水平滚动条时交汇的部分 */
.wd1_mu .mulu_list ul::-webkit-scrollbar-corner {
    display: block;
    /* 修复交汇时出现的白块 */
}

.wd1_mu .mulu_list .item {
    font-size: 0.12rem;
    padding: 0.1rem 0;
    display: block;
    border-bottom: 1px solid rgb(235, 234, 234);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wd1_mu .mulu_list .item>*:first-child {
    margin-right: 0.12rem;
}
.work_details .work_ul .item .img{
    width: 2.7rem;
    height: 3.6rem;
}

@media only screen and (max-width:990px) {}

@media only screen and (max-width: 750px) {
    .head1 .search-box input {
        width: 1rem;
    }

    .footer_ul {
        margin-top: 0.3rem;
    }

    .right_box {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 0.3rem'

    }

    .in_ul1 .item .img_100 {
        margin: 0 auto;
        margin-bottom: 0.3rem;
    }

    .work_details .work_ul .item .img_box {
        margin: 0 auto 0.3rem;
    }

    .user_page {
        flex-direction: column;
        height: auto;
    }

    .left_nav {
        width: 100%;
    }

    .left_nav ul {
        display: flex;
        flex-wrap: wrap;
    }

    .left_nav ul .item {
        padding: 0.1rem 0.3rem;
    }

    .vip2 {
        padding: 0 0.2rem;
        width: auto;
    }

    .pay_dialog .qrcode {
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    .login_1 .box {
        flex-direction: column-reverse;
    }

    .login_1 .box2 {
        height: 5rem !important;
        overflow: hidden;
    }

    .login_1 .box2>img {
        position: relative;
    }

    .i2 .ub_ul1 li {
        width: 50%;
    }

    .i1_ul {
        flex-direction: row;
    }

    .i1_ul .item {
        margin: 0 0.1rem;
    }
    .in_ul1 .item .img_box{
        width: 2.6rem;
        height: 1.2rem;
    }
    .top_box h1{
        font-size: 0.4rem;
        line-height: 0.4rem;
    }.top_box h2{
    margin-top: 0.1rem;
             font-size: 0.25rem;
             line-height: 0.25rem;
    margin-bottom: 0;
         }
    .top_box hr{
        margin-top: 0.1rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}