body {
    color: #333333;
    font-family: Verdana, Arial, Helvetica, "微软雅黑", "microsoft yahei", sans-serif;
    font-size: 14px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.pa30 {
    padding-top: 30px;
}
.mt80 {
    margin-top: 80px;
}
.mb20 {
    margin-bottom: 20px;
}
.btn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-fixed-top .navbar-collapse {max-height: 540px;}
.a-w80 {
    width: 80px;
    height: 80px;
}
.input_pl75 {
    padding-left: 75px;
}
.input_pl90 {
    padding-left: 90px;
}
.input_pl60 {
    padding-left: 60px;
}
.textarea_t2em {
    text-indent: 2em;
}
ul , li{
    list-style: none;
}

.footer {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 18px;
    color: #777777;
    border-top: 1px solid #DEDEDE;
    background-color: #F5F5F5;
    /*margin-top: 30px;*/
}

.app-download-btn a {
    color: #ffffff;
    background: #8A8A8A;
    border-radius: 8px;
    padding: 4px 12px;
    text-align: left;
    margin-left: 10px;
    line-height: 14px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.app-download-btn span {
    display: inline-block;
    font-size: 12px;
}
/*.app-download-btn a.a2 {*/
/*width: 120px;*/
/*}*/
.app-download-btn a i {
    font-size: 30px;
    float: left;
    margin-right: 5px;
}
/*.index-carousel .item img {*/
/*background-size:contain;*/
/*min-height: 100%;*/
/*min-width: 1440px;*/
/*background-position: center;*/
/*width: 100%;*/
/*height: auto;*/
/*}*/
.index-carousel .carousel-indicators {
    position: fixed;
    bottom: 20px;
}
.index-carousel .carousel-indicators li {
    border: 1px solid #727272;
    background-color: #727272;
    height: 5px;
    border-radius: 0px;
}

.index-carousel .carousel-indicators .active {
    border: 1px solid #B35543;
    background-color: #B35543;
    height: 5px;
    margin: 1px;
}
.index-carousel .carousel-control {
    width: 12%;
    opacity: .3;
}
.index-carousel .carousel-control:focus, .index-carousel .carousel-control:hover {
    opacity: .5;
}
.carousel-caption-box1 {
    top: 34%;
    text-align: right;
    right: 18%;
    left: 18%;
}
.text-white p {
    color: #8A8A8A;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.btn-myjoin {
    width: 180px;
    height: 50px;
    padding: 0px;
    border-radius: 50px;
    line-height: 46px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 500px;
    right: 200px;
    text-align: center;
}
.carousel-caption-box2 {
    bottom: 10%;
    text-align: right;
    right: 13%;
    left: 13%;
}
.carousel-caption-box3 {
    bottom: 25%;
    text-align: left;
    right: 20%;
    left: 20%;
}
.carousel-caption-box4 {
    bottom: 25%;
    text-align: right;
    right: 18%;
    left: 18%;
}

.nav-bottom {
    background: rgba(0, 0, 0, .3);
    padding: 15px 0px 0px 0px;
}
.no-padding {
    padding: 0!important;
}
.fade_zindex {

}

.QR-codebox {
    position: fixed;
    top: 110px;
    right: 20px;
    background: #F5F5F5;
    z-index: 99999;
    -webkit-box-shadow:2px 2px 2px #F5F5F5;
    -moz-box-shadow:2px 2px 2px #F5F5F5;
    box-shadow:2px 2px 2px #F5F5F5;
}
.QR-codebox-big {
    padding: 0px 3px;
    width: 143px;
}
.QR-codebox .QR-codebox-close {
    padding: 5px 5px 8px 5px;
}
.QR-codebox .QR-codebox-close i {
    font-size: 18px;
    color: #979797;
    cursor: pointer;
}
.QR-codebox .QR-codebox-img img {
    width: 113px;
    height: 113px;
    display: inline-block;
}
.QR-codebox .QR-codebox-txt {
    color: #979797;
    font-size: 14px;
    line-height: 18px;
    padding: 0px 13px;
    margin: 10px 0;
    text-align: left;
}
.QR-codebox .QR-codebox-a {
    color: #4A4A4A;
    font-size: 14px;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #D8D4D4;
    display: inline-block;
}
.QR-codebox-small {
    /*display: none;*/
    padding: 15px 5px;
}
.QR-codebox-small .icon-angle-left {
    font-size: 18px;
    color: #979797;
    cursor: pointer;
    line-height: 78px;
    padding: 0px 3px 0px 2px;
}
.QR-codebox-small .QR-codebox-smalltxt {
    font-size: 18px;
    color: #4A4A4A;
    cursor: pointer;
    width: 30px;
}
.txt_green {color: #4CAE4C;}
.txt_gray {color: #CCC8C8;}
.red {color: #D95F4C;}
.txt_graysh {color: #979797;}

@media (max-width: 768px){
    .footer {
        text-align: center;
    }
    /*.footer-logo,.footer-txt,.app-download-btn {
        float: none;
    }*/
}
@media (min-width: 1200px){
    /*.footer-txt {
        margin-left: 30px;
    }*/
}
@media screen and (min-width: 1200px){
    .index-carousel .carousel-indicators li {
        border: 1px solid #727272;
        background-color: #727272;
        width: 80px;
        height: 5px;
        border-radius: 0px;
    }

    .index-carousel .carousel-indicators .active {
        border: 1px solid #B35543;
        background-color: #B35543;
        width: 80px;
        height: 5px;
        margin: 1px;
    }
    .index-carousel .carousel-control {
        width: 12%;
        opacity: .3;
    }
    .index-carousel .carousel-control:focus, .index-carousel .carousel-control:hover {
        opacity: .5;
    }
}

/*@media screen and (min-width: 768px){*/
/*.carousel-caption-box2 {*/
/*right: 20%;*/
/*left: 20%;*/
/*padding-bottom: 30px;*/
/*}*/
/*}*/
