﻿@font-face {
    font-family:MicrosoftYaHei;
    src: url('../plugin/msyh.ttf')format('TrueType');
}
@font-face {
    font-family:'HanHei SC';
    font-style:normal;
    font-weight:300;
    src:local('☺︎'), url("../plugin/HanHei-SC-thin.woff") format("woff"), url("../plugin/HanHei-SC-thin.ttf") format("truetype");
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Microsoft YaHei',MicrosoftYaHei;
}

#maincontent {
    width: 100%;
    height: 90%;
    margin: 0 auto;
}
/*首页*/
#homePage {
    width: 100%;
    height: 100%;
}

#homePage .tab {
    -ms-flex: 1;
    flex:1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    height: 25%;
    float: left;
}

#homePage .tab div:first-child {
    display: inline;
    padding: 10% 0 10px 8%;
}

#homePage .tab img {
    padding-top: 50px;
}

#homePage #switchOptions {
    float: right;
    padding: 120px 100px 10px 0;
}

#homePage .switchButton {
    position:relative;
    background: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 28px;
    padding: 3px 20px 3px 20px;
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Microsoft YaHei',MicrosoftYaHei;
    color: #f5f5f5;
    z-index:1000;
}

#homePage .switchButton:first-child {
    background: #1FB5FF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 28px;
    padding: 3px 20px 3px 20px;
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Microsoft YaHei',MicrosoftYaHei;
    color: #f5f5f5;
}

#homePage .content {
    position: absolute;
    vertical-align: middle;
}

#homePage .content div:first-child {
    font-size: 3.7rem;
    font-weight: lighter;
    color: #f5f5f5;
    text-align: left;
    display: inline;
}

#bacLayer {
    position: absolute;
    background: #1FB5FF;
    opacity: 0.6;
    width: 230px;
    height: 239px;
}

#qrcode {
    margin-top: 30px;
    padding: 0px 30px 40px 30px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    display: inline;
}

#qrcode span {
    position: absolute;
    z-index: 2;
    left: 30%;
    top: 84%;
}
/*首页*/

#downloadPage #download {
    background: #1FB5FF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 28px;
    padding: 3px 20px 3px 20px;
    margin-right: 10px;
    font-size: 26px;
    color: #f5f5f5;
}

#downloadPage .downloadContent {
    width:100%;
    height:100%;
}

#downloadPage .downloadContent .left {
    width:38%;
    height:87%;
    float:left;
    text-align: left;
    font-size: 2.5rem;
    font-weight: lighter;
    padding-top: 13%;
    padding-left: 11%;
    color: #595959;
}

#downloadPage .downloadContent .right {
    width:50%;
    height:100%;
    float:right;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#downloadPage .left p {
    margin: 0;
}

#downloadPage #download_img {
    width:100%;
    margin-top: 30px;
    margin-left:-22px;
    cursor:pointer;
}
/*下载弹出框*/
#loading_mask {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:99;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

#downloadPopup {
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 100;
    width: 345px;
    height: 327.02px;
    background: #FFFFFF;
    vertical-align: middle;
}

#popupHead {
    padding: 15px;
}

#popupHead #title {
    font-size: 18px;
    color: #595959;
}

#popupHead #close {
    float: right;
    font-family: 'SourceHanSansCN-Light';
    font-size: 30px;
    cursor:pointer;
    margin-top: -4px;
    margin-right: -8px;
    color:#595959;
}

#popupHead #close:hover {
    color:#1FB5FF;
}

#popupContent {
    text-align: center;
}

#popupContent #downQrcode {
    margin-top: 10px;
}

#popupContent #downQrcode img {
    border: 1px solid #ECECED;
}

#popupContent p {
    font-size: 14px;
    color: #595959;
}

#popupContent button {
    padding: 10px 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #36BDEF;
    font-size: 18px;
    color: #FBEBF4;
    outline: none;
    cursor: pointer;
}
/*下载弹出框*/
/*下载*/

/*用户故事*/

#UserStoryPage {
    height: 100%;
    width: 100%;
    background:white;
}

#UserStoryPage .tab {
    box-shadow: 3px 3px 5px #CBCBCB;
    height: 15%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

#UserStoryPage .tab > div:first-child {
    -ms-flex: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}

#UserStoryPage .tab > div:last-child {
    -ms-flex: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}

#UserStoryPage .tab > div:nth-child(2) {
    -ms-flex: 4;
    -webkit-box-flex:4;
    -webkit-flex:4;
    flex:4;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#UserStoryPage .tab > div:last-child(3) {
    -ms-flex: 4;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:4;
}

#UserStoryPage .tab div:first-child {
    display: inline;
}

#UserStoryPage .tab img {
    padding-bottom: 5px;
}

#UserStoryPage .tab img[src="./imgs/logo_text_black.png"] {
    padding-bottom: 12px;
}

#UserStoryPage #switchOptions {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}

#UserStoryPage .switchButton {
    background: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 28px;
    padding: 3px 20px 3px 20px;
    margin-right: 10px;
    font-size: 26px;
    color: #595959;
}

#UserStoryPage #switchOptions .userStory {
    background: #1FB5FF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 28px;
    padding: 3px 20px 3px 20px;
    margin-right: 10px;
    font-size: 26px;
    color: #f5f5f5;
}

.userStoryContent {
    height: 92%;
    position: relative;
}

.imgContainer {
    height: 56%;
    width: 100%;
    position: absolute;
    top: 22%;
}

.top5Img, .bottom5Img {
    width: 82%;
    height: 50%;
    margin:0 auto;
}

.top5Img div, .bottom5Img div {
    box-shadow: 3px 3px 5px #CBCBCB;
    width: 18.5%;
    height: 80%;
    text-align: center;
    margin:0.5%;
    display: inline-block;
}

.footer {
    background: #181818;
    height: 8%;
    font-size: 12px;
    color: #a5a5a5;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: table;
}

.footer span:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}

#iconImg {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

/*.footer p {
    margin: 0;
}*/

/*用户故事*/
.button-top {
    top: 50%;
    position: relative;
    padding-right:100px;
}

.yunimage {
    top: 10%;
    position: relative;
    height: 80%;
}

.jidian {
    height: 50%;
    padding-bottom: 8px !important;
}

.navimage img {
    cursor: pointer;
    width:90%;
    padding-left:4%;
}
.gaotie
{
    width:6%;
    float:left;
    padding-left:11%
}
.shangye,.gongye,.yiyuan,.jianzhu
{
    width:6%;
    float:left;
    padding-left:12%
}
.fivepart p {
    font-size: 0.9rem;
    font-family: 'HanHei SC';
    color: #F1F1F1;
    margin: 0;
    margin-top: 0%;
    line-height:1.5;
    letter-spacing: 1px;
}
.fivepart span{
    font-size:1.3rem;
    color:#F1F1F1;
}
.button-top div
{
    font-family:'Microsoft YaHei',MicrosoftYaHei;
    font-weight: lighter;
    cursor: pointer;
    display: inline-block;
}
.button-top .shouye:hover,.button-top .cloud:hover,.button-top .download:hover,.button-top .btn-vip:hover,.button-top .userStory:hover
{
    background:#1FB5FF;
    color:white !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}
.nofirst
{
    width:100%;
    height:10%;
    background: white;
    /* border: 1px solid #000; */
    box-shadow: 3px 3px 5px #CBCBCB;
    position: fixed;
    top:0;
    z-index: 2;
}
.first
{
    width:100%;
    height:10%;
}
.tab .images
{
    display: inline;
    padding-left: 10%;
}
.tab .switchOptions
{
    height: 100%;
    float: right;
    position: relative;
}
.tab img
{
    padding-bottom: 12px;
}
.nofirst .switchButton
{
    outline:none;
    background: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 20px;
    padding: 3px 15px 3px 15px;
    font-size: 1.0rem;
    color: #727272;
}
.first .switchButton
{
    outline:none;
    background: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    line-height: 20px;
    padding: 3px 15px 3px 15px;
    font-size: 1.0rem;
    color: #f5f5f5;
}
.button-top .afterclick
{
    background:#1FB5FF;
    color:white !important;
    border-radius:15px;
}
.txt
{
    height:100%;
    width:27%;
    float:left;
    line-height:1.4;
    margin-left:7%;
}
.firsttxt
{
    height:100%;
    width:27%;
    float:left;
    line-height:1.4;
}
.hangye p
{
    color:#1FB5FF;
    font-size:1.1rem;
    font-family: 'HanHei SC';
    margin:0;
    margin-top:0.8%;
    /*line-height:25px;*/
}
.hangye img
{
    float:left;
    height:100%;
    width:6%;
    margin-top:-5px;
}
.hangyeTitle span
{
    color:#1FB5FF;
    font-size:2.3rem;
}
.hangye
{
    height:30%;
    width:100%;
    padding-top:12%;
    /*border-bottom:1px solid #1FB5FF;*/
}
.hangye-top
{
    width:70%;
    height:65%;
    margin:auto;
}
.daibiao
{
    width:19%;
    float:left;
    margin-left:7%;
}
.daibiao span
{
    font-size:1.2rem;
    font-weight:bold;
    color:#595959;
}
.daibiao p
{
    font-size:1rem;
    color:#9a9494;
    margin:0;
    margin-top:5%;
    line-height:29px;
}

.goleft,.goright{
    position: absolute;
    width:20px;
    height: 20px;
    top:45%;
}
.goleft{
    left: 100px;
}
.goright{
    right: 100px;
}
.goleft img,.goright img {
    width:55px;
    height:66px;
    opacity:0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor:pointer;
}

.goleft img:hover,.goright img:hover {
    opacity:0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

span.classForRem {
    font-family: 'Microsoft YaHei',MicrosoftYaHei;
    font-size: 2.7rem;
    font-weight: lighter; 
}

p.classForRemTop {
    font-size: 1.3rem; 
    margin-top: 20px; 
    margin-bottom: 10px; 
    font-family: 'HanHei SC';
}

p.classForRemMiddle {
    font-size: 1.3rem; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    font-family: 'HanHei SC';
}

p.classForRemBottom {
    font-size: 1.3rem; 
    margin-top: 10px; 
    margin-bottom: 15px; 
    font-family: 'HanHei SC';
}

.hangye p span {
    font-size: 1.1rem;
    font-weight:bold; 
    color: #1FB5FF;
}

#vip #register {
    height: 50px; 
    width: 20%; 
    border-radius: 30px; 
    background-color: #1FB5FF !important;
    border: 0; 
    font-size: 1.2rem; 
    font-family: 'Microsoft YaHei',MicrosoftYaHei; 
    font-weight: lighter; 
    color: white; 
    outline: none; 
    cursor: pointer;
}