﻿.swiper-container {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}

.btn {
    padding:5px 30px;
    height:30px;
    line-height:30px;
    display:inline-block;
    margin-right:10px;
    background:#fff;
    border:1px solid #888;
    border-radius:30px;
    color:#2873fb;
    text-decoration:none;
}
.btn:hover {
    color:#00f;
}
.btn-blue {
    background:#2873fb;
    border:1px solid #2873fb;
    color:#fff;
}
.btn-blue:hover {
    color:#fff;
    background:#1461ed;
}
.btn-blue:visited {
    color:#fff;
}

 .field {
        width:100%;
        height:60px;
        line-height:60px;
    }
        .field label {
            width:100px;  
        }
         .field input[type="text"], .field input[type="password"], .field input[type="number"]  {
            height:40px;
            line-height:40px;
            border:0px;
            font-size:18px;
            border-bottom: 1px solid #ddd;
            width:100%;
            padding:0px 10px;
        }
         input::-webkit-input-placeholder {
            color: #aab2bd;
        }
         .field input:focus{
            outline:0px;
            border:0px;
            border-bottom: 1px solid #2873fb;
    }
         .btn-code {
        float: right;
        margin-top: -32px;
        height:30px;
        line-height: 30px;
        border:1px solid #2873fb;
        background:#fff;
        color:#2873fb;
        position: relative;
        border-radius:3px;
        font-size: 14px;
    padding: 0px 5px;
    }
            /*.btn-code:visited, .btn-code:link {
               border:1px solid #2873fb;
                background:#fff;
                color:#2873fb;
            }*/
            .countting {
        color:#ddd;
    }

.module {
    width:100%;
    padding:20px 100px;
    box-sizing:border-box;
    background:#fff;
}
.title_box {
    padding:20px;
}
.module_title {
    width:100%;
    display:block;
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:20px;
    font-weight:bold;
}
.module_sub_title {
    width:100%;
    display:block;
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:16px;
}

.footer-wrap {
    font-size: 14px;
    width: 100%;
}
.footer {
    height: 80px;
    overflow: hidden;
    zoom: 1;
}
.copyright {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}
.copyright p {
    color: #666;
}
    .copyright a {
        text-decoration:none;
    }