.wdetails-body {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 350px;
    background: url("../images/wdetails_topDetail.png") center 0px no-repeat;
}
.about-body {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 350px;
    background: url("../images/wdetails_topDetail.png") center 0px no-repeat #fff;
}
.item-title{
    width: 800px;
    height: 80px;
    margin-left: 5%;
    margin-top: -60px;
    padding-bottom: 70px;
    position: absolute;
}
.item-title-h1{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    height: 60px;
}
.item-div{
    margin: 0 auto;
    width: 1308px;
    height: auto;
    background-color: #fff;
    box-shadow:0 0 70px rgba(121,155,181,0.36);
    margin-bottom: 150px;
    position: relative;
    margin-top: -150px;
}
.app_details_title{
    width: 95%;
    height: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.wdetails-top {
    width: 100%;
    height: 400px;
    background: url("../images/wdetails_top2.png") center 0px no-repeat;
    line-height: 227px;
}
.item-title-h1{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    height: 60px;
}
.wdetails-topdetail {
    width: 100%;
    height: 400px;
    background: url("../images/wdetails_topDetail.png") center 0px no-repeat;
    line-height: 227px;
}
.wdetails-top span {
    font-size: 38px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.details_info {
    width: 1255px;
    height: auto;
    margin: 0 auto;
    min-height: 700px;
    background: #fff;
}

.details_info .app_base {
    width: 100%;
    height: 396px;
    border-bottom: 1px #f5f5f5 solid;
    padding: 30px 30px;
}

.swiper_flashbox {
    width: 35%;
    height: 290px;
    position: relative;
    margin-top: 60px;
    margin-left: 30px;
    float: left;
}

.app_info {
    width: 60%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    float: right;
    position: relative;
}
.show_code{
    position: absolute;
    right: 100px;
    top: 80px;
    height: 220px;
    width: 200px;
    text-align: center;
}

.swiper-container{
    width: 253px;
    height: 500px;
    margin: 0px auto;
}

.swiper-slide-01 {
    width: 253px;
    height: 447px;
    background-image: url("../images/wdetails_item_bg.png");
    /*background-repeat: repeat-x;*/
}

.swiper-slide-02 {
    width: 253px;
    height: 447px;
    background-image: url("../images/wdetails_item_bg.png");
    /*background-repeat: repeat-x;*/
}

.swiper-slide-03 {
    width: 253px;
    height: 447px;
    background-image: url("../images/wdetails_item_bg.png");
    /*background-repeat: repeat-x;*/
}

.app_info_title {
    font-size: 30px;
    margin-top: 20px;
}

.app_info_item {
    font-size: 18px;
    display: flex;
    margin-top: 30px;
}

.app_info_item .lt {
    float: left;
}

.app_info_item .rt {
    float: right;
    /*margin-left: 40px;*/
}

.app_info_item .price {
    color: #FE6920;
}

.app_info_item .fw-days {
    font-size: 30px;
    font-weight: bold;
    margin-top: -5px;
}

.app_info_item .btn_use {
    background: #FFECE6;
    padding: 6px 15px;
    color: #FE480B;
    border-radius: 4px;
    border: 1px solid #FE480B;
    height: 30px;
    line-height: 30px;
}

.app_info_item .btn_pay {
    background: #FE5C0C;
    padding: 7px 15px;
    color: #fff;
    border-radius: 4px;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;

}

.app_details_info {
    width: 92%;
    height: auto;
    padding: 30px 4%;
    min-height: 500px;
}

.app_details_info .title {
    font-size: 30px;

}

.app_details_info .info {
    font-size: 18px;
    margin: 20px 10px;
}

.app_info_item .imgs {
    height: 447px;
    display: flex;
}

.app_details_info .imgs img {
    width: 230px;
    height: 400px;
    margin-right: 22px;

}