body{
    height: 100%;
    background-color: #fff;
}

.panel1{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel1 .cp1-main{
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.panel1 .cp1-main .cp1-logo{
    width: 9rem;
    height: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.panel1 .cp1-title {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}
.panel1 .cp1-1-content .cp1-desc {
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 10px;
}



.panel2{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #F7F8FA !important;
}
.panel2 .cp2-main{
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.cp2-item {
    margin-bottom: 30px;
    display: block;
}
.cp2-item .cp2-img{
    width: 9rem;
    height: auto;
}   
.cp2-item .cp2-title{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 14px;
}



.panel4{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #F7F8FA !important;
}
.panel4 .cp1-main{
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.panel4 .cp1-logo {
    width: 9rem;
    height: auto;
}
.cp1-content {
    width: 8.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.panel4 .cp1-txt {
    font-size: 12px;
    text-align: center;
    width: 8.5rem;
    line-height: 16px;
    color: #ffffff;
    font-weight: 700;
}  
.panel4 .cp1-desc {
    font-size: 12px;
    text-align: center;
    width: 8.5rem;
    line-height: 16px;
    color: #ffffff;
    margin-top: 7px;
}

.space-line1 {
    width: 9rem;
    height: 1px;
    margin: 0 0.5rem;
    background: #D8D8D8;
}
.pagers {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.pagers .p-left{
    font-size: 18px;
    color: #888888;
    font-weight: 500;
}
.pagers .p-left .pl-img{
    width: 24px;
    vertical-align: middle;
}
.pagers .p-right{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.pagers .p-right .pr-img{
    width: 24px;
    vertical-align: middle;
}