.w {
    width: 1360px;
    margin: 0 auto;
}

.step_1 {
    width: 100%;
    height: 600px;
    background: url("/images/index/s1.png?v=0112") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.step_1 .w {
    width: 1360px;
    margin: 0 auto;
}

.step_1 .topBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.step_1 .topBox .left {
    float: left;
    box-sizing: border-box;
    padding-top: 166px;
    width: 545px;
}

.step_1 .topBox .left .title p {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
}

.step_1 .topBox .left .inputBox {
    width: 470px;
    height: 58px;
    background-color: #fff;
    border-radius: 58px;
    margin-left: 4px;
    margin-top: 38px;
    box-sizing: border-box;
    padding: 7px;
    display: flex;
    justify-content: space-between;
}

.step_1 .topBox .left .inputBox input {
    width: 324px;
    height: 44px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border: none;
    outline: 0;
    box-sizing: border-box;
    padding-left: 15px;
    color: #222;
    font-size: 18px;

}

.step_1 .topBox .left .inputBox input::placeholder {
    color: #BDBCBC;
    font-size: 18px;
}

.step_1 .topBox .left .inputBox a {
    display: block;
    width: 160px;
    height: 44px;
    background: #BB2828;
    border-radius: 44px;
    opacity: 1;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.step_1 .topBox .right {
    float: right;
    text-align: center;
    width: 823px;
    height: 600px;
    background: url("/images/index/s17.png") no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 130px 0 0 139px;
}

.step_1 .topBox .right img {
    display: block;
    width: 145px;
}

.step_1 .bottomBox {
    width: 50%;
    height: 128px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
}

.step_1 .bottomBox .item {
    width: 288px;
    height: 88px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px;
}

.step_1 .bottomBox .item .left .title {
    height: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}

.step_1 .bottomBox .item .left .title img {
    height: 20px;
    margin-right: 6px;
}

.step_1 .bottomBox .item .left .text {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.step_1 .bottomBox .item .right .count {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.step_1 .bottomBox .item .right .count span {
    margin-left: 8px;
}

.step_1 .bottomBox .item .right img {
    display: block;
    height: 26px;
    margin-top: 13px;
    float: right;
}

.step_2 {
    margin-top: 200px;
    width: 100%;
}

.step_2 .titleBox {
    width: 100%;
    height: 40px;
    /* display: flex;
    justify-content: space-between; */
}

.step_2 .titleBox span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    line-height: 40px;
}

.step_2 .titleBox a {
    float: right;
    display: inline-block;
    width: 90px;
    height: 30px;
    margin-top: -35px;
    box-sizing: border-box;
    border: 1px solid #BB2828;
    border-radius: 30px;
    line-height: 28px;
    color: #BB2828;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.step_2 .titleBox .right img {
    width: 14px;
    margin-left: 4px;
}

.step_2 .box {
    margin-top: 30px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px 20px;
}

.step_2 .box .tab {
    width: 100%;
    height: 22px;
    display: flex;
}

.step_2 .box .tab .item {
    color: #333;
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
}

.step_2 .box .tab .active {
    color: #BB2828;
    border-bottom: 1px solid #BB2828;
}

.step_2 .box .table {
    margin-top: 10px;
}

.step_2 .box .table .table_head {
    height: 40px;
    line-height: 40px;
    color: #CBCBCB;
    font-size: 12px;
    display: flex;
}

.step_2 .box .table .table_head div {
    text-align: center;
    width: 20%;
}

.step_2 .box .table .table_body {
    display: none;
}

.step_2 .box .table .table_body_active {
    display: block;
}

.step_2 .box .table .table_body .line {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    display: flex;
    cursor: pointer;
}

.step_2 .box .table .table_body .line div:nth-child(1) {
    color: #333 !important;
}

.step_2 .box .table .table_body .line a {
    display: inline-block;
    width: 75px;
    height: 28px;
    border: 1px solid #222222;
    color: #222222;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 28px;
    margin-top: 11px;
    margin-left: 40px;
}

.step_2 .box .table .table_body .line div {
    text-align: center;
    width: 20%;
}

.step_2 .box .table .table_body .line div:nth-child(1) {
    text-align: left;
    box-sizing: border-box;
    padding-left: 120px;
}
.step_2 .box .table .table_body .line div:nth-child(1) img{
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    margin-right: 8px;
}
.step_2 .box .table .table_body .line:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.step_2 .box .table .table_body .line:hover a {
    background-color: #222;
    color: #fff;
}

.step_3 {
    margin-top: 80px;
    width: 100%;
}

.step_3 .title {
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

.step_3 img {
    display: block;
    width: 100%;
}

.step_3 img:nth-child(2) {
    margin-top: -40px;
}

.step_4 {
    margin-top: 100px;
}

.step_4 .title {
    font-weight: 600;
    color: #333;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.step_4 .box {
    display: flex;
    justify-content: space-between;
    height: 310px;
    margin-top: 40px;
}

.step_4 .box .item {
    width: 310px;
    height: 310px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 28px 32px 0;
}

.step_4 .box .item .imgBox {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
}

.step_4 .box .item .imgBox img {
    height: 66px;
    position: relative;
    top: 50%;
    margin-top: -33px;
}

.step_4 .box .item .imgBox img:nth-child(1) {
    display: inline-block;
}

.step_4 .box .item .imgBox img:nth-child(2) {
    display: none;
}

.step_4 .box .item p:nth-child(2) {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.step_4 .box .item p:nth-child(3) {
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.step_4 .box .item:hover {
    background-color: #BB2828;
}

.step_4 .box .item:hover .imgBox {
    background-color: #FF4444;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}

.step_4 .box .item:hover .imgBox img:nth-child(1) {
    display: none;
}

.step_4 .box .item:hover .imgBox img:nth-child(2) {
    display: inline-block;
}

.step_4 .box .item:hover p {
    color: #fff;
}

.step_5 {
    width: 100%;
    height: 720px;
    background: url("/images/index/s12.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
    margin-top: 120px;
}

.step_5 .top {
    width: 100%;
    height: 434px;
    display: flex;
    justify-content: space-between;
}

.step_5 .top .left .title {
    color: #fff;
    margin-top: 50px;
}

.step_5 .top .left .title p:nth-child(1) {
    font-weight: 600;
    font-size: 40px;
}

.step_5 .top .left .title p:nth-child(2) {
    font-size: 20px;
    margin-top: 15px;
}

.step_5 .top .left .box {
    height: 170px;
    display: flex;
    margin-top: 50px;
}

.step_5 .top .left .box .qrCode {
    display: block;
    height: 170px;
}

.step_5 .top .left .box .btnBox {
    margin-left: 20px;
    width: 240px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
}

.step_5 .top .left .box .btnBox p {
    font-size: 16px;
    color: #fff;
}

.step_5 .top .left .box .btnBox a {
    display: block;
    width: 240px;
    margin-top: 10px;
}

.step_5 .top .left .box .btnBox a img {
    display: block;
    width: 100%;
}

.step_5 .top .right {
    display: block;
    height: 434px;
}

.step_5 .bottom {
    width: 100%;
    height: 146px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 30px 180px;
}

.step_5 .bottom div {
    width: 230px;
    text-align: center;
    box-sizing: border-box;
}

.step_5 .bottom div p {
    color: #FFACAC;
    font-size: 18px;
}

.step_5 .bottom div p:nth-child(1) {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}