/**
  Created with IntelliJ IDEA 2017.2.3.
  author: LXF
  DateTime: 2021/9/16 9:37
  updateTime: 2021/9/16 9:37
  Description: 
 */
@charset "utf-8";
body{
    background-color: #d6fcfd;
    font-size: 17px;
    min-width: 1260px;
}
.backPage-wCenter{
    background-color: #f8f8f8;
}
.backPage-top{
    height: 120px;
    background-color: #17a3b0;
}
.wCenter-box{
    padding-top: 100px;
    background-color: #d6fcfd;
    box-shadow: 1px 3px 29px 3px #0d8c92;
    margin:-2px 30px -64px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.backPage-title{
    font-size: 32px;
    color: #036f73;
}
.backPage-content{
    font-size: 24px;
    color: #036f73;
    line-height: 1.5;
    margin: 25px 10% 40px;
}
.backPage-btn{
    min-width: 94px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 26px;
    border: solid 1px #00868b;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    color: #007175;
    text-align: center;
    transition: all 0.4s;
    box-shadow: 0px 2px 5px 1px #ccc;
}
.backPage-btn+.backPage-btn{
    margin-left: 52px;
}
.backPage-btn:hover{
    background-color: #00868b;
    color: #ffffff;
}
.backPage-icon img{
    width: 382px;
    height: 285px;
    margin: 100px auto 66px;
}
.backPage-share{
    padding: 33px 7% 33px 7.5%;
    background-color: #17a3b0;
    line-height: 60px;
}
.share-left a{
    width:60px;
    height: 60px;
    background: url(//xinjun.haocew.com/image/public/img_1.png) 0 0 no-repeat;
    display: block;
    float: left;
}
.share-left>a+a{
    margin-left: 20px;
}
.share-right{
    margin-left: 170px;
}
.share-right>a{
    width:16.6%;
    font-size: 22px;
    color: #ffffff;
    float: right;
    max-width: 170px;
}
.share-right>a:hover{
    text-decoration: underline;
}
.backPage-bottom{
    padding: 126px 0 44px;
    color: #008186;
    background-color: #74ced1;
}
.backPage-bottom p+p{
    margin-top: 24px;
}