@charset "UTF-8";
*{margin:0; padding:0; outline:none; border:0 none; box-sizing:border-box}
html{height: 100%;}
body{font-size: 14px;font-family:"Microsoft YaHei";position: relative;min-height: 100%;background: #020202;color: #999;}
a{text-decoration:none;}
li{list-style:none}
.clearfix:after{content:'.'; display:block; height:0; visibility:hidden; clear:both}
label,select,input,textarea,button{vertical-align:middle; font-family:"Microsoft YaHei"}label{display:inline-block;}
.auto{margin:0 auto}.font12{font-size: 12px}.font13{font-size: 13px}.font16{font-size: 16px}.font18{font-size: 18px}.font24{font-size: 24px}.font30{font-size: 30px}.font36{font-size: 36px}
.fl{float:left}.fr{float:right}
.inblock{display:inline-block}.block{display:block}.center_block{display: block;margin: 0 auto;}
.d_flex{display:-webkit-flex;display:flex;align-items:center;-webkit-align-items:center;}
.d_flex_space-between{justify-content:space-between;-webkit-justify-content:space-between;}
.d_flex_space-around{justify-content:space-around;-webkit-justify-content:space-around;}
.d_flex_center{justify-content:center;-webkit-justify-content:center;}
.d_flex_itemgrow{flex-grow:1;-webkit-flex-grow:1;width:100px;}
.pointer{cursor:pointer}.bold{font-weight: bold;}
.hide{display:none}.invisible{visibility:hidden}
.text_left{text-align:left}.text_right{text-align:right}.text_center{text-align:center}
.alignMid{ vertical-align:middle}
.textover{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.m-t-10{margin-top: 10px}.m-t-20{margin-top: 20px}.m-t-30{margin-top: 30px}.m-t-50{margin-top: 50px}
.p-y-10{padding-top: 10px;padding-bottom: 10px;}.p-x-10{padding-left: 10px;padding-right: 10px;}.p-x-20{padding-left: 20px;padding-right: 20px;}
.p-l-10{padding-left: 10px}
.basecolor{color: #dc9d47}.white{color: white;}.red{color: #f00;}


.baseWrap{width: 1100px;margin: 0 auto;}
.backTop{width: 40px;height: 40px;background: #ccc;line-height: 40px;text-align: center;position: fixed;bottom: 60px;right: 0;z-index: 1000;cursor: pointer;}

/*导航*/
.header{min-width: 1100px;height: 664px;background: url("../img/head_bg2.png") center no-repeat;background-size: auto 100%;}
.header .time{position: relative;height: 100%;}
.header .time-num{/*width: 460px;*/height: 82px;line-height: 82px;font-size: 24px;position: absolute;left: 370px;bottom: 70px;z-index: 100;}
.header .time-num span{display: inline-block;width: 50px;text-align: center;background: url("../img/time_bg.png") center no-repeat;background-size: 100% auto;color: #020202;font-weight: bold;}

.nav{border-bottom: 1px solid #1f1f1f;font-size: 18px;}
.nav ul{padding: 0 20px;width:800px;}
.nav li{height: 60px;}
.nav a{color: #b2b2b2;line-height: 58px;border-bottom: 2px solid transparent;display: inline-block;text-shadow:0 0 1px;padding: 0 10px;}
.nav a.active{border-bottom-color: #e6cb89;color: #e6cb89;}
/*.nav a.nav-ranking{position: absolute;border: none;width: 100%;height: 90px;line-height: 90px;top: -15px;left: 0;background: #e6cb89;color: #020202;z-index: 100;}*/
/*.nav a.nav-ranking:hover{-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;transform-origin: center bottom;}*/
.search{justify-content: space-between;height: 54px;width: 1060px;margin-top: 50px;}
#search_key{width: 900px;height: 54px;padding: 10px 0 10px 40px;background: url("../img/input_bg.png") center no-repeat;color: #999;-webkit-flex-grow: 1;flex-grow: 1;font-size:16px;}
#search_btn{width: 111px;height: 54px;background: url("../img/btn_bg1.png") center no-repeat;}
/*弹框*/
.pop_mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0, .5);z-index: 1050;}
.pop{width: 400px;height: 450px;position: fixed;left: 50%;top: 50%;margin: -225px 0 0 -200px;background: url("../img/pop_bg1.png") center no-repeat;z-index: 1100;padding-top: 115px;}
/*.pop .pop_baseBtn{width: 134px;height: 40px;background: url(../img/bg_btn1.png) left repeat-x;position: absolute;bottom: 0;left: 113px;cursor: pointer;color: #473106;font-size: 16px;}*/
.pop .con1{padding-top: 30px;color: #333;}
.pop .btn1{display: inline-block;width: 225px;height: 43px;line-height: 43px;background: url("../img/pop_btn_bg1.png") center no-repeat;color: #fff;font-size: 18px;}
.pop .btn2{display: inline-block;padding:5px 20px;color: #fff;background: #bfbfbf;border-radius: 20px;}
.pop .btn3{display: inline-block;padding:10px 60px;color: #333;background: #fdd35d;}
.pop .btn4{width: 100%;height: 51px;line-height: 50px;border-top: 1px solid #999;position: absolute;left: 0;bottom: 0;}
.layui-layer.layui-layer-iframe{border-radius: 10px}





/*foot*/
.foot{background: #111111;padding:20px 0;}