.myApp {
    line-height: 1;
    min-width: 1200px;
}


/* home */

.app-home {
    color: #999999;
    font-size: 18px;
}

.app-home>div {
    width: 1200px;
    padding: 12px 0;
    margin: 0 auto;
}

.app-home>div>img {
    width: 18px;
    height: 18px;
}

.app-home>div>span.link {
    cursor: pointer;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-home>div>span.link:hover {
    color: #F56C6C;
    text-decoration: underline;
}

.app-home>div>span:last-child {
    color: #0066FF;
}


/* 标题文字 */

.app-tips {
    text-align: center;
}

.app-tips>div:nth-child(1) {
    color: #333333;
    font-size: 36px;
    font-weight: 400;
}

.app-tips>div:nth-child(2) {
    color: #AA061F;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}


/* 导航栏 */

.app-nav {
    height: 82px;
    position: relative;
    z-index: 90;
}

.app-nav-row {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.app-nav-row>div {
    display: inline-block;
    vertical-align: top;
}

.app-nav-row>div:first-child {
    padding: 17px 0;
}

.app-nav-row .app-nav-logo1 {
    display: none;
}

.app-nav-link {
    float: right;
    padding: 20px 0;
}

.app-nav-link>a,
.app-nav-link>div {
    padding: 12px 0;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-right: 50px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.app-nav-link>a:last-child {
    margin-right: 0;
}

.app-nav-link>.active {
    color: #AA061F;
}


/* .app-nav-link>.active:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    border-bottom: 2px solid #0066FF;
} */

.app-nav-link .app-nav-ul {
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 5;
    display: none;
    padding-top: 45px;
}

.app-nav-link .app-nav-ul>li {
    background-color: #fff;
}

.app-nav-link .app-nav-ul a {
    width: 92px;
    color: #666666;
    font-size: 15px;
    padding: 12px 0;
    display: inline-block;
    text-align: center;
    position: relative;
}

.app-nav-link .app-nav-ul a:hover {
    background-color: #efefef;
}

.app-nav-link .app-nav-ul a.active {
    color: #0066FF;
}

.app-nav-link>div {
    cursor: pointer;
}

.app-nav-link>div:hover>.app-nav-ul {
    display: inline-block
}

.app-nav-up .app-nav-logo1 {
    display: block;
}

.app-nav-up .app-nav-logo2 {
    display: none;
}

.app-nav-up .app-nav-link>a {
    color: #fff;
}

.app-nav-up .app-nav-link>div {
    color: #fff;
}

.app-nav-up .app-nav-link>.active {
    color: #fff;
}

.app-nav-up .app-nav-link>.active:before {
    border-bottom-color: #fff;
}

.isScrollTop .app-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2022;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #9B9998;
}


/* 底部栏 */

.app-foot {
    height: 311px;
    background-image: url("/fqdb/image/sys/foot.jpg");
    background: #333;
}

.app-foot-con {
    color: #fff;
    font-size: 14px;
    padding-top: 96px;
    text-align: center;
}

.app-foot-con>div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.app-foot-con .app-foot-tit {
    font-size: 18px;
    padding: 0 13px;
    margin-bottom: 18px;
}

.app-foot-con ul>li>a {
    color: #ccc;
    padding: 12px;
    display: block;
}


/* .app-foot-con ul>li>a:hover {
    color: #F56C6C;
} */

.app-foot-con ul>li>span {
    color: #ccc;
    padding: 12px;
    display: block;
}

.app-foot-con>div:nth-child(2) {
    margin-left: 280px;
    margin-right: 120px;
}

.app-foot-con>div:last-child .app-foot-tit {
    padding: 0;
    text-align: center;
}

.app-foot-con>div:last-child .app-foot-wz {
    text-align: center;
    margin-top: 18px;
}

.app-foot-tit>ul {
    display: flex;
}

.app-foot-tit>ul>li {
    position: relative;
}

.app-foot-tit>ul>li>.line:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 19px;
    background: #FFFFFF;
    right: 0;
}

.app-foot-tit>ul>li>a {
    color: #fff;
    display: block;
}
.app-foot-tit>ul>li>a:hover {
    color: #AA061F;
}
