html,body{width:100%;min-width: 1200px;margin:0;padding:0;border:none;background:#fff;font-family:'微软雅黑';font-weight:normal;}
p,h2,h3,h4{font-weight:normal;}
input,textarea,button{border:none;}
img{margin:0;padding:0;}
a{text-decoration:none;color:#888888;}

/*设置placeholder的颜色*/
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #c6c6c6; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #c6c6c6; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #c6c6c6; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #c6c6c6; 
} 
/*去掉input的type为number时候右边出现的小箭头*/
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}

.header{width:100%;background:#fff;height:100px;overflow:hidden;min-width: 1200px;}
.content{width:1200px;margin:0 auto;height:100px;line-height:100px;overflow:hidden;padding: 0 20px; box-sizing: border-box;}
.logo{height:100px;line-height:100px;float:left;display: flex;align-items: center;}
.logo img{vertical-align:middle;width:50px;height:50px;margin-right: 40px;}
.list{float:right;height:100px;}
.list ul{list-style:none;height:100px;line-height:100px;overflow:hidden;margin:0;padding:0;}
.list ul li{float:left;font-size:14px;color:#888888;}
.enter{margin-left:50px;position:relative;}
.focous{margin-left:50px;}
.apply{margin-left:58px;}
.introduce{margin-left:50px;}
.enter::before{content:'';width:14px;height:14px;position:absolute;top:43px;left:-18px;background:url(../images/enter.png)no-repeat;background-size:14px 14px;background-position:center center;}


.footer{width:100%;background:#fff;overflow:hidden;}
.footer p{font-size:10px;color:#888888;word-spacing:5px;text-align:center;}

body .layui-ext-yourskin .layui-layer-btn0{background:#FB8A3D;border:none;}
