html,body{
    overflow-x: hidden;
    background: #Ffffff;
}
.header-img{
    width: 100px;
    height: 64px;
    float: left;
}

.header-img img{
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.header-right{
    float: right;
    line-height: 64px;
}
.navgition-header{
    float: left;
}
.navgition-header a{
    margin-right: 10px;
    color: #333333;
}
.navgition-header a:hover{
    color: #34a9a4!important;
}
.drawer-header img{
    width: 125px;
    height: 64px;
    display: block;
    border: none;
    margin: 0 auto;
}
#rightmodel{
    padding-top: 80px;
}

#z-nav > li > ul.nav-subnav li .button_color {
	padding: 6px 8px;
	box-sizing: border-box;
	font-size: 12px;
	margin: 0 5px 12px;
	border-radius: 10px;
	 width: 107px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.detail-content{
    width: 100%;
    height: 100px;
    /* line-height: 45px; */
    box-sizing: border-box;
    padding: 0 15px;
    background-color: #11C79B;
    word-break: break-all;
    display: flex;
    align-items: center;
}
.detail-content p{
    color: #fff;
    font-size:14px;
    line-height: 25px;
}
.detail-click{
    /* width: 60px; */
    /* margin: 1px auto 0 auto; */
    text-align: center;
    /* height: 30px; */
    background-color: #11c79b;
    /* line-height: 30px; */
    /* border-radius: 5px; */
    /* cursor: pointer; */
}
.detail-click .iconfont{
    color: #fff;
    font-size: 14px;
}
.layui-btn-normal{
    background-color: rgba(30,159,255,0.2);
}
.opacity{
    background-color: #1E9FFF;
    opacity: 1!important;
}

/* 2021.11.2 */
.radio_single {
    margin-top: 20px;
}
.radio_single>.ul_wrap {
    display: inline-block;
    height: 35px;
    width: 200px;
    vertical-align: top;
}
.radio_single ul {
    display: flex;
    justify-content: center;
}
.radio_single>.ul_wrap ul li{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 23px;
}
.radio_single>.ul_wrap ul li label,input[type='radio']{
    margin: 0;
    cursor: pointer;
}
.radio_single>.ul_wrap ul li input{
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.radio_single>.ul_wrap ul li.checked input[type="radio"]::after{
    box-shadow: 0 0 6px #24b7e5;
}
.radio_single>.ul_wrap ul li label{
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}



/*  *****   */


.single_radio{
    margin-top: 10px;
}
.single_radio ul{
    display: flex;
    justify-content: center;
}
.single_radio ul span{
    /*font-size: 18px;*/
    margin-right: 6px;
}
.single_radio ul li{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 23px;
}
.single_radio ul li:first-child{
    /*margin-right: 12px;*/
}
.single_radio ul li label,input[type='radio']{
    margin: 0;
    cursor: pointer;
}
.single_radio ul li input{
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.single_radio ul li.checked input[type="radio"]::after{
    box-shadow: 0 0 6px #24b7e5;
}
.single_radio ul li label{
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}
/* .single_radio ul li label::before{
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    top: 4px;
} */
/* .single_radio ul li label::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: scale(0);
} */
/* .single_radio ul li.checked label::before{
    border-color: blue;
}
.single_radio ul li.checked label::after {
    background-color: blue;
    transform: scale(0.7);
    transition: all .3s;
} */



.single_radio2{
    margin-top: 25px;
}
.single_radio2 > ul{
    display: flex;
    justify-content: center;
}
.single_radio2 > ul span{
    font-size: 18px;
    margin-right: 6px;
}

.single_radio2 > ul > li{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 23px;
}
.single_radio2 > ul > li:first-child{
    margin-right: 12px;
}
.single_radio2 > ul > li label,input[type='radio']{
    margin: 0;
    cursor: pointer;
}
.single_radio2 > ul > li input[type='radio']{
    opacity: 0;
}
.single_radio2 > ul > li label{
    cursor: pointer;
    font-size: 18px;
}
.single_radio2 > ul > li label::before{
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    top: 4px;
}
.single_radio2 > ul > li label::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: scale(0);
}
.single_radio2 > ul > li.checked label::before{
    border-color: blue;
}
.single_radio2 > ul > li.checked label::after {
    background-color: blue;
    transform: scale(0.7);
    transition: all .3s;
}

.nav-subnav li a:visited{
    background-color: #1ca89d;
}

#datafilter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
#datafilter .mcontainer {
    width: 800px;
    padding: 42px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
#datafilter .mrow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
#datafilter .btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
#datafilter .btn {
    box-sizing: border-box;
    width: 220px;
    height: 48px;
    padding: 0;
    margin-top: 40px;
    border: 1px solid #4f8eb1;
    background-color: #188be8;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#datafilter .btn + .btn {
    margin-left: 16px;
}

#datafilter select,
#datafilter input {
    box-sizing: border-box;
    padding-left: 10px;
    width: 120px;
    height: 32px;
    border: 1px solid #a0a0a0;
}
#datafilter .mrow input,
#datafilter .mrow select {
    margin-left: 10px;
}
#datafilter .addbtn {
    line-height: 1;
    font-size: 25px;
}
#datafilter .head {
    font-size: 20px;
    margin-bottom: 30px;
}
#datafilter .disabled {
    background-color: #ddd;
    cursor: not-allowed;
}