/* banner开始 */

.banner-page {
    height: 460px;
    background: url(https://image.bao315.com/Public/Home/images/serve/banner_02.png) no-repeat center 0;
    min-width: 1200px;
}

.banner-page-wrap {
    width: 1200px;
    margin: 0 auto;
}

.banner-page-left {
    float: left;
    width: 560px;
    color: #fff;
    text-align: left;
    margin-top: 105px;
}

.banner-page-left .left-top {
    font-size: 72px;
}

.banner-page-left .left-botm {
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: 5px;
}

.page-box {
    float: right;
    width: 350px;
    height: 460px;
    margin-right: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.434);
}

.page-right-title {
    text-align: center;
    margin-top: 24px;
}

.page-right-title p {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.page-right-title div {
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
}

.page-box-table {
    width: 334px;
    height: 355px;
    background-color: #fff;
    margin-top: 12px;
}

.page-box-table form {
    margin: 20px 12px 14px 14px;
}

input {
    list-style: none;
}

.page-box-table input {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e2e2;
    outline: none;
    margin-bottom: 14px;
    padding-left: 15px;
    color: #999999;
}

.page-box-table select {
    width: 308px;
    height: 44px;
    border: 1px solid #e2e2e2;
    text-indent: 10px;
    background: url(https://image.bao315.com/Public/Home/images/serve/icon_jiantou.png) no-repeat right center;
    background-position: 290px 15px;
}

.verify-wrap {
    width: 308px !important;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    position: relative;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.page-box-tips {
    width: 308px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    position: relative;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

#table-wrap .tips-progress {
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: -1px;
    border: 1px solid #dfbb8b;
    background-color: #f9f1e8;
    color: #d4a464;
    font-size: 18px;
    text-align: center;
}

#table-wrap .tips-btn {
    left: -1px;
    height: 44px;
    width: 44px;
}

.page-box-tips .tips-btn {
    background-image: url(/Public/Home/images/serve/icon_huakuai.png);
    position: absolute;
    top: -1px;
    background-size: 100% 100%;
    z-index: 2;
    cursor: move;
}

.banner-page-right .agreement-box{
    padding: 10px 12px 0 14px;
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
}
.banner-page-right .agreement-box .item:first-of-type{
    margin: 0 12px 0 0!important; 
}

.checkbox input {
    width: 22px;
    height: 22px;
}

.checkbox label {
    font-size: 18px;
    color: #999999;
    position: relative;
    top: -5px;
}

#checkbox1 {
    border-radius: 10px;
    visibility: hidden;
    font-size: 26px;
}

#checkbox1+label {
    width: 13px;
    height: 13px;
    display: block;
    background-color: #ffffff;
    top: -25px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}

#checkbox1:checked+label::before {
    content: " ";
    width: 13px;
    height: 13px;
    background: url("/Public/Home/images/serve/icon_bingo.png") no-repeat;
    background-size: 74%;
    display: block;
    color: #b5b5b5;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    top: 2px;
    left: 1px;
}

#checkbox2 {
    border-radius: 10px;
    visibility: hidden;
    font-size: 26px;
}

#checkbox2+label {
    width: 13px;
    height: 13px;
    display: block;
    background-color: #ffffff;
    top: -25px;
    left: 3px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}

#checkbox2:checked+label::before {
    content: " ";
    width: 13px;
    height: 13px;
    background: url("/Public/Home/images/serve/icon_bingo.png") no-repeat;
    background-size: 74%;
    display: block;
    color: #b5b5b5;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    top: 2px;
    left: 1px;
}

.page-box-btn button {
    width: 308px;
    height: 44px;
    color: #fff;
    background-color: #c30817;
    text-align: center;
    margin-left: 14px;
    cursor: pointer;
}


/* banner结束 */


/* 内容开始 */

.content-page {
    min-width: 1200px;
}

.matter01 {
    height: 386px;
    background-color: #f7f8f9;
}

.matter01 .fourstep {
    width: 1200px;
    height: 386px;
    margin: 0 auto;
}

.fourstep .fourstep-title {
    font-size: 32px;
    color: #222222;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 60px;
}

.fourstep .fourstep-title span {
    font-size: 48px;
    color: #307fc4;
    letter-spacing: 2px;
}

.fourstep-img img {
    width: 939px;
    margin: 60px 129px 0px 129px;
}

.matter02 {
    height: 850px;
}

.matter02 .why {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
}

.why .why-title {
    padding-top: 90px;
    text-align: center;
}

.why .why-title p {
    font-size: 36px;
    color: #222222;
}

.why .why-title span {
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
}

.why .why-img {
    margin-top: 45px;
}

.matter03 {
    height: 640px;
    background-color: #f7f8f9;
}

.matter03 .scene {
    width: 1200px;
    height: 640px;
    margin: 0 auto;
}

.scene .scene-title {
    padding-top: 90px;
    text-align: center;
}

.scene .scene-title p {
    font-size: 36px;
    color: #222222;
}

.scene .scene-title span {
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
}

.scene .scene-list {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}
.scene-item {
    position: relative;
    width: 224px;
    height: 320px;
}
.scene-item .item1{
    width: 100%;
    height: 100%;
}
.scene-item .item1 img {
    width: 224px;
    height: 320px;
}
.scene-item .item2 {
    background: rgba(039 ,132, 212, 0.8);
    color: #fff;
    width: 100%;
    height:100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.scene-item .item2 .title {
    text-align: center;
    font-size: 20px;
    margin-top: -50px;
}

.scene-item .item2 .text {
    font-size: 14px;
    width: 175px;
    height: 60px;
    margin: 0 auto;
    padding-top: 20px;
}
.scene-item:hover .item2{
    display: flex;
}

.matter04 {
    height: 1060px;
}

.matter04 .style {
    width: 1200px;
    height: 1060px;
    margin: 0 auto;
}

.style .style-title {
    padding-top: 90px;
    text-align: center;
}

.style .style-title p {
    font-size: 36px;
    color: #222222;
}

.style .style-title span {
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
}

.style .style-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img1 {
    width: 1200px;
    margin: 0 auto;
}

.img2 {
    width: 1200px;
    margin: -80px auto;
}

.matter05 {
    min-width: 1200px;
    height: 755px;
    margin-top: 90px;
    position: relative;
}

.matter05 .money-box {
    background-color: #f7f8f9;
    height: 520px;
}

.matter05 .money {
    width: 1200px;
    height: 665px;
    margin: 0 auto;
}

.matter05 .money .money-title {
    height: 510px;
    text-align: center;
    font-size: 36px;
    padding-top: 85px;
}

.matter05 .money .money-title span {
    font-size: 16px;
    color: #666666;
}

.matter05 .money-list {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: absolute;
    top: 256px;
}

.matter05 .money-list .list-text {
    font-size: 30px;
    text-align: center;
}

.matter05 .money-list .list-img {
    padding-top: 40px;
}


/* 内容结束 */