﻿html,body{width:100%;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;}


::-webkit-input-placeholder {  
color: #c6c6c6; 
} 
:-moz-placeholder {  
color: #c6c6c6; 
} 
::-moz-placeholder {  
color: #c6c6c6; 
} 
:-ms-input-placeholder {  
color: #c6c6c6; 
} 

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
}

.header{width:100%;background:#fff;height:60px;overflow:hidden;}
.content{width:1000px;margin:0 auto;height:60px;line-height:60px;overflow:hidden;}
.logo{width:151px;height:60px;line-height:60px;float:left;}
.logo img{vertical-align:middle;}
.list{float:right;height:60px;}
.list ul{list-style:none;height:60px;line-height:60px;overflow:hidden;margin:0;padding:0;}
.list ul li{float:left;font-size:14px;color:#888888;}
.enter{margin-left:40px;position:relative;}
.focous{margin-left:58px;}
.apply{margin-left:58px;}
.introduce{margin-left:70px;}
.enter::before{content:'';width:14px;height:14px;position:absolute;top:23px;left:-18px;background:url(../image/enter.png)no-repeat;background-size:14px 14px;background-position:center center;}


.footer{width:100%;height:70px;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;}