* {
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #577fd6;
    color: #000;
    min-width: 1280px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
    font-size: 12px;
    color: #000;
}

i {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #F60;
}

a.under:link,
a.under:active,
a.under:visited,
a.under:hover {
    text-decoration: none;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0
}

li {
    list-style: none
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.text-center {
    text-align: center
}

#container {
    width: 100%;
    min-width: 1245px;
    overflow: hidden;
    position: relative
}

/**首页**/
#container .main01 {
    float: left;
    width: 100%;
    min-width: 1245px;
    height: auto;
    background: url(bg.jpg) top center no-repeat;
    position: relative;
    z-index: 9;
}

#container .main01 .u {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    width: 1261px;
    margin-top: 200px;
    margin-bottom: 100px;
}

#container .main01 .main {
    display: inline-block;
    text-align: center;
    width: 1261px;
    min-height: 1000px;
    max-height: 1783px;
    background: url(bg02.jpg) top center no-repeat;
    border-radius: 10px;
    border: #acacc4 solid 6px;
}

#container .main01 .main .t01 {
    float: left;
    width: 1100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 100px;
    margin-top: 40px;
}

#container .main01 .main .t01 .t01-1 {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 98px;
    position: relative;
    z-index: 19;
}

#container .main01 .main .t01 .t01-2 {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 32px;
    position: relative;
    z-index: 19;
}

#container .main01 .main .t01 .t01-3 {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 32px;
    position: relative;
    z-index: 19;
}

#container .main01 .main .t01 .t01-1 .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 260px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-1 .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .t01 .t01-1 .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-1 .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-1 .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-1 .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .t01 .t01-1 .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .t01 .t01-1 .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .t01 .t01-2 .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 260px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-2 .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .t01 .t01-2 .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-2 .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-2 .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-2 .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .t01 .t01-2 .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .t01 .t01-2 .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .t01 .t01-3 .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 419px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-3 .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .t01 .t01-3 .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-3 .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-3 .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .t01 .t01-3 .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .t01 .t01-3 .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .t01 .t01-3 .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .t02 {
    float: left;
    width: 1261px;
    text-align: center;
}

#container .main01 .l1 {
    float: left;
    width: 582px;
    height: 580px;
    text-align: left;
    margin-left: 48px;
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
}

#container .main01 .l2 {
    float: right;
    width: 582px;
    height: 580px;
    text-align: left;
    margin-right: 48px;
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 {
    float: left;
    width: 100%;
    text-align: center;
}

#container .main01 .main .l1 .t1 .t11 {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 24px;
}

#container .main01 .main .l1 .t1 .t12 {
    float: left;
    width: 100%;
    height: 110px;
    margin-top: 25px;
    text-align: center;
}

#container .main01 .main .l1 .t1 .t12 li {
    float: left;
    width: 100%;
    height: 63px;
    margin-left: 0px;
}

#container .main01 .main .l1 .t1 .t12 li span {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #59538b;
    font-weight: bold;
}

#container .main01 .main .l1 .t1 .t12 li span.inp1 {
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
}

#container .main01 .main .l1 .t1 .t12 li span.inp1 input {
    float: left;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 0;
    padding: 0 10px;
  
    border-radius: 10px;
}

#container .main01 .main .l1 .t1 .t12 li .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 373px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 li .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .l1 .t1 .t12 li .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 li .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 li .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 li .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .l1 .t1 .t12 li .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .l1 .t1 .t12 li .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 88px;
    height: 50px;
    color: #59538b;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    float: left;
    margin-left: 5px;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .l1 .t1 .t12 .t01-s .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 88px;
    height: 50px;
    color: #59538b;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    float: left;
    margin-left: 5px;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .l2 .t1 .t22 .t01-s .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    height: 9px;
    border: 15px solid transparent;
    position: absolute;
    top: 1px;
    right: 0px;
}

#container .main01 .l2 .t1 .t11 {
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 24px;
}

#container .main01 .main .l2 .t1 .t22 {
    float: left;
    width: 100%;
    height: 110px;
    margin-top: 25px;
    text-align: center;
}

#container .main01 .main .l2 .t1 .t22 li {
    float: left;
    width: 100%;
    height: 63px;
    margin-left: 0px;
}

#container .main01 .main .l2 .t1 .t22 li span {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #59538b;
    font-weight: bold;
}

#container .main01 .main .l2 .t1 .t22 li span.inp1 {
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
}

#container .main01 .main .l2 .t1 .t22 li span.inp1 input {
    float: left;
    width: 350px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 0;
    padding: 0 10px;
    
    border-radius: 10px;
}

#container .main01 .main .l2 .t1 .t22 li .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 373px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 li .option {
    padding: 0 30px 0 10px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border-top: #d7d0d0 solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    order: 2;
    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

#container .main01 .main .l2 .t1 .t22 li .option:hover {
    color: #ff9900;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 li .select:focus .option {
    position: relative;
    pointer-events: all;
    border-radius: 0px;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 li .select input {
    opacity: 0;
    position: absolute;
    left: -99999px;
    font-size: 16px;
}

#container .main01 .main .l2 .t1 .t22 li .select input:checked+label {
    order: 1;
    z-index: 2;
    border-top: none;
    position: relative;
}

#container .main01 .main .l2 .t1 .t22 li .select input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #837eaf;
    position: absolute;
    right: 10px;
    top: calc(50% - 3.5px);
    pointer-events: none;
    z-index: 3;
}

#container .main01 .main .l2 .t1 .t22 li .select input:checked+label:before {
    position: absolute;
    right: 0;
    height: 50px;
    width: 40px;
    content: '';
}

#container .main01 .main .t03 {
    float: left;
    width: 1261px;
    min-height: 100px;
    text-align: center;
}

#container .main01 .main .t03 h1 {
    float: left;
    width: 1261px;
    min-height: 70px;
    text-align: center;
    font-size: 0;
}

#container .main01 .main .t03 .l1 {
    float: left;
    width: 582px;
    height: 127px;
    text-align: left;
    margin-left: 48px;
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
}

#container .main01 .main .t03 .l2 {
    float: right;
    width: 582px;
    height: 127px;
    text-align: left;
    margin-right: 48px;
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
}

#container .main01 .main .t03 .t33 {
    float: left;
}

#container .main01 .main .t03 .t44 {
    float: left;
    height: 570px;
}

#container .main01 .main .t04 h1 {
    float: left;
    width: 1261px;
    min-height: 70px;
    text-align: center;
    margin-top: 30px;
}
#container .main01 .main .l1 .t1 .t12 li a {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
#container .main01 .main .t04 .jieguo {
    float: left;
    width: 1261px;
    min-height: 120px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

#container .main01 .main .t04 .jieguo div {
    float: left;
    width: 200px;
    height: 120px;
}

#container .main01 .main .t04 .jieguo .jg1 {
    font-size: 35px;
    color: #59538b;
    line-height: 100px;
    margin-left: 290px;
}

#container .main01 .main .t04 .jieguo .jg2 {
    float: left;
    width: 280px;
    height: 120px;
}

#container .main01 .main .t04 .jieguo .jg3 a {
    float: left;
    margin-top: 20px;
}

#container .main01 .main .t04 .jieguo .jg2 li span.inp1 {
    float: left;
    width: 250px;
    height: 60px;
    line-height: 60px;
}

#container .main01 .main .t04 .jieguo .jg2 li span.inp1 input {
    float: left;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border: 0;
    padding: 0 10px;
    color: #d7d0d0;
    border-radius: 10px;
}
.symbol{
    color: black;
    height: 50px!important;
    font-size: 16px;
    width: 23px!important;
    text-align: center;
}
#container .main01 .main .l2 .t1 .t22 li a {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.sp {position: fixed;width:0;height:0;overflow: hidden;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background: rgba(0, 0, 0, .7);z-index: 555555555;}
.spinner {width:935px;height:550px;background:url(tan.png) top center no-repeat;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;padding:20px;}
.spinner i {position: absolute;width:35px;height:29px;right:25px;top:10px;background: url(gb1.png) no-repeat;cursor: pointer;transition: all .3s ease-in;}
.spinner h1 {color:#534e91;font-size:40px;text-align:center;font-family:"Microsoft YaHei";margin-top:10px;font-weight:bold;}
.spinner .pic {margin:0 auto;text-align:center;width:700px;margin-top:20px;height: 400px;overflow: auto;}
.spinner .pic img{border-radius:10px;width: 85%;}
.spinner .text {margin:0 auto;text-align:center;width:100%;color:#534e91;font-size:20px;margin-top:5px;}