﻿@font-face {
    　　font-family: "PingFangSC-Regular";
    　　src: url('/fonts/PingFang Regular.ttf');
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 52px;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.body-small {
    padding-top: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

a {
    cursor: pointer;
    color: #000;
}

    a:hover {
        color: #428bca;
    }

body {
    font-size: 13px;
    background: #f6f6f6;
}



footer {
    bottom: 0px;
    width: 100%;
    background-color: #243e47;
    position: relative;
    color: #BDBDBD;
    padding-top: 30px;
}

    footer h4 {
        font-size: 14px;
        font-weight: normal;
    }

    footer a {
        color: #dddddd;
    }

        footer a:hover {
            color: #9d9d9d;
        }

.hidden {
    display: none;
}

.set-padding-bottom {
    padding-bottom: 40px;
}

.set-green {
    color: #28a441;
}

.thumbnail {
    background-color: #F5F5F5;
}


/* INPUTS */
.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.input-s {
    width: 200px;
}

.form-control {
    font-size: 0.9rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.05rem;
}

.input-sm,
.form-control-sm {
    height: 31px;
}

.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}

.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control:focus,
    .single-line:focus {
        border-color: #1ab394;
    }

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #1ab394;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #f8ac59;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ed5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-warning .control-label {
    color: #f8ac59;
}

.has-error .control-label {
    color: #ed5565;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px 4px 12px;
    text-align: center;
}

.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13;
}

.spinner-buttons.input-group-btn {
    width: 20%;
}

.noUi-connect {
    background: none repeat scroll 0 0 #1ab394;
    box-shadow: none;
}

.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ed5565;
    box-shadow: none;
}

/* end INPUTS */




/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.watting-modal {
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
}

.absolute-center {
    width: 250px;
    height: 25px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
}

.set-center {
    text-align: center;
}

.set-right {
    text-align: right;
}

.make-bold {
    font-weight: bold;
}

.summary {
    color: #6C9BA7;
}

.red-bg {
    background-color: #1980be;
}

.text-fade {
    color: #888;
}

.avatar-face {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    line-height: 12px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 1px #ddd;
    box-shadow: 0 0 1px #ddd;
}

.img-block {
    width: 100%;
    height: 200px;
}

.ulist a:hover {
    border-right-style: solid;
    border-right-color: #ed5565;
    border-right-width: 3px;
}

.ulist .active {
    border-right-style: solid;
    border-right-color: #ed5565;
    border-right-width: 3px;
    color: #000;
}

.ulist > li.active > a {
    color: #fff;
}

.ulist .line {
    border: 1px solid #efefef;
}
/*bootstrap override*/
.panel-default {
    border-color: #ddd;
    opacity: 0.9;
    margin-top: 30px;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #eeece8;
        border-color: #ddd;
        background-image: url('');
    }


    .panel-default > .panel-body {
        background-color: rgba(255, 255, 255, 0.81);
    }

.panel-light {
    border-color: #ddd;
}

    .panel-light > .panel-heading {
        color: #333;
        background-color: #eeece8;
        border-color: #ddd;
    }

    .panel-light > .panel-body {
        background-color: rgba(255, 255, 255, 0.81);
    }

.form-group.last {
    margin-bottom: 0px;
}


.navbar {
    margin-bottom: 0px;
}

.ul-nonelist {
    list-style: none;
    padding: 0;
}

.buttons-row {
    padding-right: 15px;
    padding-left: 15px;
}

.nav_th {
    float: left;
    /*border: 1px solid red;*/
}

.nav_th_item1 {
    float: left;
    color: #333333;
    width: 102px;
    height: 43px;
    border-bottom: 2px solid red;
    line-height: 43px;
    text-indent: 20px;
}

.nav_th_item2 {
    float: left;
    width: 104px;
    height: 43px;
    line-height: 43px;
    text-indent: 35px;
    background-color: #393939;
    margin-left: 15px;
    color: #FFFFFF;
}

.nav_th_item3 {
    float: left;
    width: 104px;
    height: 43px;
    line-height: 43px;
    text-indent: 35px;
    background-color: #D8D8D8;
    margin-left: 5px;
    color: #333333;
}

.nav_th_item4 {
    float: left;
    width: 104px;
    height: 43px;
    line-height: 43px;
    text-indent: 35px;
    background-color: #D8D8D8;
    margin-left: 5px;
    color: #333333;
}

.nav_th_item5 {
    float: left;
    width: 104px;
    height: 43px;
    line-height: 43px;
    text-indent: 35px;
    background-color: #D8D8D8;
    margin-left: 5px;
    color: #333333;
}




.carousel-inner img {
    width: 100%;
}

.ul_nav_title {
    width: 103px;
    font-size: 16px;
    height: 38px;
    color: #333333;
    border-bottom: solid 2px #FF3B46;
    line-height: 38px;
    text-indent: 22px;
    margin-top: 10px;
    margin-left: 5px;
}

.mk-inf span {
    margin-right: 10px;
    margin-left: 10px;
}

.tabbable {
    margin: 10px 15px;
}

    .tabbable .option_color {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 60px;
        margin-bottom: 10px;
    }

    .tabbable .option_color_xs {
        background-color: #fff;
        padding-top: 20px;
        margin-bottom: 10px;
    }

.mb-title {
    font-weight: bold;
    padding-right: 5px;
    border-right-color: red;
    border-right-style: solid;
    border-right-width: 3px;
}

.sec-row {
    margin-bottom: 20px;
}

.sec-title {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #3A3A3A;
    letter-spacing: 0;
    padding: 2px;
    border-left: solid #088ec0 9px;
    padding-left: 20px;
}

.sec-more {
    font-family: PingFang-SC-Semibold;
    font-size: 12px;
    color: #7B7B7B;
    letter-spacing: 0;
}

.myNav {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

.myMP {
    margin: 15px;
}

.lb-title {
    color: #7f7e81;
}

.brick-item {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 390px;
    padding: 20px 0;
    cursor: pointer;
    padding: 20px 0;
    border: 1px solid #D8D8D8;
}

    .brick-item:hover {
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }


.index-item {
    margin-bottom: 30px;
    font-size: 13px;
    color: #3A3A3A;
}

    .index-item .img {
        width: 100%;
        height: 173px;
        background-size: cover;
        background-repeat: no-repeat;
        color: transparent;
    }

        /*.index-item .img:hover {
            background-color: #9d9d9d;
            filter: contrast(30%); 
            color: #fff;
        }*/
        .index-item .img .desc {
            position: absolute;
            top: 0;
            padding: 15px;
            height: 173px;
        }

    .index-item .desc .btn {
        position: absolute;
        bottom: 2px;
        left: 2px;
    }

    .index-item .img .desc:hover {
        opacity: 0.9;
        background: #222A35;
        color: #fff;
    }


    .index-item .caption {
        padding: 5px;
        height: 80px;
        border-bottom: 1px solid #D9D9D9;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index-item .side .caption {
        height: auto;
        border-bottom: 0px solid #D9D9D9;
    }

    .index-item .brick {
        border: solid #D9D9D9 1px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        height: 283px;
    }

        .index-item .brick.side {
            height: 263px;
        }

        .index-item .brick:hover {
            -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.1);
            box-shadow: 0 5px 8px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
        }

        .index-item .brick img {
            height: 150px;
            width: 100%;
        }

        .index-item .brick .boat {
            position: absolute;
            bottom: 130px;
            left: 13px;
        }

    .index-item .project-title {
        margin-top: 10px;
        padding: 10px;
        text-overflow: ellipsis;
        height: 80px;
        overflow: hidden;
    }

    .index-item .time {
        font-family: PingFang-SC-Semibold;
        font-size: 12px;
        color: #616161;
        letter-spacing: 0;
        opacity: 0.43;
        background: #E3E3E3;
        border-radius: 3px;
        margin-right: 5px;
        margin-top: 3px;
        padding: 0px 5px;
        /*position: absolute; 
        bottom: 3px;
        right: 20px;*/
        height: 21px;
    }

    .index-item .price {
        font-size: 12px;
        color: #616161;
        letter-spacing: 0;
        border-radius: 3px;
        margin-right: 5px;
        margin-top: 3px;
        padding: 0px 5px;
        height: 21px;
        opacity: 1;
        background-color: rgba(224, 224, 224, 0.27);
    }

    .index-item .active {
        background: #088ec0;
        border-radius: 3px;
        color: #fff;
    }

.content-pd {
    margin-top: 80px;
}

content-pd-57 {
    margin-top: 57px;
}

.product-bg {
    background-color: #FFFFFF;
    padding: 20px 20px;
}

.pt_img {
    width: 100%;
}

    .pt_img img {
        width: 100%;
    }

.product-title {
    margin-top: 30px;
    font-size: 2rem;
    color: #fff;
}

.product-lb {
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
}

.activity-item {
    margin-top: 10px;
}

    .activity-item :hover {
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }

    .activity-item .thumbnail {
        border: 0px;
        background-color: #eeeeee;
        height: 260px;
    }

    .activity-item img {
        width: 388px;
        height: 180px;
    }

.searchbar input {
    color: #000;
}

.end-fy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.new_time {
    font-size: 0.61rem;
    color: #9f9f9f;
}

.tag-list li {
    margin-right: 10px;
}

    .tag-list li a {
        background-color: #fff;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #201211;
        border-radius: 3px;
    }

        .tag-list li a:hover {
            background-color: #343C46;
            color: #fff;
        }

        .tag-list li a.active {
            color: #fff;
            background-color: #343C46;
        }

.tag-list {
    padding-bottom: 40px;
    padding-left: 15px;
}

.sponsor_item img {
    width: 100%;
    max-height: 150px;
    padding: 10px;
}

.event-img {
    width: 100%;
    height: 130px;
    padding-bottom: 5px;
}

.comment-item {
}

    .comment-item img {
        width: 59px;
        height: 59px;
    }

    .comment-item .cts {
        padding-top: 10px;
        padding-bottom: 5px;
    }

.comment-item-post {
}

    .comment-item-post textarea {
        margin: 5px;
    }

.right-navbtn {
    padding: 5px,20px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #D8D8D8;
}

.thumbnail img {
    width: 100%;
    height: 180px;
}

.news-title {
    font-family: PingFang-SC-Heavy;
    font-size: 13px;
    color: #3A3A3A;
}

    .news-title a:hover {
        text-decoration: underline;
    }

.news-tips {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #3A3A3A;
    letter-spacing: 0;
    line-height: 25px;
}

.dropdown ul {
    background-color: #333333;
    color: #fff;
}

    .dropdown ul a {
        border-radius: 0;
    }

        .dropdown ul a:active {
            background-color: red;
        }

        .dropdown ul a:hover {
            background-color: #088ec0;
            color: #fff;
        }

.icon-it {
    margin: 5px;
}

.rq-title {
    margin-top: 20px;
}

.introduce_item {
    margin-bottom: 10px;
}



#myCarousel .item img {
    /*height: 427px;*/
}

.space-org {
    background-image: url('/images/space/bg_black.png');
    background-size: cover;
}

.space-site {
    margin-top: 100px;
    margin-bottom: 120px;
}

    .space-site img {
        width: 100%;
        height: 150px;
    }

.space-title {
    padding-top: 10px;
}

.space-year {
    margin-top: 10px;
    margin-bottom: 50px;
}

    .space-year .cts {
        height: 334px;
        background: #f9ee9c;
        padding-left: 20px;
        padding-top: 40px;
        padding-right: 60px;
        color: #3A3A3A;
    }

    .space-year .yl-title {
        font-size: 16px;
        color: #3A3A3A;
    }

    .space-year img {
        width: 100%;
        height: 332px;
    }

    .space-year .linest {
        border-left: 1px solid #D8D8D8;
        height: 43px;
        color: transparent;
    }

    .space-year .line {
        font-size: 18px;
        color: #7B7B7B;
        cursor: pointer;
    }

        .space-year .line .fa {
            font-size: 24px;
            margin-left: -10px;
            color: transparent;
        }

    .space-year .yel {
        margin-top: 0px;
        margin-bottom: 10px;
        height: 33px;
        padding-top: 5px;
        text-align: left;
        padding: 5px 45px 5px 5px;
    }

    .space-year .active .yel {
        color: #fff;
        background-color: #f9ee9c;
    }

    .space-year .active .fa {
        color: #088ec0;
    }

.space-open img {
    width: 100%;
}

.space-news .title {
    color: red;
    font-weight: bold;
}

.title-red {
    color: red;
}

.title-white {
    color: #fff;
}

.space_img {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .space_img img {
        width: 100%;
    }

.space-howto {
    background-color: #FF3B46;
    padding-bottom: 30px;
    margin-top: 30px;
}

    .space-howto .lb {
        font-size: 16px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background-color: #e1c51c;
        padding: 10px;
    }

    .space-howto .item {
        background-color: #fff;
        padding: 5px;
    }

    .space-howto h3 {
        text-align: center;
    }

    .space-howto p {
        padding: 10px;
    }

.space-fee {
    margin-top: 40px;
    margin-bottom: 40px;
}

.space-location ul {
    list-style: none;
    font-size: 13px;
    padding: 0;
}

    .space-location ul > li {
        float: left;
        margin: 0px 15px;
        cursor: pointer;
    }

.space-location .active {
    border-bottom: 5px solid #088ec0;
    font-weight: bold;
}
/*++++++++++++++++++++8width: 106px;88*/
.logo {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-top {
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E7E7E7;
    /*height: 55px;*/
    z-index: 1039;
}

.navbar-inverse .navbar-collapse {
    border-color: transparent;
}

.btn-black:hover {
    background-color: #666666;
}

.btn-yellow {
    background-color: #088ec0;
    color: #fff;
}

.nav-top .navbar-nav > li:hover {
}

.nav-top .navbar-nav > li > a {
    color: #484744;
    padding: 4px 5px 3px 5px;
    margin-top: 10px;
}

    .nav-top .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #666666;
    }


.navbar-inverse .navbar-nav > li:hover {
}

.navbar-inverse .navbar-nav > li > a {
    color: #484744;
    padding: 4px 15px 3px 15px;
    margin-top: 10px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #088ec0;
    }

.navbar-inverse .navbar-nav > li .active {
    color: #fff;
    background-color: #088ec0;
}

.news-item a:hover {
    text-decoration: underline;
}

.news-item img {
    width: 100%;
    height: 82px;
}

.news-item .cts {
}

.news-item .tt {
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    color: #3A3A3A;
    letter-spacing: 0;
}

.news-item .time {
    font-family: PingFang-SC-Semibold;
    font-size: 12px;
    color: #ADADAD;
    letter-spacing: 0;
}

.hr-line {
    background: #A0A0A0;
    height: 7px;
    margin-bottom: 15px;
}

.maker-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 241px;
    margin-bottom: 20px;
    width: 100%;
}

    .maker-item .caption {
        padding: 5px;
        opacity: 0.9;
        background: #222A35;
        position: absolute;
        bottom: 20px;
        color: #fff;
        text-align: left;
        width: 100%;
    }

.line-panel {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 30px;
    min-height: 379px;
}

.project-banner {
    background-image: url('/Images/sz_zone.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.project-mp {
    height: 427px;
    opacity: 0.78;
    background: #222A35;
}

    .project-mp .cts {
        padding-top: 70px;
        color: #fff;
        font-family: PingFang-SC-Medium;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 29px;
    }

    .project-mp .tt {
        font-family: PingFang-SC-Medium;
        font-size: 2.5rem;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 2.6rem;
        padding-top: 50px;
    }

    .project-mp .btn-yellow {
        background: #088ec0;
        border-radius: 4px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #fff;
        text-align: left;
        margin-top: 30px;
    }

.event-title {
}

    .event-title img {
        height: 256px;
        width: 100%;
    }

    .event-title .tt {
        font-family: PingFang-SC-Medium;
        font-size: 1.2rem;
        color: #343C46;
        letter-spacing: 0;
        line-height: 36px;
    }

    .event-title .desc {
        font-size: 14px;
        color: #3A3A3A;
        letter-spacing: 0;
        line-height: 23px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .event-title .price {
        width: 160px;
        height: 72px;
        background: #e6f4e6;
        border: 1px solid #e6f4e6;
        border-radius: 3px;
        text-align: center;
    }

        .event-title .price.free {
            background: #f8f9f9;
        }

        .event-title .price span {
            font-size: 16px;
            color: #636363;
            letter-spacing: 0;
            margin-top: 20px;
        }

.ar_img {
    height: 256px;
    width: 100%;
    background-size: cover;
}

.event-detail {
    padding: 10px;
    margin-bottom: 40px;
    word-break: break-word;
}

    .event-detail img {
        max-width: 100%;
    }

.event-user {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .event-user img {
        background: #efefef;
        width: 39px;
        height: 39px;
    }

    .event-user .more {
        position: absolute;
        bottom: 13px;
        text-align: center;
        left: 40%;
    }

.maker-lb {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.maker-head {
    color: #fff;
    font-size: 13px;
}

    .maker-head .row {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .maker-head a {
        color: #fff;
    }

.div_th {
    padding-top: 30px;
    padding-bottom: 10px;
}

.maker-brick {
    width: 197px;
    height: 120px;
    background-color: #262402;
    font-family: DINAlternate-Bold;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
}

    .maker-brick .title {
        font-family: PingFang-SC-Medium;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .maker-brick p {
        margin-top: 10px;
    }

.set-padding-top-40 {
    margin-top: 40px;
}


.maker-title {
    font-size: 16px;
    color: #C2C2C2;
}

.maker-ct {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
}

.maker-l-title {
    font-size: 16px;
    color: #088ec0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mk-l-ct {
    color: #fff;
    font-size: 12px;
}

    .mk-l-ct .title {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

.mk-title {
    font-family: PingFang-SC-Bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.mk-item {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
}

    .mk-item img {
        width: 100%;
        height: 200px;
    }

.mk-line {
    border-top: 1px solid #C2C2C2;
    opacity: 0.6;
}

.mk-brick {
    background: #FBFBFB;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 14px;
    color: #383F49;
    line-height: 22px;
    padding: 10px;
    min-height: 144px;
}

    .mk-brick h4 {
        text-align: center;
        font-size: 14px;
        color: #383F49;
        line-height: 22px;
    }

.service-title {
    padding-top: 90px;
    font-size: 3rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 3rem;
}

.service-ti {
    padding-top: 30px;
    font-size: 2rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 3rem;
}

.service-line-title {
    font-family: PingFang-SC-Semibold;
    font-size: 24px;
    color: #3A3A3A;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.service-menu {
    list-style: none;
    font-size: 14px;
    color: #A3A3A3;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
}

    .service-menu li {
        padding: 5px;
        padding-right: 25px;
        padding-left: 10px;
        border-bottom: 1px solid #E1E1E1;
    }

        .service-menu li.active {
            border-left: 10px solid #088ec0;
            padding-right: 15px;
        }

        .service-menu li:hover {
            border-left: 10px solid #088ec0;
            padding-right: 15px;
        }

    .service-menu a {
        color: #A3A3A3;
    }

        .service-menu a:hover {
            color: #fff;
        }

.btn-yellow-dark {
    background: #fff6b2;
    border-radius: 4px;
}

.require-item-acc {
}

    .require-item-acc img {
        width: 100%;
        height: 115px;
    }

.require-item {
    padding-bottom: 10px;
    padding-top: 15px;
}

    .require-item:hover {
        background-color: #f0f2f5;
    }

    .require-item .sr {
        padding-left: 5px;
        font-size: 13px;
        color: #3A3A3A;
    }

    .require-item img {
        width: 100%;
        height: 98px;
    }

.set-padding-top-20 {
    margin-top: 20px;
}

.require-bar {
    background: #C8D2D8;
    border: 1px solid #CBCBCB;
    margin-left: 0px;
    margin-right: 0px;
}

    .require-bar .st {
        padding-left: 15px;
        padding-top: 10px;
    }

.require-title {
    font-size: 16px;
    color: #828383;
    margin-top: 20px;
}

.require-it-line {
    margin-bottom: 40px;
}

.require-line {
    margin-top: 0;
    margin-bottom: 0;
}

.page-heading {
    padding: 0px 0px 12px 20px;
}

article img {
    max-width: 100%;
}

.hr-breadline {
    margin-top: 0px;
    margin-bottom: 24px;
}

.product-bg img {
    height: 211px;
    width: 100%;
}

.space-bg {
    width: 100%;
    background-image: url('/Images/about/ts.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .space-bg .cts {
        width: 80%;
        float: right;
        position: relative;
        margin-left: 10%;
        margin-right: 10%;
        opacity: 0.72;
        background: #FFFFFF;
    }

        .space-bg .cts .tt {
            padding: 20px;
            padding-left: 40px;
            font-size: 22px;
            color: #000;
        }

        .space-bg .cts p {
            width: 90%;
            padding-left: 40px;
            padding-top: 20px;
            font-size: 14px;
            color: #000;
        }

    .space-bg .hv {
        text-align: center;
        margin-top: 60px;
        opacity: 0.7;
        cursor: pointer;
    }

        .space-bg .hv:hover {
            opacity: 1;
        }

        .space-bg .hv.active {
            opacity: 1;
        }

        .space-bg .hv .t1 {
            font-size: 28px;
            color: #FFFFFF;
            padding-bottom: 20px;
        }

        .space-bg .hv .t2 {
            font-size: 18px;
            color: #088ec0;
        }

.triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent #686E76; /*透明 透明  灰*/
    margin: 55px auto;
    position: relative;
    margin-top: 55px;
    margin-bottom: 0;
}

.space-note {
    background: #686E76;
    height: 404px;
}

    .space-note img {
        width: 100%;
        padding: 40px;
        height: 390px;
    }

    .space-note .title {
        padding-top: 100px;
        font-size: 16px;
        color: #FFFFFF;
    }

    .space-note .sb-title {
        font-size: 13px;
        color: #FFFFFF;
    }

    .space-note .sm-title {
        opacity: 0.68;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0;
    }

    .space-note .cts {
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 20px;
        padding-top: 10px;
    }

    .space-note ul {
        list-style: none;
        font-size: 13px;
        color: #FFFFFF;
        padding: 0;
    }

        .space-note ul > li {
            float: left;
            margin: 15px 15px 0px 15px;
            cursor: pointer;
            opacity: 0.7;
        }

        .space-note ul .active {
            border-bottom: 5px solid #088ec0;
            opacity: 1;
        }

.hr-line-gr {
    /*border: 1px solid #979797;*/
    padding: 0;
    margin: 0;
    background: #979797;
}

.space-arch {
    background: #232422;
    border: 1px solid #979797;
    padding-bottom: 40px;
}

.breadcrumb > li a:hover {
    text-decoration: underline;
    color: #1f6b9e;
}

.contact-title {
    font-size: 16px;
    color: #3A3A3A;
    letter-spacing: 0;
    line-height: 17px;
    background: #088ec0;
    font-weight: bold;
    padding: 2px;
}

.contact-content {
    font-size: 14px;
    color: #3A3A3A;
    letter-spacing: 0;
    line-height: 17px;
    padding-bottom: 20px;
}

.end-fy {
    padding-top: 30px;
}

.space-mg {
    height: 303px;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

    .space-mg .item img {
        height: 303px;
        width: 100%;
        padding: 0;
    }


.btn-green-light {
    background: #5DB85D;
    border: 1px solid #52A952;
    border-radius: 4px;
    color: #fff;
    padding: 3px 10px;
    margin-bottom: 2px;
}

    .btn-green-light:hover {
        color: #fff;
        font-weight: bold;
    }

.user-img {
    width: 89px;
    height: 89px;
    margin-bottom: 20px;
}

.lb-primary {
    color: #1ab394;
    border-color: #1ab394;
}

    .lb-primary:hover {
        color: #1ab394;
        cursor: default;
    }

.lb-default {
    color: #c2c2c2;
    border-color: #c2c2c2;
}

    .lb-default:hover {
        color: #c2c2c2;
        cursor: default;
    }

.lb-yellow {
    color: #484744;
    background-color: #088ec0;
    border-color: #484744;
}

    .lb-yellow:hover {
        color: #484744;
        cursor: default;
    }

.lb-success {
    color: #1878e3;
    border-color: #1878e3;
}

    .lb-success:hover {
        color: #1878e3;
        cursor: default;
    }

.body-small .nav-main {
    width: 50%;
    position: relative;
    float: left;
}

.body-small .navbar-right {
    width: 50%;
    position: relative;
    float: right;
}

.maker-desc {
    margin-bottom: 0px;
    height: 259px;
    width: 207px;
}

    .maker-desc .caption {
        bottom: 0;
        width: 207px;
    }

.require-infobar {
    min-height: 40px;
}


@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .space-year .cts {
        padding-top: 10px;
        padding-right: 10px;
    }

    .require-infobar {
        min-height: 100px;
    }

    .maker-desc {
        width: 100%;
    }

        .maker-desc .caption {
            width: 100%;
        }

    .space-bg .cts {
    }

    .space-note {
        height: auto;
    }

    .nav > li > a {
        padding: 5px 15px;
    }

    .ulist li {
        width: 50%;
        float: left;
    }

    .ulist a:hover {
        font-weight: bold;
    }

    .ulist a.active {
        background-color: #f4f3f3;
    }

    article iframe {
        max-width: 100%;
    }
}

.row.small {
    margin-bottom: 3px;
}

.small .form-control {
    height: 26px;
    font-size: 12px;
    padding: 3px 6px;
}

.small .input-group.date .input-group-addon {
    height: 26px;
    padding: 3px 6px;
}

.small .input-group-addon {
    height: 26px;
    padding: 3px 6px;
}

.small .btn {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
}

.smallinput input {
    width: 90%;
}

.row.smallinput {
    margin-bottom: 3px;
}

.smallinput .form-control {
    height: 26px;
    font-size: 12px;
    padding: 3px 6px;
}

.smallinput .input-group.date .input-group-addon {
    height: 26px;
    padding: 3px 6px;
}

.smallinput .input-group-addon {
    height: 26px;
    padding: 3px 6px;
}

.smallinput .btn {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
}

.nav-menubar {
    margin: 0 20px;
}



.gj-search {
    padding: 10px;
    padding-bottom: 20px;
}

.gj-head {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #9d9d9d;
}

.gj-expno {
    padding-left: 10px;
    padding-right: 10px;
}

.gj-state {
    font-size: 1.2rem;
    font-weight: normal;
    color: #46e85b;
    padding-left: 20px;
}

.gj-map {
    width: 100%;
    height: 600px;
    margin-top: 45px;
}

.gj-qr {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .gj-qr .body {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 15%;
        margin-right: 15%;
    }

.gj-list {
    margin-top: 45px;
    display: none;
}

.gj-it {
}

.gj-new {
    color: #fff;
    background-color: #ff6a00;
    text-align: center;
    font-size: 0.6rem;
}

.gj-it .head {
    background-image: url('/Images/Map/sline.png');
    background-position: center;
    background-repeat: repeat-y;
    text-align: center;
    padding-bottom: 45px;
}

.gj-it .cts {
    font-size: 1.3rem;
}

.gj-it .time {
    color: #999;
    padding-bottom: 15px;
    padding-left: 5px;
}

.demo-circle {
    text-align: center;
    border: #e43e3f solid 1px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 5px 0px;
}

.nav > li > a {
    color: #2f4050;
    padding: 10px 15px 10px 20px;
}

/*.card {
    border: 2px solid #f9f9f9;
    border-radius: 10px;
    padding: 5px 15px;
}

    .card:hover {
        background: #fae7e7;
    }*/

.content {
    background: #fdfdfd;
}

.col-sm-12 {
    width: 95%;
}


.appgrid {
    text-align: center;
    border: 5px solid #f1f1f6;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
}

    .appgrid label {
        padding-top: 15px;
    }

    .appgrid .tt {
        padding-bottom: 15px;
        white-space: nowrap;
    }

.set-blue {
    color: #2196F3;
}

.m-b-md a {
    width: 100%;
}

.user-header {
    height: 170px;
    background: linear-gradient(to bottom, #80bae8 0%,#1575f2 100%);
}

    .user-header img {
        height: 59px;
        width: 59px;
    }

    .user-header .banner {
        width: 70%;
        padding-top: 15%;
        padding-left: 5%;
    }

    .user-header .nickname {
        height: 59px;
        color: #fff;
        line-height: 20px;
        padding-top: 10px;
    }

.membercenter {
    border-radius: 10px;
    position: relative;
    top: -40px;
    margin-right: 10px;
    margin-left: 10px;
}

    .membercenter .itsbsd {
        background: #fff;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .membercenter .fa {
        color: #1575f2;
    }

    .membercenter .tts {
        font-size: 11px;
        line-height: 25px;
        padding-bottom: 15px;
        white-space: nowrap;
    }

    .membercenter .item-media {
        width: 5%;
        text-align: center;
    }


.member-bg {
    width: 100%;
    height: 200px;
    background: linear-gradient(#0099ff,#03A9F4,#c8e7ed);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

    .member-bg img {
        width: 89px;
        height: 89px;
        margin-top: 70px;
    }

.badge-order {
    color: #fff;
    background: red;
    position: absolute;
    top: 0.1em;
    right: -0.4em;
    border-radius: 9px;
    padding: 3px 7px;
    font-size: 0.5rem;
    line-height: 0.7rem;
}

.no-order img {
    width: 33%;
}

.item-title small {
    color: #949191;
    font-size: 0.6rem;
}

.buttons-tab .button.active {
    color: #fff;
    z-index: 100;
    background: #0894ec;
}

.item-title {
    min-width: 35%;
}

label.i-checks {
    font-weight: normal;
}

.list-block select {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
}

.list-block .item-input input {
    background: rgba(242, 242, 242, 0.55);
}

.weui-footer {
    padding-bottom: 50px;
}

.weui-bar__item--on
.weui-tabbar__icon i {
    color: #04BE02;
}


.weui-footer {
    padding-bottom: 60px;
    padding-top: 15px;
}

.weui-cell small {
    font-size: 75%;
}

.weui-panel {
    margin: 0;
}

.weui-media-box {
    padding: 8px 15px;
}

.weui-panel__bd .weui-media-box__hd {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.weui-media-box__desc {
    -webkit-line-clamp: 1;
}

.weui-media-box__title {
    margin-top: -4px;
}

.weui-nav {
    padding: 7px 5px;
    height: 35px;
    background: #f7f7fa;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    border-bottom: 1px solid #efefef;
}


    .weui-nav .dropdown-item .fa {
        color: #1575f2;
        padding-right: 15px;
    }

    .weui-nav .left-btn a {
        padding-left: 3px;
        padding-right: 1px;
        margin-right: 3px;
        color: #1575f2;
    }


.weui-toptips_visible {
    z-index: 1000;
}

small.weui-cell__hd {
    padding-left: 5px;
}

.weui-cells label {
    max-width: initial;
    margin-bottom: 0px;
    font-weight: normal;
}

small .form-control {
    height: 28px;
    padding: 3px 6px;
    border-radius: 0;
}

small .bootstrap-select > .dropdown-toggle {
    height: 28px;
    padding: 3px 6px;
}

small .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    width: 90%;
}

.small .form-control {
    height: 28px;
    padding: 3px 6px;
    border-radius: 0;
}

.small .bootstrap-select > .dropdown-toggle {
    height: 28px;
    padding: 3px 6px;
}

.small .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    width: 90%;
}

.small .input-group-addon {
    height: 28px;
    padding: 3px 6px;
}

.small .btn {
    height: 28px;
    padding: 3px 6px;
}

.leo-toolbar {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    padding: 5px 10px;
}

    .leo-toolbar .row {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 3px;
    }

.weui-popup__modal .modal-content {
    border: 0;
    border-radius: 0;
}

.weui-popup__modal .btn-xs {
    height: 26px;
    margin-top: 10px;
    margin-left: 8px;
}

.weui-popup__container {
    z-index: 1000;
}

.gotop {
    position: fixed;
    bottom: 20px;
    right: 25px;
    overflow: auto;
    float: right;
    z-index: 1000;
    border-radius: 15px;
    background: #efefef8c;
    padding: 3px 7px;
    color: #9e9e9e;
    display: none;
}



.icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

    .icon.x1_5 {
        width: 1.5em;
        height: 1.5em;
    }

    .icon.x1 {
        width: 1em;
        height: 1em;
    }

    .icon .x2 {
        width: 2em;
        height: 2em;
    }

    .icon .x3 {
        width: 3em;
        height: 3em;
    }


element.style {
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

* {
    margin: 0;
    padding: 0;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

user agent stylesheet
div {
    display: block;
}

.weui-cell_access {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: inherit;
}

a {
    cursor: pointer;
    color: #000;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    cursor: pointer;
}

a {
    color: #428bca;
    text-decoration: none;
}



.membercenter .itsbsd .weui-cell__bd {
    text-align: left;
    padding-left: 15px;
}





.headbar { 
    height: 46px;
    width: 100%;
    background: #5C57BB;
    color: #fff;
    font-weight: bold;
    line-height: 1.7rem;
    font-size: 0.8rem;
    padding:5px 10px;
    text-align: center;
}

.qusu-swiper{
    margin:10px 15px; 

}
.qusu-swiper img{
    border-radius:10px;
    height:7rem;
    width:100%;
}

.qusu-notify {
    border-radius: 10px;
    background-color: #E69438;
    padding:5px 10px;
    color:#FFF;
}
.qusu-notify a{
    color:#fff;
}

.qusu-tab{
    margin-top:15px;
}

    .qusu-tab > .nav-tabs > li.active > a, .nav-tabs > li.active {
        font-weight: bold;
        color: #5B57B5;
    }
    .qusu-tab .panel-body {
        background: #fff;
        padding: 15px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.text-round {
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 0.6rem;
}
