@charset "utf-8";
/* CSS for All Pages | Written by IKKI | 2018-03-19 */

body {
    font-family: "Microsoft YaHei", arial, simsun, sans-serif;
    font-size: 14px;
}

header {
    height: 500px;
    background: url(../img/header.jpg) no-repeat center;
    background-size: auto 100%;
}

h3 {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #5a0000;
}

h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 4px;
    background: #5a0000;
    content: "";
}

.intro {
    margin-bottom: 50px;
    background: url(../img/intro_bg.png) no-repeat center;
    background-size: auto 100%;
}

.intro .col-md-7 {
    padding: 20px 72px 20px 0;
}

.intro .col-md-7 p {
    margin-bottom: 5px;
    line-height: 30px;
    text-indent: 2em;
}

.intro blockquote {
    margin-bottom: 15px;
    border-left: 10px solid #f94525;
    padding: 8px 10px;
    background: #edc7cb;
}

.intro blockquote a {
    margin: 0 2px;
    color: #004c98;
}

.intro embed,
.intro video {
    position: relative;
    top: 50px;
    left: 30px;
    z-index: 1;
    width: 450px;
    height: 254px;
}

.intro .col-md-5:after {
    position: absolute;
    top: 265px;
    left: 75px;
    z-index: 9;
    width: 485px;
    height: 94px;
    background: url(../img/intro_title.png) no-repeat center;
    background-size: 100% auto;
    content: "";
}

.flags {
    padding-bottom: 20px;
    border-bottom: 58px solid #ccc;
    background: #fff7f0;
}

h4 {
    padding: 40px 0 20px 0;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #e73835;
    visibility: hidden;
}

.flags .col-md-10 {
    visibility: hidden;
}

.flags p {
    margin-bottom: 5px;
    line-height: 30px;
    text-indent: 2em;
}

.flags a.btn {
    margin: 10px;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 14px;
    color: #004c98;
    background: #ccc;
}

.flags .col-md-8 {
    position: relative;
}

.flags .col-md-8 img {
    margin: 20px 0;
    width: 100%;
}

#four {
    position: absolute;
    top: 32%;
    left: 10%;
    width: 26%;
    height: 15%;
}

#ring {
    position: absolute;
    top: 30%;
    left: 38%;
    width: 20%;
    height: 20%;
}

#four em,
#ring em {
    display: inline-block;
    position: absolute;
    top: -20%;
    left: 45%;
    z-index: 99;
    width: 100px;
    height: 98px;
    background: url(../img/flag_big.png) no-repeat center;
    visibility: hidden;
}

#four i,
#ring i {
    display: inline-block;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 23px;
    height: 23px;
    background: url(../img/flag_small.png) no-repeat center;
}

form {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 30px 10%;
    text-align: center;
    background: #fff;
}

#num {
    margin-bottom: 10px;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #e73835;
}

form strong {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
}

form .form-control {
    font-size: 14px;
}

form .btn {
    margin: 20px 0 20px 15px;
    border-radius: 0;
    width: calc(80% - 15px);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e73835;
}

.form-control:focus,
.btn:focus {
    border-color: #e73835;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 5px rgba(231, 56, 53, .8);
}

form img {
    margin: 20px 0;
}

.list {
    position: relative;
    margin-top: -180px;
}

.list .col-md-6 {
    position: relative;
    background: #ffe2e5;
}

.list .col-md-6:before {
    position: absolute;
    top: 0;
    left: -80px;
    border-top: none;
    border-left: 80px solid transparent;
    border-right: none;
    border-bottom: 180px solid #ffe2e5;
    width: 80px;
    height: 0;
    content: '';
}

.swiper-container {
    margin: 20px 0 10px 0;
    padding: 0 20px;
    width: 100%;
    height: 150px;
}

.swiper-slide p {
    margin-bottom: 0;
}

.swiper-slide em {
    display: inline-block;
    margin-left: 5px;
    width: 27px;
    height: 20px;
    vertical-align: middle;
    background: url(../img/flag_list.png) no-repeat;
    background-size: 100%;
}

footer {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #5a0000;
}

.weui-dialog a:hover {
    text-decoration: none;
    color: #0bb20c;
}

/* 手机端适配 */
@media only screen and (max-width: 767px) {
    header {
        height: 120px;
    }
    h3 {
        margin-bottom: 10px;
        padding: 10px 0;
        font-size: 24px;
    }
    .intro {
        margin-bottom: 80px;
        background-position: left;
    }
    .intro .col-md-7 {
        padding: 10px 0 0 0;
    }
    .intro .col-md-7 p {
        line-height: 24px;
    }
    .intro embed,
    .intro video {
        top: 30px;
        left: 0;
        width: 100%;
        height: auto;
    }
    .intro .col-md-5:after {
        top: auto;
        left: auto;
        right: 0;
        width: 80%;
        height: 50px;
    }
    h4 {
        padding: 30px 0 10px 0;
        font-size: 40px;
    }
    #four {
        left: 11.5%;
    }
    #four em {
        top: -160%;
    }
    #ring em {
        top: -120%;
    }
    form {
        margin: 0 0 30px 0;
    }
    form .btn {
        width: calc(75% - 15px);
    }
    .list {
        margin-top: -80px;
    }
    .swiper-container {
        margin: 15px 0 0 0;
        padding: 0;
        font-size: 12px;
    }
    .swiper-slide p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .swiper-slide em {
        width: 19px;
        height: 14px;
    }
    footer {
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
}