*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #fff;
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
ul{
    list-style: none;
}
button{
    border: 0;
    outline: none
}
body{
    background: #fff;
}

@font-face{
    font-family: PingFangMedium;
    src: url(../font/PingFang-Medium.ttf);
}
.header{
    font: 0.768rem PingFang SC Bold;
    height: 1.92rem;
    line-height: 1.92rem;
    padding: 0 0.64rem;
    text-align: center;
    background: #fff;
}
.header .back{
    float: left;
    width: 0.4266666666666667rem;
    height: 0.768rem;
    margin-top: 0.576rem;
    background: url(../img/back.png) no-repeat 0 0;
    background-size: 0.4266666666666667rem 0.768rem;
}
.header ul{
    width: 76%;
    margin: 0 auto;
    padding-top: 0.42rem;
}

.header ul li{
    position: relative;
    float: left;
    width: 33%;
    font-size: 0.810666666666667rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 1.109333333333333rem;
}
.header ul li b{
    display: none;
    position: absolute;
    bottom: -0.128rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.024rem;
    height: 0.170666666666667rem;
    background:rgba(0,200,146,1);
    border-radius:2px;
}
.header ul li.active b{
    display: block;
}

.bodyTab{
    width: 100%;
    padding: 0.554666666666667rem 22%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.bodyTab div{
    float: left;
    width: 50%;
    padding: 0.256rem 0;
    border-radius:0px 2px 2px 0px;
    border:1px solid rgba(0,200,146,1);
    font-size: 0.768rem;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(0,200,146,1);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.bodyTab div:first-child{
    border-radius: 2px 0px 0px 2px;
}
.bodyTab div.active{
    background:rgba(0,200,146,1);
    color:rgba(255,255,255,1);
}
.videoList .head{
    padding: .64rem 3%;
    font-size: 0.597333333333333rem;
    color: rgba(51,51,51,1);
    line-height: 1;
}
.videoList ul{
    width: 100%;
    padding: 0 1% 0 3%;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.videoList ul li{
    width: 48%;
    margin-right: 2%;
}
.videoList .img{
    position: relative;
    width: 100%;
    height: 28vw;
}
.videoList img {
    display: block;
    width: 100%;
    height: 28vw;
    background: rgba(216, 216, 216, 1);
    border-radius: 2px;
    object-fit: cover;
}
.videoList .img span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8vw;
    height: 8vw;
    background: url(../img/play.png) no-repeat;
    background-size: contain;
}
.videoList ul li p{
    width: 100%;
    padding: 0.256rem 0;
    font-size: 0.554666666666667rem;
    color:rgba(102,102,102,1);
    line-height: 0.768rem;
    text-align: center;
}

#videoBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
}

.myVideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: contain;
}
.closeBox {
    position: absolute;
    top: 10%;
    right: 3%;
    width: 1.194666666666667rem;
    height: 1.194666666666667rem;
    background: url(../img/close.png) no-repeat 0 0;
    background-size: 1.194666666666667rem 1.194666666666667rem;
}

.process {
    width: 100%;
    box-sizing: border-box;
}
.process li .title {
    padding: 0 0.64rem ;
    margin-bottom: 0.853333333333333rem;
    margin-top: 0.64rem;
    font-size: 0.853333333333333rem;
    line-height: 0.853333333333333rem;
}
.process li .title span{
    display: inline-block;
    position: relative;
    top: -0.1rem;
    height: 0.938666666666667rem;
    width: 0.938666666666667rem;
    text-align: center;
    font-size: 0.682666666666667rem;
    line-height: 0.938666666666667rem;
    color: #fff;
    background: #d6d6d6;
    border-radius: 50%;
}
.process li .img {
    background: #fff;
}
.process li .img img{
    display: block;
    width: 92%;
    margin: 0.853333333333333rem auto;
}
.datum {
    list-style: none;
    padding: 0 0.64rem;
}
.datum li {
    padding-bottom: 0.853333333333333rem;
}
.datum li h2{
    font-size: 0.682666666666667rem;
    color: #333;
    margin-bottom: 0.256rem;
}
.datum li p{
    font-size: 0.554666666666667rem;
    line-height: 0.853333333333333rem;
    text-align: justify;
    color: #999;
}
.datum li p img{
    width: 100%;
}
.progressBox{
    padding-top: 0.64rem;
}
.datum li span{
    width: 100%;
    height: 1.664rem;
    line-height: normal;
    display: inline-block;
    background: url(../img/rent_process.png) no-repeat;
    background-size: contain;
}
.list{
    padding: 0 0.64rem;
    padding-bottom: 1.066666666666667rem;}
.list h3{
    font-size: 0.682666666666667rem;
    color: #333333;
    margin-bottom: 0.256rem;
}
.list p{
    font-size: 0.554666666666667rem;
    line-height: 0.853333333333333rem;
    text-align: justify;
    color: #999;
}
.list li:first-child .title{
    margin-top: 0;
}

.notice {
    width: 100%;
    box-sizing: border-box;
}
.notice li {
    padding: 0.64rem 0.64rem 0;
    /*margin-bottom: 0.64rem;*/
    list-style: none;
}
.notice li  h3{
    padding: 0.256rem 0;
    font-size: 0.682666666666667rem;
    color: #333;
}
.notice li  p {
    padding: 0 0.64rem;
    font-size: 0.554666666666667rem;
    color:#999;
    line-height: 0.981333333333333rem;
    text-align: justify;
}
.notice ol li {
    padding: 0 0.64rem;
    margin-bottom: 0;
}
.notice ol li  h4{
    font-size: 0.554666666666667rem;
    color:#333;
    line-height: 0.981333333333333rem;
}
.notice ol li  p{
    padding: 0 0.64rem;
    font-size: 0.554666666666667rem;
    color: #999;
    line-height: 0.981333333333333rem;
    text-align: justify;
}
