﻿@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input{-webkit-appearance:none; resize: none;}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
border: none;
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{color:#000;font-size:14px;font-family:"Microsoft YaHei";background:#4b9ed9;}
em,i{font-style: normal;}
a{text-decoration:none; color:#666;}
a:hover{ text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
input{padding:0 3px;border-radius:5px;border:1px solid #ccc;background: #fff;outline:none;font-size:16px;}
.fl{float: left;}
.main{width: 910px;margin:0 auto;overflow: hidden;font-size:16px;}
.tit{font-size:40px;text-align: center;color:#fff;letter-spacing:3px;text-shadow:0 1px 1px #000;margin:100px auto;font-weight: bold;}
.box{margin:0 auto;padding:30px 0;color:#2d5f96;background:#f5f5f5;border-radius:18px;overflow: hidden;}
.box .b1, .box .b2{font-size: 16px;line-height: 32px;margin-bottom: 20px;overflow: hidden;}
.box .b1 i, .box .b2 i{width: 95px;text-align:right;}
.box .b1 input, .box .b2 .shot{float: left;width: 234px;height: 32px;}
.box .b2 .shot input{width: 138px;float: left;height: 32px;}
.box .b2 .shot img{float: right;width: 86px;height: 32px;}
.btn{text-align: center;padding-top: 8px;}
    .btn input {
        width: 116px;
        height: 32px;
        background: #ffad3a;
        color: #fff;
        letter-spacing: 5px;
        margin: 0 10px;
        text-shadow: 1px 1px 1px #ff7100;
        border: none;
        cursor:pointer;
    }
/*.btn input {
    width: 116px;
    height: 32px;
    background: -webkit-linear-gradient(to bottom, #ffc129, #ffad3a);
    background: -moz-linear-gradient(to bottom, #ffc129, #ffad3a);
    background: -o-linear-gradient(to bottom, #ffc129, #ffad3a);
    background: linear-gradient(to bottom, #ffc129, #ffad3a);
    color: #fff;
    letter-spacing: 5px;
    margin: 0 10px;
    text-shadow: 1px 1px 1px #ff7100;
    border: none;
}*/
.login p{color:#fff;text-align: center;margin-top:35px;}

.noce{float: right;padding:0 30px;line-height:26px;border-left:1px solid #4b9ed9;}
.noce dt{font-size:18px;font-weight: bold;margin-bottom:12px;text-align: center;}
.noce dd{margin-bottom:5px;}

.chenji{background: #ededed;border-radius:5px;padding:32px 32px 10px;overflow: hidden;}
table{border-top:1px solid #8d8d8d;border-left:1px solid #8d8d8d;background: #fff;margin-bottom: 15px;font-size: 14px;}
table td{border-bottom:1px solid #8d8d8d;border-right:1px solid #8d8d8d;width:25%;text-align: center;height: 38px;}
.copy{width: 100%;text-align: center;color:#fff;font-size:14px;}

.strong {font-weight:bold;}