* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", 微软雅黑, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "Source Han Sans CN Regular", "SF UI Display", "Robot";
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
    color: #060f17;
}


a {
    color: #060f17;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: default;
}

a:focus,
button:focus,
button:active,
.button:focus,
.btn:focus,
[role=button]:focus,
[role=button]:active {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #33a0ff;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: inherit;
    background: #fff;
    color: #060f17;

}

.form-horizontal .form-group {
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
}

.form-horizontal label {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.form-horizontal .form-control {
    font-size: 16px;
}

button {
    cursor: default;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #060f17;
    line-height: 1.5
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    margin-bottom: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

label {
    font-weight: normal;
    color: #060f17;
    font-size: 16px;
}

.wrap1,
.wrap2,
.wrap3,
.wrap4,
.wrap5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrap2,
.wrap3,
.wrap4,
.wrap5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}

.wrap3 {
    -webkit-line-clamp: 3;
}

.wrap4 {
    -webkit-line-clamp: 4;
}

.wrap5 {
    -webkit-line-clamp: 5;
}

.m-auto {
    margin: auto !important;
}

.position-relative,
.pos-rel {
    position: relative;
}

.position-absolute,
.pos-abs {
    position: absolute;
}

.no-float {
    float: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}


.smaller-60 {
    font-size: 60% !important;
}

.smaller-50 {
    font-size: 50% !important;
}

.smaller-40 {
    font-size: 40% !important;
}

.smaller-30 {
    font-size: 30% !important;
}

.smaller-20 {
    font-size: 20% !important;
}

.smaller-75 {
    font-size: 75% !important;
}

.container {
    width: 1200px;
}

.inline-block {
    display: inline-block
}

.block {
    display: block;
}

.form-control {
    border-radius: 0;
    color: #002a4a;
}

.form-control:focus,
.form-control:active {
    border-color: #33a0ff;
    box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
}

.btn {
    padding: 8px 24px;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 0 5px rgba(51, 160, 255, 0.15), inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15), inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15), inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-info:hover {
    background: #248de9;
    border-color: #248de9;
    color: #fff;
}

.btn-info:active,
.btn-info:focus {
    background: #197fd9;
    border-color: #197fd9;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    color: #d8dfe6;
    border-color: #d8dfe6;
}

.btn.btn-white:hover {
    background: #d8dfe6;
    color: #fff;
    border-color: #d8dfe6;
}

.btn.btn-white.btn-info {
    color: #33a0ff;
    border-color: #33a0ff;
}

.btn.btn-white.btn-info:hover {
    background: #33a0ff;
    color: #fff;
    border-color: #33a0ff;
}

.btn.btn-white.btn-info:focus,
.btn.btn-white.btn-info:active {
    background: #248de9;
    color: #fff;
    border-color: #248de9;
}

.btn.btn-white.btn-primary {
    color: #0462ce;
}

.btn.btn-white.btn-primary:hover {
    color: #fff;
    background: #0462ce;
    border-color: #0462ce;
}

.btn.btn-white.btn-primary:focus,
.btn.btn-white.btn-primary:active {
    color: #fff;
    background: #0462ce;
    border-color: #0462ce;
}

.btn.btn-white.btn-danger {
    color: #ea0c26;
    border-color: #ea0c26;
}

.btn.btn-white.btn-danger:hover {
    background: #ea0c26;
    color: #fff;
}

.btn.btn-white.btn-danger:focus,
.btn.btn-white.btn-danger:active {
    background: #ea0c26;
    color: #fff;
    border-color: #ea0c26;
}

.btn.btn-white.btn-purple {
    color: #7772ff;
    border-color: #7772ff;
}

.btn.btn-white.btn-purple:hover {
    background: #7772ff;
    color: #fff;
    border-color: #7772ff;
}

.btn.btn-white.btn-purple:focus,
.btn.btn-white.btn-purple:active {
    background: #5f59f7;
    color: #fff;
    border-color: #5f59f7;
}

.btn.btn-white.btn-green {
    color: #57e0a7;
    border-color: #57e0a7;
}

.btn.btn-white.btn-green:hover {
    background: #57e0a7;
    color: #fff;
    border-color: #57e0a7;
}

.btn.btn-white.btn-green:focus,
.btn.btn-white.btn-green:active {
    background: #52d29d;
    color: #fff;
    border-color: #52d29d;
}

.btn .fa {
    margin-right: 5px;
}

input[type=checkbox].ace,
input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: default;
}

label input[type=checkbox].ace,
label input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
    outline: none !important;
}

input[type=checkbox].ace + .lbl,
input[type=radio].ace + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-weight: normal;
    cursor: default;
}

input[type=checkbox].ace + .lbl::before,
input[type=radio].ace + .lbl::before {
    cursor: default;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #FFF;
    content: "\a0";
    background-color: #fff;
    border: 1px solid #d9e1e8;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 16px;
    min-width: 18px;
    margin-right: 1px;
    position: relative;
    top: -2px;
    margin-right: 12px;
}

input[type=radio].ace + .lbl::before {
    border-radius: 50%;
}

input[type=checkbox].ace:checked + .lbl::before,
input[type=radio].ace:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    color: #33a0ff;
    background-color: #fff;
    border-color: #d9e1e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=radio].ace:checked + .lbl::before {
    content: "\f111";
    line-height: 16px;
    text-align: center;
    padding-left: 1px;
}

input[type=checkbox].ace:hover + .lbl::before,
input[type=radio].ace:hover + .lbl::before,
input[type=checkbox].ace + .lbl:hover::before,
input[type=radio].ace + .lbl:hover::before {
    border-color: #33a0ff;
    box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
}

input[type=checkbox].ace:focus + .lbl::before,
input[type=radio].ace:focus + .lbl::before {
    border-color: #33a0ff;
    box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(51, 160, 255, 0.15);
}

input[type=checkbox].ace:active + .lbl::before,
input[type=radio].ace:active + .lbl::before,
input[type=checkbox].ace:checked:active + .lbl::before,
input[type=radio].ace:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].ace:disabled + .lbl::before,
input[type=radio].ace:disabled + .lbl::before,
input[type=checkbox].ace[disabled] + .lbl::before,
input[type=radio].ace[disabled] + .lbl::before,
input[type=checkbox].ace.disabled + .lbl::before,
input[type=radio].ace.disabled + .lbl::before {
    background-color: #F5F8FC !important;
    border-color: #dedfe0 !important;
    box-shadow: none !important;
    color: #BBB;
    cusor: default
}

.checkbox label input[type=checkbox].ace + .lbl,
.radio label input[type=radio].ace + .lbl {
    margin-left: -10px;
}


.navbar {
    margin-bottom: 0
}

.navbar-brand {
    padding: 10px 0;
}

nav.navbar.bootsnav {
    border: none;
    background: none;
    height: 60px;
}

.navbar-collapse.collapse {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    float: none;
    display: inline-block;
}

.nav > li {
    position: relative;
    margin: 0 15px;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #060f17;
    padding: 18px 0;
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a {
    color: #060f17;
    padding: 18px 15px 18px 0;
    font-size: 16px;
    display: block;
}

nav.navbar.bootsnav ul.nav > li.on > a,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #33a0ff;
    background: none;
}

.nav > li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #33a0ff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

nav.navbar.bootsnav ul.nav > li.active:after,
.nav > li:hover:after {
    width: 100%;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 0;
    transition: all 0.4s ease 0s;
    border: 0;
    display: block;
    margin-left: 0;
    width: 11px;
    height: 24px;
    vertical-align: middle;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
    transform: rotate(180deg);
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.bootsnav .dropdown-menu a {
    color: #060f17;
    padding: 12px;
    display: block;
    font-size: 16px;
}

.bootsnav .dropdown-menu a:hover,
.bootsnav .dropdown-menu a:focus,
.bootsnav .dropdown-menu a:active {
    background: #eff8ff;
    color: #33a0ff;
}

header .pull-right {
    margin-top: 9px;
}

header .btn-white {
    margin-left: 5px;
}

@media only screen and (max-width: 990px) {

    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
        content: " ";
    }

    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav ul.nav > li:hover {
        background: transparent;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        margin: 0;
    }
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 36px;
    color: #fff;
    opacity: 0.5;
}

.swiper-button-prev i:hover,
.swiper-button-prev i:focus,
.swiper-button-next i :hover,
.swiper-button-next i :focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}


footer {
    background: #003666;
    color: #ffffff;
    text-align: center;
    padding: 7px 24px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer p {
    font-size: 11px;
    margin-bottom:0;
}

footer li a {
    color: #bedef9;
}

footer h4 {
    color: #fff;
    margin-bottom: 24px;
}

footer .col-md-4 a,
footer .col-md-4 p {
    line-height: 2;
}

footer .col-md-4 img {
    width: 110px;
    height: 110px;
    margin: 36px 0;
}

footer .col-md-12.fadeInRight {
    border-top: 1px solid #254b6c;
    margin-top: 60px;
}

footer .btn.btn-info.btn-white {
    background: none;
    border-radius: 0;
}

footer .btn.btn-info.btn-white:hover,
footer .btn.btn-info.btn-white:focus,
footer .btn.btn-info.btn-white:active {
}

footer .pull-right {
    margin: 24px 0 12px;
}

footer .pull-right li {
    float: left;
    color: #33a0ff
}

footer .pull-right li a {
    padding: 0 10px;
    color: #33a0ff;
}

footer .pull-right li a:last-child {
    padding-right: 0;
}

.swiper-slide .img-responsive {
    width: 100%;
}

.notice {
    width: 100%;
    margin: 36px 0 48px;
}

.notice-box {
    background: #FFF;
    box-shadow: 0 0 20px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 20px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(51, 160, 255, 0.15);
    width: 100%;
    height: 80px;
}

.notice-box .swiper-container {
    width: calc(100% - 80px);
    margin-bottom: 0;
    float: left;
}

.notice-box .swiper-slide {
    padding: 12px 12px 12px 48px;
}

.notice-box .swiper-slide h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #060f17;
}

.notice-box .swiper-slide:hover h4 {
    color: #33a0ff
}

.notice-box .swiper-slide P {
    font-size: 14px;
}

.notice-box .swiper-slide:before {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #33a0ff;
    left: 24px;
    top: 32px;
    content: "";
}

.notice-box .title {
    width: 80px;
    height: 80px;
    background: #195080;
    color: #FFF;
    font-size: 20px;
    float: right;
    padding-top: 10px;
    margin-bottom: 0;
}

.notice-box .title a {
    color: #fff;
}

.notice-box .title a:hover,
.notice-box .title a:active,
.notice-box .title a:focus {
    color: #33a0ff
}

.member,
.news,
.activity,
.case,
.expert,
.advantage,
.advert,
.download {
    width: 100%;
    margin-bottom: 72px;
}

.mtitle h1 {
    position: relative;
    font-size: 36px;
    margin-bottom: 36px;
    font-style: oblique;
    padding-top: 12px;
}

.title1 {


}

.title1 {
    /*background: url(../images/title1.png) 0 0 no-repeat;*/
}

.mtitle h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 32px;
    background: #195080;
}

.mtitle h1:after {
    content: "";
    position: absolute;
    left: 36px;
    top: 0;
    height: 6px;
    width: 6px;
    background: #33a0ff;
}

.mtitle h1 .grey {
    color: #f2f6f9;
    font-style: normal;
    margin-left: 6px;
}

.mtitle a {
    color: #d9e1e8;
    font-size: 36px;
}

.mtitle a:hover {
    color: #33a0ff
}

.member ul li {
    border-bottom: 1px solid #d9e1e8;
    padding: 12px 0;
}

.news ul li {
    border-bottom: 1px solid #d9e1e8;
    padding: 10px 0;
}

.member ul li:last-child,
.news ul li:last-child {
    border-bottom: 0;
}

.member h5,
.news h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

.member h5 {
    position: relative;
    padding-left: 20px;
}

.member h5:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    height: 8px;
    width: 8px;
    transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    background: #33a0ff;

}

.member p {
    height: 42px;
}

.news h5 {
    height: 48px;
}

.member a:hover h5,
.news a:hover h5 {
    color: #33a0ff
}

.news li a {
    position: relative;
    padding-left: 36px;
    display: inline-block
}

.news li a:before {
    height: 24px;
    width: 24px;
    background: #d5e9fb;
    position: absolute;
    left: 0;
    color: #195080;
    font-size: 30px;
    top: 20px;
}

.news li:nth-of-type(1) a:before {
    content: "1";
}

.news li:nth-of-type(2) a:before {
    content: "2";
}

.news li:nth-of-type(3) a:before {
    content: "3";
}

.news li:nth-of-type(4) a:before {
    content: "4";
}

.news li:nth-of-type(5) a:before {
    content: "5";
}

.news .col-md-8 a {
    display: block;
}

.news .col-md-8 a:hover {
    opacity: 0.5;
}

.news .pos-abs {
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    /* Opear */
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    /*IE10及IE10+*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 24px 24px;
    color: #fff;
    font-size: 18px;
}

.news .pos-abs h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.news .col-md-8 .pull-right {
    font-size: 18px;
    color: #fff;
    right: 12px;
    bottom: 0;
    background: none;
    left: auto;
}

.fa-thumbs-o-up {
    margin-right: 5px;
}

.fa-thumbs-o-up:hover,
.fa-thumbs-o-up:focus,
.fa-thumbs-o-up:active {
    color: #ff334b
}

.news li .pull-right {
    background: none;
    color: #d9e1e8;
    padding: 0;
    right: 0;
    left: auto;
    bottom: 10px;
    font-size: 14px;
}

.activity .team-thumb {
    display: block;
    border-bottom: 2px solid #33a0ff
}

.activity .team-thumb:hover {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.activity .team-des {
    width: 100%;
    overflow: hidden;
    padding: 24px;
}

.activity .team-des h5 {
    font-size: 16px;
    margin: 5px 0 18px;
}

.activity .team-des h5:last-child {
    margin-bottom: 0;
}

.case .col-md-6 .col-md-6:nth-of-type(1),
.case .col-md-6 .col-md-6:nth-of-type(2) {
    margin-bottom: 24px;
}

.case .col-md-6 a,
.expert .col-md-4 a {
    border: 1px solid #d9e1e8;
    padding: 24px;
    display: block;
}

.case .col-md-6 a:hover,
.expert .col-md-4 a:hover {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.case .col-md-6 a span,
.expert .col-md-4 a span {
    padding-bottom: 3px;
    border-bottom: 2px solid #195080;
    color: #195080;
    display: inline-block;
}

.case .col-md-6 a:hover span,
.expert .col-md-4 a:hover span {
    color: #33a0ff;
    border-color: #33a0ff
}

.case .col-md-6 a {
    background: #fff url(../images/case.png) right bottom no-repeat;
}

.expert .col-md-4 a {
    background: #fff url(../images/expert.png) right bottom no-repeat;

}

.case h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.case a:hover h5 {
    color: #33a0ff;
}

.case p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.expert h4 {
    margin-bottom: 20px;
}

.expert .fa-quote-left {
    margin-right: 8px;
}

.expert h5 {
    font-size: 18px;
    border-top: 1px dashed #d9e1e8;
    padding-top: 20px;
    margin-bottom: 6px;
}

.expert a .grey {
    margin-bottom: 12px;
}

.expert a:hover h4 {
    color: #33a0ff;
}

.advantage {
    margin-bottom: 36px;
}

.advantage .col-md-6 {
    position: relative;
    display: block;
    margin-bottom: 36px;
    padding-bottom: 24px;
}

.advantage .row:last-child .col-md-6 {
    margin-bottom: 0;
}

.advantage .col-md-6 h2 {
    bottom: 0;
    left: 0;
    color: #f5f9fc;
    font-size: 164px;
    z-index: -1;
    line-height: 1;
    font-weight: 700;
}

.advantage .table-box {
    display: table;
    padding: 0 0 36px 0 !important;
}

.advantage .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.advantage h3 {
    position: relative;
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

.advantage h3:before {
    content: "";
    background: #33a0ff;
    height: 2px;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.advantage h5 {
    font-size: 24px;
}

.advantage ul {
    margin-top: 24px;
}

.advantage ul li {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
    padding-left: 18px;
    line-height: 1.8
}

.advantage ul li:last-child {
    margin-bottom: 0;
}

.advantage ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #33a0ff;
    position: absolute;
    left: 0;
    top: 10px;
}

.advert .swiper-container {
    padding-bottom: 36px;
}

.advert .swiper-pagination-bullets {
    bottom: 0;
}

.breadcrumbs {
    margin-bottom: 48px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 24px 12px;
}

.breadcrumb > li > a {
    color: #33a0ff;
}

.breadcrumb > .active {
    color: #060f17
}

.loginbox {
    margin-bottom: 72px;
    margin-top: 36px;
}

.loginbox a {
    color: #33a0ff
}

.loginbox a:hover {
    color: #248de9;
}

.text-uppercase:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: .6rem;
    background: #0462ce;
}


.atitle h3 {
    margin-bottom: 36px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.atitle h3:before {
    height: 8px;
    width: 8px;
    background: #33a0ff;
    position: absolute;
    content: "";
    top: 14px;
    left: 0
}

.atitle span {
    color: #dedfe0;
    margin-left: 5px;
}

.loginbox form .btn.width-100 {
    margin: 30px 0;
    width: 100%;
    display: block;
}

.loginbox img.pos-abs {
    bottom: 1px;
    right: 2px;
    height: 36px;
}

.loginbox .center-block {
    float: none;
}

.title {
    margin-bottom: 36px;
}

.title .blue {
    font-size: 20px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 12px;
    z-index: 9;
    color: #9bd0ff;
}

.title .blue:before {
    height: 1px;
    width: 36px;
    content: "";
    position: absolute;
    background: #9bd0ff;
    left: 0;
    top: 15px;
}

.organize {
    margin-bottom: 72px;
}

.organizecontent,
.organizepicture {
    width: 100%;
    padding: 24px;
    height: 512px;
}

.organizecontent {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.organizepicture {
    border-left: 1px dashed #d9e1e8;
    background: url(../images/organbg.png) 0 bottom no-repeat;
    background-size: 100%;
}

.organizecontent h4 {
    padding: 12px 0;
    margin: 12px 0 16px;
    position: relative;
    border-bottom: 1px solid #d9e1e8;
}

.organizecontent h4:first-child {
    margin-top: 0;
}


.organizecontent p {
    border-bottom: 1px dashed #d9e1e8;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.organizecontent p:before {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #33a0ff;
    left: 0;
    top: 6px;
    content: ""
}

.council {
    width: 100%;
    margin-bottom: 48px;

}

.council h3 {
    margin-bottom: 36px;
    margin-top: 24px;
}

.council h3:first-child {
    margin-top: 0;
}

.council .card {
    /* background: -webkit-linear-gradient(right, rgba(51, 160,255,0.15) 30%, #fff 100%);
	background: -o-linear-gradient(right, rgba(51, 160,255,0.15) 30%, #fff 100%);
	background: -moz-linear-gradient(right, rgba(51, 160,255,0.15) 30%, #fff 100%);
	background: linear-gradient(right, rgba(51, 160,255,0.15)  30%, #fff 100%); */
    background: #fff;
    width: 100%;
    padding: 24px 24px 12px;
    margin-bottom: 24px;
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    position: relative;
    border-top: 3px solid #33a0ff;
}

/* .council .card:before{
	background:#33a0ff;
	height:36px;
	width:3px;
	content:"";
	position:absolute;
	top:57px;
	left:0;
} */
.council .card h4 {
    margin-bottom: 6px;
}

.council .card p {
    margin-bottom: 12px;
}

.council .card .inline-block {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    padding: 5px 12px;
}

.council.expert {
    margin-bottom: 72px;
}

.council.expert .col-md-4 a {
    margin-bottom: 24px;
    background: #fff;
}

.council.expert h4 {
    padding-top: 6px;
    border-top: 0;
    margin-bottom: 6px;
}

.council.expert ul {
    padding-left: 20px;
}

.council.expert ul li {
    list-style: disc;
}

.council.expert .inline-block {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    padding: 5px 12px;
    right: 0;
    border-radius: 15px 0 0 15px;
}

.council.expert .grey {
    border-bottom: 1px dashed #d9e1e8;
    padding-bottom: 12px;
}

.council.expert span.pull-right {
    padding-top: 8px
}

.rule h2 {
    margin-bottom: 48px;
}

.rule h4 {
    margin-bottom: 36px;
}

.rule ul li {
    margin-bottom: 36px
}

.rule ul li p {
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 16px;
}

.rule .fontbold {
    padding-right: 12px;
}

.unews {
    margin-bottom: 72px;
}

.newslist {
    margin-bottom: 24px;
}

.newslist li {
    border-left: 1px dashed #d9e1e8;
    margin-left: 148px;
    padding-bottom: 24px;
}

.newslist li:last-child {
    padding-bottom: 0;
}

.newslist li a {
    display: block;
    padding: 24px;
    margin: 0 0 0 24px;
    border: 1px solid #d9e1e8;
    background: #fff;
}

.newslist li .time {
    left: -148px;
    border: 1px solid #33a0ff;
    color: #33a0ff;
    text-align: center;
    font-size: 16px;
}

.newslist li .time p {
    background: #33a0ff;
    padding: 5px 12px;
    color: #fff;
    position: relative
}

.newslist li .time p:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 9px;
    right: -6px;
    border-left: 6px solid #33a0ff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.newslist li h4 {
    margin-bottom: 12px;
    font-size: 20px;
}

.newslist li a p {
    font-size: 16px;
    line-height: 1.8;
}

.newslist li .Tlight-grey {
    margin-bottom: 12px;
}

.newslist li span {
    padding-bottom: 5px;
    border-bottom: 2px solid #195080;
    color: #195080;
    font-size: 16px;
    display: inline-block;
    margin-top: 24px;
}

.newslist li a:hover span {
    border-bottom: 2px solid #33a0ff;
    color: #33a0ff;
}

.newslist li .pull-right {
    right: 24px;
    bottom: 53px;
    font-size: 16px;
    color: #d9e1e8;
}

.newslist li:last-child .pull-right {
    bottom: 29px;
}

.newslist.activity li .time {
    border: 0;
    color: #666f76;
}

.newslist.activity li .time p {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    border-radius: 25px;
    margin-bottom: 6px;
}

.newslist.activity li .time p:before {
    border: 0;
}

.newslist.activity li a {
    background: rgba(51, 160, 255, 0.05);
    border: 0;
    padding: 24px;
}

.newslist.purple li .time {
    border: 1px solid #7772ff;
    color: #7772ff;
}

.newslist.purple li .time p {
    background: #7772ff;
}

.newslist.purple li .time p:before {
    border-left: 6px solid #7772ff;
}

.newslist.purple li a:hover h4 {
    color: #7772ff;
}

.newslist.purple li a:hover span {
    border-bottom: 2px solid #7772ff;
    color: #7772ff;
}

.pagination.purple > li > a,
.pagination.purple > li > span {
    color: #7772ff;
}

.pagination.purple > li > a:hover,
.pagination.purple > li > span:hover,
.pagination.purple > li > a:focus,
.pagination.purple > li > span:focus {
    background-color: #7772ff;
    border-color: #7772ff;
}

.pagination.purple > .active > a,
.pagination.purple > .active > span,
.pagination.purple > .active > a:hover,
.pagination.purple > .active > span:hover,
.pagination.purple > .active > a:focus,
.pagination.purple > .active > span:focus {
    background-color: #7772ff;
    border-color: #7772ff;
    color: #fff;
}

.newslist.green li .time {
    border: 1px solid #57e0a7;
    color: #57e0a7;
}

.newslist.green li .time p {
    background: #57e0a7;
}

.newslist.green li .time p:before {
    border-left: 6px solid #57e0a7;
}

.newslist.green li a:hover h4 {
    color: #57e0a7;
}

.newslist.green li a:hover span {
    border-bottom: 2px solid #57e0a7;
    color: #57e0a7;
}

.pagination.green > li > a,
.pagination.green > li > span {
    color: #57e0a7;
}

.pagination.green > li > a:hover,
.pagination.green > li > span:hover,
.pagination.green > li > a:focus,
.pagination.green > li > span:focus {
    background-color: #57e0a7;
    border-color: #57e0a7;
}

.pagination.green > .active > a,
.pagination.green > .active > span,
.pagination.green > .active > a:hover,
.pagination.green > .active > span:hover,
.pagination.green > .active > a:focus,
.pagination.green > .active > span:focus {
    background-color: #57e0a7;
    border-color: #57e0a7;
    color: #fff;
}

.ititle {
    margin-bottom: 36px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9e1e8;
}

.ititle .grey {
    color: #f2f6f9;
}

.ititle:before {
    position: absolute;
    height: 3px;
    width: 60px;
    background: #33a0ff;
    bottom: 0;
    content: "";
    left: 0;
}

.memberlist {
    margin-bottom: 36px;
}

.memberlist li {
    width: 20%;
    display: block;
    float: left;
    margin: -1px -1px 0 0;
}

.memberlist li a {
    border: 1px solid #d9e1e8;
    padding: 24px;
    height: 216px;
    width: 100%;
    display: block;
    font-size: 16px;
}

.memberlist li img {
    margin-bottom: 24px;
    width: 96px;

}

.form-search {
    margin-bottom: 24px;
}

.input-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-icon > .fa {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 12px;
    color: #dedfe0;
    font-size: 16px;
}

.input-icon > .fa-mobile {
    font-size: 18px;
    right: 14px;
}

.memberlist2 li a,
.caselist .col-md-6 a {
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid #d9e1e8;
    width: 100%;
    display: block;
}

.memberlist2 li a h4 {
    margin-bottom: 12px;
}

.memberlist2 li a p {
    height: 42px;
}

.caselist .btn {
    margin-bottom: 36px;
}

.caselist .col-md-6 a h4 {
    border-bottom: 1px solid #d9e1e8;
    padding-bottom: 12px;
}

.caselist .col-md-6 a p {
    height: 42px;
    margin-bottom: 12px;
}

.caselist .col-md-6 a h5 {
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    padding-left: 18px;
}

.caselist .col-md-6 a h5:before {
    height: 6px;
    width: 6px;
    border-radius: 6px;
    position: absolute;
    background: #33a0ff;
    content: "";
    left: 0;
    top: 9px;

}

.caselist .col-md-6 a .link {
    padding-bottom: 3px;
    border-bottom: 2px solid #195080;
    color: #195080;
    display: inline-block;
    margin-top: 12px;
}

.newslist li a:hover,
.newslist li a:focus,
.newslist li a:active,
.memberlist li a:hover,
.memberlist li a:focus,
.memberlist li a:active,
.memberlist2 li a:hover,
.memberlist2 li a:focus,
.memberlist2 li a:active,
.caselist .col-md-6 a:hover,
.caselist .col-md-6 a:focus,
.caselist .col-md-6 a:active {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.newslist li a:hover h4,
.memberlist2 li a:hover h4,
.caselist .col-md-6 a:hover h4 {
    color: #33a0ff;
}

.caselist .col-md-6 a:hover .link {
    border-bottom: 2px solid #33a0ff;
    color: #33a0ff;
}

.caselist .col-md-6 a li {
    padding-top: 12px;
    border-bottom: 1px dashed #d9e1e8;
}

.caselist .col-md-6 a .inline-block {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    padding: 5px 12px;
    margin-bottom: 12px;
    font-size: 12px;
    margin-right: 5px;
}

.caselist .launch li {
    width: 50%;
}

.council.expert .expertd {
    padding-left: 0;
    margin-top: 36px;
    magin-bottom: 24px;
}

.council.expert .expertd li {
    list-style: none;
    position: relative;
    padding-bottom: 30px;
    padding-left: 228px;
}

.expertd li:before {
    position: absolute;
    display: block;
    content: "";
    top: 30px;
    bottom: 0;
    left: 176px;
    width: 2px;
    background: #f2f4f6;
}

.council.expert .expertd li:last-child {
    padding-bottom: 0;
}

.expertd li .time {
    display: block;
    height: 40px;
    width: 120px;
    background: #33a0ff;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}

.expertd li .time:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 9px;
    right: -6px;
    border-left: 6px solid #33a0ff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.expertd li .dotted {
    width: 16px;
    background: #33a0ff;
    border-radius: 50%;
    height: 16px;
    border: 4px solid #f2f9fe;
    position: absolute;
    top: 6px;
    left: 168px;
}

.expertcontent {
    padding: 24px;
    background: #f9fdff;
}

.council.expert .expertcontent h4 {
    margin-bottom: 12px;
    padding-top: 0;
}

.council.expert .expertcontent p {
    margin-bottom: 12px;
    line-height: 1.8;
}

.council.expert .expertcontent p:last-child {
    margin-bottom: 0;
}

.expert .expertcontent h5 {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 18px;
}

.expert .expertcontent h5:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #33a0ff;
    left: 0;
    top: 27px;
}

.expert .expertcontent h5:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0
}

.expert .expertcontent h5:first-child:before {
    top: 7px;
}

.mbtitle {
    background: url(../images/circle.png) 0 center no-repeat;
    padding-left: 48px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9e1e8;
}

.mbtitle.green {
    background: url(../images/circleg.png) 0 center no-repeat;
}

.mbtitle .grey {
    font-size: 60px;
    color: #f2f6f9;
}

.mbtitle h2 {
    z-index: 9;
    margin-top: -48px;
}

.mdt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 24px;
}

.tag {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    padding: 7px 12px 8px;
    display: table;
    font-size: 18px;
    margin-bottom: 24px;
}

.mdlist h3 {
    margin-bottom: 24px;
}

.mdlist ul li {
    margin-bottom: 24px;
    font-size: 18px;
}

.mdlist ul li p,
.mdlist ul li a {
    font-size: 18px;
    padding-left: 30px;
}

.mdlist .black {
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    padding: 12px 12px 12px 30px;
    background: #f9fdff;
}

.mdlist .black:before {
    height: 6px;
    width: 6px;
    border-radius: 6px;
    position: absolute;
    background: #33a0ff;
    content: "";
    left: 12px;
    top: 21px;
}

.casedetail h4 {
    margin-bottom: 24px;
    padding-left: 18px;
    border-top: 1px dashed #d9e1e8;
    padding-top: 24px;
}

.casedetail h4:first-child {
    border-top: 0;
    padding-top: 0;
}

.ctitle {
    position: relative;
}

.ctitle:before {
    height: 6px;
    width: 6px;
    background: #33a0ff;
    position: absolute;
    content: "";
    top: 33px;
    left: 0;
}

.casedetail .ctitle:first-child:before {
    top: 9px;
}

.casedetail p {
    font-size: 16px;
    margin-bottom: 36px;
    line-height: 2;
}

.casedetail ul,
.casedetail ol {
    margin-bottom: 36px;
}

.casedetail ul li {
    list-style-type: disc;
}

.casedetail ol li {
    list-style-type: decimal;
}

.casedetail ul li,
.casedetail ol li {
    margin-left: 36px;
    font-size: 16px;
    line-height: 2
}

.casedetail .checkform {
    margin-bottom: 24px;
}

.casedetail input[type=checkbox].ace:checked + .lbl::before {
    color: #666f76;
    background-color: #F5F8FC;

}

.casedetail input[type=checkbox].ace:hover + .lbl::before {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.casedetail input[type=checkbox].ace:checked:hover + .lbl::before,
.casedetail input[type=checkbox].ace:checked:focus + .lbl::before,
.casedetail input[type=checkbox].ace:checked:active + .lbl::before {
    border-color: #dedfe0;
}

.casedetail .checkbox {
    display: inline-block;
}

.casedetail .blue.bigger-150 {
    margin-top: 36px;
    margin-bottom: 24px;
}

.casedetail .fa-file-pdf-o {
    margin-right: 5px
}

.newsdetail {
    font-size: 18px;
    padding-bottom: 12px;
    line-height: 2;
}

.newsdetail .time {
    border: 1px solid #33a0ff;
    color: #33a0ff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    line-height: 1.5;
    position: relative;
}

.newsdetail .time p {
    background: #33a0ff;
    padding: 5px 12px;
    color: #fff;
    margin-bottom: 0;
}

.newsdetail.purple .time {
    border: 1px solid #7772ff;
    color: #7772ff;
}

.newsdetail.purple .time p {
    background: #7772ff;
}

.newsdetail.green .time {
    border: 1px solid #57e0a7;
    color: #57e0a7;
}

.newsdetail.green .time p {
    background: #57e0a7;
}

.newsdetail .pull-right {
    color: #d9e1e8;
}

.newsdetail h3 {
    margin-bottom: 12px;
}

.newsdetail .grey {
    margin-bottom: 12px;
}

.newsdetail .btn.btn-white {
    margin-bottom: 24px;
}

.newsdetail img {
    margin-bottom: 24px;
}

.newsdetail p {
    margin-bottom: 12px;
}

.newsdeli li {
    border-bottom: 1px solid #d9e1e8;
    padding: 10px 0;
}

.newsdeli h3 {
    position: relative;
    border-bottom: 1px solid #d9e1e8;
    padding-bottom: 12px;
}

.newsdeli h3:before {
    position: absolute;
    height: 3px;
    width: 50px;
    background: #33a0ff;
    bottom: 0;
    content: "";
    left: 0;
}

.newsdeli.purple h3:before {
    background: #7772ff;
}

.newsdeli.green h3:before {
    background: #57e0a7;
}

.newsdeli li:last-child {
    border-bottom: 0;
}

.newsdeli li .pull-right {
    right: 0;
    bottom: 10px;
    color: #d9e1e8;
}

.newsdeli h5 {
    height: 48px;
    font-size: 16px;
    margin-bottom: 6px;
}

.newsdeli li a:hover h5 {
    color: #33a0ff;
}

.newsdeli.purple li a:hover h5 {
    color: #7772ff;
}

.newsdeli.green li a:hover h5 {
    color: #57e0a7;
}

.applylist {
    border-top: 1px solid #d9e1e8;
}

.applylist.pos-fixed {
    position: fixed;
    top: 84px;
    width: 270px
}

.applylist li {
    border-bottom: 1px solid #d9e1e8;
    font-size: 16px;
}

.applylist li a {
    position: relative;
    padding: 12px 24px 13px;
    display: block;
    color: #666f76;
}

.applylist li a:hover,
.applylist li a:active,
.applylist li a:focus {
    color: #33a0ff
}

.applylist li.active a {
    color: #33a0ff
}

.applylist li.active a:before {
    background: #33a0ff;
    position: absolute;
    left: 0;
    top: 18px;
    height: 12px;
    width: 3px;
    content: ""
}

.activede p.grey {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}

.activede h5 {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 2;
}

.activede ul li .mdt {
    margin-bottom: 12px;
}

.activede ul li .grey {
    margin-bottom: 24px;
}

.activede .form-horizontal {
    margin-left: -12px;
    margin-bottom: 36px;
}

.tab-content p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 2;
}

.tab-content h4 {
    margin-bottom: 18px;
    line-height: 2;
}

#flow {
    margin-bottom: 24px;
}

#flow ul li p:last-child {
    margin-bottom: 24px;
}

.launch li {
    width: 33.3333%;
    margin: 0;
    float: left;
    border-bottom: 1px solid #d9e1e8;
    border-top: 1px solid #d9e1e8;
}

.launch li a {
    color: #666f76;
    font-size: 16px;
    padding: 12px;
    position: relative;
    display: block;
    text-align: center;
}

.launch li a:hover,
.launch li a:focus,
.launch li a:active {
    color: #33a0ff;
    background: rgba(51, 160, 255, 0.15);
}

.launch li a:before,
.launch li.active a:after {
    position: absolute;
    content: "";
}

.launch li a:before {
    width: 1px;
    height: 20px;
    left: 0;
    background: #d9e1e8;
    top: 15px;
}

.launch li:first-child a:before {
    width: 0;
}

.launch li.active a {
    color: #33a0ff;
}

.launch li.active a:after {
    height: 3px;
    left: 0;
    right: 0;
    width: 100%;
    background: #33a0ff;
    bottom: -1px;
}

.launch li.active a:hover,
.launch li.active a:active,
.launch li.active a:focus {
    background: #fff;
}

.launchco {
    padding: 36px 0 24px;
}

.launchco h4 {
    margin-bottom: 24px;
    padding-left: 18px;
    line-height: 1.5;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d9e1e8;
}

.launchco .ctitle:before {
    top: 11px;
}

#applyform .btn.pull-right {
    margin-bottom: 24px;
}

.form-horizontal {
    margin-bottom: 24px;
    margin-top: 12px;
}

.found .form-control {
    width: 205px;
    float: left;
}

.found .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 88px;
    float: left;
    margin-left: 12px;
}

.form-horizontal .radio label,
.form-horizontal .checkbox label {
    padding-left: 12px;
    min-height: 38px;
}

.checkbox .form-control,
.radio .form-control {
    display: inline-block;
    width: 170px;
    margin-left: 12px;
}

.alert-info h5 {
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1f1ff;
    color: #33a0ff;
    margin-bottom: 12px;
}

.alert-info p {
    font-size: 14px;
    line-height: 1.5;
}

.alert-info p:last-child {
    margin-bottom: 0;
}

.launchco .checkbox {
    width: 33.333%;
    float: left;
}

.workgroup .ctitle {
    margin-bottom: 24px;
    padding-left: 18px;
    line-height: 1.5;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9e1e8;
}

.workgroup .ctitle:before {
    top: 11px;
}

.workgroup h5 {
    font-size: 16px;
    margin-bottom: 12px;
}

.workgroup p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.workgroup .light-grey {
    margin-bottom: 8px;
}

.workgroup p.wrap2 {
    margin-bottom: 0;
}

.workgroup .col-md-4 .width-100,
.workgroup .col-md-3 .width-100,
.workgroup .activelist-2 li a {
    border: 1px solid #d9e1e8;
    display: block;
    padding: 24px;
    margin-bottom: 24px;
}

.workgroup .col-md-3 .width-100:hover {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.newslist-2 li {
    margin-left: 128px;
}

.newslist-2 li .time {
    left: -128px;
}

.newslist-2 li .time,
.newslist-2 li .time p {
    font-size: 12px;
}

.newslist-2 li a p,
.newslist-2 li span {
    font-size: 14px;
    line-height: 1.5
}

.newslist-2 li span {
    padding-bottom: 3px;
    margin-top: 12px;
}

.newslist-2 li .light-grey {
    margin-bottom: 8px;
}

.newslist-2 li .pull-right {
    font-size: 14px;
    bottom: 51px;
}

.newslist-2 li:last-child .pull-right {
    bottom: 26px;
}

.workgroup .btn.btn-white {
    margin-top: 24px;
    margin-bottom: 36px;
}

.activelist-2 li a:hover {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.newslist-2.activity li .time p {
    padding: 5px 15px;
}

.workgroup li a:hover h5 {
    color: #33a0ff
}

.achievement .light-grey {
    font-size: 12px;
}

.team-thumb {
    background: url(../images/achivement.png) right bottom no-repeat;
}

.workgroup .team-des {
    background: #33a0ff url(../images/achivement2.png) right bottom no-repeat;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0;
    left: 0;
    color: #ffffff;
    overflow: hidden;
    transition: height 450ms;
}

.workgroup .team-thumb:hover .team-des {
    height: 100%;
}

.team-des .btn.btn-white {
    background: none;
    border-color: #fff;
    color: #fff;
    width: 106px;
    margin-bottom: 0;
    margin-top: 30px;
}

.team-des .btn.btn-white:first-child {
    margin-top: 54px
}

.team-des .btn.btn-white:hover,
.team-des .btn.btn-white:active,
.team-des .btn.btn-white:focus {
    border-color: #fff;
    color: #fff;
}

.team-des .btn.btn-white:hover {
    background: #248de9;
}

.workgroup .inline-block {
    background: rgba(51, 160, 255, 0.15);
    color: #33a0ff;
    padding: 5px 12px;
    right: 0;
    top: 12px;
    border-radius: 15px 0 0 15px;
}

.workgroup .width-100.pos-rel .grey {
    border-bottom: 1px dashed #d9e1e8;
    padding-bottom: 12px;
}

.workgroup .width-100.pos-rel ul {
    padding-left: 18px;
    margin-top: 12px;
}

.workgroup .width-100.pos-rel ul li {
    list-style: disc;
    font-size: 12px;
}

.videolist .col-md-6 a p {
    margin-top: 24px;
}

.surveydetail h3 {
    margn-bottom: 24px
}

.surveydetail p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 12px;
}

.surveydetail ul {
    margin: 24px 0;
}

.surveydetail ul h5 {
    font-size: 18px;
    margin-bottom: 12px;
}

.surveydetail .form-horizontal .form-group,
.surveydetail .form-horizontal label {
    margin-bottom: 0;
}

.surveydetail .quinput {
    margin-top: 6px;
}

.surveydetail .quinput .form-group {
    margin-bottom: 15px;
}

.surveydetail .quinput label {
    display: inline-block;
    padding-top: 7px;
    width: 196px;
    float: left;
}

.surveydetail .quinput .form-control {
    width: 270px;
    float: left;
}

.surveydetail .quinput textarea.form-control {
    width: 540px;
}

.surveydetail .form-horizontal .radio label {
    min-height: 30px;
}

.videode .col-md-6 a h4 {
    margin-bottom: 12px;
}

.videode .col-md-6 a:hover h4 {
    color: #57e0a7;
}

.videode .col-md-6 a p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    height: auto;
}

.stitle {
    width: 100%;
    height: 230px;
}

.stitle .dot {
    top: 0;
    left: 0;
}

.stitle .stbg {
    top: 0;
    right: 0;
}

.stitle .smimg {
    bottom: -24px;
    right: 25%;
}

.stitle .title {
    height: 230px;
    margin-bottom: 48px;
    padding: 60px 0;
}

.council.developer h3 {
    margin-top: 36px;
    margin-bottom: 12px;
}

.council.developer .inline-block {
    width: auto;
    padding: 0 12px 0 0;
    font-size: 30px;
    position: relative;
    margin-bottom: 48px;

}

.council.developer .inline-block:after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient(left, #33a0ff, #fff);
    background: -o-linear-gradient(right, #33a0ff, #fff);
    background: -moz-linear-gradient(right, #33a0ff, #fff);
    background: linear-gradient(to right, #33a0ff, #fff);
    z-index: -1;
}

.council.developer h4 {
    margin-bottom: 12px;
}

.council.developer p {
    margin-bottom: 12px;
}

.council.developer .mdt {
    margin-bottom: 24px;
}

.council.developer p.black {
    font-size: 16px;
}

.council.developer h5 {
    font-size: 20px;
    margin-bottom: 12px;
}

.council.developer .fa {
    margin-right: 8px;
}

.council.developer .sign {
    margin-bottom: 48px;
}

.council.developer ul {
    margin-top: 36px;
}

.council.developer ul li p {
    font-size: 16px;
}

.council.developer .swiper-container {
    margin-bottom: 36px;
}

.council.developer .swiper-container img {
    margin-top: 12px;
}

.council.developer .col-md-3 {
    margin-bottom: 24px;
}

.council.developer .col-md-3 div {
    border: 1px solid #d9e1e8;
    padding: 24px;
    border-bottom: 3px solid #33a0ff;
}

.council.developer .col-md-3 h4 {
    font-size: 16px;
}

.council.developer .col-md-3 img {
    margin-bottom: 24px;
}

.council.developer .col-md-2 {
    width: 20%;
    margin: 24px 0;
}

.council.developer .pos-abs {
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    color: #fff;
    margin-bottom: 0;
}

.video {
    position: relative;
}

.video .vbg {
    width: 564px;
    margin: 0 0 36px;
}

.videolist {
    position: relative;
    width: 100%;
    height: 320px;
}

.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    z-index: 99;
    position: absolute;
    top: 0;
    box-shadow: 0 0 10px rgba(4, 98, 206, .2);
    -webkit-box-shadow: 0 0 10px rgba(4, 98, 206, .2);
    -moz-box-shadow: 0 0 10px rgba(4, 98, 206, .2);
}

.videos video {
    height: 320px;
}

.vclose.fa {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.lab h2 {
    margin-bottom: 36px;
}

.lab .mbtitle h2 {
    margin-bottom: 0;
}

.lab .col-md-3 {
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.lab .col-md-3 div {
    height: 122px;
    padding: 24px;
    line-height: 74px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
}

.lab .col-md-6 img {
    margin-bottom: 24px;
}

.lab .bg1 {
    background: url(../images/bg1.png) 0 0 no-repeat;
}

.lab .bg2 {
    background: url(../images/bg2.png) 0 0 no-repeat
}

.lab .bg3 {
    background: url(../images/bg3.png) 0 0 no-repeat;
}

.lab .bg4 {
    background: url(../images/bg4.png) 0 0 no-repeat;
}

.lab .bg5 {
    background: url(../images/bg6.png) 0 0 no-repeat;
}

.lab .bg6 {
    background: url(../images/bg7.png) 0 0 no-repeat
}

.lab .bg7 {
    background: url(../images/bg5.png) 0 0 no-repeat
}

.lablist .col-md-6 .pull-left li {
    border: 0;
    padding-top: 0;
    list-style: disc;
}

.lablist .col-md-6 a .link {
    padding-top: 8px;
}

.tech .red {
    font-size: 16px;
    margin-bottom: 12px;
}

.tech .form-horizontal {
    margin: 12px 0 24px;
}

.tech .radio {
    width: 50%;
    float: left;
}

.tech #card .radio label {
    min-height: 30px;
}

.tech #card input[type="text"] {
    margin-bottom: 12px;
}

.tech .ctitle {
    margin-bottom: 24px;
    padding-left: 18px;
    margin-top: 24px
}

.tech .ctitle:before {
    top: 9px
}

.tech .checkbox {
    width: 50%;
    float: left
}

.qlist li a {
    padding: 24px;
    border: 1px solid #d9e1e8;
    margin-bottom: 24px;
    display: block;
}

.progress_inner {
    margin-top: 30px
}

.qlist li a:hover,
.qlist li a:focus,
.qlist li a:active {
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.15);
}

.qlist li a h4 {
    margin-bottom: 12px;
}

.qlist li a .light-grey {
    margin-bottom: 12px;
}

.qlist li a:hover h4,
.qlist li a:focus h4,
.qlist li a:active h4 {
    color: #33a0ff;
}

.progress_inner__step:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.progress_inner__bar,
.progress_inner__bar--set {
    height: 4px;
    left: 12.5%;
    background: -webkit-repeating-linear-gradient(45deg, #51aeff, #51aeff 4px, #33a0ff 4px, #33a0ff 10px);
    background: repeating-linear-gradient(45deg, #51aeff, #51aeff 4px, #33a0ff 4px, #33a0ff 10px);
    -webkit-transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}

.progress_inner__step:before {
    width: 36px;
    height: 36px;
    color: #001f37;
    background: #FFF;
    line-height: 36px;
    border: 2px solid #d9e1e8;
    font-size: 14px;
    top: 3px;
    border-radius: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}

.progress_inner__step {
    width: 25%;
    font-size: 14px;
    padding: 0 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    float: left;
    text-align: center;
    position: relative;
    color: #001f37
}

.progress_inner__step label {
    padding-top: 50px;
    top: -20px;
    display: block;
    position: relative;
    cursor: pointer;

}

.progress_inner__step.active label,
.progress_inner__step:hover {
    color: #33a0ff;
}

.progress_inner__step.active:before,
.progress_inner__step:hover:before {
    color: #fff;
    background: #33a0ff;
    border: 2px solid #d3e7ff;
}

.progress_inner #step-4:checked + div {
    width: 75%;
}

.progress_inner #step-4:checked + div + div + div > .tab:nth-of-type(4) {
    display: block;
    top: 0;
}

.progress_inner #step-4:checked + div + div + div + div {
    right: 25%;
}

.progress_inner #step-3:checked + input + div {
    width: 50%;
}

.progress_inner #step-3:checked + input + div + div + div > .tab:nth-of-type(3) {
    display: block;

}

.progress_inner #step-3:checked + input + div + div + div + div {
    right: 50%;
}

.progress_inner #step-2:checked + input + input + div {
    width: 25%;
}

.progress_inner #step-2:checked + input + input + div + div + div > .tab:nth-of-type(2) {
    display: block;

}

.progress_inner #step-2:checked + input + input + div + div + div + div {
    right: 75%;
}

.progress_inner #step-1:checked + input + input + input + div {
    width: 0%;
}

.progress_inner #step-1:checked + input + input + input + div + div + div > .tab:nth-of-type(1) {
    display: block;
}

.progress_inner #step-1:checked + input + input + input + div + div + div + div {
    right: 100%;
}

.progress_inner__step:nth-of-type(1):before {
    content: "1";
}

.progress_inner__step:nth-of-type(2):before {
    content: "2";
}

.progress_inner__step:nth-of-type(3):before {
    content: "3";
}

.progress_inner__step:nth-of-type(4):before {
    content: "4";
}

.progress_inner input[type="radio"] {
    display: none;
}

.progress_inner__bar--set {
    width: 75%;
    top: -4px;
    background: #e3ebf1;
    position: relative;
    z-index: -2;
}

.progress_inner__tabs {
    margin-top: 72px
}

.progress_inner__tabs .tab {
    display: none;
    padding: 15px;
    background: white;
    border-radius: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}

.forget .btn {
    margin: 30px 0;
}

.forget .tab h3 {
    margin-bottom: 24px
}

.forget .tab p {
    margin-bottom: 12px;
}

.forget .qr,
.forget .mail {
    margin-bottom: 36px;
}

.forget .qr .form-control {
    width: calc(100% - 132px);
    float: left;
}

.forget .mail .form-control {
    width: calc(100% - 118px);
    float: left;
}

.forget .qr .btn,
.forget .mail .btn {
    margin: 0;
    float: right;
}

.center li {
    width: 50%;
    text-align: center;
    float: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9e1e8;
    margin-bottom: 24px;
}

.center li a {
    font-size: 24px;
    color: #d9e1e8;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.center li.active a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -13px;
    background: #33a0ff;
    right: 0;
    left: 0;
}

.center li.active a {
    color: #33a0ff;
}

.centercontent .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.centercontent img.pos-abs {
    top: 33px;
    right: 1px;
    height: 36px;
}

.centercontent .btn {
    margin: 30px auto;
}

.bootstrap-table .table > tbody > tr > td.no-padding {
    padding: 0 !important;
}

.centercontent .bootstrap-table .form-control {
    border: 0;
}

.lablist .col-md-6 .pull-left {
    padding-left: 24px;
    padding-top: 12px;
}

.workgroup .textarea {
    margin-bottom: 36px;
}

.downloadlist .col-md-6 ul {
    padding: 12px 0 12px 24px;
    border-bottom: 1px dashed #d9e1e8;
    margin-bottom: 12px;
}

.downloadlist .col-md-6 a li {
    border: 0;
    list-style: disc;
}

.downloadlist .btn.pos-abs {
    right: 36px;
    bottom: 12px;
}

.memberwrap {
    background: #fff;
    padding: 15px;
    width: 92px;
    height: 92px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(51, 160, 255, 0.3);
    -moz-box-shadow: 0 0 10px rgba(51, 160, 255, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(51, 160, 255, 0.3);
}

.memberwrap2 {
    height: 76px;
    width: 76px;
    padding: 10px;
}

.memberwrap:hover {
    border: 2px solid #33a0ff;
}

.tooltip {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
    background: #fff;
    left: 0;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #33a0ff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip:before {
    bottom: -6px;
    content: " ";
    height: 0;
    left: 40px;
    position: absolute;
    width: 0;
    border-left: solid transparent 6px;
    border-right: solid transparent 6px;
    border-top: solid #33a0ff 6px;
}

.tooltip a {
    color: #33a0ff
}

.tooltip a:hover,
.tooltip a:active,
.tooltip a:focus {
    color: #31b0d5;
}

.tooltip p {
    height: auto;
    margin-bottom: 6px;
}

/* CSS Triangles - see Trevor's post */
.tooltip:after {
    border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #fff 5px;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 41px;
    position: absolute;
    width: 0;
}

.tooltip2:before {
    left: 31px;
}

.tooltip2:after {
    left: 32px;
}

/* IE can just show/hide with no transition */
.lte8 .memberwrap .tooltip {
    display: none;
}

.lte8 .memberwrap:hover .tooltip {
    display: block;
}

.bubbleInfo {
    position: relative;
}

.dianxin,
.zhongxin,
.huawei,
.dongnan,
.boshi,
.zhongkeyuan,
.shenzheng {
    z-index: 1;
}

.ailixin,
.youdian {
    z-index: 2;
}

.gaotong,
.shenzheng,
.intel {
    z-index: 3;
}

.ibm,
.sap {
    z-index: 4;
}

.ailixin {
    margin-left: 403px;
    margin-top: -456px;
}

.shenzheng {
    margin-top: -70px;
    left: 593px;
}

.huawei {
    left: 216px;
    margin-top: -50px;
}

.huawei .memberwrap2 {
    padding: 15px;
}

.zhongkeyuan {
    left: 55px;
    margin-top: -5px;
}

.boshi {
    left: 183px;
    margin-top: -24px;
}

.dianxin {
    left: 335px;
    margin-top: -60px;
}

.gaotong {
    left: 516px;
    margin-top: -125px;
}

.youdian {
    left: 650px;
    margin-top: 5px;
}

.dongnan {
    left: 30px;
    margin-top: -3px;
}

.zhongxin {
    left: 196px;
    margin-top: -65px;
}

.ibm {
    left: 330px;
    margin-top: -25px;
}

.intel {
    left: 450px;
    margin-top: -155px;

}

.sap {
    left: 586px;
    margin-top: -5px;
}

@media screen and (max-width: 1366px) {
    .stbg {
        width: 762px;
        height: 164px;
    }

    .stitle .smimg {
        width: 378px;
        height: 164px;
        bottom: 12px;
        right: 20%;
    }

    .stitle .dot {
        width: 103px;
        height: 108px
    }

    .stitle .title {
        height: 164px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container {
        width: 100%;
    }

    .nav > li {
        margin: 0 8px;
    }

    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li.dropdown > a {
        font-size: 14px;
        padding: 16px 0;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > a {
        padding: 16px 15px 16px 0;
    }
}

@media screen and (max-width: 414px) {
    body {
        font-size: 12px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    header {
        height: 50px;
    }

    header .row .col-md-12 {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-brand {
        height: 40px;
        padding: 5px 0;
    }

    .navbar-brand > img {
        margin-left: 12px;
    }

    .navbar-toggle {
        margin-right: 12px;
        padding: 5px 12px;
    }

    .navbar-nav {
        margin: 0;
        display: block;
    }

    .navbar-collapse.collapse {
        text-align: left;
        width: 100%;
        background: #fff;
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        z-index: 999;
        border-top: 0;
        padding-bottom: 12px;
        bottom: 0;
        overflow: auto;
    }

    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li.dropdown > a {
        padding: 6px 15px
    }

    .nav > li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #d9e1e8
    }

    .nav > li:after {
        height: 0;
    }

    .nav > li .dropdown-menu {
        width: 100%;
        position: relative;
        padding-bottom: 12px;
    }

    .breadcrumb {
        padding: 15px 0 0;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .stitle {
        height: 100px;
    }

    .stitle .title {
        height: 100px;
        margin-bottom: 15px;
        padding: 15px 15px;
    }

    .stbg {
        width: 262px;
        height: 56px;
    }

    .stitle .dot {
        width: 28px;
        height: 30px;
    }

    .stitle .smimg {
        width: 129px;
        height: 56px;
        bottom: 6px;
        right: 5%;
    }

    .title .blue {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 6px;
    }

    .title .blue:before {
        width: 15px;
        top: 12px;
    }

    .title h2 {
        z-index: 9;
    }

    .newslist li {
        margin-left: 0;
        padding-bottom: 15px;
        border: 0;
    }

    .newslist li .time {
        font-size: 12px;
        left: 15px;
        top: 15px;
        color: #33a0ff;
    }

    .newslist li .time p {
        float: left;
        background: none;
        padding: 0 5px 0 0;
        color: #33A101
    }

    .newslist li a {
        padding: 40px 15px 15px;
        margin: 0;
    }

    .newslist li h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .newslist li a p {
        font-size: 12px;
    }

    .newslist li .light-grey {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .newslist li span {
        margin-top: 12px;
        font-size: 14px;
    }

    .newslist li .pull-right {
        right: 12px;
        bottom: 29px;
        font-size: 14px;
    }

    .newsdetail {
        font-size: 15px;
        line-height: 1.8;
    }

    .newsdetail p {
        margin-bottom: 15px;
    }

    .newsdetail .grey {
        font-size: 13px;
    }

    .notice {
        margin: 24px 0 36px;
    }

    .notice-box .swiper-slide {
        padding: 12px 12px 12px 32px;
    }

    .notice-box .swiper-slide:before {
        left: 12px;
    }

    .mbtitle {
        background-size: 12px;
        padding-left: 24px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .mbtitle h2 {
        font-size: 16px;
        margin-top: -30px;
    }

    .mbtitle .grey {
        font-size: 28px
    }

    .mdlist ul li {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .mdlist ul li p,
    .mdlist ul li a {
        padding: 0 12px;
        font-size: 16px;
    }

    .mtitle h1 {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .mdlist .black {
        font-size: 14px;
        padding: 8px 10px 8px 24px
    }

    .mdlist .black:before {
        height: 4px;
        width: 4px;
        top: 16px;
    }

    .tag {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .mdt {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.8;
    }

    .member,
    .news,
    .activity,
    .case,
    .expert,
    .advantage,
    .advert {
        margin-bottom: 36px;
    }

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 100%;
    }

    .activity .col-md-4,
    .expert .col-md-4 {
        margin-bottom: 12px;
    }

    .case .col-md-6 .col-md-6:nth-of-type(1),
    .case .col-md-6 .col-md-6:nth-of-type(2) {
        margin-bottom: 12px;
    }

    .organizecontent,
    .organizepicture {
        height: auto;
        padding: 15px;
        border: 0;
    }

    .organizecontent {
        margin-bottom: 30px;
    }

    .council h3 {
        margin-bottom: 18px;
        margin-top: 15px;
    }

    .council .card {
        padding: 15px 15px 3px 15px;
        margin-bottom: 15px;
    }

    .memberlist li {
        width: 50%;
    }

    .memberlist li a {
        padding: 15px;
        font-size: 14px;
        height: 155px;
    }

    .memberlist li img {
        margin-bottom: 15px;
        width: 66px;
    }

    .ititle {
        font-size: 14px;
        margin-bottom: 18px;
        padding-top: 8px;
        padding-bottom: 6px
    }

    .form-search.col-md-4 {
        padding-right: 0;
    }

    .memberlist2 .col-md-6.no-padding-left {
        padding-right: 0;
    }

    .memberlist2 .col-md-6.no-padding-right {
        padding-left: 0;
    }

    .memberlist2 li a,
    .caselist .col-md-6 a {
        padding: 15px;
        margin-bottom: 15px;
    }

    .newslist.activity li a {
        padding: 40px 15px 15px;
    }

    .newslist.activity li .time p {
        background: none;
    }

    .newslist.activity li .time {
        color: #33a0ff
    }

    .caselist .col-md-6 a h5 {
        font-size: 13px;
        padding-left: 14px;
        margin-bottom: 6px;
    }

    .caselist .col-md-6 a h5:before {
        height: 4px;
        width: 4px;
        border-radius: 4px;
        top: 8px;
    }

    .caselist .col-md-6 a p {
        height: 36px;
    }

    .lablist .col-md-6 .pull-left {
        padding-left: 15px;
    }

    .casedetail ul,
    .casedetail ol {
        margin-bottom: 10px;
    }

    .casedetail ul li,
    .casedetail ol li {
        font-size: 14px;
        line-height: 1.8;
    }

    .casedetail h4 {
        padding-top: 12px;
        padding-left: 12px;
        margin-bottom: 12px;
    }

    .ctitle:before {
        width: 4px;
        height: 4px;
        top: 22px;
    }

    .lab h3 {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .lab img {
        margin-bottom: 15px;
    }

    .memberlist2 li a p {
        height: 36px;
    }

    .surveydetail .quinput textarea.form-control {
        width: 100%;
    }

    .surveydetail .quinput label {
        margin-bottom: 6px;
    }

    .surveydetail p {
        font-size: 16px;
        line-height: 1.8;
    }

    .surveydetail p.grey {
        font-size: 14px;
    }

}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
    .ititle {
        font-size: 12px;
    }

    .mbtitle .grey {
        font-size: 24px;
    }

    .memberlist li a {
        font-size: 12px;
        height: 150px;
    }

    .memberlist li img {
        width: 58px;
    }
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.65);

}

.ant-btn > .anticon {
    line-height: 1;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
    outline: 0;
}

.ant-btn:not([disabled]):hover {
    text-decoration: none;
}

.ant-btn:not([disabled]):active {
    outline: 0;
    box-shadow: none;
}

.ant-btn.disabled,
.ant-btn[disabled] {
    cursor: not-allowed;
}

.ant-btn.disabled > *,
.ant-btn[disabled] > * {
    pointer-events: none;
}

.ant-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 2px;
}

.ant-btn-sm {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 2px;
}

.ant-btn > a:only-child {
    color: currentColor;
}

.ant-btn > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn:hover,
.ant-btn:focus {
    color: #40a9ff;
    background-color: #fff;
    border-color: #40a9ff;
}

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
    color: currentColor;
}

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn:active,
.ant-btn.active {
    color: #096dd9;
    background-color: #fff;
    border-color: #096dd9;
}

.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
    color: currentColor;
}

.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
    text-decoration: none;
    background: #fff;
}

.ant-btn > i,
.ant-btn > span {
    display: inline-block;
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #005299;
    border-color:#005299;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-primary > a:only-child {
    color: currentColor;
}

.ant-btn-primary > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-primary:hover {
    color: #fff;
    background-color:#0058A6;
	border-color:#0058A6;
}

.ant-btn-primary:focus {
    background: #004480;
    border-color: #004480;
}

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
    color: currentColor;
}

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-primary:active,
.ant-btn-primary.active {
    color: #fff;
    background-color:#004480;
    border-color:#004480;
}

.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
    color: currentColor;
}

.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
    border-right-color: #40a9ff;
    border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
    border-color: #e1e1e1;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
    border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
    border-right-color: #e1e1e1;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
    border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
    border-left-color: #e1e1e1;
}

.ant-btn-ghost {
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border-color: #e1e1e1;
}

.ant-btn-ghost > a:only-child {
    color: currentColor;
}

.ant-btn-ghost > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
    color: #40a9ff;
    background-color: transparent;
    border-color: #40a9ff;
}

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-ghost:active,
.ant-btn-ghost.active {
    color: #096dd9;
    background-color: transparent;
    border-color: #096dd9;
}

.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-dashed {
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #e1e1e1;
    border-style: dashed;
}

.ant-btn-dashed > a:only-child {
    color: currentColor;
}

.ant-btn-dashed > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
    color: #40a9ff;
    background-color: #fff;
    border-color: #40a9ff;
}

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-dashed:active,
.ant-btn-dashed.active {
    color: #096dd9;
    background-color: #fff;
    border-color: #096dd9;
}

.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-danger {
    color: #fff;
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-danger > a:only-child {
    color: currentColor;
}

.ant-btn-danger > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-danger:hover,
.ant-btn-danger:focus {
    color: #fff;
    background-color: #ff7875;
    border-color: #ff7875;
}

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
    color: currentColor;
}

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-danger:active,
.ant-btn-danger.active {
    color: #fff;
    background-color: #d9363e;
    border-color: #d9363e;
}

.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
    color: currentColor;
}

.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-link {
    color: #1891ff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.ant-btn-link > a:only-child {
    color: currentColor;
}

.ant-btn-link > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus {
    color: #40a9ff;
    background-color: transparent;
    border-color: #40a9ff;
}

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
    color: currentColor;
}

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-link:active,
.ant-btn-link.active {
    color: #096dd9;
    background-color: transparent;
    border-color: #096dd9;
}

.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
    color: currentColor;
}

.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
    border-color: transparent;
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border-color: transparent;
    text-shadow: none;
    box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
    color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    content: '';
}

.ant-btn-icon-only {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    border-radius: 2px;
}

.ant-btn-icon-only.ant-btn-lg {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    border-radius: 2px;
}

.ant-btn-icon-only.ant-btn-sm {
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 14px;
    border-radius: 2px;
}

.ant-btn-icon-only > i {
    vertical-align: middle;
}

.ant-btn-round {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 32px;
}

.ant-btn-round.ant-btn-lg {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 40px;
}

.ant-btn-round.ant-btn-sm {
    height: 24px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 24px;
}

.ant-btn-round.ant-btn-icon-only {
    width: auto;
}

.ant-btn-circle,
.ant-btn-circle-outline {
    min-width: 32px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
    min-width: 40px;
    border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
    min-width: 24px;
    border-radius: 50%;
}

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    transition: opacity 0.2s;
    content: '';
    pointer-events: none;
}

.ant-btn .anticon {
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
    shape-rendering: optimizeSpeed;
}

.ant-btn.ant-btn-loading {
    position: relative;
}

.ant-btn.ant-btn-loading:not([disabled]) {
    pointer-events: none;
}

.ant-btn.ant-btn-loading::before {
    display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
    padding-left: 29px;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
    margin-left: -14px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
    padding-left: 24px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
    margin-left: -17px;
}

.ant-btn-group {
    position: relative;
    display: inline-block;
}

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
    position: relative;
}

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
    z-index: 2;
}

.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
    z-index: 0;
}

.ant-btn-group > .ant-btn-icon-only {
    font-size: 14px;
}

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0;
    line-height: 38px;
}

.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
    width: 40px;
    height: 40px;
    padding-right: 0;
    padding-left: 0;
}

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 0;
    line-height: 22px;
}

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
    font-size: 14px;
}

.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
    width: 24px;
    height: 24px;
    padding-right: 0;
    padding-left: 0;
}

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
    margin-left: -1px;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
    border-left-color: transparent;
}

.ant-btn-group .ant-btn {
    border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
    margin-left: 0;
}

.ant-btn-group > .ant-btn:only-child {
    border-radius: 2px;
}

.ant-btn-group > span:only-child > .ant-btn {
    border-radius: 2px;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:only-child {
    border-radius: 2px;
}

.ant-btn-group-sm > span:only-child > .ant-btn {
    border-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ant-btn-group > .ant-btn-group {
    float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
    border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
    padding-right: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
    padding-left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-btn:focus > span,
.ant-btn:active > span {
    position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
    margin-left: 8px;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    transition: all 0.3s;
}

.ant-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.ant-input:-ms-input-placeholder {
    color: #bfbfbf;
}

.ant-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

.ant-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.ant-input-disabled:hover {
    border-color: #e1e1e1;
    border-right-width: 1px !important;
}

.ant-input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.ant-input[disabled]:hover {
    border-color: #e1e1e1;
    border-right-width: 1px !important;
}

textarea.ant-input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
}

.ant-input-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
}

.ant-input-sm {
    height: 24px;
    padding: 1px 7px;
}

.ant-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ant-input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.ant-input-group > [class*='col-'] {
    padding-right: 8px;
}

.ant-input-group > [class*='col-']:last-child {
    padding-right: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
    display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.ant-input-group-wrap > * {
    display: block !important;
}

.ant-input-group .ant-input {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
}

.ant-input-group .ant-input:focus {
    z-index: 1;
    border-right-width: 1px;
}

.ant-input-group .ant-input:hover {
    z-index: 1;
    border-right-width: 1px;
}

.ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    transition: all 0.3s;
}

.ant-input-group-addon .ant-select {
    margin: -5px -11px;
}

.ant-input-group-addon .ant-select .ant-select-selection {
    margin: -1px;
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
}

.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
    color: #1890ff;
}

.ant-input-group-addon > i:only-child::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ant-input-group-addon:first-child {
    border-right: 0;
}

.ant-input-group-addon:last-child {
    border-left: 0;
}

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
    height: 24px;
    padding: 1px 7px;
}

.ant-input-group-lg .ant-select-selection--single {
    height: 40px;
}

.ant-input-group-sm .ant-select-selection--single {
    height: 24px;
}

.ant-input-group .ant-input-affix-wrapper {
    display: table-cell;
    float: left;
    width: 100%;
}

.ant-input-group.ant-input-group-compact {
    display: block;
    zoom: 1;
}

.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
    display: table;
    content: '';
}

.ant-input-group.ant-input-group-compact::after {
    clear: both;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
    border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
    z-index: 1;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
}

.ant-input-group.ant-input-group-compact > * {
    display: inline-block;
    float: none;
    vertical-align: top;
    border-radius: 0;
}

.ant-input-group.ant-input-group-compact > *:not(:last-child) {
    margin-right: -1px;
    border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact .ant-input {
    float: none;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
    border-right-width: 1px;
    border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
    z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
}

.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
    border-right-width: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
    vertical-align: top;
}

.ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}

.ant-input-affix-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit;
    width: 100%;
    outline: none;
    border: 1px solid #d9d9d9;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;

    line-height: 0;
    transform: translateY(-50%);
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
    line-height: 1.5;
}

.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {

    cursor: not-allowed;
}

.ant-input-affix-wrapper .ant-input-prefix {
    left: 12px;
}

.ant-input-affix-wrapper .ant-input-suffix {
    right: 12px;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 30px;
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 30px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
    padding-right: 49px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
    padding-right: 22px;
}

.ant-input-affix-wrapper .ant-input {
    min-height: 100%;
}

.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

.ant-input-password-icon:hover {
    color: #333;
}

.ant-input-clear-icon {
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    cursor: pointer;
    transition: color 0.3s;
    vertical-align: 0;
}

.ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

.ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.65);
}

.ant-input-clear-icon + i {
    margin-left: 6px;
}

.ant-input-textarea-clear-icon {
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    cursor: pointer;
    transition: color 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 8px 0 0;
}

.ant-input-textarea-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
}

.ant-input-textarea-clear-icon:active {
    color: rgba(0, 0, 0, 0.65);
}

.ant-input-textarea-clear-icon + i {
    margin-left: 6px;
}

.ant-input-search-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.3s;
}

.ant-input-search-icon:hover {
    color: rgba(0, 0, 0, 0.8);
}

.ant-input-search-enter-button input {
    border-right: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
    padding: 0;
    border: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
}

.ant-form legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
}

.ant-form label {
    font-size: 14px;
}

.ant-form input[type='search'] {
    box-sizing: border-box;
}

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
    line-height: normal;
}

.ant-form input[type='file'] {
    display: block;
}

.ant-form input[type='range'] {
    display: block;
    width: 100%;
}

.ant-form select[multiple],
.ant-form select[size] {
    height: auto;
}

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
}

.ant-form-item-required::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.ant-form-hide-required-mark .ant-form-item-required::before {
    display: none;
}

.ant-form-item-label > label {
    color: rgba(0, 0, 0, 0.85);
}

.ant-form-item-label > label::after {
    content: ':';
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
}

.ant-form-item-label > label.ant-form-item-no-colon::after {
    content: ' ';
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    margin-bottom: 30px;
    vertical-align: top;
}

.ant-form-item label {
    position: relative;
}

.ant-form-item label > .anticon {
    font-size: 14px;
    vertical-align: top;
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1;
}

.ant-form-item-control::before,
.ant-form-item-control::after {
    display: table;
    content: '';
}

.ant-form-item-control::after {
    clear: both;
}

.ant-form-item-children {
    position: relative;
}

.ant-form-item-with-help {
    margin-bottom: 5px;
}

.ant-form-item-label {
    display: inline-block;
    overflow: hidden;
    line-height: 39.9999px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}

.ant-form-item-label-left {
    text-align: left;
}

.ant-form-item .ant-switch {
    margin: 2px 0 4px;
}

.ant-form-explain,
.ant-form-extra {
    clear: both;
    min-height: 22px;
    margin-top: -2px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-form-explain {
    margin-bottom: -1px;
}

.ant-form-extra {
    padding-top: 4px;
}

.ant-form-text {
    display: inline-block;
    padding-right: 8px;
}

.ant-form-split {
    display: block;
    text-align: center;
}

form .has-feedback .ant-input {
    padding-right: 30px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
    padding-right: 18px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
    padding-right: 49px;
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
    padding-right: 68px;
}

form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
    right: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
    padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
    margin-right: 17px;
}

form .has-feedback .ant-cascader-picker-clear {
    right: 28px;
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
    right: 28px;
}

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
    right: 28px;
}

form .ant-mentions,
form textarea.ant-input {
    height: auto;
    margin-bottom: 4px;
}

form .ant-upload {
    background: transparent;
}

form input[type='radio'],
form input[type='checkbox'] {
    width: 14px;
    height: 14px;
}

form .ant-radio-inline,
form .ant-checkbox-inline {
    display: inline-block;
    margin-left: 8px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
    margin-left: 0;
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
    display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
    margin-left: 0;
}

form .ant-input-number + .ant-form-text {
    margin-left: 8px;
}

form .ant-input-number-handler-wrap {
    z-index: 2;
}

form .ant-select,
form .ant-cascader-picker {
    width: 100%;
}

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
    width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
    display: inline-block;
    vertical-align: middle;
}

form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
    position: relative;
    top: -1px;
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
}

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
    display: none;
}

.ant-form-vertical .ant-form-item {
    padding-bottom: 8px;
}

.ant-form-vertical .ant-form-item-control {
    line-height: 1.5;
}

.ant-form-vertical .ant-form-explain {
    margin-top: 2px;
    margin-bottom: -5px;
}

.ant-form-vertical .ant-form-extra {
    margin-top: 2px;
    margin-bottom: -4px;
}

@media (max-width: 575px) {

    .ant-form-item-label,
    .ant-form-item-control-wrapper {
        display: block;
        width: 100%;
    }

    .ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-form-item-label label::after {
        display: none;
    }

    .ant-col-xs-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-col-xs-24.ant-form-item-label label::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .ant-col-sm-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-col-sm-24.ant-form-item-label label::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .ant-col-md-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-col-md-24.ant-form-item-label label::after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .ant-col-lg-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-col-lg-24.ant-form-item-label label::after {
        display: none;
    }
}

@media (max-width: 1599px) {
    .ant-col-xl-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left;
    }

    .ant-col-xl-24.ant-form-item-label label::after {
        display: none;
    }
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
    margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
    display: inline-block;
    vertical-align: top;
}

.ant-form-inline .ant-form-text {
    display: inline-block;
}

.ant-form-inline .has-feedback {
    display: inline-block;
}

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 20px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    visibility: visible;
    -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
}

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.has-success.has-feedback .ant-form-item-children-icon {
    color: #52c41a;
    -webkit-animation-name: diffZoomIn1 !important;
    animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
    color: #faad14;
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
    background-color: #fff;
    border-color: #faad14;
}

.has-warning .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input:not([disabled]):hover {
    border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #faad14;
}

.has-warning .ant-input-prefix {
    color: #faad14;
}

.has-warning .ant-input-group-addon {
    color: #faad14;
    background-color: #fff;
    border-color: #faad14;
}

.has-warning .has-feedback {
    color: #faad14;
}

.has-warning.has-feedback .ant-form-item-children-icon {
    color: #faad14;
    -webkit-animation-name: diffZoomIn3 !important;
    animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection {
    border-color: #faad14;
}

.has-warning .ant-select-selection:hover {
    border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
    color: #faad14;
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
    border-color: #faad14;
}

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
    border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #faad14;
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
    color: #f5222d;
}

.has-error .ant-input,
.has-error .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d;
}

.has-error .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input:not([disabled]):hover {
    border-color: #f5222d;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #f5222d;
}

.has-error .ant-input-prefix {
    color: #f5222d;
}

.has-error .ant-input-group-addon {
    color: #f5222d;
    background-color: #fff;
    border-color: #f5222d;
}

.has-error .has-feedback {
    color: #f5222d;
}

.has-error.has-feedback .ant-form-item-children-icon {
    color: #f5222d;
    -webkit-animation-name: diffZoomIn2 !important;
    animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection {
    border-color: #f5222d;
}

.has-error .ant-select-selection:hover {
    border-color: #f5222d;
}

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
    border-color: #f5222d;
}

.has-error .ant-input-group-addon .ant-select-selection {
    border-color: transparent;
    box-shadow: none;
}

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
    color: #f5222d;
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
    border-color: #f5222d;
}

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
    border-color: #f5222d;
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
    border-color: #f5222d;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #f5222d;
}

.has-error .ant-transfer-list {
    border-color: #f5222d;
}

.has-error .ant-transfer-list-search:not([disabled]) {
    border-color: #e1e1e1;
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.is-validating.has-feedback .ant-form-item-children-icon {
    display: inline-block;
    color: #1890ff;
}

.ant-advanced-search-form .ant-form-item {
    margin-bottom: 24px;
}

.ant-advanced-search-form .ant-form-item-with-help {
    margin-bottom: 5px;
}

.show-help-enter,
.show-help-appear {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.show-help-leave {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
    -webkit-animation-name: antShowHelpIn;
    animation-name: antShowHelpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
    -webkit-animation-name: antShowHelpOut;
    animation-name: antShowHelpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none;
}

.show-help-enter,
.show-help-appear {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show-help-leave {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes antShowHelpIn {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes antShowHelpIn {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes antShowHelpOut {
    to {
        transform: translateY(-5px);
        opacity: 0;
    }
}

@keyframes antShowHelpOut {
    to {
        transform: translateY(-5px);
        opacity: 0;
    }
}

@-webkit-keyframes diffZoomIn1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes diffZoomIn1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes diffZoomIn2 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes diffZoomIn2 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes diffZoomIn3 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes diffZoomIn3 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.wrapper {
    height: 100%;
}

#userLayout.user-layout-wrapper {
    /*height:100%;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#userLayout.user-layout-wrapper .container a {
    text-decoration: none;
}

#userLayout.user-layout-wrapper .container .top {
    text-align: center;
    width: 100%;
}

#userLayout.user-layout-wrapper .container .top .header {
    margin-bottom: 0;
    padding-top: 5.7%;
}

#userLayout.user-layout-wrapper .container .top .header .badge {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-left: -12px;
    margin-top: -10px;
    opacity: 0.8;
}

#userLayout.user-layout-wrapper .container .top .header a {

    font-size: 36px;
    font-weight: 700;
    font-family: 'SimSun', 'Apple LiSung Light';
}

#userLayout.user-layout-wrapper .container .top .header .logo {
    height: 70px;
}

#userLayout.user-layout-wrapper .container .top .header .title {
    font-size: 43px;

    font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
    top: 2px;
}

#userLayout.user-layout-wrapper .container .top .desc {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 40px;
}

#userLayout.user-layout-wrapper .main {
    min-width: 260px;
    width: 530px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 56px 45px 72px;
    display: block;
    overflow: hidden;
    margin-right: 64px;
}

#userLayout.user-layout-wrapper .container .footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0 16px;
    margin: 48px 0 24px;
    text-align: center;
}

#userLayout.user-layout-wrapper .container .footer .links {
    margin-bottom: 8px;
    font-size: 14px;
}

#userLayout.user-layout-wrapper .container .footer .links a {

    transition: all 0.3s;
}

#userLayout.user-layout-wrapper .container .footer .links a:not(:last-child) {
    margin-right: 40px;
}

#userLayout.user-layout-wrapper .container .footer .copyright {

    font-size: 14px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: url(assets/bg.jpg) no-repeat 0 0;
    background-size: cover;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}


ul {
    margin-bottom: 0;
}


dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #1891ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #4aa9ff;
}

a:active {
    color: #4aa9ff;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    color: rgba(0, 0, 0, 0.45);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}


.user-layout-login label {
    font-size: 14px;
}

.user-layout-login .getCaptcha {
    display: block;
    width: 100%;
    height: 40px;
}

.user-layout-login .forge-password {
    font-size: 14px;
}

.user-layout-login .ant-btn-primary {
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    border: 0;
    margin-top: 24px;
    margin-bottom: 30px;
}

.user-layout-login .ant-btn-primary:focus,
.user-layout-login .ant-btn-primary:active,
.user-layout-login .ant-btn-primary:hover {

}

.user-layout-login .user-login-other {
    text-align: left;
    margin-top: 24px;
    line-height: 22px;
}

.user-layout-login .user-login-other .item-icon {
    font-size: 24px;

    margin-left: 16px;
    vertical-align: middle;
    cursor: pointer;
    transition: color 0.3s;
}

.user-layout-login .user-login-other .item-icon:hover {
    color: #1890ff;
}

.user-layout-login .user-login-other .register {
    float: right;
}

#userLayout.user-layout-wrapper .main h3 {
    color: #004480;
    font-size: 20px;
    margin-bottom: 40px;
}

.no-background .ant-input {
    /* border: 1px solid #fff; */
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    font-size: 18px;
}

.no-background .ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 40px;
}

.no-background .ant-input-affix-wrapper .ant-input-prefix {

}

header {
    background: #004480;
    height: 70px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.logo {
    flex: 1;
    text-align: left;
}
.logo img{
    width:300px;
}

.menu li {
    display: inline-block;
    padding: 0 20px;
}

.menu li a {
    color: rgba(255, 255, 255, .65);
    cursor: default;
    font-size: 17px;
}

.menu li a:hover {
    color: #ffffff;
}

.menu li.active a {
    color: #ffffff;
}

.empty {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.login {
    color: rgba(255, 255, 255, .65);
}

.login:hover {
    color: #ffffff;
}

input {
    filter: none !important;
}

input:-webkit-autofill {
    background-color: #ffffff;
    background-image: none;
}

.more {
    position: relative;
    text-align: center;
    color: rgba(0, 0, 0, .45);
    margin-bottom: 36px;
    marign-top: 12px;

}

.more:before,
.more:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 120px;
    height: 1px;
    border-bottom: 2px dotted #e8e8e8;

}

.more:before {
    left: 0;
}

.more:after {
    right: 0;
}

.another {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    font-size: 18px;
}

.another img {
    margin-right: 8px;
    width: 32px;
}

.another p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 16px;
}

.another {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    font-size: 18px;
}

.another img {
    margin-right: 8px;
}

.another p {
    margin-bottom: 0;
    line-height: 1;
}

.another:hover {
    color: #1890ff;
}
@media screen and ( max-height:900px ){
    #userLayout.user-layout-wrapper .main{
        padding:42px 40px 54px;
    }
}
@media screen and ( max-height:800px ){
    #userLayout.user-layout-wrapper .main h3{
        margin-bottom:24px;
    }
    .ant-form-item{
        margin-bottom:24px
    }
    .user-layout-login .ant-btn-primary{
        margin-top:0px;
        margin-bottom:1px
    }

}
#myModal{
    display:block;
    position: fixed;
    z-index:1;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    overflow: auto;
    background:rgba(0,0,0,0.5);
}
.ant-input-affix-wrapper .ant-input.hascode{
    width:calc(100% - 149px);
    margin-right:12px;
}

.ant-input-affix-wrapper img.pos-abs{
    width:137px;
}

/* 居中提示框样式 */
.status-alert {
    position: fixed;
    top: 30%; /* 将50%改为30%实现中上位置 */
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    border-radius: 8px;
    color: #333;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    max-width: 400px; /* 限制最大宽度 */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999;
    word-wrap: break-word; /* 允许长单词换行 */
    white-space: normal; /* 文本自动换行 */
}

/* 成功状态 - 只修改图标颜色 */
.status-alert.success .icon {
    color: #52c41a;
}

/* 失败状态 - 只修改图标颜色 */
.status-alert.error .icon {
    color: #ff4d4f;
}

/* 状态图标 */
.status-alert .icon {
    margin-right: 12px;
    font-size: 24px;
}

.status-alert.show {
    opacity: 1;
}   /* 轻量级提示框样式 */
.toast-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.toast-message.show {
    opacity: 1;
}

.status-alert .icon {
    margin-right: 12px;
    font-size: 24px;
}

.status-alert.show {
    opacity: 1;
}

/* 添加新的flex容器样式 */
.status-alert .alert-content {
    display: flex;
    align-items: center;
}