﻿.buy-banner .banner-text {
    padding-top: 12rem;
}
.buy-banner:after{
    background: transparent;
}
@media only screen and (max-width: 479px){
    .buy-banner {
        height: 17rem;
    }
    .buy-banner .banner-text {
        font-size: 2.0rem;
        padding-top: 0px;
        letter-spacing: 0.25rem;
    }    
    }
.w1200 h2 {
    font-size: 30px;
    color: #09244f;
}
/*.b_more {
    color: #fdfdfb;
    overflow: hidden;
    z-index: 1;
    float: left;
    font-weight: 600;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 50px;
    position: relative;
    text-align: center;
    width: auto;
    text-decoration: none;
    background: #4f8309;
    border: none;
    outline: none;
}

    .b_more:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 500%;
        height: 1000%;
        background: rgba(0, 0, 0, .2);
        z-index: -1;
        transform-origin: 0% 0%;
        transform: translateX(calc(20% - 35px)) translateY(10%) rotate(-45deg);
        transition: transform .3s;
    }

    .b_more:hover::after {
        transform: translateY(10%) translateX(-50px) rotate(-45deg);
    }*/

.message {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.message_l {
    width: calc(60% - 42px);
    border-right: 2px solid #464747;
    padding-right: 40px;
}

    .message_l div {
        margin-bottom: 20px;
    }

        .message_l div label {
            display: block;
            font-size: 18px;
            color: #333333;
            margin-bottom: 5px;
        }

            .message_l div label span {
                color: #f32626;
            }

.inp input {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e3e4;
    color: #09244f;
    font-size: 16px;
    font-weight: Bold;
    line-height: 35px;
}

.inp textarea {
    display: block;
    width: 100%;
    border: 1px solid #e1e3e4;
    color: #09244f;
    font-size: 16px;
    font-weight: Bold;
    line-height: 35px;
    height: 160px;
    resize: none;
    overflow: auto;
    text-indent: 2rem;
    padding: 10px;
}

.yzm {
    position: relative;
    width: 50%;
}

    .yzm input {
        display: block;
        width: calc(100% - 103px);
        border-bottom: 1px solid #e1e3e4;
        color: #09244f;
        font-size: 16px;
        font-weight: Bold;
        line-height: 35px;
    }

    .yzm div {
        position: absolute;
        right: 0px;
        top: 37px;
        margin: 0px;
    }

.message_l .agreement {
    margin: 20px 0px;
    font-size: 16px;
    color: #333333;
}

.agreement input {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.message_l .agreement a {
    color: #71b910;
    font-weight: 500;
}

.yzm input::placeholder,
.inp input::placeholder {
    font-weight: 500;
    color: #999999;
}

.xialaBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.message_l .xiala-box {
    position: relative;
    width: 47%;
    margin-bottom: 0px;
}

.message_l .xiala-input {
    width: 100%;
    border-bottom: 1px solid #e1e3e4;
    font-size: 16px;
    color: #999999;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
}

.xiala-input::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 7px solid #006c94;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.open .xiala-input::after {
    border-bottom: 7px solid #006c94;
    border-top: none;
}

.xiala-ul {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 240px;
    overflow: auto;
    box-shadow: 0 1rem 2rem rgba(49,54,60,.11);
    background: #fff;
    border: 1px #e1e3e4 dashed;
    display: none;
}

    .xiala-ul ul li {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        padding: 0px 30px;
        cursor: pointer;
    }

        .xiala-ul ul .select,
        .xiala-ul ul li:hover {
            background: #cccccc;
            font-weight: Bold;
        }

.message_l .xiala-input .colour,
.type_of .xiala-input span {
    color: #09244f;
    font-weight: Bold;
}


.message_r {
    width: calc(40% - 40px);
    margin-left: 40px;
}

    .message_r h4 {
        font-size: 30px;
        color: #09244f;
        margin-bottom: 30px;
    }

    .message_r ul li {
        background-repeat: no-repeat;
        background-size: 36px;
        background-position: top left;
        padding-left: 45px;
        margin-bottom: 50px;
    }

        .message_r ul li h6 {
            font-size: 24px;
            color: #09244f;
            font-weight: 700;
            line-height: 36px;
            margin-bottom: 10px;
        }

        .message_r ul li p {
            font-size: 30px;
            color: #4f8309;
        }

        .message_r ul li a {
            font-size: 18px;
            color: #4f8309;
        }
/*        .yp_box {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.37);
            z-index: 999;
            display: none;
          }
          
          .Privacy_box {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .text_con{
            width: 460px;
            background: #fff;
            padding: 4rem 0px;
          }
          .Privacy_text{
            text-align: center;
            font-size: 18px;
            color: #71b910;
            padding-top: 3rem;
            font-weight: bold;
            letter-spacing: 1px;
          }
          .text_con .b_more{
            left: 50%;
            width: 16rem;
            margin-left: -8rem;
            margin-top: 3rem;
          }
          .Privacy_img{
            display: flex;
            justify-content: center;
          }*/
@media screen and (max-width: 1024px) {
    .w1200 {
        padding: 0px 1rem;
    }
}

@media screen and (max-width:850px) {
    .message_l {
        width: 100%;
        border-right: none;
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 2px solid #464747;
    }

    .message_r {
        width: 100%;
        margin-left: 0px;
        padding-top: 30px;
    }

    .yzm {
        width: 100%;
    }

        .yzm div {
            top: 33px
        }

    .inp textarea {
        height: 120px;
    }
}

