/*top start*/
.top {
    position: relative;
    /*height: 807px;*/
    overflow: hidden;
}

.top .bg {
    width: 100%;
    position: relative;
    z-index: -1;
    height: 100%;
    min-width: 1200px;
}

.tit-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.title {
    height: 65px;
    text-align: center;
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
}

.title ul {
    display: inline-block;
    vertical-align: top;
    height: 65px;
    margin-left: 50px;
    width: 640px;
}

.title ul li {
    float: left;
}

.title ul a {
    display: inline-block;
    padding: 0 13px;
    height: 80px;
    line-height: 75px;
    border-top: 4px solid rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 18px;
}

.title li .selected {
    color: #e77745;
    background-color: #fff;
    border-top: 4px solid #e77745;
}

.title ul a:hover {
    color: #e77745;
    background-color: #fff;
    border-top: 4px solid #e77745;
}

/*login*/
.login-w {
    width:1200px;
    position: relative;
    top:-666px;
    margin: 0 auto;
    height: 475px;
}
.login {
    width:560px;
    height: 475px;
    background-color: #fff;
    position: absolute;
    top:0;
    right: 318px;
    /*margin-top:-230px;*/
}
.login-nav {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.login-nav li {
    width: 50%;
}
.login-nav li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #393939;
}
.login-nav .selected a {
    color: #e77745;
}
.login-nav li a:hover {
    color: #e77745;
}
.login-box {
    padding: 0 80px;
}
.login-list li {
    width: 100%;
    height: 55px;
    position: relative;
    margin-bottom: 20px;
}
.login-list li input {
    font-size: 22px;
    color: #ababab;
    display: inline-block;
    width: 100%;
    padding-left:70px;
    box-sizing: border-box;
    height: 55px;
    border: 1px solid #ababab;
    line-height: 55px;
    outline:none;
}
.login-list li img {
    position: absolute;
    top: 14px;
    margin-left:26px;
}
.login-box p {
    height: 40px;
}
.login-box p a {
    float: right;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    color: #ababab;
}
.login-box p input {
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #e77745;
    cursor: pointer;
}
#enroll-box {
    display: none;
}