﻿.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%;
}

.bg-green {
    background: #2873fb;
    width: 100%;
    height: 100%;
}

.middle-content {
    background: #2873fb;
    width: 100%;
    margin-top: 60px;
    padding: 100px 0px;
}

.content-box {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 50px 0px 50px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,0.8);
}

.account-prompt {
    font-size: 14px;
    width: 100%;
    text-align: right;
}

.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, .btn-blue-lg {
    background: #2873fb;
    border: 1px solid #fff;
    color: #fff;
}
/*.btn-blue:hover {
    color:#fff;
    background:#1461ed;
}*/
    .btn-blue:hover {
        color: #2873fb;
        background: #fff;
    }
    .btn-blue-lg:hover {
        background: #2873fb;
        color: #fff;
    }

/*.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 {
    clear:both;
    width:100%;
    padding:20px 100px;
    box-sizing:border-box;
    background:#fff;
}
.title_box {
    padding:20px;
}
.module_title {
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:20px;
    font-weight:bold;
}
.module_sub_title {
    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;
    }

.prod-box {
    flex: 1;
    margin: 0px 10px;
    color: rgba(112,112,112,1);
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
    padding: 10px;
}

    .prod-box:hover {
        box-shadow: 0px 11px 30px rgba(107,4,4,0.15);
    }

    .prod-box img {
        width: 50%;
        padding: 20px 0px;
    }

    .prod-box h3 {
        color: #000;
    }

    .prod-box p {
        font-size: 14px;
    }

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.mask-consult .content {
    width: 40%;
    margin: 200px auto 0px auto;
    border-radius: 5px;
}

.mask .close {
    position: relative;
}

    .mask .close img {
        position: absolute;
        width: 30px;
        right: -30px;
        top: -30px;
    }

.home-swiper {
    width: 100%;
    margin-top: 60px;
    height: 400px;
    background: #2873fb;
    display: inline-block;
    position: relative;
}

    .home-swiper .left {
        float: left;
        height: 400px;
        margin: 100px 0px 0px 100px;
        color: #fff;
    }

    .home-swiper .right {
        float: right;
        margin: 10px 200px 0px 0px;
    }

.toast-card {
    position: absolute;
    top: 0px;
    right: 10px;
}

    .toast-card img {
        height: 400px;
    }
.header-wrapper {
    width: 100%;
    height: 60px;
    background: #2873fb;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,.3)
}
    .header-wrapper .logo {
        float: left;
        width: 40%;
        position: relative
    }

        .header-wrapper .logo img {
            height: 100%;
        }
    .header-wrapper .login-wrapper {
        float: right;
        text-align: right;
    }