﻿@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    outline: none
}

input[type="file"] {
    cursor: pointer;
    transition: all 0.3s;
}

/*input#error_input{background-color:#fbe2e2;border-color:#c66161;color:#c00;transition: all 0.5s;}*/
body {
    background-color: #fff;
}

body,
input,
select,
option {
    font-family: 'microsoft yahei';
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top {
    width: 100vw;
    height: 125px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #006aa6;
}

.top-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.top-content .logo {
    width: 280px;
    height: 70px;
    display: flex;
    align-items: center;
}

.top-content .top-r {
    flex: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-content .top-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-content .top-menu .menu-item {
    min-width: 100px;
    line-height: 125px;
    padding: 0 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.top-content .top-menu a {
    color: #fff;
}

.top-content .top-menu a:hover {
    background-color: #048cca;
    color: #fff !important;
}



.logo img {
    width: 163px;
    height: 111px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 700px !important;
    /* background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    width: 100vw;
    height: 140px;
    line-height: 30px;
    font-size: 14px;
    background-color: #1d86c7;
    color: #fff;
}

.footer-b {
    width: 100vw;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #0c679e;
}

.footer-b a {
    color: #fff;
}

.footer-content {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer img {
    width: 20px;
    height: 20px;
}

.footer-l {
    width: 120px;
    font-size: 18px;
}

.footer-r {
    flex: 1;
    font-size: 14px;
    line-height: 22px;

}

.barcode {
    width: 100vw;
    height: 390px;
    background-color: #1d86c7;
}

.barcode h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    padding: 40px 0 0px 0;
}

.barcode-content {
    width: 1200px;
    height: 290px;
    margin: 0 auto;
}

.barcode-box {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.barcode-img {
    width: 165px;
    height: 165px;

}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.arrow-down-box {
    text-align: center;
}

.arrow-down {
    width: 20px;
    animation: bounce 1.5s ease-in-out infinite;
}

.barcode-content .barcode-item {
    width: 165px;
    text-align: center;
}

.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

.contact-row img {
    width: 18px;
    margin-right: 10px;
}

.banner {
    width: 100vw;
}

.banner-logo {
    display: none;
}

.banner-content {
    width: 1200px;
    height: 670px;
    display: flex;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}


.banner-content .btn {
    margin: 0 auto;
    display: block;
    width: 300px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    background-color: #d3a061;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #d3a061;
}



.act-bg-box {
    width: 100vw;
    background: url("../images/act-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.act-bg {
    width: 1200px;
    height: 440px;
    margin: 0 auto;
}

.act-line {
    display: none;
}


.act-bg h1 {
    font-size: 36px;
    font-weight: 600;
    color: #bf8c4e;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background: url(../images/title-bg1.png) no-repeat center center;
}

.act-bg .act-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

.act-content p {
    text-indent: 2em;
    line-height: 38px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.act-content span {
    font-size: 22px;
    color: #d3a061;
    font-weight: 600;
}

.sign-up {
    width: 100vw;
    height: 920px;
    background: url("../images/sign-bg-l.jpg") no-repeat;
    background-size: auto auto;
    background-color: #f1f2f6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sign-up-title {
    width: 540px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    background-color: #171b38;
    text-align: center;
    box-shadow: 5px 5px 0 0 rgb(62, 186, 220);
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sign-up-bg {
    position: absolute;
    width: 520px;
    height: 950px;
    top: 30px;
    right: 0;
    background: url("../images/sign-bg-r.jpg") no-repeat;
}

.sign-up .sign-up-content {
    width: 1200px;
    height: 950px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.sign-up-content img {
    width: 500px;
    height: auto;
    margin-top: 60px;
}

.sign-fm {
    width: 540px;
    height: 680px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px;
    box-sizing: border-box;
    text-align: left;
}

.sign-fm .fm-title {
    font-size: 24px;
}

.sign-fm .yzm {
    width: 100px !important;
}

.yzm-btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #1580e8;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px;
}

.sign-fm .fm-row {
    display: flex;
    height: 80px;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sign-fm label {
    color: #f00;
    margin-left: 5px;
    margin-right: 5px;
}

.sign-fm input {
    width: 300px;
    line-height: 35px;
    margin-left: 20px;
    font-size: 18px;
    border: 0;
}

.sign-fm p {
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
    text-align: center;
}

.sign-fm .fm-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #1580e8;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.act-adv-box {
    width: 100vw;
    margin-bottom: 50px;
}

.act-adv-box h1 {
    font-size: 36px;
    font-weight: 600;
    color: #bf8c4e;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background: url(../images/title-bg1.png) no-repeat center center;
}

.act-adv {
    width: 100vw;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 10px;
}

.act-adv-item {
    width: 1200px;
    padding: 20px;
    background-color: #fefaef;
    margin-bottom: 20px;
}

.act-adv-item-t {
    display: flex;
    align-items: center;
}

.act-adv-item-t img {
    width: 60px;
}

.act-adv-item-t span {
    padding-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #9a580e;
}

.act-adv-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-indent: 2em;
}

.future-act-box {
    width: 100vw;
    height: 400px;
    background: url("../images/future-bg.jpg?v=1") no-repeat;
    background-size: 100% auto;
}


/* 更通用的解决方案，适用于1-3个元素 */
.future-act {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.future-act-item {
    width: 200px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    /* 防止元素被压缩 */
}

/* 使用flex-gap和更智能的计算 */
.future-act-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 100%;
    width: 100%;
    /* 使用百分比宽度 */
    height: 1px;
    border-top: 2px dashed #fff;
    transform: translateY(-50%);
}

/* 2个元素时的特殊处理 */
.future-act:has(.future-act-item:nth-child(2):last-child) .future-act-item:first-child::after {
    width: calc(1200px - 800px);
    /* 2个元素时的宽度：总宽-2*元素宽 */
    left: 100%;
}

/* 1个元素时隐藏连接线 */
.future-act:has(.future-act-item:nth-child(1):last-child) .future-act-item::after {
    display: none;
}

.future-act-item img {
    width: 50px;
}

.future-act-item h3 {
    font-size: 22px;
    margin: 10px 0;
    /* 新增：增加间距，排版更美观 */
}

.future-act-item p {
    font-size: 26px;
}



.future-act-title {
    background: url(../images/title-bg2.png) no-repeat center center;
}

.future-act-box h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background-image: linear-gradient(to bottom, #fbdba8, #fbfeff);
    -webkit-background-clip: text;
    color: transparent;
}

.guest {
    width: 100vw;
    height: 1020px;
    background: url("../images/guest-bg.jpg?v=1") no-repeat;
    background-size: 100% auto;
}


.guest h1 {
    font-size: 36px;
    font-weight: 600;
    color: #bf8c4e;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background: url(../images/title-bg1.png) no-repeat center center;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}



.guest-content {
    width: 1200px;
    height: 810px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.guest-item {
    width: 180px;
    height: 250px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    background-color: #fef7ef;
    border: 1px solid #dad3cb;
}

.guest-item:hover {
    cursor: pointer;
}

.guest-item:not(:nth-child(6n)) {
    margin-right: 20px;
}

.guest-item .img-box {
    width: 180px;
    height: 150px;
    background-color: #d4a162;
    border-radius: 0px 0px 30px 30px;
    border-bottom: 6px solid #d4a162;

}

.guest-item img {
    width: 180px;
    height: 140px;
    border-radius: 0px 0px 30px 30px;
}

.guest-item h2 {
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}

.guest-item p {
    font-size: 14px !important;
    font-weight: 400;
    padding: 10px;
    line-height: 18px;
    color: #fff;
}

.dotted-line {
    width: 90%;
    height: 5px;
    margin: 0 auto;
    border-bottom: 1px dashed #fff;
}


.guest-name {
    width: 180px;
    height: 36px;
    line-height: 36px;
    color: #a46726;
    font-size: 18px;
}

.guest-tip {
    text-align: center;
    font-size: 16px;
}

.guest-title {
    width: 180px;
    line-height: 26px;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制2行 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号 */
}


.next-btn {
    left: 1250px !important;
}

.prev-btn {
    left: -50px !important;
    right: 1200px !important;
}

.aboutus {
    width: 100vw;
    height: 640px;
    background-color: #fafafa;
    background: url(../images/about-bg.jpg) no-repeat bottom;
    background-size: 100% auto;
}

.aboutus-content {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    text-align: center;
}

.aboutus-content img {
    width: 270px;
}


.aboutus-content-r {
    height: 520px;
    border-radius: 0px 10px 10px 0px;
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.swiper-slide2 {
    height: 850px !important;
}


.process-box {
    width: 100vw;
    background-color: #2f82b4;
    background: url(../images/process-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.process {
    width: 1200px;

}

.process-title {
    background: url(../images/title-bg2.png) no-repeat center center;
}

.process h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background-image: linear-gradient(to bottom, #fbdba8, #fbfeff);
    -webkit-background-clip: text;
    color: transparent;
}

.timeline {
    padding: 40px 60px;
}

.timeline-item {
    display: flex;
    align-items: stretch;
    margin-top: -5px;
    /* 关键：让子元素等高 */
    position: relative;
}

/* 中间轴线容器 */
.timeline-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
    /* 圆点占用的空间 */
    flex-shrink: 0;
}

/* 左侧时间 */
.time {
    width: 220px;
    margin-top: -5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    padding-right: 30px;
    flex-shrink: 0;
}

/* 圆点 */
.dot {
    width: 12px;
    height: 12px;
    border: 3px solid #e2d5a0;
    border-radius: 50%;
    background: #2e86c1;
    flex-shrink: 0;
    /*margin-top: 6px;*/
}

/* 竖线：自动填充剩余高度 */
.line {
    width: 2px;
    flex: 1;
    /* 关键：自动伸展填满 */
    /* background: rgba(255, 255, 255, 0.4);*/
    background: repeating-linear-gradient(to bottom,
            #fff 0,
            #fff 2px,
            transparent 4px,
            transparent 8px);
    /* margin-top: 10px;*/
}

/* 最后一项的竖线隐藏 */
.timeline-item:last-child .line {
    display: none;
}

/* 右侧内容 */
.content {
    flex: 1;
    margin-top: -5px;
    padding-left: 30px;
    padding-bottom: 20px;
    color: #fff;
}

.content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #ffe3c7;
    /* 金黄色标题 */
    font-weight: 600;
}

.content p {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.exhibition {
    width: 100vw;
    height: 830px;
    /*background-color: #2087c9;*/
    background: url("../images/exhibition-bg.jpg?v=1") no-repeat;
    background-size: 100% auto;
}

.exhibition-title {
    background: url(../images/title-bg2.png) no-repeat center center;
}

.exhibition h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background-image: linear-gradient(to bottom, #fbdba8, #fbfeff);
    -webkit-background-clip: text;
    color: transparent;
}

.exhibition-content {
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.exhibition-content a {
    display: inline-block;
    box-sizing: border-box;
}



.exhibition-item {
    width: 280px;
    height: 180px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0px;
}

.exhibition-item img {
    width: 280px;
    height: 180px;
}

.exhibition-item p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.exhibition-item:not(:nth-child(4n)) {
    margin-right: 20px;
}


.swiper-slide3 {
    height: 620px !important;
    background-color: transparent;
}

.aboutus h1 {
    font-size: 36px;
    font-weight: 600;
    color: #bf8c4e;
    line-height: 60px;
    text-align: center;
    padding: 40px 0;
    background: url(../images/title-bg1.png) no-repeat center center;
}

.aboutus h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutus h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #040044;
    font-weight: 600;
}



.aboutus p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
}

.aboutus span {
    color: #d1a365;
    font-weight: 600;
}

.about-logo {
    width: 200px;
}

.float-menu {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 70px;
    height: 195px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.float-menu img {
    width: 50px;
    height: 50px;
    margin-top: 15px;
}

.float-menu p {
    font-size: 14px;
    color: #999;
}

.float-line {
    width: 60px;
    height: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #999
}

.float-qr {
    position: fixed;
    display: none;
    right: 100px;
    bottom: 180px;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.float-qr img {
    width: 180px;
    height: 180px;
}


.more-panel {
    width: 700px;
    height: 500px;
    background-color: #d1a873;
    padding: 40px;
    color: #000;
    overflow: auto;
}


.more-panel-con {
    height: 420px;
    background-color: #fff6e3;
    padding: 20px;

}

.more-panel-desc {
    height: 180px;
    background-color: #fff6e3;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    color: #000;
    overflow: auto;
}

.more-panel-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-panel-row-l {
    width: 160px;
    text-align: center;
}

.more-panel-row-r {
    flex: 1;
    padding-left: 5px;
}

.more-panel-desc::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-desc::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-name {
    color: #000;
    padding-top: 0px;
    font-size: 22px;
    font-weight: 600;
}

.more-panel-title-box {
    width: 100%;
    height: 130px;
    overflow: auto;
}

.more-panel-title-box::-webkit-scrollbar {
    width: 3px;
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-track {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title-box::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 126, 252, 0.2);
    /* 黑色半透明 */
}

.more-panel-title {
    color: #000;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    font-size: 14px;
}

.more-panel-img {
    width: 140px;
    height: 160px;
    object-fit: cover;
}

.more-panel-desc p {
    color: #000;
    padding: 10px;
    /*padding-bottom: 5px;*/
    font-size: 14px;

}

.layui-layer-setwin .layui-layer-close2 {
    right: 0px !important;
    top: 0px !important;
    background-position: -180px -31px !important;
}

.signup-panel {
    width: 760px;
    height: 550px;
    background-color: #fff;
    padding: 40px;
    color: #000;
    border-radius: 30px;
}

.signup-panel h1 {
    font-size: 30px;
    font-weight: 600;
    color: #006aa7;
    line-height: 30px;
    text-align: center;
    padding: 0px 0 0px 0;
    margin-bottom: 30px;
    background: url(../images/signup_title.png) no-repeat center center;
}

.login_wrap {
    padding: 20px 10px 30px;
    overflow: hidden;
    width: 540px;
}

.login_wrap ul li {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px;
}

.login_wrap ul li i {
    font-style: normal;
    font-size: 16px;
    color: #ff0000;
    display: inline-block;
    float: left;
    width: 8px;
    height: 50px;
}

.login_wrap ul li span {
    font-size: 16px;
    color: #313131;
    display: inline-block;
    float: left;
    padding-left: 6px;
    font-weight: 400;
    width: 60px;
    text-align: center;
}

.login_wrap ul li.li input {
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
    border: none;
    width: 50%;
    font-size: 16px;
    text-overflow: ellipsis;
    font-weight: 400;
}

.login_wrap ul li.yzm input {
    accent-color: #c9c9c9;
}

.login_wrap ul li.phone input::-webkit-inner-spin-button,

.login_wrap ul li.phone input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}

.login_wrap ul li.yzm a.get {
    display: inline-block;
    float: right;
    width: 22%;
    height: 36px;
    line-height: 36px;
    background-color: #006aa7;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;

    text-align: center;
    margin-top: 10px;
}

.login_wrap ul li.yzm a.get:hover {
    background-color: #006aa7;
}

.login_wrap ul li.sf {
    border-bottom: none;
    padding: 0 0 0 10px;
}

.login_wrap ul li.sf .sfList {
    float: left;
    width: 79%;
    margin-left: 2%;
    line-height: 40px;
    margin-top: 5px;
}

.login_wrap ul li.sf .sfList label {
    font-size: 14px;
    color: #646464;
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    width: 30%;
    cursor: pointer;
}

.login_wrap ul li.sf .sfList label input[type=radio] {
    appearance: none;
    margin-right: 3px;
    border: 1px solid #006aa7;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;

    box-shadow: 0 0 0 1px #696969 inset;
    vertical-align: middle;
}

.login_wrap ul li.sf .sfList label input[type=radio]:checked {
    background-color: #006aa7;
    box-shadow: 0 0 0 0 white inset;
}

.login_wrap ul li.btn {
    text-align: center;
    border-bottom: none;
    padding-top: 10px;
    line-height: 40px;
}

.login_wrap ul li.btn a {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 10px;
    background-color: #006aa7;
    box-shadow: 2px 3px 8px 2px #e3e3e3;

    color: #fff;
    font-weight: bold;
}

.login_wrap ul li.btn a:hover {
    background-color: #006aa7;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;
}

.ts {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 20px;
    padding: 0 0 30px 0;
    width: 80%;
}