* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑";
}
/*导航*/
.nav-body {
    width: 1200px;
    margin: 0 auto;
}

.nav-left {
    width: 300px;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.index-nav-ul {
    /*width: 800px;display:inline-block;*/
    float: right;
    text-align: right;
}

.index-nav {
    margin-bottom: 0px !important;
}

    .index-nav .navbar-brand {
        height: 80px !important;
    }

        .index-nav .navbar-brand img {
            height: 100%;
        }

.index-nav-ul li {
    padding: 0 10px;
}

    .index-nav-ul li a {
        height: 80px;
        line-height: 60px !important;
        font-size: 16px;
    }

    .index-nav-ul li a {
        color: #555;
    }

    .index-nav-ul li:hover {
        background: none;
    }

    .index-nav-ul li a:hover {
        border-color: #ff0264;
        color: #ff0264;
        font-weight: 500;
        background: none;
        /*border-bottom: 2px solid;*/
    }

.index-nav-ul .active a {
    border-color: #ff0264;
    color: #ff0264;
    font-weight: 500;
    /*border-bottom: 2px solid;*/
}

.menu-nav-body {
    right: 0 !important;
    left: auto;
    top: 100px;
    min-width: 340px !important;
    padding: 10px !important;
}

.dropdown-toggle-li {
    height: 80px;
    line-height: 60px !important;
}

.dropdown-menu li a {
    text-align: center;
    font-size: 14px;
    height: 60px !important;
    line-height: 60px !important;
}

.account-body ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 10px !important;
}

    .account-body ul li:last-child {
        border-bottom: none;
    }

    .account-body ul li p {
        margin-bottom: 0px;
    }

.account-title {
    color: #676f86;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px !important;
}

.account-text {
    color: #1f2a4b;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.account-price {
    color: #FF0264;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.account-price-right .el-button {
    color: #FF0264 !important;
    font-size: 14px;
    display: inline-block;
    float: right;
    padding: 0px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    cursor: pointer;
}

.account-btn {
    text-align: center;
    cursor: pointer;
}

.account-btn-icon {
    font-size: 32px;
}

.account-btn-text {
    font-size: 14px;
}

.el-icon-message-solid.account-btn-icon {
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    color: #ff0264;
}

/*底部*/
.ald-footer{
	color: #676f86;
	background: #1f2a4b;
}
.ald-footer-body{
	width: 1200px;margin: 0 auto;
	padding: 15px 0;
}
.relation{
	font-size: 18px;color: #676f86;
}
.relation-list{
	padding-bottom: 40px;
}

.footer-ald-text{
	font-size: 14px; line-height:1;
	margin-bottom: 0px;
}
.exit-btn {
    color: #409EFF !important;
    background: 0 0;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -ms-user-select: none;
    padding: 12px 0px;
    font-size: 14px;
    border-radius: 4px;
}
.account-btn .exit-btn {
    height: 32px !important;
    line-height: 1 !important;
}
.exit-btn .account-btn-text {
    margin-top:3px;
}
.account-btn-icon, .account-btn-text {
    color: #409EFF !important;
}
.btn-top {
    padding-top: 11px !important;
}
.menu-nav-body .demo-ruleForm{
    padding:30px;
}