:root {
    --el-color-primary: #2CA6E0 !important;
}


.box {
    width: 1200px;
    margin: 0 auto;
}

.button {
    width: 220px;
    height: 48px;
    padding: 0 60px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 16px;
    line-height: 0;
}

/*  */

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    transition: all 0.3s;

}

.header {
    height: 90px;
}

.header .nav {
    width: 700px;
}

.header .nav a {
    font-size: 20px;
    font-weight: 400;
}

.header .nav a:hover,
.header .nav .current {
    color: #2CA6E0;
}

.footer {
    height: 398px;
    padding-top: 60px;
    background: url('/images/footer_bg.png');
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.footer .line {
    width: 64px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.8;
}

.footer .line div {
    width: 16px;
    height: 2px;
    background: #2CA6E0;
}

.footer .mid {
    width: 850px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 200px;
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 50px;
}

.footer .mid .alink {
    width: 420px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .mid .alink a {
    width: 140px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
}

.footer .right {
    width: 350px;
    padding-left: 64px;
}

.footer .right img {
    width: 86px;
    height: 86px;
}

.footer .right .tellMe {
    width: 230px;
    height: 38px;
    border-radius: 2px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}

.footer .right .tellMe img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    vertical-align:middle;
    margin-bottom: 5px;
}

.footer .copy {
    height: 46px;
    padding-top: 15px;
    margin-top: 20px;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    color: #000;
}

.footer .copy span {
    color: rgba(255, 255, 255, 0.80);
}


.banner {
    /* padding-top: 200px; */
    height: 650px;
}

.box_banner {
    height: 100%;
    padding-top: 90px;
    align-items: flex-start !important;
}

.title .h1 {
    font-size: 30px;
    font-weight: bold;
}

.title .h2 {
    font-size: 14px;
    color: #646464;
    margin-top: 20px;
}

#form {
    padding-top: 80px;
    padding-bottom: 80px;
}
#form .code {
    position: absolute;
    right: 1px;
    top: 36px;
    height: 39px;
    width: 80px;
    padding: 5px;
    line-height: 29px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: rgba(44, 166, 224, .6);
    color: #fff;
}

button {
    background: #2CA6E0;
    border: 0;
    width: 170px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

button:not(:disabled):hover {
    opacity: 0.7;
}

button:disabled {
    background: rgba(44, 166, 224, .6);
}