@charset "utf-8";
.switch{
    display: none;
}
.DataEmpty{
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #a7b6b7;
    font-weight: bold;
}
.Move-recommend-logo-ico{
    color: #f5f5f5;
    position: absolute;
    background: rgba(0,0,0,0.6);
    padding: 1px 5px;
    z-index: 998;
    left: 0;
    border-radius: 8px 0;
}
label{
    display: block;
    flex-direction: row;
    align-items: center;
    text-align: center;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    word-break:keep-all;       /* 不换行 */

white-space:nowrap;        /* 不换行 */

overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */

text-overflow:ellipsis;    /*溢出时显示省略标记...；需与overflow:hidden;一起使用*/
}
/*2021年10月29日新增·控制提示窗口*/
.function_smg_cont{
    display: none;
}
.function_smg #hide{
    margin-top: 10px;
}
.function_smg button{
    color: #fff;
    background: #ccc;
    font-size: 15px;
    border-radius: 5px;
    height: 20px;
    border: 0 none;
    outline: 0;
    cursor: pointer;
}
.function_smg span{
    padding-top: 10px;
    display: flex;
}
.function_smg_t{
    color: #30b5ea;
    font-size: 15px;
}
.function_smg{
    width: 60%;
    font-size: 12px;
    padding: 10px;
    border: 1px rgba(0,0,0,.12) solid;
    border-radius: 10px;
    margin-bottom: 20px;
}
/*2021年10月29日新增*/
.page{
    width: 100%;
    display: flex;
    height: 100px;
}
.page ul{
    margin: 0 auto;
    align-self: center;
}
.page ul::after{
	content: '';
	display: block;
	clear: both;
}
.page ul li{
	float: left;
	width:auto;
	min-width:32px;
	height: 30px;
	line-height:30px;
	list-style: none;
}
.page a{
	color:#aaa;
	font-family: "微软雅黑";
	padding:0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
}
.page ul li:first-child a{
	border-left: 1px solid #ccc;
}

.page ul li a:hover{
	background-color: dodgerblue;
}
.page ul li a:hover{
	color: white;
}
.page .disabled a:hover{
	background-color: white;
	cursor:not-allowed;
	color: #aaa;
}
.page .active a{
	background-color: dodgerblue;
	color: white;
}

/*我的信息*/
    .page a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    }
    .page a:link,.page a:visited {
    color: #12459c;
    text-decoration: none;
    cursor: pointer;
    }
    .operation .iconfont{
        margin-right: 3.5px;
    }
    .operation .aIcon{
        background: url("/static/member/images/logpic.gif") no-repeat;
        display: inline-block;
        padding-left: 20px;
        white-space: nowrap;
        height: 25px;
    }
    .operation_head{
        float: left;
        width: 50%;
    }
    .operation{
        padding: 10px;
        line-height: 24px;
        color: #8a8a89;
        vertical-align: top;
    }
    .info_images img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        border: 1px rgb(0 0 0 / 12%) solid;
    }
    .info_images text{
        line-height: 105px;
    }
    .info_images{
        box-shadow: 0px 2px 2px #f0f0f0;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 5px;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        border: 1px solid #f3f3f3;
        color: #ff5d5d;
        font-size: 12px;
        float: left;
        margin-right: 10px;
        width: 128px;
        height: 105px;
        min-width: 45px;
        min-height: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .info_content{
        margin: 5px 0 0;
    }
    .info_title{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        max-height: 36px;
        overflow: hidden;
        color: #333;
    }
    .info_head_li{
        width: 8%;
        align-self: center;
        border: 1px solid rgba(255, 255, 255, 0);
    }
    .info_head:hover {
        background: rgba(197, 197, 197, 0.15);
    }
    .info_head{
        height: 125px;
        border-bottom: 1px solid #ebedf5;
        text-align: center;
        align-self: center;
        display: flex;
        /*margin-bottom: 30px;*/
        border: 1px solid #f2f3f5;
        -webkit-box-shadow: 0 4px 8px 0 rgba(15,41,131,.04);
        box-shadow: 0 4px 8px 0 rgba(15,41,131,.04);
        border-radius: 4px 4px 0 0;
    }
    .info_header{
        width: 100%;
        background: #fff;
    }
    .menu_Tips_data_head{
        display: flex;
        height: 35px;
        margin: 5px;
        margin-bottom: 10px;
        line-height: 35px;
        border-bottom: 1px #dcdcdc solid;
    }
    .label_Selectall_lower{
        background: rgb(242, 244, 248);
        display: none;
        z-index: 999;
        position: relative;
        width: 100%;
    }
    .label_Selectall_lower label:hover {
        color: #fba600;
    }
    .menu_Tips_header li:hover .label_Selectall_lower{
        display: block;
    }
    .menu_Tips_header #menu_Select:hover,#menu_Selects:hover{
        color: #fba600;
    }
    .SelectColor{
        color: #fba600;
    }
    .label{
        width: 100%;
        cursor: pointer;
    }
    .label_Selectall{
        cursor: pointer;
    }
     input:focus{
       outline: none;
     }
    .function_search_so{
        background-color: #fba600;
        float: left;
        display: block;
        width: 80px;
        height: 44px;
        border: 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        cursor: pointer;
        margin-left: -5px;
    }
    .function_search_head{
        align-self: center;
        margin-left: 50px;
        width: 70%;
        max-width: 800px;
    }
    ul,li{ padding:0;margin:0;list-style:none}
    #searchheader{
        border-top: 2px solid #fba600;
        border-bottom: 2px solid #fba600;
        border-left: 2px solid #fba600;
        float: left;
        display: block;
        padding: 5px 10px;
        width: 60%;
        height: 30px;
        border-right: 0;
        background: url("/static/images/fdj.gif") 10px 12px no-repeat;
        background-color: #fff;
        color: #9d9d9d;
        text-indent: 22px;
        font-size: 10pt;
    }
    .menu_Tips_text div{
        padding: 0 5px;
        cursor: pointer;
    }
    .menu_Tips_text span{
        padding: 0 3px;
        color: #fba600;
        font-size:14px;
    }
    .menu_Tips_text{
        align-self: center;
        font-size: 12px;
        color: #ababab;
        margin-left: 15px;
        display: flex;
    }
    .checkbox{
        /*margin-top: 10px;*/
    }
    .menu_Tips_input_head{
        display: flex;
    }
    .determine{
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: 1px;
        outline: none;
        line-height: 25px;
        moz-user-select: -moz-none;
        -moz-user-select: none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        background: #fba600;
        color: #fff;
        cursor: pointer;
    }
    #seltype{
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        border-radius: 10px;
        outline: none;
        border: 1px rgba(0,0,0,.12) solid;
        margin-right: 10px;
    }
    .function_head{
        margin: 20px 15px;
    }
    .function_header{
        height: 85px;
        width: 99.9%;
        border-bottom: 1px solid #f2f3f5;
        -webkit-box-shadow: 0 4px 6px 0 rgba(15,41,131,.03);
        box-shadow: 0 4px 6px 0 rgba(15,41,131,.03);
        border-radius: 4px 4px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .menu_button text{
        align-self: center;
    }
    .menu_button_icon{
        /*margin-top: -2px;*/
        margin-right: 5px;
    }
    .menu_Tips_header li{
        border: 1px solid rgba(243, 243, 243, 0);
        width: 8%;
        font-weight: bold;
    }
    .menu_Tips_header{
        width: 100%;
        height: 55px;
        text-align: center;
        align-self: center;
        line-height: 55px;
        display: flex;
        border: 1px solid #f2f3f5;
        -webkit-box-shadow: 0 4px 8px 0 rgba(15,41,131,.04);
        box-shadow: 0 4px 8px 0 rgba(15,41,131,.04);
        border-radius: 4px 4px 0 0;
        -webkit-user-select: none;
    }
    .menu_Tips_head{
        font-size: 12px;
        /*margin: 20px 10px;*/
        background: #fff;
    }
    li{
        list-style: none;
    }
    .menu_head li:hover .menu_button_head{
        color: #fba600;
        background: #fff;
        border-top: 3px solid #fba600;
        margin-top: -3px;
    }
    .Select{
        background: #fff;
        border-top: 3px solid #fba600;
        color: #fba600;
        margin-top: -3px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .menu_button{
        align-self: center;
        display: flex;
    }
    .menu_button_head{
        cursor: pointer;
        float: left;
        height: 40px;
        /*width: 200px;*/
        padding: 0px 5%;
        display: flex;
        position: relative;
        border-radius: 3px 3px 0 0;
    }
    .menu_header{
        height: 40px;
        background: #f5f5f5;
        font-size: 14px;
        font-weight: bold;
        color: #666;
        width: 100%;
        border-radius: 3px 3px 0 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .menu_head{
        min-height: 200px;
        width: calc(100% - 32px);
        margin: 16px;
        background: #fff;
    }
    body{
        font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    }
    @font-face {
        font-family: 'iconfont';
        src: url('/static/css/iconfont/iconfont.eot');
        src: url('/static/css/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
        url('/static/css/iconfont/iconfont.woff2') format('woff2'),
        url('/static/css/iconfont/iconfont.woff') format('woff'),
        url('/static/css/iconfont/iconfont.ttf') format('truetype'),
        url('/static/css/iconfont/iconfont.svg#iconfont') format('svg');
    }
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 20px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
/*我的信息*/