/*@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular.woff') format('woff'), url('../font/OpenSans-Regular.woff2') format('woff2'), url('../font/OpenSans-Regular.ttf') format('truetype'), url('../font/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SOURCEHANSANSCN-BOLD';
    src: url('../font/SOURCEHANSANSCN-BOLD.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-EXTRALIGHT';
    src: url('../font/SOURCEHANSANSCN-EXTRALIGHT.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-HEAVY';
    src: url('../font/SOURCEHANSANSCN-HEAVY.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-LIGHT';
    src: url('../font/SOURCEHANSANSCN-LIGHT.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-MEDIUM';
    src: url('../font/SOURCEHANSANSCN-MEDIUM.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-NORMAL';
    src: url('../font/SOURCEHANSANSCN-NORMAL.OTF');
}

@font-face {
    font-family: 'SOURCEHANSANSCN-REGULAR';
    src: url('../font/SOURCEHANSANSCN-REGULAR.OTF');
}*/


:root {
    --tuijie-primary-color: #00b7bb;
    --tuijie-active-primary-color: #f05560;
    --tuijie-title-color: #434343;
    --border-color: #7b4495;
    --text-color: #6b3d7d;
    --bg-color: #6c4ec2;
    --orange-color: #f18c00;
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    color: #000;
    background-color: #fff;
    font: 15px/1.8 SOURCEHANSANSCN-NORMAL, OpenSans, "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
   /* height: 100%;*/
}

a,
a:hover,
a:focus {
    text-decoration: none;
    /*transition: all 0.3s linear;*/
}

a:hover {
    opacity: 0.8;
}

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

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "yuanti SC";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

label {
    margin-bottom: 0;
}

em,
i {
    font-style: normal;
}

button {
    outline: none;
}

header .h-img {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /*margin: 30px 0 20px;*/
    padding: 30px 20px;
}

header .h-img img:first-child {
    margin-right: 60px;
}

header .h-title {
    text-align: center;
    font-size: 95px;
    color: #2e6968;
    letter-spacing: 5px;
}

header .two {
    color: #ea5303;
}

header .five {
    color: #7b4495;
}

.wrap footer {
    position: relative;
    padding: 0 15px 20px;
}

.tuiguang{
    background: #fff;
    opacity: 0.85;
    color: #4e4f51;
    border-radius: 5px;
    padding: 3px 15px;
}

footer .tuiguang{
    position: absolute;
    left: 15%;
    top: 4px;
}


.index .section1 .row,
.lingjiang .section1 .row {
    margin: 0px;
}

.index .section1 .box,
.lingjiang .section1 .box {
    border: 1px solid var(--border-color);
    padding: 35px 55px 45px;
    border-radius: 20px;
    background-color: rgba(218, 221, 230, 0.7);
}

.index .section1 .box p,
.lingjiang .section1 .box p {
    font-size: 20px;
    color: var(--text-color);
    font-family: SOURCEHANSANSCN-REGULAR;
}

/* index start */
.index .section1 {
    margin: 24px;
}

.index .section1 input[type=text] {
    flex: 1;
    font-size: 18px;
    font-family: SOURCEHANSANSCN-REGULAR;
    color: #747777;
    height: 55px;
    padding: 10px 20px;
    background-color: #fff;
}

.index .section1 .form-box {
    padding: 0 50px;
    font-size: 17px;
    color: #5d6161;
    margin-top: 20px;
}

.index .section1 .form-box .tel-box,
.index .section1 .form-box .input-box,
.index .section1 .form-box .check-box {
    display: flex;
    align-items: flex-start;
}

.index .section1 .form-box .input-box {
    margin-top: 15px;
}

.index .section1 .input-box input {
    border-radius: 15px;
}

.index .section1 .form-box .check-box {
    margin-top: 12px;
}

.index .section1 .form-box .check-box input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    top: 5px;
    min-width: 19px;
    min-height: 19px;
    line-height: 15px;
    margin-right: 8px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    color: #fff;
    background-color: #fff;
    text-align: center;
}

.index .section1 .form-box .check-box input[type=checkbox]:checked {
    color: #fff;
    background-color: var(--border-color);
}

.index .section1 .form-box .check-box input[type=checkbox]:after {
    content: "\2714";
}

.index .section1 .form-box .press {
    background: var(--text-color);
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 8px;
    font-size: 17px;

}

.index .section1 .form-box .rule {
    padding-bottom: 5px;
    border-bottom: 1px solid #3470f7;
    font-size: 17px;
}

.index .section1 .tel-box {
    font-size: 18px;
    font-family: SOURCEHANSANSCN-REGULAR;
    color: #747777;
    box-shadow: 8px 7px 8px rgba(216, 224, 227, .6);
    border-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.index .section1 .tel-box .line {
    display: inline-block;
    border-left: 1px solid #c4c5c5;
    height: 35px;
    align-self: center;
}

.index .section1 .tel-box .f-select {
    min-width: 135px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 20px 10px 30px;
    background: url("../images/down-arrow2.png") no-repeat right center #fff;
    background-position-x: 82%;
    border: transparent;
    color: #747777;
    height: 55px;
    outline: none;
}

.index .section1 .start-btn a {
    display: inline-block;
    width: 240px;
    height: 63px;
    line-height: 63px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 23px;
    margin-top: 30px;
    border-radius: 8px;
    background: var(--orange-color);
    box-shadow: 0px 8px 10px rgba(241, 140, 0, .4);
}

/* index end */

/* lingjiang-page start */
.lingjiang .section1 {
    margin: 55px 0;
}

.lingjiang .section1 .img-box {
    position: relative;
    margin: 35px 0;
}

.lingjiang .section1 .img-box img {
    border: 10px solid var(--border-color);
    border-radius: 20px;
}

.lingjiang .section1 .img-box .qrcode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: SOURCEHANSANSCN-MEDIUM;
    font-size: 18px;
    background-color: #fff;
    color: #7b4495;
    padding: 0 8px;
}

.lingjiang .section1 .input-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lingjiang .section1 .input-box input {
    font-family: SOURCEHANSANSCN-REGULAR;
    flex: 1;
    height: 60px;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 8px rgba(216, 224, 227, .4);
}

.lingjiang .section1 .input-box a {
    font-size: 17px;
    background-color: var(--orange-color);
    color: #fff;
    flex-basis: 126px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    margin-left: 10px;
    box-shadow: 0px 6px 8px rgba(241, 140, 0, 0.4);
}

/* lingjiang-page end */

/* choujiang-page  start */
.choujiang .section1 {
    margin: 33px 0;
}

.choujiang .section1 .out-box {
    padding: 0px 20px;
    background: #8767e3;
    border-radius: 20px;
}
.choujiang .section1 .out-box .dot{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.choujiang .section1 .out-box .dot span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.choujiang .section1 .out-box .dot span:nth-child(2n+1){
    background: #fff;
}
.choujiang .section1 .out-box .dot span:nth-child(2n){
    background: #fed638;
}
.choujiang .section1 .out-box.col {
    flex: 0 0 95%;
}
.choujiang .section1 .inner-box {
    background: #6c4ec2;
    border-radius: 20px;
    padding: 25px 25px 5px;
}
.choujiang .section1 .inner-box ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    column-gap: 10px;
    justify-items: center;
}

.choujiang .section1 .inner-box ul li {
    font-family: SOURCEHANSANSCN-REGULAR;
    width: 155px;
    height: 170px;
    text-align: center;
    padding: 7px 5px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 15px #d2c2ff;
    margin-bottom: 35px;
}
.choujiang .section1 .inner-box ul li:not(:last-child) div{
    color: #6c4ec2;
    font-size: 16px;
}
.choujiang .section1 .inner-box ul li span{
    color: #4e4e4e;
}
.choujiang .section1 .inner-box ul li.text-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choujiang .section1 .inner-box ul li.text-box > div {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-family: SOURCEHANSANSCN-MEDIUM;

}
.choujiang .section1 .inner-box ul li.text-box > div >span{
    color: #6c4ec2;
    line-height: 35px;
}
.choujiang .section1 .inner-box ul li:not(:last-child) img {
    height: 107px;
    object-fit: contain;
}

.choujiang .section1 .inner-box ul li:last-child {
    position: relative;
    align-self: center;
    font-family: SOURCEHANSANSCN-HEAVY;
    font-size: 57px;
    color: #fff;
    padding: 0px;
    box-shadow: 0px 15px #ffd3c0;
}
.choujiang .section1 .inner-box ul li:last-child img {
    height: 177px;
}
.choujiang .section1 .inner-box ul li:last-child div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* choujiang-page  end */

/* jieguo-page  start */
.jieguo .section1{
    margin-top: 35px;
} .bg-box{
    position: relative;
}
 .bg-box .content-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color:#fff;
}
 .bg-box .content-box .title{
    font-size: 35px;
    font-family: SOURCEHANSANSCN-MEDIUM;
    letter-spacing: 2px;
}
 .bg-box .content-box img{
    box-shadow: 0px 20px #d2c2ff;
    padding: 15px 40px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 30px;
    background: #fff;
}
 .bg-box .content-box .prize{
    font-size: 23px;
    font-family: SOURCEHANSANSCN-BOLD;
}
 .btns {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
 .btns a,
 .btns button{
    font-size: 20px;
    font-family: SOURCEHANSANSCN-REGULAR;
    width: 220px;
    height: 75px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
 .btns a{
    display: inline-block;
    background: #f18c00;
    line-height: 75px;
}
 .btns button{
    background: #6c4ec2;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
 .btns button span{
    line-height: 28px;
    letter-spacing: 2px;
}
 .btns button span:first-child{
    font-size: 16px;
    letter-spacing: 4px;
}
/* jieguo-page  end */

/* tuijie common*/
.tuijei .section1 .r-c h1 {
    font-size: 33px;
}
 /*tuijie1-page start*/
.tuijie1-page .section1 {
    margin-top: 70px;
    margin-bottom: 30px;
}
.tuijie1-page .section1 .r-c p {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #a1a1a1;
}
.tuijie1-page .section1 .r-c .city-box {
    justify-content: space-between;
    margin: 0;
}
.tuijie1-page .section1 .r-c .city-box > a {
    font-family: SOURCEHANSANSCN-REGULAR;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 85px;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    background: var(--tuijie-primary-color);
    margin-bottom: 15px;
    padding: 10px 5px;
}
.tuijie1-page .section1 .r-c .city-box > a:hover {
    background: var(--tuijie-active-primary-color);
    cursor: pointer;
}
.tuijie1-page .section1 .r-c .city-box > a.col-4 {
    flex: 0 0 32%;
}
.tuijie1-page .section1 .r-c .city-box > a.active {
    background: var(--tuijie-active-primary-color);
}

/* tuijie1-page end */

/* tuijie2-page start */
.wrap2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.tuijie2-page .tuiguang{
    position: relative;
    bottom: -100px;
}
.tuijie2-page .section1 .r-c .input-box {
    background: #f0f4f7;
    margin-top: 25px;
    margin-bottom: 15px;
    color: var(--tuijie-title-color);
    padding: 50px 70px;
    border-radius: 10px;
}
.tuijie2-page .section1 .r-c .input-box > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.tuijie2-page .section1 .r-c .input-box > div > span {
    display: inline-block;
    flex-basis: 95px;
    text-align-last: justify;
    font-size: 19px;
}
.tuijie2-page .section1 .r-c .input-box > div .f-select {
    height: 45px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 10px;
    background: url("../images/down-arrow.png") no-repeat right center #fff;
    background-position-x: 97%;
    border-radius: 10px;
    font-size: 17px;
    color: var(--tuijie-title-color);
    margin-left: 6px;
    box-shadow: 8px 7px 8px rgba(216, 224, 227, .6);
    border-color: #fff;
}
.tuijie2-page .section1 .r-c .input-box .form-control:focus {
    border-color: #fff;
    box-shadow: 5px 5px 5px rgba(216, 224, 227, .6);
}
.tuijie2-page .section1 .r-c .input-box > .submit {
    margin-bottom: 0px;
    justify-content: center;
}
.tuijie2-page .section1 .r-c .input-box > .submit a {
    display: inline-block;
    font-size: 18px;
    font-family: SOURCEHANSANSCN-MEDIUM;
    background: var(--tuijie-primary-color);
    color: #fff;
    width: 171px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 6px 8px rgba(0, 183, 187, 0.4);
    margin-top: 20px;
}
.tuijie2-page .section1 .r-c p {
    font-family: SOURCEHANSANSCN-REGULAR;
    font-size: 14px;
    margin-top: 18px;
    color: #666666;
}

/* tuijie2-page end */
