
    .mianbao-d {
        width: 100%;
        position: fixed;
        top: 50px;
        background: radial-gradient(black, transparent);
        display: none;
        z-index: 200;
    }

    .mianbao-d ul {
        width: 60%;
        margin: auto;
        text-align: center;

    }

    .mianbao-d ul li {
        margin-bottom: 15px;
    }

    .mianbao-d ul a {
        color: #FFFFFF;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 300;

    }

    .mianbao-div {
        display: none;
        margin-top: 9px;
        position: fixed;
        right: 20px;
        cursor: pointer;
    }

    .logo {
        margin-left: 10%;
    }

    .product-right-content .product-right-jtitle {

        position: relative;
    }

    .product-right-content .product-right-jtitle::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        content: "";
        background: #008068;
        transform: scaleX(0);
        transition: all 0.5s;
    }

    .product-left-style-info>a>div:hover>p::after {
        transform: scaleX(1);
    }

    @media screen and (max-width: 1680px) {
        .logo {
            margin-left: 5%;
        }

        ul.menu_nav li._navbar a {
            display: block;
            font-size: 16px;
            padding: 15px 26px;
        }

        .menu_nav {
            margin-left: 100px !important;
        }


    }

    @media screen and (max-width: 1070px) {
        .search_nav {
            display: none;
        }


    }

    @media screen and (max-width: 900px) {
        .menu_nav {
            display: none !important;
        }

        .product-content {
            display: none !important;
        }

        .mianbao-div {
            display: block;
        }

    }

    /* 
    *表单
   */
    .layui-layer {
        border-radius: 30px !important;
    }

    .gif img {
        vertical-align: top;
    }

    .gif-mess:hover {
        color: #ffffff;
        background-color: rgba(31, 142, 121, 0.9);
    }

    .form-content {
        width: 83%;
        margin: auto;
        padding-bottom: 50px;
        display: flex;
        margin-top: 80px;
    }

    .form-title {
        text-align: center;
        height: 18px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #282828;
        margin: 50px auto 40px auto;
        padding-top: 50px;

    }

    .form-xian {
        width: 30%;
        margin: auto;
        display: flex;
        margin-top: 55px;


    }

    .form-xian2 {
        width: 20%;
        height: 7px;
        background: #008068;
        margin: auto;
    }

    .form-right {
        width: 70%;
        margin: auto;
        margin-top: 60px;
    }

    .dz-img {
        margin-top: 6px;
    }

    .left-base {
        margin-left: 28px;

    }

    .left-base span {
        line-height: 28px;
        height: 45px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #707070;
    }

    .left-icon-div {
        margin-top: 100px;
        margin-left: 28px;
        display: flex;
        justify-content: space-between;
        width: 88%;
    }

    .form-right-content {
        width: 100%;
        margin: auto;
    }

    .form-right-div1 {
        display: flex;
        justify-content: space-between;
    }

    .form-right-div1 input {
        width: 49%;
    }

    .form-right input,
    select {
        margin-bottom: 25px;
        border-radius: 6px;
      
    }

    textarea {
        border-radius: 6px;
    }


    .button-div {

        text-align: center;
    }

    .right-button {
        width: 35%;
        background-color: #008068;
        border-radius: 6px;
        color: #FFFFFF;
        height: 40px;
        margin-top: 40px;
        cursor: pointer;
        border: 0;


    }

    .sidebar-right {
        position: fixed;
        top: 222px;
        right: 0px;
        cursor: pointer;
        z-index: 10;
        width: 115px;
        background: #FFFFFF;
        padding-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px;
	border-radius: 8px;
    }
    /* 悬浮按钮 */
    .xf-item a{
        display: flex;
        text-decoration: none;
    }
    .xf-yx{
        display: flex;
    }
    .xf-xy{
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid black;
     

    }
    .xf-zx{
        width: 100%;
        border-bottom: 1px solid black;
        margin-bottom: 2px;
    }
    .xf-item span{
        color: black;
        font-weight: 600;
        width: 100%;
        display: block;
        margin: auto 0px auto 0px;
       
    }
    .xf-item img{
        width: 36px;
        height: 36px;
    }
    .sidebar-img{
        margin-bottom: 8px;
    }
