body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    /*text-align: center;*/
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: #3498db;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 32px;
}

.colored-text {
    color: #19b9e7;
}

::-moz-selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #19b9e7;
    color: #fff;
    text-shadow: none;
}
.cf {
    display: block;
}


/* End hide from IE-mac */

.fl {
    float: left;
}

.fr {
    float: right;
}

/***** Loader *****/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
    display: none;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    background: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    position: relative;
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #f03949;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #ddd;
}


/***** Modal *****/

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.modal-body {
    padding: 0 25px 15px 25px;
}

.modal-body img {
    margin-bottom: 15px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
}

.modal-footer {
    padding: 15px 25px 25px 25px;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-header .close {
    font-size: 36px;
    color: #888;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.modal-footer button {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    background: none;
    border: 1px solid #888;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.modal-footer button:hover {
    outline: 0;
    opacity: 0.6;
    background: none;
    border: 1px solid #888;
    color: #888;
}

.modal-footer button:focus,
.modal-footer button:active:focus,
.modal-footer button.active:focus {
    outline: 0;
    opacity: 0.6;
    background: none;
    border: 1px solid #888;
    color: #888;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button:before {
    background: none;
}


/***** Top menu *****/

.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-no-bg {
    background: none;
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse ul.navbar-nav li a {
    color: #000;
    opacity: 0.8;
    border-bottom: 1px solid transparent;
}

.navbar-inverse ul.navbar-nav li a:hover {
    color: #337ab7;
    opacity: 1;
    border-bottom: 1px solid #337ab7;
}

.navbar-inverse ul.navbar-nav li a:focus {
    color: #337ab7;
    outline: 0;
    opacity: 1;
    border-bottom: 1px solid #337ab7;
}

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
    height: auto;
    margin: 4px 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #337ab7;
}

.navbar-brand {
    width: 100px;
    height: 60px;
    background: url(../img/qdgjk_logo.png) left center no-repeat;
    background-size: 66%;
    text-indent: -99999px;
}


.head-login {
    /*background: url("../img/head.png") left center no-repeat;*/
    /*background-size: 100%;
    height:420px;*/
}
.to-login {
    margin-top: 40px;
    width:340px;
    height:320px;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 28px;
    padding-bottom: 24px;
}
.form-font {
    font-weight:900 !important;
    color: #333;
    margin-bottom: 33px;
}
.to-login input {
    margin-bottom: 20px;
    height:45px;
    border:1px solid rgba(204,204,204,1);
    opacity:1;
    border-radius:2px;
}
.to-login a {
    float: left;
}
.login-sub {
    margin-bottom: 15px;
    height:45px;
    background:rgba(0,142,255,1);
    opacity:1;
    border-radius:2px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:19px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.login-sub:hover {
    background:rgba(0,142,255,1);
    outline: 0;
    opacity: 0.6;
    color: #fff;
}
.font-show {
    margin-left: 40px;
    margin-top: 50px;
}
.font-show-up {
    font-size:70px;
    font-family:Alibaba PuHuiTi;
    font-weight:bold;
    line-height:115px;
    letter-spacing: 10px;
    color:rgba(255,255,255,1);
    opacity:1;
    height: 120px;
}
.font-show-down {
    font-size: 27px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    line-height: 47px;
    color: rgba(255,255,255,1);
    letter-spacing: 20px;
    opacity: 1;
}
.information-show {
    margin-top: 1%;
}
.middle-container {
    display: flex;
    justify-content: space-between;
}

.waybill-border {
    margin-top: 20px;
    width: 32%;
    border:1px solid rgba(238,238,238,1);
    background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    opacity:1;
    /*margin-right: 20px;
    width: 366px;*/
}
.waybill-border .waybill-border-header{
    padding: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    background: #008EFF;
}
.waybill-border .waybill-border-header .header-left{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;

}
.waybill-border .waybill-border-header .header-right{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-align: right;

}
.waybill-border .waybill-line {
    height: 0;
    border: 1px solid rgba(238,238,238,1)
}
.waybill-border:nth-of-type(3n) {
    margin-right: 0;
}
/***** Top content *****/

.inner-bg {
    /*padding: 45px 0 55px 0;*/
}

.top-content .text {
    padding-bottom: 60px;
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .top-big-link {
    margin-top: 35px;
}

#slider-1 {
    max-width: 760px;
    margin: 0 auto;
}

#slider-1 .item img {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}


/***** Features *****/

.features {
    padding-bottom: 30px;
}

.features-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.features-box-gray {
    background: #f8f8f8;
}

.features-box .features-box-icon {
    font-size: 80px;
    color: #3498db;
    line-height: 80px;
}

.features-box h3 {
    margin-top: 15px;
}


/***** More features *****/

.more-features-container {
    padding-bottom: 60px;
}

.more-features-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.more-features-box-text {
    margin-top: 40px;
    padding-left: 30px;
    overflow: hidden;
    text-align: left;
}

.more-features-box-text:first-child {
    margin-top: 20px;
}

.more-features-box-text-left {
    padding-left: 0;
    padding-right: 30px;
}

.more-features-box-text-icon {
    float: left;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    background: #19b9e7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.more-features-box-text h3 {
    float: right;
    width: 86%;
    margin-top: 0;
}

.more-features-box-text-description {
    float: right;
    width: 86%;
}


/***** Always beautiful *****/

.always-beautiful-container {
    padding-bottom: 60px;
}

.always-beautiful-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.always-beautiful-box-text {
    margin-top: 40px;
    padding-left: 30px;
    overflow: hidden;
    text-align: left;
}

.always-beautiful-box-text:first-child {
    margin-top: 20px;
}

.always-beautiful-box-text-left {
    padding-left: 0;
    padding-right: 30px;
}

.always-beautiful-box-text h3 {
    margin-top: 0;
}

.always-beautiful-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works {
    padding-bottom: 30px;
}

.how-it-works-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
    position: relative;
    font-size: 80px;
    line-height: 80px;
}

.how-it-works-box-icon .how-it-works-step {
    position: absolute;
    top: 0;
    left: 95px;
    width: 32px;
    height: 32px;
    background: #19b9e7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}

.how-it-works-box h3 {
    margin-top: 15px;
}

.how-it-works-box p {
    opacity: 0.8;
}


/***** Pricing *****/

.pricing {
    padding-bottom: 30px;
}

.pricing-box {
    padding-top: 30px;
    padding-bottom: 20px;
}

.pricing-box-inner {
    background: #f8f8f8;
}

.pricing-box-price {
    position: relative;
    padding: 20px 0 7px 0;
    background: #eee;
    font-size: 42px;
    color: #555;
    line-height: 54px;
}

.pricing-box-best .pricing-box-price {
    background: #19b9e7;
    color: #fff;
}

.pricing-box-price span {
    font-size: 18px;
    color: #888;
    line-height: 32px;
}

.pricing-box-best .pricing-box-price span {
    color: #fff;
}

.pricing-box-icon {
    position: absolute;
    top: -32px;
    right: 20px;
    width: 63px;
    height: 63px;
    padding-top: 5px;
    background: #19b9e7;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pricing-box-icon span {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.pricing-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #eee;
    color: #888;
}

.pricing-box.pricing-box-best h3 {
    background: #19b9e7;
    color: #fff;
}

.pricing-box h4 {
    margin-top: 0;
    margin-bottom: 2px;
    padding: 10px 20px;
    background: #e8e8e8;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.pricing-box.pricing-box-best h4 {
    background: #17a7d0;
    color: #fff;
}

.pricing-box-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-box-features li {
    padding: 7px 20px;
    border-bottom: 1px solid #eee;
}

.pricing-box-sign-up {
    padding: 25px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
    padding-top: 30px;
}


/***** About us *****/

.about-us-container {
    padding-bottom: 65px;
}

.about-us-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

.about-us-box .about-us-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}

.about-us-box .about-us-photo img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.about-us-box .about-us-photo .about-us-role {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 5px;
    background: #19b9e7;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 36px;
    line-height: 36px;
}

.about-us-box .about-us-social a {
    color: #ddd;
}

.about-us-box .about-us-social a:hover,
.about-us-box .about-us-social a:focus {
    color: #19b9e7;
}


/***** Testimonials *****/

.testimonials-container {
    padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane {
    overflow: hidden;
}

.testimonial-list .testimonial-image {
    position: relative;
    float: left;
    width: 17%;
    margin: 10px 0 0 0;
}

.testimonial-list .testimonial-image img {
    max-width: 120px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-list .testimonial-image .testimonial-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    padding-top: 3px;
    background: #19b9e7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.testimonial-list .testimonial-image:hover .testimonial-icon {
    opacity: 0;
}

.testimonial-list .testimonial-text {
    float: left;
    width: 83%;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #ddd;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover {
    border: 0;
    background: #19b9e7;
}

.testimonial-list .nav-tabs li.active a {
    background: #19b9e7;
}

.testimonial-list .nav-tabs li.active a:focus {
    border: 0;
}


/***** Footer *****/
.footer-show {
    /*height:220px;*/
    background:rgba(249,249,249,1);
}

.jieshao {
    height:50px;
    background:rgba(239,239,239,1);
}

.jieshao p {
    margin-top: 18px;
    height:16px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:16px;
    color:rgba(102,102,102,1);
}

.nav>li>a.social-github {
    padding-bottom: 7px;
}

.nav>li>a.social-changelog {
    padding-bottom: 12px;
}

.typcn-social-github {
    font-size: 25px;
    line-height: 10px;
}

.typcn-document-text {
    font-size: 18px;
    line-height: 10px;
}

.badges-container {
    padding: 20px 0;
}

.badges-container .badges-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badges-container .badges-line a,
.badges-container .badges-line iframe {
    margin: 0 5px;
}

.highlight-dark {
    color: #9feaf9;
    background-color: #2b2e3b;
    border-color: #111218;
    border-radius: 4px;
    padding: 12px;
}

.highlight-dark code {
    color: inherit;
}

.highlight span {
    display: block;
}

code {
    padding: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
}

.highlight .c1 {
    color: #3498db;
    font-style: italic;
}

.highlight .c2 {
    color: #fff;
}

.getting-started-container h3 {
    text-align: center;
    padding-top: 10px;
}

.screenshot {
    border: 1px solid #dddddd;
}

.carousel-indicators li {
    border: 1px solid #737272;
}

.carousel-indicators .active {
    background: #737272;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-caption {
    padding-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel-caption h3 {
    color: #fff
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.social-changelog .typcn {
    margin-right: 5px;
}

.mdl-layout__drawer {
    width: 315px;
    -webkit-transform: translateX(-315px);
    transform: translateX(-315px);
}

.mdl-layout__content {
    margin-left: 315px;
}




ol,
ul,
li {
    list-style: none;
}
button {
    cursor: pointer;
    outline: none;
    border: 0;
}


.yundan{
    padding-bottom: 74px;
    background-image: url('../img/sy_ss_bg.png');
    background-size: cover;
}
.textarea-txt{
    width: 320px;
    height: 190px;
    resize: none;
    border: 1px solid rgba(238,238,238,1);

    color: #999999;
    outline: none;
}
.text-btn{
    width: 320px;
    height: 45px;
    color: #fff;
    background-color: #008EFF;
}
.table{
    text-align: center;
}
.table th{
    text-align: center;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.table td{
    font-size: 13px;
    color: #666666;
}
.center-box{
    position: relative;
}
.center-box-float{
    position: absolute;
    top: 5px;
    right: 20px;
}

.card-title-box{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 35px;
}

.title-txt{
    position: relative;
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:47px;
    z-index: 10;
}
.title-float{
    position: relative;
    margin-top: -32px;
    font-size: 36px;
    color: #f3f3f3;
    font-weight:bold;
}
/*.card-box{*/
/*    width: 1200px;*/
/*}*/
.card-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-item{
    width: 49.5%;
    height: 200px;
    padding-left: 88px;
    margin-top: 10px;
    text-align: left;
    background-color: #aaa;
    background-size: cover;
}
.card-item:nth-of-type(2n-1){
    /*margin-right: 10px;*/
}
.card-item-title{
    margin-top: 56px;
    font-size:30px;

    font-weight:bold;
    line-height:40px;
    color: #fff;
}
.card-item-eng{
    margin-top: 15px;
    font-size:25px;

    font-weight:bold;
    line-height:40px;
    color: #fff;
}



/* 底部  */
.page-bottom{
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
    background-color: #F9F9F9;
    text-align: left;
}
.bottom-item {
    margin-right: 60px;
}
.bottom-title{
    color: #111218;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 23px;
}
.bitem-box{

}
.bitem-txt{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.bitem1-box{
    width: 300px;
}
.item-txt1:nth-of-type(2n-1){
    width: 160px;
    margin-right: 20px;
}
.bottom-logo{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 0;
}
.mian-sign {
    margin-top: 10px;
    /*margin-bottom: 46px;*/
}
.sign{
    width:880px;
    /*height:372px;*/
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    opacity:1;
    padding-left:0 ;
    padding-right:0 ;
    min-height: 370px;
}
.tab-sign {
    width:240px;
    height:172px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    opacity:1;
    margin-right: 20px;
    padding-top: 20px;
}
.tab-sign a{
    color: rgba(51,51,51,1);
    font-size: 16px;
}
.tab-sign a:hover{
    color: #3498db;
}
.tab-sign-title {
    height:31px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:31px;
    color:rgba(51,51,51,1);
}
.tab-sign-show {
    margin-top: 16px;
    padding-left: 0;
    line-height: 46px;
}
.tab-sign-show li{
    text-align: center;
}
.sign-show{
    height:21px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:18px;
    color:rgba(51,51,51,1);
    opacity:1;
    border-bottom:1px solid rgba(238,238,238,1);
    padding-bottom: 37px;
    padding-left: 40px;
    padding-top: 25px;
}
.sign-from{
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 84px;
}
.sign-label {
    margin-bottom: 20px;
    margin-right: 23px;
}
.sign-div{
    width:212px;
    height:45px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    opacity:1;
    border-radius:2px;
    display: inline;
}
.sign-prompt {
    width:85px;
    height:19px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:19px;
    color:rgba(51,51,51,1);
    opacity:1;
    margin-right: 30px;
}
.sign-sub{
    margin-top: 48px;
}
.setPhoneCode{
    position: absolute;
    right: 40px;
    top: 5px;
}
.active {
    color: #3498db!important;
}
.user-sign{
    width:880px;
    /*height:860px;*/
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    opacity:1;
    padding-left:0 ;
    padding-right:0 ;
}
.navbar{
    margin-bottom: 0!important;
}
td{
    color: #000;
}
.card-item-img{
    position: relative;
    left: 400px;
    top: -45px;
}
.login-sub:focus{
    background: rgba(0,142,255,1);
    color: rgba(255,255,255,1);
    border-color: #ffffff;
}

.kefubox {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 99999;
    transform: translateY(300px);
}

.kefubox .main {
    width: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px #e4e4e4;
    box-sizing: border-box;
}
.kefubox .floor {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    box-sizing: border-box;
}

.kefubox .floor .home {
    background-image: url(../images/bg/sy_fhsy_s@2x.png);
}
.kefubox .floor .absbox {
    position: absolute;
    right: 48px;
    top: 0;
    z-index: 3;
}
.kefubox .floor .back {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}

.kefubox .floor .tellink {
    background-image: url(../images/bg/sy_dhhm_s@2x.png)
}
.kefubox .floor > a {
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kefubox .cursor_default {
    cursor: default;
}
.kefubox .floor > div {
    transform: translateX(300px);
}
.kefubox .floor .kftel {
    cursor: default;
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    font-weight: 500;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}
.kefubox .floor .qqlink {
    background-image: url(../images/bg/sy_qq_s@2x.png)
}
.kefubox .floor .qq {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}

.kefubox .floor .wechatimg {
    background-image: url(../images/bg/sy_wx_s@2x.png)
}

.kefubox .floor .erweima {
    box-shadow: 0 0 15px #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}
.kefubox .floor .erweima p {
    width: 100px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.kefubox .floor .erweimaimg {
    background-image: url(../images/bg/sy_ewm_s@2x.png)
}
.swiper{
    height:600px;
}

.bg-pic{
    height:100%;width:100%;
    filter:blur(3px);
}

/* 设置textarea框提示内容的样式 */
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    font-family: sans-serif;
} /*webkit 内核浏览器*/
textarea::-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    font-family: sans-serif;
} /*Mozilla Firefox 19+*/
textarea:-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    font-family: sans-serif;
} /*Mozilla Firefox 4 to 18*/
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    font-family: sans-serif;
}