*{
    font-family: "PingFang" !important;
}
.navi_selected {
    color: #00c1de !important;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: none;
}

/*滚动条颜色开始*/
::-webkit-scrollbar {
    width: 10px;
    height: 15px;
    background-color: #ddd;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    background: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    background: #ddd;
}

/*滚动条颜色结束*/

/*
    提示框
*/
.ltTopMsg0 {
    background: #CCE5ED;
    border-bottom: 1px solid #46B8DA;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}

.ltTopMsg0 a {
    background: url(../images/warnTip.png) center center no-repeat;
    height: 20px;
    width: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -2px;
}

.ltTopMsg0 span {
    margin-left: 6px;
    vertical-align: super;
    font-weight: bold;
    color: #46B8DA;
    letter-spacing: 3px;
}

/*成功*/
.ltTopMsg1 {
    overflow: hidden;
    background: #CCFACE;
    border-bottom: 1px solid #4CAE4C;
    text-align: center;
    line-height: 50px;
}

.ltTopMsg1 a {

    background: url(../images/successTip.png) center center no-repeat;
    height: 20px;
    width: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -2px;
}

.ltTopMsg1 span {
    margin-left: 6px;
    vertical-align: super;
    font-weight: bold;
    color: #4CAE4C;
    letter-spacing: 3px;
}

/*警告*/
.ltTopMsg2 {
    overflow: hidden;
    background: #FFFBCC;
    border-bottom: 1px solid #EEA236;
    text-align: center;
    line-height: 50px;
}

.ltTopMsg2 a {
    background: url(../images/alertTip.png) center center no-repeat;
    height: 20px;
    width: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -2px;
}

.ltTopMsg2 span {

    margin-left: 6px;
    vertical-align: super;
    font-weight: bold;
    color: #EEA236;
    letter-spacing: 3px;
}

/*失败*/
.ltTopMsg3 {
    overflow: hidden;
    background: #FFCECE;
    border-bottom: 1px solid #E47572;
    text-align: center;
    line-height: 50px;
}

.ltTopMsg3 a {
    background: url(../images/failTip.png) center center no-repeat;
    height: 20px;
    width: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
    top: -2px;
}

.ltTopMsg3 span {
    margin-left: 6px;
    vertical-align: super;
    font-weight: bold;
    color: #E47572;
    letter-spacing: 3px;
}

/*
    加载框
*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -mos-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /* disable selection and cursor changes */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    min-width: 375px;
}

.loader div {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 6px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
    -moz-animation: bounce 1.5s infinite ease-in-out;
    -mos-animation: bounce 1.5s infinite ease-in-out;
    -o-animation: bounce 1.5s infinite ease-in-out;
    animation: bounce 1.5s infinite ease-in-out;
}

.loader div:after {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 0.35em;
    width: 1.8em;
    height: 0.5em;
    background: #322b27;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.loader div:nth-child(1) {
    -webkit-animation: bouncefirst 1.5s infinite ease-in-out;
    -moz-animation: bouncefirst 1.5s infinite ease-in-out;
    -mos-animation: bouncefirst 1.5s infinite ease-in-out;
    -o-animation: bouncefirst 1.5s infinite ease-in-out;
    animation: bouncefirst 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -ms-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
    background: #DB2F00;
    color: #fff;
}

.loader div:nth-child(2) {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -ms-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms;
    background: #ff6d37;
    color: #fff;
}

.loader div:nth-child(3) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
    background: #ffa489;
    color: #fff;
}

.loader div:nth-child(4) {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -ms-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
    background: #f2f2f2;
    color: #555;
}

.loader div:nth-child(5) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
    background: #99d3d4;
    color: #fff;
}

.loader div:nth-child(6) {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -ms-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
    background: #56bebf;
    color: #fff;
}

.loader div:nth-child(7) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    color: #fff;
    background: #13A3A5;
}


@-webkit-keyframes bouncefirst {
    0% {
        -webkit-transform: translateX(0px);
    }
    20% {
        -webkit-transform: translateX(-50px);
    }
    25% {
        -webkit-transform: translateX(-50px);
    }
    50% {
        -webkit-transform: translateX(100px);
    }
    80%, 100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes bouncefirst {
    0% {
        -moz-transform: translateX(0px);
    }
    20% {
        -moz-transform: translateX(-50px);
    }
    25% {
        -moz-transform: translateX(-50px);
    }
    50% {
        -moz-transform: translateX(100px);
    }
    80%, 100% {
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes bouncefirst {
    0% {
        -mos-transform: translateX(0px);
    }
    20% {
        -mos-transform: translateX(-50px);
    }
    25% {
        -mos-transform: translateX(-50px);
    }
    50% {
        -mos-transform: translateX(100px);
    }
    80%, 100% {
        -mos-transform: translateX(0px);
    }
}

@-o-keyframes bouncefirst {
    0% {
        -o-transform: translateX(0px);
    }
    20% {
        -o-transform: translateX(-50px);
    }
    25% {
        -o-transform: translateX(-50px);
    }
    50% {
        -o-transform: translateX(100px);
    }
    80%, 100% {
        -o-transform: translateX(0px);
    }
}

@keyframes bouncefirst {
    0% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    25% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(100px);
    }
    80%, 100% {
        transform: translateX(0px);
    }
}


@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateX(0px);
    }
    20% {
        -webkit-transform: translateX(0px);
    }
    28% {
        -webkit-transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(100px);
    }
    80%, 100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateX(0px);
    }
    20% {
        -moz-transform: translateX(0px);
    }
    28% {
        -moz-transform: translateX(0px);
    }
    50% {
        -moz-transform: translateX(100px);
    }
    80%, 100% {
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes bounce {
    0% {
        -mos-transform: translateX(0px);
    }
    20% {
        -mos-transform: translateX(0px);
    }
    28% {
        -mos-transform: translateX(0px);
    }
    50% {
        -mos-transform: translateX(100px);
    }
    80%, 100% {
        -mos-transform: translateX(0px);
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateX(0px);
    }
    20% {
        -o-transform: translateX(0px);
    }
    28% {
        -o-transform: translateX(0px);
    }
    50% {
        -o-transform: translateX(100px);
    }
    80%, 100% {
        -o-transform: translateX(0px);
    }
}

@keyframes bounce {
    0% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(0px);
    }
    28% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(100px);
    }
    80%, 100% {
        transform: translateX(0px);
    }
}

/*导航*/
.nav-body {
    width: 100%;
    position: fixed;
    top: 0;
    background: #2C303E;
    z-index: 999999;
}

#nav {
    width: 100%;
    padding: 0;
    background-color: #2c303e;
}

.nav-left {
    float: left;
    overflow: hidden;
}

.nav-left:hover {
    text-decoration: none;
}

.logo {
    width: 18px;
    height: 20px;
    float: left;
}

.nav-left b {
    color: #FFF;
    letter-spacing: 3px;
    line-height: 50px;
    font-family: "宋体" !important;
    font-weight: normal;
    font-size: 20px;
}
.loginInfo{
    display: block;
}
.nav-left a:hover {
    text-decoration: none;
    display: inline-block;
}

.nav-right {
    float: right;
    padding: 0;
}

.nav-right > a {
    float: right;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
    font-family: "微软雅黑";
}

.nav-right > a:hover {
    color: #aae2fc;
}

.link-tab {
    display: none;
}


#dropdown {
    float: right;
    display: none;
}

.icon-more {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 16px;
}

.icon-more img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.transform {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

#register {
    margin-left: 20px;
}

#login {
    margin-left: 40px;
}

.search {
    float: right;
    overflow: hidden;
}

#search {
    background-color: rgba(255, 255, 255, 0.3);
    float: right;
}

#search > img {
    width: 14px;
    height: 14px;
    margin: 13px;
    cursor: pointer;
}

.search > input {
    float: left;
    border: none;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    outline: none;
    text-indent: 20px;
    font-family: "微软雅黑";
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

/*链接*/
.link-tab {
    width: 100%;
    padding-left: 50px;
}

.link-tab > li {
    float: left;
    padding: 0 10px;
}

.link-tab > li > a {
    text-decoration: none;
    color: #fff;
    font-family: "微软雅黑";
    display: inline-block;
    line-height: 22px;
    cursor: pointer;
    margin: 13.5px 10px;
    font-size: 15px;
}

.link-tab > li > a:hover {
    color: #8eb9f4;
}

.backTop {
    position: fixed;
    bottom: 20px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    padding: 6px;
}

.backTop:hover {
    background-color: #eee;
}

/*底部*/

footer {
    background: #526275;
    overflow: hidden;
}

.footer-top {
    padding: 0 16%;
    overflow: hidden;
    margin: 25px 0;
}

.footer-top > li {
    float: left;
    text-align: center;
    cursor: pointer;
}

.footer-top > li > a {
    font-size: 15px;
}

.footer-top > li > a:hover {
    color: #0b97c3;
}

.qrcode {
    width: 80px;
    display: none;
}

.footer-top h3 {
    font-size: 16px;
    width: 100%;
    margin: 0 0 16px 0;
    color: #fff;
}

.footer-top a {
    width: 100%;
    text-decoration: none;
    display: inline-block;
    margin: 6px 0;
    color: #fff;
    font-size: 12px;
    font-family: PingFang;
}

.copyright{
	width:80%;
}

.copyright-top {
    padding: 20px 15px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-color: #6e7b8a;
}

.copyright-top > li {
    width: 25%;
    float: left;
}

.copyright-top > li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.copyright-top > li b {
    font-weight: normal;
    color: #fff;
    float: left;
}

.copyright-top > li p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
}

.copyright-top > li span {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.copyright > ul {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-color: #6e7b8a;
}

.copyright > ul > li {
    float: left;
    overflow: hidden;
}

.copyright-li-1 {
    width: 35%;
}

.copyright-li-2 {
    width: 20%;
}

.copyright .copyright-li-2 > p {
    line-height: 40px;
}

.copyright-li-3 {
    width: 30%;
}

.copyright-li-4 {
    width: 15%;
}

.copyright-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}

.copyright p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.copyright-middle{
	width: 100%;
	height:270px;
	color: #fff;
	padding: 20px 15px;
}
.copyright-middle li{
	float: left;
	width:12.5%;
	text-align: left;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	
}
.copyright-middle .innerUl li{
	width: 100%;
	float: none;
	font-size:8px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight:normal;
}

.police-box {
    width: 100%;
    height: 40px;
    position: relative;
}

.police {
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -10px;
}

.police > i {
    width: 18px;
    height: 20px;
    float: left;
    background: url(../images/ghs.png) center no-repeat;
    margin-right: 10px;
}

.police > p {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.topImg {
    min-height: 170px;
    margin-top: 84px;
}

/*顶部banner描述*/
/*banner*/
/* .banner {
    width: 100%;
    margin-top: 84px;
    min-width: 1200px;
} */


@media screen and (max-width: 768px) {

    #nav {
        padding-right: 0;
    }

    /*导航*/
    .nav-left, .nav-right {
        padding: 0;
    }

    #login, #register {
        display: none;
    }
    .loginInfo{
        display: none;
    }
    .nav-left b {
        font-size: 14px;
        font-family: PingFang;
        line-height: 38px;
    }

    #dropdown .btn {
        padding: 0;
    }

    .logo {
        width: 20px;
        height: 20px;
        margin: 10px 4px;
    }

    .nav-left > b {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 26px;
    }

    .nav-right > a {
        font-size: 12px;
        line-height: 26px;
    }

    #login, #register {
        margin: 0 5px;
    }

    #search > img {
        width: 8px;
        height: 8px;
        margin: 9px;
    }

    .search > input {
        height: 26px;
        font-size: 12px;
        text-indent: 10px;
        width: 80px;
    }

    .nav-body .btn-default {
        background: none;
        border: none;
    }

    .nav-body .btn-default span {
        font-size: 12px;
        color: #fff;
    }

    /*底部*/
    .footer-top {
        display: none;
        padding: 0 10%;
        margin: 20px 0;
    }

    .footer-top h3 {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .footer-top a {
        font-size: 12px;
    }

    .footer-top > li {
        padding: 0;
    }

    .copyright-li-1, .copyright-li-2 {
        width: 100%;
    }

    .copyright-li-3, .copyright-li-4 {
        display: none;
    }

    .copyright-img {
        display: none;
        width: 30px;
        height: 30px
    }

    .copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .copyright .copyright-li-2 > p {
        line-height: 24px;
    }

    .copyright-li-1 p:last-child {
        display: none;
    }

    .copyright-li-1 p, .copyright-li-2 p {
        line-height: 20px;
        text-align: center;
    }

    .solutionDes {
        position: absolute;
        width: 300px;
        height: 120px;
        z-index: 1000;
        left: 50%;
        margin-left: -150px;
        top: 65px;
    }

    .des {
        font-size: 12px;
        color: white;
        margin-top: 10px;
        line-height: 20px
    }

    .solutionDes .title {
        font-size: 14px;
        color: white;
        text-align: center;
    }

    .topImg {
        margin-top: 41px;
    }
}

/* IPAD（平板，大于等于 768px） */
@media screen and (min-width: 768px) {
    .solutionDes {
        position: absolute;
        width: 300px;
        height: 120px;
        z-index: 1000;
        left: 12%;
        margin-left: 0;
        top: 65px;
    }

    .des {
        margin-top: 5px;
        font-size: 14px;
        color: white;
        line-height: 20px
    }

    .solutionDes .title {
        font-size: 16px;
        font-weight: bold;
        color: white;
        width: 100%;
        text-align: center;
        line-height: 30px;
    }
}

/* IPAD PRO（桌面显示器，大于等于 992px） */
@media screen and (min-width: 992px) {

    .topImg {
        margin-top: 84px;
        min-height: 240px;
    }

    .link-tab {
        display: block;
    }

    #dropdown {
        display: none;
    }

    .solutionDes {
        width: 300px;
        height: 150px;
        margin-left: 0;
        top: 110px;
        left: 12%;
        position: absolute;
    }

    .soultionList {
        width: 100%;
        height:80px;
        position: fixed;
        left: 0px;
        top: 54px;
        background-color: #fff;
        z-index: 1000;
        display: none;
        overflow: hidden;
    }

    .soultionListAnimate {
        animation: soultionAnimate 0.5s ease-in-out;
        -moz-animation: soultionAnimate 0.5s ease-in-out; /* Firefox */
        -webkit-animation: soultionAnimate 0.5s ease-in-out; /* Safari 和 Chrome */
        -o-animation: soultionAnimate 0.5s ease-in-out; /* Opera */
        animation-fill-mode: forwards;
    }


    @keyframes soultionAnimate {
        from {
            top: -186px;
        }
        to {
            top: 49px;
        }
    }

    .listLeft {
        float: left;
        width: 100%;
        height: 100%;
    }

    .listLeft > ul {
        height: 100%;
        color: white;
        font-size: 13px;
        text-align: center;
        padding-top: 5px;
        margin-left: 150px;
    }

    .listLeft > ul > li {
        cursor: pointer;
        float: left;
        margin:10px 30px;
    }

    .listLeft > ul > li > a {
        color: #000;
    }
    
    .listLeft > ul > li > a:hover {
        text-decoration: none;
    }

    .listLeft > ul > li:hover {
        color: #00c1de;
    }

    .listRight {
        float: right;
        width: 65%;
        height: 100%;
    }

    .listRight .listTitle {
        color: white;
        font-size: 16px;
        text-align: center;
        margin-top: 50px;
    }

    .listRight .soultionListDes {
        color: white;
        font-size: 14px;
        text-indent: 10px;
        margin-top: 15px;
        line-height: 30px;
        width: 90%;
        margin-left: 5%;
    }
}

/* 1366 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) {
    .topImg {
        min-height: 170px;
    }

    .solutionDes {
        width: 400px;
        height: 200px;
        margin-left: 0;
        top: 95px;
        left: 10%;
    }

    .des {
        margin-top: 10px;
        line-height: 30px;
        color: white;
        font-size: 16px;
    }
    .footerTop{
        width: 80%;margin:0 auto;
    }

}

/* 1920 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1367px) {
    .solutionDes {
        width: 500px;
        height: 250px;
        margin-left: 0;
    }

    .solutionDes .title {
        font-size: 30px;
        font-weight: bold;
        color: white;
        width: 100%;
        text-align: center;
    }

}

/*导航栏底部版权信息等 自适应*/
@media screen and (max-width: 992px) and (min-width: 768px) {
    .copyright > ul > li:nth-child(1), .copyright > ul > li:nth-child(3) {
        width: 60%;
    }

    .copyright > ul > li:nth-child(2), .copyright > ul > li:nth-child(4) {
        width: 40%;
    }


}

@media screen and (max-width: 632px) {
    .copyright-top > li {
        width: 50%;
        padding: 10px 20px;
    }

    .copyright-top > li i {
        width: 32px;
        height: 32px;
    }

    .copyright-top > li span {
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 8px;
    }

    .copyright-top > li p {
        font-size: 12px;
        line-height: 12px;
    }
    .footerTop{
        width: 100%;margin:0 auto;
    }
    .phoneHidden{
        display: none;
    }
    .phoneCodeImg{
        width: 60% !important;
        margin-left: 20%;
        height: 100% !important;
    }
    .phoneCodLi{
        width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .copyright-top > li {
        padding: 10px 0;
    }
}
#mobileTitle{
    display: none;
}
@media screen and (max-width: 768px) {
    #mobileTitle{
        display: block;
    }
    .topLeft{
        display: none;
    }
    .topRight{
        width: 100% !important;
    }
    .topRight #mobileTitle label{
        color: white;
        margin-top: 8px;
        margin-left: 0px;
    }
    #mobileTitleDes{
        float: right;
        margin-right: 10px;
        height: 30px;
        width: 30px;
        margin-top: 5px;
        color: white;
        line-height: 30px;
    }
    .topMenuList{
        position: fixed;top: 40px;width: 90%;margin-left: 5%;background: white;height: 500px;
    }
    .topMenuListBack{
        position: fixed;top: 40px;width: 100%;height: 100%;background: rgba(0,0,0,0.2);z-index: 1000000000;
        display: none;
    }
    .menuSubTitle{
        margin-top: 10px;
        padding-left: 20px;
        font-size: 20px;
        border-bottom: 1px solid skyblue;
        font-weight: bold;
    }
    .itemContainer{
        margin-top: 15px;
        width: 100%;
        min-height: 45px;
    }
    .menuItem{
        width: 25%;
        text-align: center;
        float: left;
        cursor: pointer;
    }
}
.topMenuListBack{
    display: none;
}