a:active {
    star: expression(this.onFocus=this.blur());
}

a:focus, button:focus {
    outline: none;
    -moz-outline: none;
}

:focus {
    outline: none;
}

/*Reset Css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, area, param {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 思源黑体, 微软雅黑\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, arial, sans-serif;
    -webkit-text-size-adjust: none; /*Google Chrome*/
}

input, button, select, textarea {
    font-family: 思源黑体, 微软雅黑\9ED1\4F53, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, arial, sans-serif;
}

select {
    *behavior: url("select.htc");
}

/*IE6,IE7select*/
ol, ul {
    padding-left: 0;
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

th {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input {
    display: inline-block;
    vertical-align: middle;
}

fieldset {
    border: none;
}

legend {
    display: none;
}

/*Clear Css*/
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clearfix:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearb {
    clear: both;
}

.clearfix {
    display: block;
    zoom: 1;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*Common Css*/
body {
    font-size: 12px;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

/*清除input右侧 X或者眼睛*/
input[type=button], input[type=submit], input[type=reset], select {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清楚苹果默认样式*/
a:focus, a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*去除手机端a标签默认色块*/

/*防止文本域拖拽*/
textarea {
    resize: none;
}

/*swiper 左右按钮防止点到链接*/
.swiper-button-disabled {
    pointer-events: visible !important;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    width: 100%;
}

.clear10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.clear15 {
    clear: both;
    height: 15px;
    overflow: hidden;
}

.clear20 {
    clear: both;
    height: 20px;
    overflow: hidden;
}

.table {
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.white {
    color: white !important;
}

/*边距*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

/*内边距*/
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px 0;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl60 {
    padding-left: 60px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

/*一行显示*/
.textrap {
    white-space: nowrap;
}

/*省略号*/
.textover {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*透明度*/
.o50 {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.o60 {
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.o70 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

.o80 {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.o90 {
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

/*文字大小*/
.f40 {
    font-size: 40px;
}

.f32 {
    font-size: 32px;
}

.f30 {
    font-size: 30px;
}

.f28 {
    font-size: 28px;
}

.f26 {
    font-size: 26px;
}

.f24 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.color {
    color: #1c538a;
}

.bold {
    font-weight: bold;
}

/*英文大小写*/
.text_f {
    text-transform: capitalize;
}

/*文本中的每个单词以大写字母开头。*/
.text_d {
    text-transform: uppercase;
}

/*大写*/
.text_x {
    text-transform: lowercase;
}

/*大写*/
.text_j {
    text-transform: inherit;
}

/*继承*/

a, input[type=reset], input[type=submit], input[type=button] {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*img {*/
/*    -webkit-transition: all 0.8s;*/
/*    -moz-transition: all 0.8s;*/
/*    -ms-transition: all 0.8s;*/
/*    -o-transition: all 0.8s;*/
/*    transition: all 0.8s;*/
/*}*/

#dituContent img {
    max-width: inherit;
    width: auto;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

html, body {
    height: 100%;
}

.text-align-left {
    text-align: left;
}

.w100 {
    width: 100px;
}

.loading {
    font-size: 18px;
    position: fixed;
    color: #323232;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.loadingWrap {
    position: fixed;
    z-index: 100;
    height: 282px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 80px;
    background: #fff;
    text-align: center;
    margin: auto;
    width: 800px;
}

.loadingWrap p {
    line-height: 28px;
}

.loadingWrap a {
    margin: 80px auto 0 auto;
    display: block;
    width: 200px;
    line-height: 45px;
    background: #999999;
    color: #fff;
    border-radius: 8px;
}

.loadingWrap a:hover {
    background: #000;
}

.loadingWrap p span {
    color: #ff0000;
}

.code-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 99;
}

.code-box .content {
    width: 250px;
    height: 170px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.code-box .content h1{
    height: 30px;
    background: #ccc;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;

}
.code-box .code{
    display: flex;
    width: 80%;
    margin: 25px auto 5px;
    position:relative;
}
.code-box .content img{
    display: block;
    width: 40%;
    height:32px;
    font-size: 14px;
}
.code-box .content input{
    display: block;
    outline: none;
    width: 60%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-indent: 20px;
    font-size: 12px;
}
.code-box .err{
    width: 80%;
    text-align:left;
    font-size:12px;
    color:red;
    margin:0 auto;
}
.code-box .btn{
    width: 80px;
    height: 30px;
    position: absolute;
    background: #000;
    color: #fff;
    bottom: 20px;
    left: 85px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor:pointer;
}




