@charset "utf-8";
/* CSS Document */
@charset "utf-8";

*{ margin:0; padding:0; text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;-webkit-text-size-adjust:none;}
body{text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;-webkit-text-size-adjust:none;}  :focus{ outline:none;}
a{ cursor:pointer; text-decoration:none; outline:none;}   img{ border:0;}
input,textarea{ vertical-align:middle; font-family:inherit; font-size:inherit;}
ul li{ list-style-type:none;}
.fl{ float:left; display:inline;}
.fr{ float:right!important; display:inline;}
.nobor{ border:none!important;}
input{ font-size:14px; line-height:40px;}
.fontsize1{ font-size:16px;}

/* .fontsize2{ font-size:16px; font-weight:bold;}
.fontsize3{ font-size:14px;} */
/* .color_red{color:#cc0000;}
.color_black{color:#333;} */

.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f18{font-size:18px}
.f20{font-size:20px}
.f24{font-size:24px}
.f30{font-size:30px}
.f50{font-size:50px}
.fb{font-weight:bold}
.fn{font-weight:normal}
.t2{text-indent:2em}
.t0{text-indent:0em}
.red,a.red{color:#ff0000}
a.red:hover{ text-decoration:underline;}
.dark,a.dark{color:#333}
.gray,a.gray{color:#666666}
.gray999, a.gray999{ color:#999999;}
.white, a.white{ color:#2b6ebc;}
.pink, a.pink{ color:#EE8D91;}
.lh130{line-height:130%}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.lh400{line-height:400%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}

.fontht{font-family: "微软雅黑";}

/* a:hover{color:#cc0000;} */

body{ width: 100%; height: 100%; overflow-x:hidden; font-size:14px; color:#666666; line-height:30px; font-family:"微软雅黑";}
.login_bkimg{ width: 100%; height: 100%; position: fixed; z-index: 0;}

.login_box{ text-align: center; padding-top:3%; box-sizing: border-box; position: relative; z-index: 1;}
.login_con{ width: 440px; height: auto; overflow: hidden; margin: 20px auto; padding-bottom: 50px;}
.login_con ul{ width: 100%; height: auto;}
.login_con ul li{ width: 100%; height: auto; overflow: hidden; min-height: 100px; position: relative;  overflow: hidden; }
.login_con ul li span.iconfont{ color: #2f6ec3; font-size: 22px; width: 70px; position: absolute; left: 0;top: 0; text-align: center; line-height: 60px;}
.login_con ul li input.text01{ width: 100%; height: 60px; padding: 10px 0 10px 70px; line-height: 40px; font-family:"微软雅黑"; color: #000; font-size:20px; background: rgba(185, 218, 131, 0.45); border: none;  box-sizing: border-box;  border-radius: 30px;}
.login_con ul li input.text02{ width: 64%; height: 60px; padding: 10px 0 10px 70px; line-height: 40px; font-family:"微软雅黑"; color: #000; font-size:20px;  background: rgba(185, 218, 131, 0.45); border: none;  box-sizing: border-box;  border-radius: 30px;}
.login_con ul li input.sendyzm{ width: 34%; height: 60px;line-height:60px; font-family:"微软雅黑"; color: #fff; background:#3A62D7; border: none; cursor: pointer;  border-radius: 30px;}
.login_con ul li input.login_but{ width: 100%; height: 60px;line-height:60px; font-family:"微软雅黑"; color: #fff; background:#3A62D7; border: none; cursor: pointer;  border-radius: 30px;}
.login_con p{ padding: 0 10px; box-sizing: border-box;}
.login_con ul li p.tip{ text-align: left; padding-left: 20px;}
.login_footer{ text-align: center; position: relative; left: 0; bottom:20px; width: 100%;}
.login_footer span{ margin: 0 60px;}
.login_con .passlogin{display: block;}
.login_con .codelogin{display: none;}
.login_con .phonecode{width:25%; height:60px; padding: 10px 0 10px 10px; line-height: 40px; font-family:"微软雅黑"; color: #000; font-size:20px; background: rgba(185, 218, 131, 0.45); border: none;  box-sizing: border-box;  border-radius: 30px;}

.login_tit{height: 80px; text-align: center; margin: 20px auto;}
.login_tit_pass{color:#0c0c0c; padding: 10px; margin: 0px 10px; cursor: pointer;}
.login_tit_code{color:#0c0c0c; padding: 10px; margin: 0px 10px; cursor: pointer;}
.loginselect{border-bottom: 2px solid #2b6ebc; color:#2f6ec3; padding: 10px; margin: 0px 10px; cursor: pointer;}

/*密码强度*/
.pw-strength {clear: both;position: relative;top: 0;width: 180px; min-height: 30px; padding-right: 180px;}
.pw-bar{background: url(/public/images/pwd-1.png) no-repeat;height: 14px;overflow: hidden;width: 179px;}
.pw-bar-on{background:  url(/public/images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;top:0px;left: 0px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 60px;}
.pw-medium .pw-bar-on {width: 120px;}
.pw-strong .pw-bar-on {width: 179px;}
.pw-txt {width: 180px;overflow: hidden; position: absolute; right:0; top:-5px; line-height: 25px;}
.pw-txt span {color: #ff0000;float: left;font-size: 12px;text-align: center;width: 40px;}

.header{ width: 100%; height: 80px; border-bottom: 1px solid #ccc; left: 0;top: 0; z-index: 10; padding:10px 10px; box-sizing: border-box; background: #fff;}
.logo{ line-height: 60px; }
.logo img{ width: auto; height: 60px; vertical-align: middle; margin: 0 10px 3px 0;}
.toolbar{ line-height: 60px;}
.toolbar a{ margin-left: 30px;}
.toolbar a span.iconfont{ font-size: 16px; margin-right:5px; }

.focusheader{ height: auto; z-index: 10; padding:10px 10px; background: #fff; text-align: center;}

.footer{ width: 100%; height:auto; border-top: 1px solid #ccc; padding: 10px 0;  text-align: center; background:#f4f6f9;}
.footer span{ margin: 0 60px;}

.htbq span.zdy{ display: inline-block; margin-right: 15px; color: #333; cursor: pointer;}
.htbq .bqzs{ width: auto; height: 40px; background: #3c763d; color: #fff; padding: 0 10px; margin: 10px 10px 0 0; display: inline-block; line-height: 40px;}
.htbq .bqzs em{ font-style: normal; font-size:18px; margin:0 5px 0 10px;cursor: -webkit-grab; cursor: -moz-grab; }

.search_tip{
    width: 150px;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    left: 50px;
    top:-5px;
    z-index: 9999999;
    box-sizing: border-box;
    display: none;
    text-align: left;
}
.search_tip ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;

}
/* .search_tip ul li a{ color: #333; }
.search_tip ul li a:hover{ color: #f84949;} */

.search_tip ul li{ color: #333;}
.search_tip ul li:hover{ color: #009688; background: #efefef;}

.search_tip ul li span.num{
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 2px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #888;
    font-size: 12px;
    margin-top: 2px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    text-align: center;
}
.search_tip ul li span.num1{
    background-color: #f84949;
    color: #fff;
}
.search_tip ul li span.ts{
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.search_member{
    width: 320px;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    top:315px;
    z-index: 9999999;
    box-sizing: border-box;
    display: none;
    text-align: left;
}
.search_member ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;

}
/* .search_tip ul li a{ color: #333; }
.search_tip ul li a:hover{ color: #f84949;} */

.search_member ul li{ color: #333;}
.search_member ul li:hover{ color: #009688; background: #efefef;}

.search_member ul li span.num{
    width: 18px;
    height: 18px;
    background-color: #eee;
    border-radius: 2px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #888;
    font-size: 12px;
    margin-top: 2px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    text-align: center;
}
.search_member ul li span.num1{
    background-color: #f84949;
    color: #fff;
}
.search_member ul li span.ts{
    float: right;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
/* .search_tip ul li:hover a{ color: ;} */

.img_detail_l{ width: 100%; height:auto ;overflow: hidden; position: relative; }
.img_detail_l img.sy{position: absolute; width: 500px; height: auto; left: 45%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 100; opacity: 0.3;}

.typeintro{color:#ff0000;}