* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    /*background-image:url(../img/41.png);*/
    background-size:100% 100%;
}

.content-one {
    width: 100%;
    /*position: relative;*/
    background-color:#fff;
}


    .content-one img {
        width: 100%;
        height: auto;
        display: block;
        /*min-height: 412px;*/
    }

.content-two {
    width: 100%;
    /*height: 297px;*/
    /*background: url(../img/42.png) no-repeat;
    background-size: 100% 100%;*/
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    text-align:center;
}
    .content-two .content-two-title{
        width:100%;
        text-align:center;
        color:#fff;
        font-weight:bold;
        font-size:18px;
    }
    .content-two .item {
        width: 85%;
        font-size: 16px;
        /*text-indent: 1rem;*/
        height: 41px;
        border:none;
        display: block;
        margin: 0 auto;
        margin-top: 0.24rem;
        position: relative;
        z-index: 1;

    }

    .content-two .itembtn {
        border: none;
        width: 89.34%;
        font-size: 16px;
        text-indent: 1rem;
        height: 41px;
        display: block;
        margin: 0 auto;
        position: relative;
        float:left;
  
    }

    .item p {
        position: absolute;
        top: -2px;
        right: 4%;
        line-height:24px;
        font-size: 12px;
        color: #8d8d8d;
    }



.content-two input {
    width: 100%;
    font-size: 12px;
    height: 100%;
    text-indent: 10px;
    border: 1px solid #858286;
    border-radius: 5px;
}

.btn_class {
    width: 35% !important;
    padding:5px 0 !important;
    float: left;
    margin-left: 14% !important;
    background-color: #ce1300;
    color:#FFF;
    border:none;
    border-radius:100px !important;
    font-weight:bold;
    margin-top:10px;
    text-align:center;
    font-size:16px !important;
    letter-spacing:2px;
    border:none !important;
}

.content-three {
    width: 100%;
    /* background: url("../img/12.png") no-repeat; */
    background-size: 100% 100%;
    padding-top: 0.57rem;
    padding-bottom:30px;
}

.content-three input {
    width: 6.22rem;
    height: 0.82rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.24rem;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 5px;
    text-indent: 0.24rem;
    font-size: 0.3rem;
    color: #FFFFFF;

}


    .content-three .three_banner {
        width:65%;
        height:140px;
        position:absolute;
        top:63px;
        right:0;
    }
        .content-three .three_banner .swiper-container, .content-three .three_banner .swiper-container img {
            width: 100%;
            height: 100%;
        }
            .three_item {
                position: relative;
                width: 100%;
            }
.three_item_spcing {
    padding-top: 10px;
}
.phone-banner{
    width:100%;
    /*height:300px;*/
    position:relative;
}
.banner_title{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40px;
    background-color:#000;
    z-index:2;
    opacity:0.7;
}

.phone-banner img {
    width: 100%;
    height: 100%;
}

    .content-three .three_gif {
        width: 90%;
        margin-left: 5%;
    }
.content-three .three_btn{
    width:40%;
    position:absolute;
    bottom:23px;
    left:30%;
}

.content-three .three_btn_hl {
    width: 30%;
    position: absolute;
    bottom: 45px;
    right: 20%;
}
.content-three .three_btn_xf {
    width: 30%;
    position: absolute;
    bottom: 25px;
    right: 20%;
}
.content-three .three_btn_xhl {
    width: 25%;
    position: absolute;
    bottom: 18px;
    left: 6%;
}
.content-three .three_btn_jd {
    width: 25%;
    position: absolute;
    bottom: 10px;
    left: 10%;
}

.content-three button {
    width: 6.22rem;
    height: 0.82rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.24rem;
    background: #FFFFFF;
    border: none;
    color: #b90535;
    border-radius: 5px;
    font-size: 0.36rem;
}
.content-two button{
    width:auto;
    height:auto;
    
}



.content-three input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.content-three input:-moz-placeholder {
    color: #FFFFFF;
}

.content-three input::-moz-placeholder {
    color: #FFFFFF;
}

input:-ms-input-placeholder {
    color: #FFFFFF;
}

.img-one {
    width: 100%;
    height: auto;
    display: block;
}

.enlarge {
    animation: enlarge 1s infinite;
    -webkit-animation: enlarge 1s infinite;
}

.animate {
    animation: scale 1s infinite;
    animation-timing-function: linear;
    -webkit-animation: scale 1s infinite;
    -webkit-transition-timing-function: linear;
    -moz-animation: scale 1s infinite;
    -moz-transition-timing-function: linear;
    -ms-animation: scale 1s infinite;
    -ms-transition-timing-function: linear;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(0.95);
    }
}

@-moz-keyframes scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(0.95);
    }
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(0.95);
    }
}

@-ms-keyframes scale {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(0.95);
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
    outline: none;
    border-color: #d2d2d2;
    box-shadow: none;
}

input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus {
    outline: none;
    border-color: #d2d2d2;
    box-shadow: none;
}

.advince {
    background-color: #fff;
    line-height: 41px;
    padding: 0 15px;
    border-radius: 50px;
    margin-top: 20px !important;
    height: 41px !important;
    margin-bottom:2% !important;
}
    .advince img {
        float: left;
        width: 24px;
        margin-top: 10px;
        margin-right: 8px;
    }
    .advince .advince_art {
        float: left;
        width: calc(100% - 50px);
        font-weight: bold;
        text-align: left;
    }

@media screen and ( max-width: 360px ) {
    .advince {
        background-color: #fff;
        line-height: 41px;
        padding: 0 15px;
        border-radius: 50px;
        margin-top: 20px;
        height: 41px;
    }

        .advince img {
            float: left;
            width: 14px;
            margin-top: 14px;
            margin-right: 8px;
        }

        .advince .advince_art {
            float: left;
            width: calc(100% - 22px);
            font-weight: bold;
            text-align: left;
        }
        .advince #renshu {
            font-size: 16px !important;
        }
   
}
@media screen and ( min-width: 750px ) {
    .popup1 {
        padding-top:42% !important;
    }
        .popup1 .popup1_title{
            font-size:35px !important;
        }
    .content-three {
        padding-top: 1.57rem;
    }

}

@media screen and ( min-width: 1024px ) {
    .popup1 {
        padding-top: 28% !important;
    }

        .popup1 .popup1_title {
            font-size: 35px !important;
        }
    .content-three {
        padding-top: 1.57rem;
    }
}

@media screen and ( min-width: 500px ) {
    .content-two {
        height: 594px;
        padding-top: 100px;
    }

        .content-two .item {
            height: 82px;
        }

    .btn_class {
        padding: 10px 0;
    }

    .item p {
        line-height: 82px;
    }

    .content-three .three_btn {
        bottom: 25px;
    }
}


.three_hot{
    position:absolute;
    right:0px;
    top:40px;
    z-index:2;
    width:50px;
}

.floating-window {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -22px;
    background: #d60000;
    border-radius: 22px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 5px;
    z-index: 11;
}

.tc{
    position:fixed;
    margin-top:-4rem;
    z-index:13;
    opacity:0;
}
.popup1 {
    /*width: 100%;*/
    /*background: #FFFFFF;*/
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -4rem;
    padding-bottom: 20px;
    z-index: 13;
    opacity: 1;
    /*height: 400px;*/
    width: 5.94rem;
    /*height: 8.57rem;*/
    top: 50%;
    margin-top: -4.285rem;
    left: 50%;
    margin-left: -2.97rem;
}
.itembtn button {
    width: 40%;
    margin-top: 10px;
}
/*.popup-content button{
    width:40%;
    margin-top:10px;
}*/


.content-two2{
    width:100%;
    margin-top:20px;
}


    .content-two2 .content-two-title {
        width: 100%;
        text-align: center;
        color: #5c5c5c;
        font-weight: bold;
        font-size: 18px;
    }

    .content-two2 .item {
        width: 30%;
        font-size: 16px;
        border: 1px solid #bfbfbf;
        height: 30px;
        margin: 0 auto;
        margin-top: 0.24rem;
        float: left;
        margin-left: 2.5%;
        position: relative;
        background-color: #fff;
    }

.content-two2 .itembtn {
    border: none;
    width: 89.34%;
    font-size: 16px;
    text-indent: 1rem;
    height: 41px;
    display: block;
    margin: 0 auto;
    position: relative;
    float: left;
}

.item p {
    position: absolute;
    top: -2px;
    right: 4%;
    line-height: 24px;
    font-size: 12px;
    color: #8d8d8d;
}



.content-two2 input {
    border: none;
    width: 85%;
    font-size: 12px;
    height: 100%;
    text-indent: 10px;
}