
.first-panel {
    width: 10rem;
    background: url('../img/first_panel_bg.jpg')no-repeat top center;
    height: 100vh;
    position: relative;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.first-panel .fp-txt {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 8rem;
    color: #ffffff;
    position: absolute;
    top: 40%;
    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%);
    font-weight: 700;
}
.first-panel .fp-guide {
    position: absolute;
    bottom: 1.5rem;
    width: 18px;
    height: auto;
    left: calc(5rem - 9px);
}

.second-panel {
    width: 10rem;
    height: 16rem;
    background: url('../img/sp_panel_bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
}
.second-panel .sp-main {
    width: 8rem;
    color: #ffffff;
    margin-left: 1rem;
}
.second-panel .sp-main .sp-top-txt {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.second-panel .sp-main .sp-center {
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.second-panel .sp-main .sp-center .sp-center-item {
    color: #ffffff;
    -webkit-flex: 1;        /* Chrome */  
    -ms-flex: 1;             /* IE 10 */  
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;     /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 1;       /* OLD - Firefox 19- */       
    text-align: center;
}
.second-panel .sp-main .sp-center .sp-center-item .sp-center-item-logo {
    width: 1.5rem;
    height: auto;
}
.second-panel .sp-main .sp-center .sp-center-item .sp-center-item-txt {
    font-size: 14px;
    line-height: 18px;
    margin-top: 9px;
}
.second-panel .sp-main .sp-bottom-txt {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
}

.third-panel {
    width: 10rem;
    height: 21.15rem;
    background: url('../img/tp_panel_bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
}
.third-panel .tp-main {
    width: 9.5rem;
    color: #ffffff;
    margin-left: 0.25rem;
}
.third-panel .tp-main .tp-swiper-container{
    width: 9.5rem;
    height: 9.5rem;
}
.third-panel .tp-swiper-container .swiper-wrapper {
    width: 9.5rem;
    height: auto;
    text-align: center;
}
.third-panel .tp-swiper-container .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 9.5rem;
    height: auto;
    position: relative;
}
.third-panel .tp-swiper-container .swiper-wrapper .swiper-img{
    width: 9.5rem;
}
.third-panel .tp-swiper-container .swiper-wrapper .swiper-txt{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0.55rem;
    width: 100%;
}


.third-panel .tp-main .tp-center {
    width: 8rem;
    margin-left: 0.75rem;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
    -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.third-panel .tp-main .tp-center .tp-center-item {
    color: #ffffff;
    -webkit-flex: 2.6666666rem;        /* Chrome */  
    -ms-flex: 2.6666666rem;             /* IE 10 */  
    -webkit-box-flex: 2.6666666rem;     /* OLD - iOS 6-, Safari 3.1-6 */  
    -moz-box-flex: 2.6666666rem;       /* OLD - Firefox 19- */       
    flex: 2.6666666rem;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    margin-bottom: 24px;
}
.third-panel .tp-main .tp-center .tp-center-item .tp-center-item-logo {
    width: 48px;
    height: auto;
}
.third-panel .tp-main .tp-center .tp-center-item .tp-center-item-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
}

.fouth-panel {
    width: 10rem;
    height: 21.15rem;
    background: url('../img/fp_panel_bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
}
.fouth-panel .fp-main {
    width: 9rem;
    color: #ffffff;
    margin-left: 0.5rem;
}
.fouth-panel .fp-main .fp-title{
    width: 7.5rem;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-left: 0.75rem;
    font-weight: 700;
}

.fouth-panel .fp-main .fp-img{
    width: 9rem;
    height: auto;
    margin-top: 21px;
}
.fouth-panel .fp-main .fp-desc{
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 400;
}


.fifth-panel {
    width: 10rem;
    height: 16rem;
    background: url('../img/fp5_panel_bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
}
.fifth-panel .fp5-main {
    width: 9rem;
    color: #ffffff;
    margin-left: 0.5rem;
}
.fifth-panel .fp5-main .fp5-logo{
    width: 100px;
    margin-left: calc(4.5rem - 50px);
}
.fifth-panel .fp5-main .fp5-title{
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #E4D091;
    font-weight: 700;
    margin-top: 26px;
}
.fifth-panel .fp5-main .fp5-desc{
    font-size: 14px;
    line-height: 18px;
    margin-top: 26px;
    text-align: center;
}



.sixth-panel {
    width: 10rem;
    height: 16rem;
    background: url('../img/xp_panel_bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
    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-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
}
.sixth-panel .xp-main {
    width: 9rem;
    color: #ffffff;
    margin-left: 0.5rem;
}

.sixth-panel .xp-main .xp-title{
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}

.sixth-panel .xp-main .xp-content{
    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-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sixth-panel .xp-main .xp-content .xp-item{
    width: 3rem;
    text-align: center;
    margin-top: 29px;
}
.sixth-panel .xp-main .xp-content .xp-item .xp-item-img{
    width: 68px;
}
.sixth-panel .xp-main .xp-content .xp-item .xp-item-title{
    font: 14px;
    margin-top: 6px;
    color: #ffffff;
    font-weight: 400;
}   


