@charset "UTF-8";

/*author:Z.Zhao (切图)*/

/* reset */
* {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

em,
i {
    font-style: normal;
}

a,
a:visited,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
    color: #333;
    cursor: pointer;
}

a,
img {
    display: block;
    border: none;
}

input,
textarea {
    outline: none;
}

select,
input {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(3, 3, 3, 0);
}

select {
    outline: medium none;
}

textarea {
    resize: vertical;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(3, 3, 3, 0);
    -webkit-touch-callout: none;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 14px;
    overflow-x: hidden;
    color: #333;
    background: #f1f2f5;
}

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, "Microsoft YaHei", "Source Han Sans CN", "PingFang SC", 'Noto Sans', "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

input[type="button"] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #666;
}

/*placeholder 字体颜色*/
:-moz-placeholder {
    color: #666;
}

/*placeholder 字体颜色*/
::-moz-placeholder {
    color: #666;
}

/*placeholder 字体颜色*/
:-ms-input-placeholder {
    color: #666;
}

/*placeholder 字体颜色*/
.none {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.wrapper {
    padding: 0;
    margin: 0;
}

.cont {
    width: 1100px;
    margin: auto;
}

/* 隐私协议条款 */
.xieyi {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #666;
}

.xieyi .xy {
    border: none;
}

.xieyi span {
    vertical-align: top;
}

.xieyi input[type=checkbox] {
    position: relative;
    left: 5px;
    top: -1px;
    width: 24px;
    height: 19px;
    padding: 0;
    margin-bottom: 0;
    border: none;
    vertical-align: bottom;
    -webkit-appearance: checkbox;
    -webkit-appearance: none;
}

.xieyi input[type=checkbox]::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    /* background: url(../images/checked1.png) no-repeat center; */
    width: 100%;
    height: 100%;
}

.xieyi input[type=checkbox]:checked::before {
    position: absolute;
    /* background: url(../images/checked.png) no-repeat center; */
    top: 0;
    left: 0;
    width: 100%;
}

.xieyi a {
    display: inline;
    background: transparent;
    font-size: 14px;
    line-height: 19px;
    color: #ed5736;
}

/* 协议弹窗样式 */
.es_arg_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 2000;
}

.es_agr_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin: -210px 0 0 -270px;
    padding: 10px 20px 20px;
    background: #ffffff;
    border-radius: 6px;
    z-index: 2001;
}

.es_agr_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

.es_agr_main {
    height: 262px;
    overflow: auto;
}

.es_agr_con {
    font-size: 14px;
    color: #3a3d4b;
    line-height: 25px;
    word-break: break-all;
}

.es_agr_btn {
    text-align: center;
    padding: 10px 20px 0;
}

.es_button {
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 30px;
    background: #1890FF;
    background: -webkit-linear-gradient(left, #1890FF, #90CAFF);
    background: -o-linear-gradient(left, #1890FF, #90CAFF);
    background: -moz-linear-gradient(left, #1890FF, #90CAFF);
    background: linear-gradient(left, #1890FF, #90CAFF);
}

.es_cancel {
    display: block;
    font-size: 14px;
    color: #3a3d4b;
    cursor: pointer;
    margin-top: 10px;
}

.agreement {
    padding: 10px;
}

.agreement p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

.logo {
    position: absolute;
    right: 100px;
    top: 50px;
}

.logo img {
    width: 100px;
}

/* wrapper */
.top {
    position: relative;
    background: url('../img/bg.png') no-repeat center;
}

.top h1 {
    font-size: 52px;
    font-weight: 900;
    text-align: center;
    line-height: 122px;
    color: #fff;
    font-family: "Noto Serif SC";
    filter: drop-shadow(0 0 7px rgba(20, 46, 105, .5));
}

.main {
    width: 1100px;
    padding: 30px 0;
    margin: 30px auto;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.main .hd {
    float: left;
    width: 320px;
    padding: 15px 0;
    border-right: 1px solid #e0e0e0;
}

.main .hd ul {
    padding: 0 50px 0 70px;
}

.main .hd ul li {
    width: 200px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

.main .hd ul li:last-child {
    border-bottom: 0;
}

.main .hd ul li em {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-top: -4px;
    background: #f07905;
    vertical-align: middle;
}

.main .hd ul li:hover {
    color: #f07905;
}

.main .hd ul li.on {
    color: #f07905;
}

.main .bd {
    float: right;
    width: 779px;
}

.main .bd .sider {
    padding: 10px 80px;
    animation: identifier .5s linear;
}
@keyframes identifier {
    0% {
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.main .bd .sider .myform {
    text-align: center;
}

.main .bd .sider .myform h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}

.main .bd .sider .myform h2 span {
    color: #1968b6;
}

.main .bd .sider .myform h2 i {
    color: #f30707;
}

.main .bd .sider .myform ul li {
    margin-bottom: 20px;
}

.main .bd .sider .myform label {
    display: inline-block;
    width: 96px;
    font-size: 18px;
    line-height: 40px;
}

.main .bd .sider .myform input[type=text] {
    box-sizing: border-box;
    display: inline-block;
    width: 320px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dedede;
    font-size: 16px;
}

.main .bd .sider .myform input[type=number] {
    box-sizing: border-box;
    display: inline-block;
    width: 320px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dedede;
    font-size: 16px;
}

.main .bd .sider .myform select {
    display: inline-block;
    width: 320px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #dedede;
    /* background: url(../images/sel.png) no-repeat 290px center; */
    font-size: 16px;
}

.main .bd .sider .myform input[type=button] {
    display: inline-block;
    width: 180px;
    height: 48px;
    border: none;
    border-radius: 24px;
    background: #1968b6;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.main .bd .sider .tips p {
    font-size: 14px;
    line-height: 28px;
}

.main .bd .sider .tips p span {
    color: #f30707;
}



/* footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.copyright {
    background: #f5f5f5;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    color: #666;
}

.copyright a {
    display: inline;
    color: #666;
}

/*按钮悬停*/
a,
input[type=button] {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

a:hover,
a:active,
input[type=button]:hover {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xieyi a {
    box-shadow: none;
}