* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-user-select: none*/
}
img{
    border: 0;
    vertical-align: top;
}
body, html {
    width: 100%;
    min-width: 1000px;
    background-color: rgba(245, 246, 251, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html {
    height: auto;
    min-height: 100vh
}

body {
    height: auto;
    flex: auto
}

input {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background: 0 0;
    font-size: 14px;
    line-height: 19px;
    color: #071c43
}

input::-webkit-input-placeholder {
    color: rgba(176, 189, 214, 1)
}

input::-moz-placeholder {
    color: rgba(176, 189, 214, 1)
}

input:-ms-input-placeholder {
    color: rgba(176, 189, 214, 1)
}

input::-ms-input-placeholder {
    color: rgba(176, 189, 214, 1)
}

input::placeholder {
    color: rgba(176, 189, 214, 1)
}

button, input, textarea {
    border: none;
    outline: 0
}

::-webkit-scrollbar {
    width: 0;
    height: 4px;
    -webkit-appearance: none
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    border-radius: .3rem;
    background-color: #aaa
}

::-webkit-input-placeholder {
    color: rgba(176, 189, 214, 1)
}

::-moz-placeholder {
    color: rgba(176, 189, 214, 1)
}

:-ms-input-placeholder {
    color: rgba(176, 189, 214, 1)
}

:-moz-placeholder {
    color: rgba(176, 189, 214, 1)
}

.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-layout {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header-layout .content {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout .logo {
    width: 100px;
    height: 33px;
    fleX: none;
    margin-right: 18px
}

.header-layout .logo img {
    width: 100%;
    height: 100%
}

.header-layout .title {
    padding-left: 12px;
    position: relative
}

.header-layout .title::before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: rgba(21, 103, 255, 1);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-layout {
    width: 100%;
    height: 105px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    color: rgba(176, 189, 214, 1);
    line-height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.body-layout {
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.body-layout .content {
    width: 1000px;
    height: 463px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px 4px 4px 2px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../img/login-bg.png");
    background-size: 610px 100%
}

.body-layout .form {
    width: 387px;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: rgba(255, 255, 255, 1);
    padding: 48px 46px 62px 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form .title {
    width: 100%;
    text-align: center;
    height: 26px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(7, 28, 67, 1);
    line-height: 26px;
    margin-bottom: 48px
}

.form-item {
    width: 100%;
    height: 43px;
    margin: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    background-color: rgba(249, 250, 255, 1);
    border-radius: 4px
}

.form-item-icon {
    width: 19px;
    height: 19px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px
}

.form-item-content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 19px
}

.account-icon {
    background-image: url(../img/account-icon.png)
}

.password-icon {
    background-image: url(../img/password-icon.png)
}

.verify-icon {
    background-image: url(../img/verify-icon.png)
}

.form-item-box {
    width: 110px;
    height: 35px;
    fleX: none;
    background-color: #fff;
    color: #fff;
    cursor: pointer
}

.form-button {
    width: 295px;
    height: 42px;
    background-color: rgba(21, 103, 255, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 19px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin-top: auto;
    cursor: pointer
}

.form-button:active {
    background-color: #035afc
}

.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-layout {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.header-layout .content {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-layout .logo {
    width: 100px;
    height: 33px;
    fleX: none;
    margin-right: 18px
}

.header-layout .logo img {
    width: 100%;
    height: 100%
}

.header-layout .title {
    padding-left: 12px;
    position: relative
}

.header-layout .title::before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: rgba(21, 103, 255, 1);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-layout {
    width: 100%;
    height: 105px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    color: rgba(176, 189, 214, 1);
    line-height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.body-layout {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    padding: 30px auto 0 auto
}

.body-layout .menu-layout {
    width: 1200px;
    margin: 20px 0;
    height: auto;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.menu-box {
    width: 386px;
    height: 110px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin-bottom: 20px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .02);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .02)
}

.menu-box:active,
.menu-box:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
    background-color: #fcfcfc
}

.menu-box:not(:nth-child(3n)) {
    margin-right: 20px
}

.menu-box .icon {
    width: 50px;
    height: 50px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url(http://p2.music.126.net/Loi_0wQpim0buoQB6xzVTQ==/109951164549389804.jpg)*/
}

.menu-box .icon img {
    width: 100%;
    height: 100%
}

.menu-box .content-box {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu-box .title {
    width: 100%;
    height: 21px;
    font-size: 16px;
    color: rgba(7, 28, 67, 1);
    line-height: 21px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.menu-box .desc {
    width: 100%;
    height: 19px;
    font-size: 14px;
    color: rgba(176, 189, 214, 1);
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.admin-menu {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.admin-menu .admin-title {
    height: 19px;
    font-size: 14px;
    color: rgba(7, 28, 67, 1);
    line-height: 19px
}

.admin-menu .button {
    padding-right: 25px;
    position: relative;
    height: 19px;
    font-size: 14px;
    color: rgba(7, 28, 67, 1);
    line-height: 19px;
    cursor: pointer
}

.admin-menu .button::before {
    content: "";
    width: 19px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/close-icon.png);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-box {
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%)
    -webkit-animation-name: showMove;
    animation-name: showMove;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateY(200px);
    -webkit-transition: opacity .5s ease-in, -webkit-transform .5s cubic-bezier(.555, .105, .225, 1.26);
    transition: opacity .5s ease-in, -webkit-transform .5s cubic-bezier(.555, .105, .225, 1.26);
    transition: transform .5s cubic-bezier(.555, .105, .225, 1.26), opacity .5s ease-in;
    transition: transform .5s cubic-bezier(.555, .105, .225, 1.26), opacity .5s ease-in, -webkit-transform .5s cubic-bezier(.555, .105, .225, 1.26)
}

@-webkit-keyframes showMove {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes showMove {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
a{
    text-decoration: none;
}