@charset "utf-8";

/*Reset*/
* {
    padding: 0;
    margin: 0
}

img {
    border: none
}

ul, ul li {
    list-style: none;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.error {
    color: red;
    font-style: italic;
    font: 12px/1.5 tahoma, arial, "\5b8b\4f53";
}

.required {
    position: relative;
}

.required:after {
    position: absolute;
    top: 5px;
    display: inline-block;
    font-size: 17px;
    color: #ea644a;
    content: '*';
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

a {
    color: #666;
    text-decoration: none;
    hide-focus: expression( this.hideFocus=true );
    outline: none;
}

/*a:hover {
    color: #ee7c1e;
}

a:active {
    color: #ee7c1e;
}*/

.hidden {
    display: none
}

i {
    font-style: normal
}

html, body {
    -webkit-text-size-adjust: none;
}

.light-gray-body {
    position: relative;
    font-size: 12px;
    color: #787878;
    background: url(../images/bg.png);
    overflow: visible;
}

table {
    border-collapse: collapse;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/*basic*/
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
}

.link {
    font-weight: 400;
    color: #145CCD;
    cursor: pointer;
}

/**通用头部样式*/
.wrap {
    width: 1002px;
    margin: 0 auto;
}

.head {
    float: left;
    width: 100%;
    background: url(../images/bghead.jpg) left top repeat-x;
    height: 95px;
}

.head h1 {
    float: left;
    margin: 10px 0 0 27px;
    display: inline;
}

.home {
    float: right;
    width: 220px;
    height: 95px;
}

.homelist {
    float: right;
    width: 650px;
}

.homelist li {
    float: right;
    padding: 0 0 0 10px;
    line-height: 22px;
    margin-top: 6px;
}

.homelist li a {
    padding: 0px 8px;
}

.homelist li.list2 {
    background: url(../images/bgline1.jpg) left center no-repeat;
    padding-right: 0;
}

.homelist li.list2 a {
    padding-left: 0;
    color: #8f8e8e;
}

.phone {
    float: right;
    width: 100%;
    margin-top: 5px;
    line-height: 28px;
}

.phone p {
    font-size: 12px;
}

/**通用底部样式*/
.foot {
    float: left;
    width: 100%;
    height: 248px;
    background: url(../images/bgfoot.jpg) left top repeat-x;
    border-top: 1px solid #ddd;
}

.footlist li {
    float: left;
    width: 150px;
    margin: 16px 40px 0 10px;
    display: inline;
    line-height: 22px;
    height: 220px;
}

.footlist li h2 {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
}

.copyright {
    float: left;
    width: 100%;
    line-height: 20px;
    color: #666;
}

.copyright p {
    padding-left: 10px;
}

/*text*/
.b {
    font-weight: bold;
}

.f8 {
    font-size: 8px;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.em {
    text-indent: 2em;
}

.hei {
    color: #000;
}

.red {
    color: #ff0000;
}

.Arial {

}

.yahei {

}

.blue {
    color: #009d8d;
}

.or {
    color: #ee7c20;
}

.fr {
    float: right;
}

.gr {
    color: #00a0e9;
}

.center-content {
    text-align: center;
    margin: 0 auto;
}

.right-content {
    text-align: right;
}

/*拖拽样式*/
.draggable-modules {
    padding: 20px;
    background: #eee;
    margin-bottom: 20px;
    z-index: 1;
    border-radius: 10px;
}

.dropzone {
    padding: 20px;
    background: #eee;
    min-height: 100px;
    margin-bottom: 20px;
    z-index: 0;
    border-radius: 10px;
}

.drag-active {
    outline: 1px solid #eeeeee;
}

.drag-hover {
    outline: 1px solid blue;
}

.drop-item {
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 5px 10px;
    border-radisu: 3px;
    border: 1px solid #CCCCCC;
    position: relative;
}

.drop-item .remove {
    position: absolute;
    top: 4px;
    right: 4px;
}

.nav-counter {
    position: relative;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    padding: 0 4px;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    background: #e23442;
    border: 1px solid #911f28;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-green {
    background: #75a940;
    border: 1px solid #42582b;
    background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
    background-image: -moz-linear-gradient(top, #8ec15b, #689739);
    background-image: -o-linear-gradient(top, #8ec15b, #689739);
    background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.nav-counter-blue {
    background: #3b8de2;
    border: 1px solid #215a96;
    background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
    background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
    background-image: -o-linear-gradient(top, #67a7e9, #2580df);
    background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}


#password_div {
    width: 100%;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
    overflow: hidden;
    border-radius: 10px;
}

#password_div .progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 30%;
    margin-right: 1%;
    border-radius: 10px;
    -webkit-transition: background-color .2s, visisility .1s;
    transition: background-color .2s, visisility .1s;
    text-align:center;
    color: #FFF;
    vertical-align: middle;
    line-height: 20px;
}

#password_div .progress-bar_item-1,
#password_div .progress-bar_item-2,
#password_div .progress-bar_item-3{
    background-color: #e1e1e1;
}


#password_div .progress-bar_item-1.active {
    background-color: #FF4B47;
}

#password_div .progress-bar_item-2.active {
    background-color: #F9AE35;
}

#password_div .progress-bar_item-3.active {
    background-color: #2DAF7D;
}