.box{
    margin-top: 20px;
    width: 100%;
    height: 340px;

    position: relative;
}

.box .list{
    width: 1200px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.box .btn{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    background: blue;
    cursor: pointer;
}
.box .next{
    right: 0;
}

.box li{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.box img{
    width: 751px;
    height: 300px;
    border:none;
    float: left;
}
.box .p1{
    transform:translate3d(-224px,0,0) scale(0.81);
}
.box .p2{
    transform:translate3d(0px,0,0) scale(0.81);
    transform-origin:0 50%;
    opacity: 0.8;
    z-index: 2;
}
.box .p3{
    transform:translate3d(224px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
}
.box .p4{
    transform:translate3d(449px,0,0) scale(0.81);
    transform-origin:100% 50%;
    opacity: 0.8;
    z-index: 2;
}
.box .p5{
    transform:translate3d(672px,0,0) scale(0.81);
}
.box .p6{
    transform:translate3d(896px,0,0) scale(0.81);
}
.box .p7{
    transform:translate3d(1120px,0,0) scale(0.81);
}

.box .buttons{
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}
.box .buttons a{
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}
.box span{
    display: block;
    width: 35px;
    height: 1px;
    background: red;
}
.box .blue{
    background: blue;
}

#weal_search_box {
    width: 1200px;
    height: 900px;
    margin: 20px auto;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #da0000;
    box-shadow: 0 0 14px rgb(67 90 142 / 20%);
}

.check-tit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 64px;
    padding-top: 16px;
    text-align: center;
    overflow: hidden;
}

.check-search {
    height: 840px;
    background: url(../images/weal_bg.jpg) no-repeat;
    overflow: hidden;
}

.check-box {
    margin: 70px 0 60px;
    font-size: 0;
    text-align: center;
}

.check-box > * {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 10px;*/
}

.check-box .check-ipt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 578px;
    height: 60px;
    padding: 5px 20px;
    border: 1px solid #DA0000;
    background: #ffffff;
    font-size: 16px;
    color: #999999;
}

.check-box .check-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.check-box .check-btn.check-btn1 {
    background: #da0000;
}

.check-box .check-btn.check-btn2 {
    background: #ff6000;
}

.divid-line {
    margin: 0 120px;
    height: 1px;
    background: #CCCCCC;
}

.result-details {
    text-align: center;

}

.result-details p {
    margin-top: 30px;
    font-size: 20px;
    color: black;

}

