body{
    margin: 0;
    padding: 0; 
}
#free{
    min-width: 1200px;
}

.bg_image_5{
    height: 510px;
    background: url(../image/free@2x.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.bg_image_5 .title{
    width: 984px;
    height: 319px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -492px;
    margin-top:-159px;
    background: url(../image/topic@2x.png);
    background-size: 100% 100%;
}
.bg_image_5 .contact{
    width: 390px;
    height: 57px;
    position: absolute;
    left: 50%;
    bottom: -28.5px;
    margin-left: -195px;
}
.bg_image_5 .contact .left_btn{
    background:linear-gradient(180deg,rgba(215,217,41,1),rgba(247,162,115,1));
    box-shadow:0px 4px 7px 1px rgba(10,32,65,0.39);
    border-radius:28px;
    width: 180px;
    height: 57px;
    float: left;
    text-align:center; line-height:57px;
    font-size:20px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
    cursor: pointer;
}

.bg_image_5 .contact .right_btn{
    width: 180px;
    height: 57px;
    float: right;
    background:linear-gradient(180deg,rgba(215,217,41,1),rgba(247,162,115,1));
    box-shadow:0px 4px 7px 1px rgba(10,32,65,0.39);
    border-radius:28px;
    text-align:center; line-height:57px;
    font-size:20px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
    cursor: pointer;
}


.apply_free .title{
    position: relative;
    top: 30px;
    text-align: center;
    font-size:40px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.apply_free .el-dialog{
    border-radius: 10px;
}
.apply_free .input_form{
    position: relative;
    top: 30px;
    width: 450px;
    margin: 0 auto;
}

.apply_free .el-input--prefix .el-input__inner{
    padding-left: 88px;
}
.apply_free .el-input {
    width: 450px;
}
.apply_free .el-input input{
    height: 60px;
}
.apply_free .name_icon{
    width: 32px;
    height: 32px;
    background: url(../image/name_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}
.apply_free .phone_icon{
    width: 32px;
    height: 32px;
    background: url(../image/phone_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}
.apply_free .product_icon{
    width: 32px;
    height: 32px;
    background: url(../image/product_icon.png);
    background-size: 100% 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
}
.apply_free .line{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 65px;
    width:1px;
    height:33px;
    border:1px solid rgba(200,200,200,1);
}
.apply_free .submit{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 70px;
    width:451px;
    height:70px;
    background:rgba(0,138,255,1);
    border-radius:35px;
    text-align: center;
    line-height: 70px;
    font-size:24px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor:pointer;
}
.apply_free .el_popper{
    margin-top: 0px;
}



.second_plate{
    position: relative;
    height: 117px;
    min-width: 1200px;
    background:rgba(170,204,255,0.15);
}
.second_plate>div{
    width: 1200px;
    margin: 0px auto;
    display: flex;
}
.second_plate>div a:hover{
    background:rgba(53,123,210,0.05);
}
.second_plate>div a{
    position: relative;
}
.second_plate>div .line{
    position: absolute;
    right: 0;
    top: 11px;
    width:1px;
    height:96px;
    
    background-color: rgba(51,51,51,1);
    opacity:0.2;
}

.second_tab1{
    padding: 21px 25px 20px 10px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}

.second_tab3{
    width: 325px;
    padding: 21px 15px 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.second_tab4{
    width: 325px;
    padding: 21px 15px 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.second_tab5{
    padding: 21px 0 20px 25px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
}
.second_img{
    width: 65px;
    height: 71px;
}
.second_icon1{
    flex-shrink: 0;
    background: url(../image/second_plate_icon1@2x.png) no-repeat;
    background-size: 100% 100%;
}

.second_icon3{
    flex-shrink: 0;
    background: url(../image/second_plate_icon3@2x.png) no-repeat;
    background-size: 100% 100%;
}
.second_icon4{
    flex-shrink: 0;
    background: url(../image/second_plate_icon4@2x.png) no-repeat;
    background-size: 100% 100%;
}
.second_icon5{
    flex-shrink: 0;
    background: url(../image/second_plate_icon5@2x.png) no-repeat;
    background-size: 100% 100%;
}
.second_content1{
    margin-left: 14px;
}

.second_content3{
    margin-left: 14px;
    width: 220px;
}
.second_content4{
    margin-left: 14px;
    width: 230px;
}
.second_content5{
    margin-left: 14px;
    width: 230px;
}
.second_hot{
    display: inline-block;
    padding-left: 10px;
    width: 49px;
    height: 21px;
    background: url(../image/hot@2x.png);
    background-size: 100% 100%;
}
.second_zero{
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:700;
    height: 24px;
    color:rgba(239,4,4,1);
}
.second_price{
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:700;
    height: 24px;
    color:rgba(239,4,4,1);
}
.second_name{
    padding-left:10px;
    font-size:24px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    height: 24px;
    color:rgba(51,51,51,1);
}
.second_info{
    height: 36px;
    font-size:14px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    margin-top: 15px;
    line-height:22px;
    color:rgba(51,51,51,1);
}


.third_plate{
    position: relative;
    height: 1919px;
    background: url(../image/bg2@2x1.png);
    background-size: 100% 100%;
}
.third_plate .title{
    padding-top: 60px;
    text-align: center;
    font-size:38px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.third_plate .click_for_free{
    width:155px;
    height:35px;
    background:rgba(53,58,78,1);
    position: absolute;
    top: 515px;
    right: 0px;
    font-size:14px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 35px;
    text-align: center;
}
.third_plate .card{
    display: flex;
    position: relative;
    
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    width:1201px;
    height:339px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 60px 16px rgba(6,35,87,0.55);
    border-radius:15px;
}
.third_plate .card .picture_1{
    margin-top: 59px;
    margin-left: 33px;
    width: 368px;
    height: 231px;
    background: url(../image/picture_1@2x.png);
    background-size: 100% 100%;
}
.third_plate .card .picture_2{
    margin-top: 59px;
    margin-left: 33px;
    width: 368px;
    height: 231px;
    background: url(../image/picture_2@2x.png);
    background-size: 100% 100%;
}
.third_plate .card .picture_3{
    margin-top: 59px;
    margin-left: 33px;
    width: 368px;
    height: 232px;
    background: url(../image/picture_3@2x.png);
    background-size: 100% 100%;
}
.third_plate .card .content{
    margin-top: 75px;
    margin-left: 45px;
    height: 186px;
}
.third_plate .card .content .headline{
    text-align: left;
    margin-bottom: 39px;
    font-size:30px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.third_plate .card .emphasis{
    margin-top: 30px;
}


.third_plate .card .tick{
    height:20px; width:20px; 
    display:inline-block;
    position:relative;    
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    background:rgba(14,180,69,1);
}
.third_plate .card .tick:after, .tick:before{
    content: '';
    height: 11px;
    width: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.third_plate .card .tick:before{
    height: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 10px;
    left: 5px;
}

.third_plate .card .text{
    position: relative;
    top: -3px;
    left: 10px;
    font-size:16px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
}
.third_plate .card .vertical_var{
    position: absolute;
    top: 62px;
    left: 786px;
    width:2px;
    height:216px;
    border:1px dashed rgba(113,113,113,1);
    opacity:0.49;
}
.third_plate .card .flag{
    position: absolute;
    top: 57px;
    left: 891px;
    width: 231px;
    height: 82px;
    background: url(../image/flag@2x1.png);
    background-size: 100% 100%;
}
.third_plate .card .flag span{
    position: absolute;
    top: 22px;
    left: 75px;
    font-size:20px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(129,87,5,1);
}
.third_plate .card .price{
    position: absolute;
    top: 161px;
    left: 909px;
    font-size:26px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.third_plate .card .line{
    position: absolute;
    top: 173px;
    left: 907px;
    width: 179px;
    height: 3px;
    background: rgba(255,0,0,1);
}
.third_plate .card .apply_for{
    cursor:pointer;
    position: absolute;
    top: 237px;
    left: 844px;
    width:150px;
    height:44px;
    background:linear-gradient(180deg,rgba(79,191,238,1),rgba(34,107,226,1));
    box-shadow:0px 2px 9px 1px rgba(10,32,65,0.39);
    border-radius:22px;
    text-align: center;
    line-height: 44px;
    font-size:16px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.third_plate .card .advisory{
    position: absolute;
    top: 237px;
    left: 1016px;
    width:150px;
    height:44px;
    background:linear-gradient(180deg,rgba(79,191,238,1),rgba(34,107,226,1));
    box-shadow:0px 2px 9px 1px rgba(10,32,65,0.39);
    border-radius:22px;
    text-align: center;
    line-height: 44px;
    font-size:16px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.third_plate .card .comming_soon{
    position: absolute;
    top: 99px;
    left: 950px;
    font-size:26px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.third_plate .card .apply_for_1{
    cursor:pointer;
    position: absolute;
    top: 171px;
    left: 844px;
    width:150px;
    height:44px;
    background:linear-gradient(180deg,rgba(79,191,238,1),rgba(34,107,226,1));
    box-shadow:0px 2px 9px 1px rgba(10,32,65,0.39);
    border-radius:22px;
    text-align: center;
    line-height: 44px;
    font-size:16px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.third_plate .card .advisory_1{
    position: absolute;
    top: 171px;
    left: 1016px;
    width:150px;
    height:44px;
    background:linear-gradient(180deg,rgba(79,191,238,1),rgba(34,107,226,1));
    box-shadow:0px 2px 9px 1px rgba(10,32,65,0.39);
    border-radius:22px;
    text-align: center;
    line-height: 44px;
    font-size:16px;
    font-family:SourceHanSansCN-Light;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.third_plate .more{
    text-align: center;
    margin-top: 87px;
    margin-bottom: 62px;
    font-size:38px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.third_plate .special_offers{
    width: 1112px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.third_plate .special_offers .red_packet{
    position: relative;
    width: 358px;
    height: 600px;
    background: url(../image/red_packet@2x.png);
    background-size: 100% 100%;
    z-index: 10;
}
.third_plate .special_offers .red_packet .headline_price{
    margin-top: 36px;
    text-align: center;
}
.third_plate .special_offers .red_packet .headline_price .price_1{
    font-size:18px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(138,105,32,1);
}
.third_plate .special_offers .red_packet .headline_price .price_2{
    font-size:34px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(138,105,32,1);
}
.third_plate .special_offers .red_packet .red_tip{
    position: absolute;
    top: 116px;
    left: 28px;
    font-size:16px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.third_plate .special_offers .red_packet .headline{
    text-align: center;
    margin-top: 82px;
    margin-bottom: 28px;
    font-size:30px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.third_plate .special_offers .red_packet .text{
    
    margin-top: 11px;
    
    font-size:14px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.third_plate .special_offers .red_packet .buy_now{
    position: absolute;
    top: 456px;
    left: 89px;
    width:180px;
    height:57px;
    background:linear-gradient(180deg,rgba(215,217,41,1),rgba(247,162,115,1));
    box-shadow:0px 6px 20px 4px rgba(209,121,31,0.25);
    border-radius:29px;
    text-align: center;
    line-height: 57px;
    font-size:20px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(138,105,32,1);
}
.third_plate .platform{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 277px;
    background: url(../image/platform@2x.png);
    background-size: 100% 100%;
}