.yuanjiao1{
  border:2px solid #ffffff;
  background-color:#FFFFFF;
  border-radius:0px;
}
.image{
border-radius:50px;
border:1px solid #f8f8f8;
padding:0px;
/*border:0px solid #f8f8f8;
padding:0px;*/
}
/* styles.css */   
.hygl-button {
    display: block; /* 使链接表现为块级元素 */
    width: 92%;
    background-color: #1f2034;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    color: #fae7c0; /* 文字颜色直接设置在按钮上 */
    text-decoration: none; /* 移除下划线 */
    text-align: center; /* 文字居中 */   
}
.dibu-button {
    display: block; /* 使链接表现为块级元素 */
    width: 92%;
    height: 40px;
    line-height: 40px;
    color: #fae7c0; /* 文字颜色直接设置在按钮上 */
    text-decoration: none; /* 移除下划线 */
    text-align: center; /* 文字居中 */
	font-size:18px;
}
.dibuziyuan-button {
    display: block; /* 使链接表现为块级元素 */
    width: 92%;
    height: 40px;
    line-height: 40px;
    color: #333333; /* 文字颜色直接设置在按钮上 */
    text-decoration: none; /* 移除下划线 */
    text-align: center; /* 文字居中 */
	font-size:18px;
}
.hygl-button a {
    color: #fae7c0;
    text-decoration: none;   
}

.login_box{
position: relative;
background: -webkit-linear-gradient(125deg, #f5e9c0, #f6eac5,#f7e7b0); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(125deg, #f5e9c0, #f6eac5,#f7e7b0); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(125deg, #f5e9c0, #f6eac5,#f7e7b0); /* Firefox 3.6 - 15 */
background: linear-gradient(125deg, #f5e9c0, #f6eac5,#f7e7b0); /* 标准的语法 */
}
.login_box2{
position: relative;
background: -webkit-linear-gradient(125deg, #feac40, #febd5b,#febb6f); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(125deg, #feac40, #febd5b,#febb6f); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(125deg, #feac40, #febd5b,#febb6f); /* Firefox 3.6 - 15 */
background: linear-gradient(125deg, #feac40, #febd5b,#febb6f); /* 标准的语法 */
}
.anniu{
/*background-color:#990000;*/
background: linear-gradient(135deg, #ff4d4d, #ff1a1a);
border: none;
border-radius: 8px;
height: 30px;
line-height: 30px;
font-size: 14px;
color: #fff;
text-align: center; /* 文字居中 */ 
}
.anniu2{
background-color:#FF6600;
border: none;
border-radius: 50px;
padding: 12px 16px;
font-size: 18px;
color: #fff;
width:70%;
cursor: pointer;
}
/* css.css 文件内容 */   
.wenbenkuang {  /* 注意class名拼写一致性 */
   width: 100%;
   height: 28px;
   font-size:18px;
   margin: 0;    /* 建议添加，清除默认margin */
   padding: 5px; /* 建议添加，防止文字贴边 */
   border: 0 !important;
   outline: none !important;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-clip: padding-box; /* 防止Android背景溢出 */   
}
   
/* 针对焦点状态的强化控制 */   
.wenbenkuang:focus {
   box-shadow: none;
   -webkit-box-shadow: none;      
}
.wenbenkuang2 {  /* 注意class名拼写一致性 */
   width: 100%;
   height: 90px;
   font-size:18px;
   margin: 0;    /* 建议添加，清除默认margin */
   padding: 5px; /* 建议添加，防止文字贴边 */
   border: 0 !important;
   outline: none !important;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-clip: padding-box; /* 防止Android背景溢出 */   
}
   
/* 针对焦点状态的强化控制 */   
.wenbenkuang2:focus {
   box-shadow: none;
   -webkit-box-shadow: none;      
}  
