/**
 *
 * xzSkin.scss    lanse1
 * i--important   l--less   d--disable   e--error    s-success    f--focus
 * l-large
 *
 */
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #575757;
    line-height: 1.7;
}

body, p, hr {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s;
    -ms-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
}

hr {
    height: 1px;
    border-width: 0;
    border-style: solid;
    border-top-width: 1px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -mos-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

.disable {
    cursor: default;
}

.tar, .nav_1 .navMenuContainer {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac, .blockBox, .selectBtn, .selectBtn:before, .dropdown .dropdownBtn:after, .categoryBox .categoryBtn:after, .categoryBox .categoryList li.family > a i[role], .pagingBox a, .nav_1 .navSon {
    text-align: center;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.fr {
    float: right;
}
.round {
    border-radius: 50%;
}
.round100 {
    border-radius: 100%;
}

.round8 {
    border-radius: 8px;
}
.verTop, .circleLabel, .circleLabel > span, .circleLabel .circleLabel, .hookLabel, .tips .tipsPad i, .selectBtn, .categoryBox .categoryList > li span, .tabs a, .pagingBox a, .search .searchBtn .btn, .nav_1 .navMenu, .nav_1 .navItem {
    vertical-align: top;
    display: inline-block;
}

.verMiddle, .circleLabel .circle, .hookLabel .hookText, .hookLabel .hookBox, .tips .tipsPad, .loadingBox i, .loadingBox span {
    vertical-align: middle;
    display: inline-block;
}

.textOver, .dropdown .dropdownBtn span, .categoryBox .categoryBtn span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.disB {
    display: block;
}

.disIB {
    display: inline-block;
}

.disT {
    display: table;
    width: 100%;
}

.disTC {
    display: table-cell;
}

/**
 * text
 * Fs--font-size    C--color
 */
.mFs, .circleLabel .circleText, .hookLabel .hookText, .textInput, .textarea, .tips, .loadingBox span, .btn, .selectBtn, .tabs, .pagingBox a, .search .searchBtn .btn, .search .searchInput .textInput, .textList a, .nav_1 .navList a, #dragDownFreshBarContainer {
    font-size: 14px;
}

.iFs, .textInput.xLarger, .textInput.large, .con_header h2, .nav_1 .navMenuContainer {
    font-size: 18px;
}

.lFs {
    font-size: 16px;
}

.dFs, .textInput.small, .selectBtn:before {
    font-size: 12px;
}

.mC, .textInput, .textarea, .ConfirmDialog .dialogHead .closeBtn,
.SelectDialog .dialogHead .closeBtn,
.DropDialog .dialogHead .closeBtn,
.MenuDialog .dialogMain li i,
.AlertDialog,
.dialogAddBtn,
.exhibitList .setTool i,
.selectFootBar .b1,
.selectedHeadBar .b1,
.selectLink,
.dialogInputTip {
    color: #575757;
}

.iC, .tabs a.active, .ConfirmDialog .dialogFoot .button,
.SelectDialog .dialogFoot .button,
.DropDialog .dialogFoot .button,
.exhibitList > li,
.MenuDialog .dialogMain li span, #dragDownFreshBarContainer {
    color: #1c1c1c;
}

.lC, .textInput.less, .textarea.less, .blockBox.disable, .blockBox.disable a, .selectBtn, .categoryBox .categoryList > li.return a, .stepBox .stepItem:last-child span, .nav_1 .navSon li a, .Cancel .lesserBtn,
.textClassly.dlalogClassly p,
.dialogTip,
.exhibitList.high > li .textBox p.small,
.dlalogClassly .classlyTitle {
    color: #999999;
}

.dC, .clearInput {
    color: #d6d7d8;
}

.sC, .selectBtn.active, .dialogBtnBox .button,
.exhibitList > li.active:after,
.selectFootBar .b4 {
    color: #3b73b9;
}

.white {
    color: #fff;
}

.warningC {
    color: #E6A23C;
}

.dangerC {
    color: #F56C6C;
}

.nowrap {
    white-space: nowrap;
}

.breakWord {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.mLh, .textInput, .textarea {
    line-height: 1.7;
}

/**
 * link
 * lC--linkColor
 */
a, .mLC {
    color: #575757;
}

a:active, .mLC:active {
    color: #2f80c1;
}

a:hover, .mLC:hover {
    color: #2f80c1;
}

a.warningC:active, .mLC.warningC:active {
    color: #E6A23C;
}

a.warningC:hover, .mLC.warningC:hover {
    color: #E6A23C;
}

.iLC {
    color: #3b73b9;
}

.iLC:active {
    color: #2f80c1;
}

.iLC:hover {
    color: #2f80c1;
}

.lLC {
    color: #999999;
}

.lLC:active {
    color: #2f80c1;
}

.lLC:hover, .lLC:active:hover {
    color: #2f80c1;
}

.dLC {
    cursor: default;
    color: #d6d7d8;
}

.dLC:active, .dLC:hover {
    color: #d6d7d8;
}

/**
 * background
 * bgc--background-color
 */
.mBgc, .circleLabel .circle:before, .hookLabel .hookBox:before, .textInput, .textarea, .dropdown .dropdownList, .categoryBox .categoryList, .pagingBox a, .stepBox .stepItem:last-child span, .nav_1 .navSon {
    background-color: #fff;
}

.iBgc, .hookLabel .hookBox:after, .blockBox.important, .pagingBox a.active, .search, .search .searchBtn .btn, .stepBox .stepItem span, .flotAddBtn, #dragDownFreshBarContainer .refreshBg {
    background-color: #3b73b9;
}

.lBgc, .blockBox {
    background-color: #eee;
}

.dBgc, .textInput.disable, .textarea.disable, .blockBox.disable, .pagingBox a.disable, .nav_1 .navSon li.selected a {
    background-color: #f5f5f5;
}

/**
 * box
 * bc--border-color    p--padding    m--margin
 */
.mBc, .circleLabel .circle, .hookLabel .hookBox:before, .hookLabel .hookBox:after, .textInput, .textarea, div, ul, li, dl, dt, dd, tr, td, th, hr, select, p, span, a, input, textarea {
    border-color: #eee;
}

.iBc, .hookLabel .hookBox:after, .textInput.important, .textarea.important, .selectBtn.active, .tabs a.active, .pagingBox a.active, .search, .selectItem.active .selectLink .circleLabel .circle {
    border-color: #3b73b9;
}

.lBc, .textInput.less, .textarea.less {
    border-color: #eee;
}

.dBc, .pagingBox a.disable, .pagingBox a.disable:hover {
    border-color: #f5f5f5;
}

.errorBc, .textInput.error {
    border-color: #999;
}

.successBc, .textInput.success {
    border-color: #8ec31e;
}

.focusBc, .textInput.focus {
    border-color: #333;
}

.warningBc {
    border-color: #f39700;
}

/**
 * form
 */
/*radio*/
.circleLabel {
    cursor: pointer;
    font-size: 0;
}

.circleLabel input[type="radio"] {
    display: none;
}

.circleLabel .circle {
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.circleLabel .circle:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    opacity: 0;
    -webkit-transition: transform .3s, opacity .3s;
    -moz-transition: transform .3s, opacity .3s;
    -ms-transition: transform .3s, opacity .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.circleLabel input:checked + .circle, .circleLabel.activeLabel .circle {
    color: #3b73b9;
    background-color: #3b73b9;
}

.circleLabel input:checked + .circle:before, .circleLabel.activeLabel .circle:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.circleLabel .circleText {
    padding-left: 8px;
}

.circleLabel + .circleLabel {
    margin-left: 24px;
}

/*checkbox*/
.hookLabel {
    cursor: pointer;
}

.hookLabel input[type="checkbox"],
.hookLabel input[type="radio"] {
    display: none;
}

.hookLabel .hookText {
    padding-left: 8px;
    line-height: 1;
}

.hookLabel .hookBox {
    width: 20px;
    height: 20px;
    position: relative;
}

.hookLabel .hookBox:before, .hookLabel .hookBox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}

.hookLabel .hookBox:before {
    z-index: 1;
}

.hookLabel .hookBox:after {
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.hookLabel .hook {
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    -webkit-transform: scale(0.66);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: -5px 0 0 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.hookLabel input:checked + .hookBox:after,
.hookLabel input:checked + .hookBox .hook, .hookLabel.activeLabel .hookBox:after, .hookLabel.activeLabel .hookBox .hook {
    opacity: 1;
}

.hookLabel + .hookLabel {
    margin-left: 24px;
}

.switchLabel {
    display: inline-block;
}

.switchLabel input[type=checkbox],
.switchLabel input[type=radio] {
    display: none;
}

.switchLabel .switchBox {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.switchLabel .switchBox:before, .switchLabel .switchBox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.switchLabel .switchBox:before {
    background-color: #ccc;
}

.switchLabel .switchBox:after {
    background-color: #3b73b9;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.switchLabel .switch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -9px;
    z-index: 4;
    -webkit-transition: left .3s ease 0s;
    -moz-transition: left .3s ease 0s;
    -ms-transition: left .3s ease 0s;
    -o-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
}

.switchLabel input[type=checkbox]:checked + .switchBox:after,
.switchLabel input[type=radio]:checked + .switchBox:after, .switchLabel.activeLabel .switchBox:after, .switchLabel.activeLabel .switchBox:after {
    opacity: 1;
}

.switchLabel input[type=checkbox]:checked + .switchBox .switch,
.switchLabel input[type=radio]:checked + .switchBox .switch, .switchLabel.activeLabel .switchBox .switch, .switchLabel.activeLabel .switchBox .switch {
    left: 27px;
}

.textInput {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    height: 36px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
}

.textInput.xLarger {
    height: 48px;
}

.textInput.large {
    height: 42px;
}

.textInput.small {
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .textInput.xLarger {
        height: 44px;
    }

    .textInput.xLarger {
        height: 40px;
    }
}

.textarea {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    height: 100px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    resize: none;
}

/**
 * tips
 */
.tips {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1111;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

.tips .tipsPad {
    color: #fff;
    border-radius: 2px;
    line-height: 43px;
    height: 44px;
    padding: 0 10px;
}

.tips .tipsPad i {
    font-size: 16px;
    margin-right: 8px;
}

.tips.tipsError .tipsPad {
    background-color: #666;
}

.tips.tipsSuccess .tipsPad {
    background-color: #8ec31e;
}

.tips.tipsLoading .tipsPad {
    background-color: #389dc9;
}

.tips.tipsWarning .tipsPad {
    background-color: #f39700;
}

.tips.tipsNews .tipsPad {
    background-color: #00AAFF;
}

/*.tips+.tips{
    top:94px;
}
.tips+.tips+.tips{
    top:133px;
}
.tips+.tips+.tips+.tips{
    top:172px;
}*/
@media only screen and (max-width: 767px) {
    .tips {
        bottom: 0;
        top: auto;
    }

    .tips .tipsPad {
        display: block;
        border-radius: 0;
        text-align: left;
    }

    /*.tips+.tips{
        bottom:39px;
        top:auto;
    }
    .tips+.tips+.tips{
         bottom:78px;
         top:auto;
    }
    .tips+.tips+.tips+.tips{
         bottom:117px;
         top:auto;
    }*/
}

/**
 * loading
 */
.loadingBox {
    line-height: 1;
    color: #3b73b9;
}

.loadingBox i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    -webkit-animation: loading 1.5s infinite linear;
    -moz-animation: loading 1.5s infinite linear;
    -ms-animation: loading 1.5s infinite linear;
    -o-animation: loading 1.5s infinite linear;
    animation: loading 1.5s infinite linear;
    behavior: url(ie-css3.htc);
}

.loadingBox span {
    padding-left: 10px;
}

.loadingBox.large i {
    width: 36px;
    height: 36px;
    font-size: 36px;
}

.loadingBox.large span {
    font-size: 16px;
    padding-left: 15px;
}

.loadingBox.small i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.loadingBox.small span {
    font-size: 12px;
    padding-left: 5px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/**
 * block
 */
.blockBox {
    padding: 20px;
}

.blockBox a.title {
    font-size: 16px;
}

.blockBox .title + .content {
    margin-top: 5px;
}

.blockBox .btn {
    margin-top: 10px;
}

.blockBox.important {
    color: #fff;
}

.blockBox.important a {
    color: #fff;
}

.blockBox.important a:hover {
    text-decoration: underline;
}

.blockBox.important .btn {
    background-color: #fff;
    color: #3b73b9;
}

.blockBox.less {
    background-color: #575757;
    color: #fff;
}

.blockBox.less a {
    color: #fff;
}

.blockBox.less a:hover {
    text-decoration: underline;
}

.blockBox.less .btn {
    background-color: #fff;
    color: #575757;
    border-color: #575757;
}

.blockBox.disable .btn {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.blockBox.disable .btn:hover {
    color: #fff;
    border-color: #3b73b9;
}

@media only screen and (max-width: 768px) {
    .blockBox {
        padding: 10px;
    }
}

/**
 * button
 */
.btn {
    display: inline-block;
    text-align: center;
    padding: 10px 36px;
    line-height: 1.2;
    border: 1px solid #3b73b9;
    color: #3b73b9;
}

.btn:hover {
    background-color: #3b73b9;
    color: #fff;
}

.btn:active {
    background-color: #2f80c1;
    color: #fff;
}
.btn.round {
    border-radius: 25px;
}
.btn.xLarger {
    font-size: 24px;
    padding: 10px 40px;
}

.btn.larger {
    font-size: 18px;
    padding: 10px 40px;
}

.btn.small {
    padding: 6px 16px;
    height: 33px;
    line-height: 32px;
}

.btn.xSmall {
    font-size: 12px;
    padding: 4px 13px;
    height: 27px;
    line-height: 26px;
}

.btn.important {
    background-color: #3b73b9;
    color: #fff;
}

.btn.important:hover {
    background-color: #2f80c1;
    border-color: #2f80c1;
}

.btn.important:active {
    background-color: #2f80c1;
    border-color: #2f80c1;
}

.btn.warning {
    background-color: #E6A23C;
    color: #ffffff;
    border: none;
}

.btn.warning:hover {
    background-color: #E6A23C;
}

.btn.warning:active {
    background-color: #E6A23C;
}

.btn.danger {
    background-color: #F56C6C;
    color: #ffffff;
    border: none;
}

.btn.danger:hover {
    background-color: #F56C6C;
}

.btn.danger:active {
    background-color: #F56C6C;
}

.btn.less {
    border-color: #575757;
    color: #575757;
}

.btn.less:hover {
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

.btn.less:active {
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

.btn.disable {
    background-color: #F6F5F5;
    border-color: #fff;
    color: #d6d7d8;
}

.btn.disable:hover {
    background-color: #F6F5F5;
    border-color: #fff;
    color: #d6d7d8;
}

.btn.disable:active {
    background-color: #F6F5F5;
    border-color: #fff;
    color: #d6d7d8;
}

.btn + .btn {
    margin-left: 10px;
}

.btn.blockBtn + .blockBtn {
    margin-top: 10px;
    margin-left: 0;
}

.btn.blockBtn {
    display: block;
}

@media only screen and (max-width: 768px) {
    .btn.xLarger {
        padding: 10px 24px;
        font-size: 18px;
    }

    .btn.larger {
        padding: 10px 24px;
        font-size: 16px;
    }

    .btn.small {
        padding: 6px 14px;
    }

    .btn.xSmall {
        padding: 4px 14px;
    }
}

.selectBtn {
    border-width: 1px;
    border-style: solid;
    line-height: 35px;
    height: 36px;
    display: inline-block;
    padding-left: 0;
    min-width: 72px;
    padding: 0 24px;
    position: relative;
    -webkit-transition: padding 0.3;
    -moz-transition: padding 0.3;
    -ms-transition: padding 0.3;
    -o-transition: padding 0.3;
    transition: padding 0.3;
}

.selectBtn:before {
    content: "\e168";
    font-family: iconfont;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -8px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.selectBtn.active {
    padding: 0 16px 0 32px;
}

.selectBtn.active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/**
 * layout
 */
.footerContainer, .mainContainer, .headerContainer {
    margin: 0 auto;
}

.mainContainer {
    padding-bottom: 20px;
}

.mainContainer .appWrapper {
    margin-top: 12px;
}

.footer {
    padding: 20px 0;
}

.header .appWrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.con_header {
    position: relative;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.con_header h2 {
    line-height: 45px;
}

/**
 * dropdown
 */
.dropdown {
    position: relative;
}

.dropdown .dropdownBtn {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.dropdown .dropdownBtn:after {
    content: "\e63a";
    font-family: iconfont;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
}

.dropdown .dropdownBtn span {
    margin-right: 30px;
}

.dropdown .dropdownBtn.active + .dropdownList {
    display: block;
}

.dropdown .dropdownList {
    display: none;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    border-width: 1px;
    border-style: solid;
    line-height: 36px;
    z-index: 9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.dropdown .dropdownList a {
    display: block;
    padding: 0 10px;
}

.dropdown .dropdownList a:hover {
    background-color: #2f80c1;
    color: #fff;
}

.dropdown .dropdownList a.active, .dropdown .dropdownList a.active:hover {
    background-color: #3b73b9;
    color: #fff;
}

/**
 * categoryList
 */
.categoryBox a {
    display: block;
    line-height: 36px;
    padding: 0 20px;
}

.categoryBox .categoryBtn {
    display: none;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.categoryBox .categoryBtn:after {
    content: "\e63a";
    font-family: iconfont;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
}

.categoryBox .categoryBtn span {
    margin-right: 30px;
}

.categoryBox .categoryList .loading {
    padding-left: 20px;
}

.categoryBox .categoryList li.active > .categorySon {
    display: block;
}

.categoryBox .categoryList li.family > a {
    position: relative;
}

.categoryBox .categoryList li.family > a i[role] {
    padding-right: 0;
    font-size: 12px;
    display: inline-block;
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.categoryBox .categoryList li.family.active > a i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.categoryBox .categorySon {
    display: none;
    margin-left: 20px;
}

.categoryBox.dropdown li.family > a {
    padding-left: 48px;
    position: relative;
}

.categoryBox.dropdown li.family > a i {
    right: auto;
    left: 0;
}

.categoryBox.mult:not(.dropPopup) {
    overflow: hidden;
}

.categoryBox.mult {
    position: relative;
}

.categoryBox.mult .categoryList {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

.categoryBox.mult .categoryList + .categoryList {
    left: 100%;
}

.categoryBox.mult .categoryList.show {
    left: 0;
}

.categoryBox.mult .categoryList.hide {
    left: -100%;
}

@media only screen and (min-width: 768px) {
    .categoryBox .categoryList li > a:hover {
        background-color: #2f80c1;
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .categoryBox .categoryBtn {
        display: block;
    }

    .categoryBox.dropPopup {
        position: relative;
    }

    .categoryBox.dropPopup .categoryContainer {
        display: none;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        width: 100%;
        position: absolute;
        top: 36px;
        left: 0;
        border-width: 1px;
        border-style: solid;
        line-height: 36px;
        z-index: 9;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
        -webkit-overflow-scrolling: touch;
    }

    .categoryBox.popup .categoryContainer {
        display: none;
    }

    .categoryBox.popup .DropDialog .categoryContainer {
        display: block;
    }
}

/**
 * tabs
 */
.tabs {
    border-style: solid;
    border-width: 0 0 1px 0;
    height: 50px;
}

.tabs a + a {
    margin-left: 10px;
}

.tabs a {
    margin-bottom: -1px;
    padding: 0 15px;
    line-height: 48px;
    position: relative;
}

.tabs a.active {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .tabs {
        height: 38px;
    }

    .tabs a {
        padding: 0 5px;
        line-height: 36px;
    }
}

/**
 * pagingBox
 */
.pagingBox {
    font-size: 0;
}

.pagingBox a {
    color: #999999;
    border-width: 1px;
    border-style: solid;
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.pagingBox a.active {
    color: #fff !important;
}

.pagingBox a.disable {
    color: #999999 !important;
}

.pagingBox a:hover {
    color: #3b73b9;
    border-color: #3b73b9;
}

.pagingBox a i {
    font-size: 12px;
}

.pagingBox a + a {
    margin-left: 10px;
}

/**
 * search
 */
.search {
    border-width: 2px;
    border-style: solid;
    font-size: 0;
    display: inline-block;
    width: 100%;
}

.search .searchBtn {
    float: right;
    width: 80px;
}

.search .searchBtn .btn {
    color: #fff;
    height: 34px;
    line-height: 32px;
    padding: 0;
    width: 100%;
}

.search .searchInput {
    margin-right: 82px;
}

.search .searchInput .textInput {
    border-width: 0;
    width: 100%;
    border-radius: 0;
}

.search input[type="submit"] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .search {
        border-width: 1px;
    }

    .search .searchBtn {
        width: 60px;
    }

    .search .searchBtn .btn {
        height: 32px;
        line-height: 30px;
    }

    .search .searchInput {
        margin-right: 62px;
    }

    .search .searchInput .textInput {
        height: 32px;
    }
}

/**
 * step
 */
.stepBox {
    border-width: 1px;
    border-style: solid;
    line-height: 46px;
    display: table;
    width: 100%;
    overflow: hidden;
}

.stepBox .stepItem {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepBox .stepItem span {
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
}

.stepBox .stepItem:before, .stepBox .stepItem:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 28px;
    border-style: solid;
    position: absolute;
    top: -4px;
}

.stepBox .stepItem:last-child:before, .stepBox .stepItem:last-child:after {
    display: none;
}

.stepBox .stepItem:before {
    border-color: transparent transparent transparent #fff;
    right: -60px;
    z-index: 2;
    top: -8px;
    border-width: 32px;
}

.stepBox .stepItem:after {
    border-color: transparent transparent transparent #3b73b9;
    right: -52px;
    z-index: 3;
}

.stepBox .stepItem:nth-last-child(2) span, .stepBox .stepItem:nth-last-child(2):after {
    opacity: 0.6;
}

.stepBox .stepItem:nth-last-child(3) span, .stepBox .stepItem:nth-last-child(3):after {
    opacity: 0.8;
}

.stepBox .stepItem:first-child span, .stepBox .stepItem:first-child:after {
    opacity: 1;
}

/**
 * textList
 */
.textList a {
    display: block;
}

.formList > ul {
    margin-bottom: 25px;
}

.formList > ul li {
    line-height: 40px;
}

.formList > ul li.left {
    float: left;
    display: inline-block;
    width: 100px;
}

.formList > ul li.right {
    margin-left: 100px;
}

.formList > ul li .textInput, .formList > ul li textarea {
    width: 100%;
    max-width: 500px;
}

.formList > ul li .textInput {
    height: 40px;
}

.formList > ul:after {
    clear: both;
    display: table;
    content: "";
    line-height: 0;
}

.formList .formListTips {
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {
    .formList > ul {
        margin: 0 0 15px 0;
    }

    .formList > ul li {
        float: none;
        line-height: 25px;
    }

    .formList > ul li .left {
        display: inline-block;
        width: auto;
    }

    .formList > ul li .right {
        margin-left: 0;
    }

    .formList .formListTips {
        display: block;
        margin-left: 0;
    }
}

/**
 * logo
 */
.logo, .logo .container {
    height: 100%;
}

.logo img {
    max-height: 100%;
    max-width: 100%;
}

.logo a {
    display: inline-block;
}

/**
 * nav
 */
.nav_1 .con_body {
    background-color: #fff;
    line-height: 48px;
}

.nav_1 .navMenuContainer {
    display: none;
}

.nav_1 .navArrow {
    display: none;
}

.nav_1 .navList {
    font-size: 0;
}

.nav_1 .navList a {
    display: block;
}

.nav_1 .navItem {
    position: relative;
}

.nav_1 .navItem:hover ul {
    opacity: 1;
    visibility: visible;
}

.nav_1 .navItem.showNavSon ul {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.nav_1 .navItemBar {
    color: #000;
    padding: 0 30px;
}

.nav_1 .navItemBar:hover {
    color: #3b73b9;
}

.nav_1 .navSon {
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #3b73b9;
    position: absolute;
    top: 48px;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    z-index: 9;
    min-width: 100%;
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    -ms-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.nav_1 .navSon li a:hover {
    color: #3b73b9;
}
.nav_1 .navItem.active {
    color: #3b73b9;
    border-bottom: solid 2px #3b73b9;
}
.nav_1 .navItem.active a {
    color: #3b73b9;
}
.nav_1 .navItem.active .navArrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav_1 .navItem + .navItem {
    margin-left: 20px;
}

@media only screen and (min-width: 767px) {
    .nav_1 .navSon {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .nav_1 .con_body {
        background-color: transparent;
        line-height: 36px;
    }

    .nav_1 .navMenuContainer {
        display: block;
        padding-right: 10px;
        line-height: 36px;
    }

    .nav_1 .navMenu {
        font-size: 24px;
    }

    .nav_1 .navContainer {
        display: none;
        background-color: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    .nav_1 .navContainer.show {
        display: block;
    }

    .nav_1 .navList {
        position: absolute;
        right: 0;
        top: 0;
        min-width: 300px;
        width: 80%;
        background-color: #fff;
        line-height: 48px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.48);
        height: 100%;
        overflow-y: auto;
        z-index: 9;
    }

    .nav_1 .navItem {
        display: block;
        padding: 0;
    }

    .nav_1 .navItemBar {
        display: block;
        padding: 0 48px;
        position: relative;
    }

    .nav_1 .navArrow {
        text-align: center;
        display: inline-block;
        width: 48px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    .nav_1 .navSon {
        display: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        position: static;
        width: auto;
        box-shadow: none;
        border-top: 0;
    }

    .nav_1 .navItem.active {
        color: #3b73b9;
        border-bottom: solid 2px #3b73b9;
    }
    .nav_1 .navItem.active a {
        color: #3b73b9;
    }
    .nav_1 .navItem.active .navArrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav_1 .navItem + .navItem {
        margin-left: 0;
    }

    .nav_1.active .navList {
        display: block;
    }
}

/**
 * dialog
 */
.flotAddBtn:hover {
    background-color: #2f80c1;
}

@media only screen and (max-width: 768px) {
    .MenuDialog .dialogBtnBox .lesserBtn,
    .CancelDialog .dialogBtnBox .lesserBtn {
        color: #1c1c1c;
    }

    .MenuDialog .dialogBtnBox .lesserBtn:before,
    .CancelDialog .dialogBtnBox .lesserBtn:before {
        color: #575757;
    }
}

/*dragDownFresh*/
#dragDownFreshBar {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 300px;
    top: -300px;
    padding-bottom: 10px;
    background: #fff;
}

#dragDownFreshBarContainer {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    line-height: 1;
    text-align: center;
}

#dragDownFreshBarContainer .refreshBg {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#dragDownFreshBarContainer.dragDrop {
    color: #fff;
}

#dragDownFreshBarContainer.dragDrop .refreshBg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#dragDownFreshBarIconContainer {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 13px;
    left: 13px;
    opacity: 0;
    z-index: 1;
}

#dragDownFreshBarIconContainer .refreshIcon.reloading {
    animation: reloading 1s linear infinite;
    -moz-animation: reloading 1s linear infinite;
    -webkit-animation: reloading 1s linear infinite;
    -o-animation: reloading 1s linear infinite;
    -ms-animation: reloading 1s linear infinite;
}

@keyframes reloading {
    frame {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=style.css.map */
