body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,iframe{margin:0;padding:0;border:0;}
body{background:#ffffff;color:#555;font:12px/1.5 \5b8b\4f53;font-family:"微软雅黑","Arial Narrow";  overflow-y: hidden;}
input{padding:0px;margin: 0px;border: none;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input,textarea,select{font-size:inherit;font-weight:inherit;color: #555;}
input,textarea,select{*font-size:100%;}
li{list-style:none;}
a { cursor:pointer; color: #555; text-decoration: none; outline:none; }
a:hover { color: #2383c0; outline:none; }
a:focus{ outline:none; }
a img { border: 0; }
em, i{ font-style:normal; }
/*清除浮动*/
.clearfix {zoom:1;}
.clearfix:before,.clearfix:after{
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}






.cf:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.cf { *zoom:1; }
.dn { display: none; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline;}
.es { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.m0{ margin:0 !important; }
.ml18{margin-left:18px;}
.mr0{ margin-right:0; }
.mr10{ margin-right:10px; }
.mrb { margin-right:10px; float:left; }
.mb{ margin-bottom:10px; }
.tr{ text-align:right; }
.fs14, .f14{font-size: 14px;}
.red { color:#F00; }
.vm{ vertical-align: middle; }
.cp{ cursor: pointer; }


/*加载中*/
#loadingPlan{
    display:none;position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;background-color:#f4f4f4;
}
.loadingCss .spinner {
    margin:20px;
    width: 50px;
    height: 50px;
    position: relative;
}

.loadingCss .container1 > div, .container2 > div,.loadingCss .container3 > div {
    width: 10px;
    height: 10px;
    background-color: #3879D9;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loadingCss .spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loadingCss .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.loadingCss .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.loadingCss .circle1 { top: 0; left: 0; }
.loadingCss .circle2 { top: 0; right: 0; }
.loadingCss .circle3 { right: 0; bottom: 0; }
.loadingCss .circle4 { left: 0; bottom: 0; }

.loadingCss .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loadingCss .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loadingCss .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loadingCss .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.loadingCss .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loadingCss .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loadingCss .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loadingCss .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loadingCss .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loadingCss .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.loadingCss .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}