.bodyMask{
    .header{
        .content{
            .nav{       
                /* 显示下拉菜单 */
                .subnav ul.show {
                    display: block;
                }
        
                /* 鼠标悬停时的样式 */
                .subnav li:hover ul {
                    display: block;
                }
        
                /* 鼠标悬停时的背景色 */
                .subnav li:hover {
                    background-color: lightgray;
                }
            }
        }
    }
}

.mi{
    position: relative;
}
.im{
    position: absolute;
    width: 100%;
    top: 0%;
    left: -100%;
}

/* CSS Document */

/* Full-width input fields */
input[type=text],input[type=tel],textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the closee button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}




span.tel {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    top: 0%;
    left: 0%;
    width: 120%; /* Full width */
    height: 120%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}



/* The Close Button (x) */
.closee {
    position: absolute;
    right: 25px;
    top: -20px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.closee:hover,
.closee:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

#mslider{
    margin-bottom: 3%;
}

.slidera{
    text-align: center;
    /* border: 2px solid aquamarine; */
    padding: 3% 0;
    /* margin-top: ; */
    /* overflow: hidden; */
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
.zi{
    /* margin-top: 2%; */
    .slidera{
        background: rgb(246, 246, 246);
    }
}
.zi .wrapper li {
    width: 28% !important; /* 第一优先级 */
}


.zi ul li{
    display: inline-block; 
    margin: 1% 2%;

    .xun{
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding: 4% 4% 2% 4%;
    margin: 0 4% 0 0;
    border-radius: 15px;
    line-height: 160%;

        /*img{*/
        /*    width: 38%;*/
        /*    margin-right: 3%;*/
        /*    height: 100%;*/
        /*    border-radius: 15px 0 0 15px;*/
        /*}*/
        /*h3{*/
        /*    color: #000;*/
        /*}*/
        /*button{*/
        /*    border-radius: 8px;*/
        /*}*/
    }

    .xun:hover{
        box-shadow: 15px 15px 15px rgba(198, 198, 198, 0.3);
        cursor:pointer   /* 变小手 */
    }
}

.xun button{
    width: 100%!important;
     border-radius: 8px;
}
.modal {
    display: none;  
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    }
    
    /*.modal img {*/
    /*border: 2px solid red;*/
    /*display: block;*/
    /*margin: 13% 40% ;*/
    /*width: 300px;*/
    /*height: 30%;*/
    /*background-color: #fff;*/
    /*}*/
    
    .close {
    position: absolute;
    top: 31%;
    right: 43%;
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    }
    
.h5{
   float: left;
}


/*#huiyuan{*/
/*    color: #000;*/
/*    height: 500px;*/
/*    font-weight:400;*/
/*    font-size: 1.2em;*/
/*    span{*/
/*        font-size: 2.5em;*/
/*        font-weight: 900;*/
/*    }*/
/*}*/
/*.container .yue,.container .ji,.container .nian{*/
/*    background-color: rgb(241, 245, 245);*/
/*    border-radius: 15px;*/
/*    width: 30%;*/
/*    height: 40%;*/
/*    float: left;*/
/*    display: block;*/
/*    margin-top: 4%;*/
/*    margin-left: 2%;*/
/*    padding-top: 2%;*/
/*}*/
/*.container .quanyi{*/
/*    color: #777777;*/
/*    font-weight: 500;*/
/*    margin-top: 8%;*/
/*    width: 100%;*/
/*    height: 35%;*/
/*}*/
/*.zhuyi{*/
/*    float: left;*/
/*    padding-top: 2%;*/
/*}*/



/*.yi{*/
/*    display: inline-block;*/
    /* float: left; */
/*    padding-top: 2%;*/
/*    width: 100%;*/
    /* border: 1px solid red; */
/*    text-align: left;*/
/*}*/
/*.zhuyi{*/
/*    font-size: 0.8em;*/
/*    color: #888;*/
/*}*/
/*.hui{*/
/*    font-size: 1.4em;*/
/*}*/
/*.haol{*/
/*    display: inline-block;*/
/*    background-color: rgb(255, 252, 247);*/
/*    width: 22%;*/
/*    margin: 2% 1% 0 0 ;*/
/*    padding: 4% 0;*/
/*    border-radius: 15px;*/
/*}*/




.yue:hover,.ji:hover,.nian:hover{
    background-color:  rgb(221, 245, 245) !important;
}