/*您的位置导航栏*/
.location {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    border-bottom: 2px solid #cccccc;
}

.location p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 15px;
    padding: 0 50px;
}

.location p span {
    margin: 0 5px;
    cursor: pointer;
}

.location p i {
    height: 12px;
    color: #000;
}
/*您的位置导航栏结束*/

/*主要内容 文章*/
.shoot_box {
    display: flex;
    width: 100%;
    margin-top: 72px;
    padding: 0 317px;
    box-sizing: border-box;
    background-image: url('../images/wave.png');
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: cover;
}

.shoot_box .article {
    width: 100%;
}

.shoot_box .article h3 {
    font-size: 50px;
    font-family: milky-cn-heavyitalic;
    font-weight: Heavy Italic;
    text-align: center;
    color: #ffcc19;
    letter-spacing: 2.5px;
}

.shoot_box .article .box {
    margin-top: 53px;
}

.shoot_box .article .box p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
}

.shoot_box .article .box .map {
    width: 100%;
    height: 545px;
    margin-top: 33px;
}

.message {
    padding-top: 63px;
}

.message .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 42px;
}

.message .info input {
    width: 30%;
    height: 60px;
    padding-left: 40px;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #767676;
    line-height: 54px;
    letter-spacing: 1.25px;
    border: 2px solid #767676;
    outline-style: none;
}

#textBox {
    width: 100%;
    margin-top: 40px;
    outline-style: none;
    padding: 18px 43px;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #767676;
    letter-spacing: 1.25px;
    border: 2px solid #767676;
}

.message .info span {
    flex: 5%;
}

.message .btn {
    width: 128px;
    height: 33px;
    background: #ffcc19;
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 33px;
    margin: 30px auto 0;
}

@media screen and (max-width: 1314px) {
    .shoot_box {
        padding: 0 200px;
    }
    .shoot_box .article .box .article-img {
        padding: 0 100px;
        margin-top: 38px;
    }
    .shoot_box .article h3 {
        font-size: 35px;
    }
    .shoot_box .article .box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {

    .shoot_box {
        padding: 0 100px;
    }
    .shoot_box .article h3 {
        font-size: 25px;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .shoot_box {
        padding: 0 60px;
    }
    .shoot_box .article h3 {
        font-size: 20px;
    }

    .shoot_box .article .box {
        margin-top: 30px;
    }
    #textBox {
        height: 200px;
        font-size: 16px;
    }

    .message .info input {
        height: 40px;
        font-size: 18px;
        padding: 5px;
    }
}

@media screen and (max-width: 500px) {
    .shoot_box {
        padding: 0 20px;
        margin-top: 30px;
    }

    .btn-box {
        padding: 0;
    }
    .shoot_box .article h3 {
        font-size: 16px;
    }

    .shoot_box .article .box {
        margin-top: 30px;
    }
}


@media screen and (max-width: 384px) {
    .shoot_box {
        padding: 0 20px;
    }
    .message .info {
        flex-direction: column;
    }
    .message .info input {
        width: 100%;
        margin-top: 10px;
    }
}
