.tl_search{width:100%;display:flex;justify-content:space-between;height:60px;line-height:60px;color:#787878;background-color:#fff}
.tl_search_title{font-size:22px;color:#333;font-weight: 600;}
.tl_search_setting_tag{font-size:12px;padding:0 12px;cursor:pointer;transition:color .3s;position:relative}
.tl_search_setting_tag:hover{color:#4ab0e1}
.tl_search_setting_tag:first-child::before{content:"";width:1px;height:14px;background-color:#dedede;position:absolute;right:-2px;top:calc(50% - 7px);color:#c6c6c6}
.tl_search_setting_box{position:relative;display:inline-block}
.tl_search_setting_box_input{width:288px;height:35px;background-color:#fff;color:#333;border:1px solid #e4e4e4;padding:0 42px 0 19px;border-radius:100px;transition:border .3s}
.tl_search_setting_box_input:hover{border:1px solid #4ab0e1}
.tl_search_setting_box_input:focus{border:1px solid #4ab0e1}
.tl_search_setting_box_img{background-image:url(../img/search.png);background-size:cover;width:18px;height:18px;position:absolute;top:23px;right:18px;cursor:pointer}
.active_search{color:#4ab0e1}
input{outline:0;border:none}
.tl_search_setting_box_input::-webkit-input-placeholder{font-size:12px}


/*弱密码校验*/
.popup-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.49);z-index:999;display: none}
.popup-container{display:flex;flex-flow:column;position:absolute;top:calc(50% - 78px);left:calc(50% - 137px);width:400px;height:210px;background-color:#fff;border-radius:10px;z-index:2}
.popup-container .popup__main{flex-grow:1;display:flex;align-items:center;justify-content:center;    padding: 10px;line-height: 1.5;font-size: 15px;text-align: justify;}
.popup-container .popup__footer{width:100%;height:50px;display:flex;border-top:1px solid #f0f0f0}
.popup-container .popup__footer .popup--default,.popup-container .popup__footer .popup--theme{width:50%;height:100%;font-size:14px;border:none;outline:0}
.popup-container .popup__footer .popup--default{background-color:#fff;color:#333;border-bottom-left-radius:10px}
.popup-container .popup__footer .popup--theme{background-color:#40B0E1;color:#fff;border-bottom-right-radius:10px}
