﻿/*CSS*/

@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font: 12px/20px "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", "Arial", "SimSun", "\u5B8B\u4F53";
    color: #393837;
}

ul,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

i,em {
    font-style: normal;
}

img {
    border: 0px;
	margin-right: 15px;
}

input{
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button{
    border: none;
    outline:none;
}

a {
    text-decoration: none;
    outline: none;
    color: #6B7A7F;
}

a:visited {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #3C97D6;
}

a:focus {
    -moz-outline-style: none;
    text-decoration: none;
}

img{
    border: 0;
}

.clear {
    clear: both;
}

.clearfloat:before,
.clearfloat:after {
    display: table;
    content: "";
}

.clearfloat:after {
    clear: both;
}

.clearfloat {
    zoom: 1;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}
.hide {
    display: none;
}


/*loading*/
.pageLoadingCont {
    width: 100%;
    height: 100%;
    position:fixed;
    left: 0;
    top:0;
    z-index: 200000;
}
.pageLoading {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.6;
}
.pageLoading_inner{
    position:fixed;
    left:50%;
    top:50%;
    z-index: 2001;
    width: 80px;
    height: 60px;
    margin-top: -30px;
    margin-left: -40px;
    text-align: center;
    font-size: 10px;
}
.pageLoading_inner > div {
    display: inline-block;
    width: 6px;
    height: 100%;
    background-color: #2e9ef7;
    margin-left:4px;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.pageLoading_inner .rect2 {
    -o-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.pageLoading_inner .rect3 {
    -o-animation-delay: -1.0s;
    -ms-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.pageLoading_inner .rect4 {
    -o-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.pageLoading_inner .rect5 {
    -o-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-o-keyframes stretchdelay {
    0%, 40%, 100% { -o-transform: scaleY(0.4) }
    20% { -o-transform: scaleY(1.0) }
}
@-ms-keyframes stretchdelay {
    0%, 40%, 100% { -ms-transform: scaleY(0.4) }
    20% { -ms-transform: scaleY(1.0) }
}
@-moz-keyframes stretchdelay {
    0%, 40%, 100% { -moz-transform: scaleY(0.4) }
    20% { -moz-transform: scaleY(1.0) }
}
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

/*滚动条*/
::-webkit-scrollbar, ::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
    width: 6px;
    border-radius: 5px;
    background: #FFF;
}
::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 5px;
    background: #b3b3b3;
}

/*表单控件*/
.checkbox_label {
    position: relative;
}
.checkbox_label input[type=checkbox],.checkbox_label input[type=radio] {
    opacity: 0;
    position: absolute;
    left:0;
    top:0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin:0;
}
.checkbox_label input[type=checkbox]:disabled,.checkbox_label input[type=radio]:disabled {
    cursor: no-drop;
}
.checkbox_label .checkbox_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/checkbox3.png) no-repeat 0 0;
    background-size: cover;
    vertical-align: -3px;
    margin-right: 10px;
}
.checkbox_label input[type=checkbox]:checked + .checkbox_icon {
    background: url(../images/checkbox4.png) no-repeat 0 0;
    background-size: cover;
}
/*.checkbox_label input[type=checkbox]:disabled + .checkbox_icon {
    background: url(../img/index_icon.png) no-repeat -124px -109px;
}
.checkbox_label input[type=radio]:checked + .checkbox_icon {
    background: url(../img/index_icon.png) no-repeat -52px -109px;
}*/

/*公共样式*/
.container {
    width: 1022px;
    margin:20px auto 50px;
    min-height: 500px;
}

/*弹窗*/
.alert_box {
    position: fixed;
    left: 0;
    top:0;
    z-index:100000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.alert_cont {
    position: absolute;
    left: 50%;
    top:50%;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#4C000000', Direction=125, Strength=9);
    overflow: hidden;
}
.mini_alert {
    width: 280px;
    height: 200px;
    margin:-100px 0 0 -140px;
}
.ask_alert {
    width: 600px;
    height: 200px;
    margin:-100px 0 0 -300px;
}
.large_alert {
    width: 720px;
    height: 500px;
    margin:-250px 0 0 -360px;
    overflow: hidden;
}
.alert_cont h4 {
    height: 60px;
    line-height: 60px;
    padding:0 16px;
    font-size:18px;
    font-weight:400;
    color:#FFF;
    background: #b71c23;
    text-align:center;
}
.alert_cont h4 span {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}
.alert_cont .close_icon {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/guanbi.png) no-repeat 0 0;
    background-size:cover;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/guanbi.png', sizingMethod='scale');
    margin-top:22px;
    cursor:pointer;
}
.alert_cont .tip_text_div {
    height:76px;
    line-height: 76px;
    border-bottom:1px solid #f1f2f3;
}
.alert_cont .tipWord {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
    color:#3c3c3c;
    text-align: center;
}
.mini_alert .tipWord i {
    width:18px;
    height: 18px;
    margin-right:10px;
    vertical-align:-5px;
}
.mini_alert .tipWord i.icon_warning {
    background: url(../images/alert_icon.png) no-repeat right 0 top 0 / 53px 16px;
}
.mini_alert .tipWord i.icon_success {
    background: url(../images/alert_icon.png) no-repeat -34px 0;
}

.ask_alert .tipWord i {
    width:32px;
    height: 32px;
    margin-right:10px;
    vertical-align:-12px;
}
.ask_alert .tipWord i.icon_warning {
    background: url(../images/alert_icon.png) no-repeat right 0 top 0;
}
.alert_button_div {
    padding:0 16px;
    padding-top:18px;
}
.alert_button_div a {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin:0 5px;
}
.alert_button_div a.true_btn {
    color:#FFF;
    border:1px solid #b14a47;
    background: #b14a47;
}
.alert_button_div a.true_btn:hover {
    border-color:#96403d;
    background: #96403d;
}
.alert_button_div a.cancel_btn {
    color:#999;
    border:1px solid #969696;
}
.mini_alert a.true_btn {
    float: none;
    margin:0 auto;
}
.ask_alert .alert_button_div {
    float:right;
}
.large_alert_main {
    height: 340px;
    padding:20px;
    border-bottom: 1px solid #f1f2f3;
}
.large_alert_text {
    height: 420px;
    padding:0 20px;
    overflow: auto;
}
.large_alert_text > p {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    line-height: 2em;
    font-size: 12px;
    color: #666;
}
.large_alert .alert_button_div {
    text-align: center;
}
.large_alert .alert_button_div a {
    float: none;
    display: inline-block;
}