﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: fontsc, PingFang SC, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

html {
    -webkit-tap-highlight-color: transparent;
    background: rgb(17, 10, 75);
}
a {
    text-decoration: none;
    color: black;
}
button{
    border: none;
    outline: none;
}
.login-box {
    cursor: pointer;
}

.header-img {
    display: block;
    width: 200px;
}

.header{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 80px;
    align-items: center;
    margin: auto;
}
.header-box{
    width: 100%;
    background-color: white;
}
.banner-box{
    position: relative;
}
.banner-word1{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 160%;
color: #FF4141;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 50%;
}
.banner-img{
    display: block;
    width: 100%;
}
.mid{
    background-image: url(../img/Group\ 28.png);
    background-size: contain;
    width: 1200px;
height: 764px;
margin: auto;
position: relative;
}
.title{
    padding-top: 87px;
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 48px;
color: #FFFFFF;
text-align: center;
}
.title1{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #68A4FC;
padding: 39px 0 50px 0;
text-align: center;
}
.title>span{
    font-size: 16px;
}
.mid-tip{
    width: 135px;
height: 48px;
background: linear-gradient(90deg, #FF4821 0%, #FBCA59 100%);
border-radius: 0px 24px 24px 0px;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 48px;
letter-spacing: 0.1em;
position: absolute;
color: #FFFFFF;
text-align: center;
top: 288px;
    left: 66px;
}
.mid-item{
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 20px;
}
.mid-item-left{
    background: linear-gradient(90deg, #FF4821 0%, #FBCA59 100%);
border-radius: 24px;
width: 120px;
height: 36px;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 36px;
letter-spacing: 0.1em;
color: #FFFFFF;
text-align: center;
margin-right: 10px;
}
.mid-item-word{
    width: 230px;

    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #FFFFFF;
}
.mid-contain{
    position: absolute;
    left: 393px;
    top: 325px;
}
.list-title{
    letter-spacing: 0.05em;

color: #FFFFFF;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 60px;
text-align: center;
width: 352px;
}
.list-contain{
    overflow: hidden;
   width: 100%;
   height: 100%;
}
.list-box123{
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    width: 352px;
    height: 320px;
    padding: 20px;
}
.list-box{
    position: relative;
    top: 0;
    animation:list 25s linear infinite;
}
@keyframes list {
    0%   {top: 0px; }
    100% {top: -1320px; }
}
.list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    height: 24px;
}
.list-item>div{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.list{
    position: absolute;
    right: 67px;
    top: 260px;
}
.center{
    width: 1200px;
height: 1762px;
background-image: url(../img/Group\ 312333.png);
background-size: contain;
margin: auto;
}
.center-word{
    letter-spacing: 0.1em;

color: #FFFFFF;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 120%;
}
.center-word>span{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.center-contain{
    padding: 120px 0 0 125px;
    position: relative;
}
.center-title{
    
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 160%;
color: #FFFFFF;
margin: 23px 0 10px;
}
.center-word1{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.center-bottom{
    margin-top: 52px;
}


.btn-join{
    background: linear-gradient(90deg, #FF4821 0%, #FBCA59 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 24px;        
width: 229px;
height: 48px;
letter-spacing: 0.1em;
color: #FFFFFF;font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 48px;
text-align: center;
position: absolute;
top: 330px ;
left: 385px;
display: block;
transform: scale(1.0);
transition: all 0.2s;
cursor: pointer;
}
.btn-join:hover{
    transform: scale(1.1);
transition: all 0.2s;
}
.foot{
    position: relative;
    margin: auto;
    width: 1200px;
height: 1240px;
background-image: url(../img/Group897.png?v1.1);
background-size: contain;
}
.foot-word1{
    background: linear-gradient(180deg, #5C67FF 0%, #404CFF 100%);
    border: 1px solid #2B3DCD;
    border-radius: 10px;
    width: 192px;
    height: 48px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}
.foot-header{
    padding:73px 0 0 506px;
}
.foot-item{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 80px;
    margin:8px auto 0;
    height: 123px;
}
.foot-item-title{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 160%;
letter-spacing: 0.05em;
color: #FFFFFF;
padding: 95px 0 0 142px;
}
.foot-item-word1{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 160%;
letter-spacing: 0.05em;

color: #FFFFFF;
}
.foot-item-word2{
    color: #FFFFFF;
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 160%;
margin-top: 5px;
}
.foot-item-word2>span{
    font-size: 30px;
    font-weight: 700;
}
.btn-quick{
    width: 236px;
    height: 88px;
    background-image: url(../img/btn.png);
    background-size: 100% 100%;
    background-color: transparent;   
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 24px;
padding-bottom: 20px;
margin-top: 20px;
display: block;
color: #FFFFFF;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
position: absolute;
top: 660px;
transform: scale(0.8);
transition: all 0.2s;
right: 77px;
cursor: pointer;
}
.btn-baoming{
    width: 236px;
    height: 88px;
    background-image: url(../img/btn.png);
    background-size: 100% 100%;
    background-color: transparent;   
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 24px;
padding-bottom: 20px;
margin-top: 20px;
display: block;
color: #FFFFFF;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
position: absolute;
left: 50%;
transform: scale(1.0) translateX(-50%);
transition: all 0.2s;
bottom: 99px;
cursor: pointer;
transform-origin: left;
}
.btn-baoming:hover{
    transform: scale(1.1) translateX(-50%);
    transition: all 0.2s;
}
.btn-quick:hover{
    transform: scale(0.9);
    transition: all 0.2s;
}
.foot-item1{
    width: 130px;
    text-align: center;
}
.rule{
    background: #2F369D;
border: 2px solid #4CAFEB;
border-radius: 20px;
width: 1200px;
height: 310px;
margin: 40px auto 0 ;
padding: 20px 40px;
}
.rule-title{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 160%;
    color: #FFFFFF;letter-spacing: 0.05em;
}
.rule-item-title{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: #FFFFFF;
margin-top: 20px;
}
.rule-item-word{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 160%;
color: #AAB1FF;
margin-top: 10px;
}
.lottery{
    width: 1200px;
height: 1126px;
background-image: url(../img/Group\ 31.png);
background-size: 100% 100%;
margin: auto;
}
.middle-contain{
width: 1200px;
height: 791px;
margin: auto;
position: relative;
top: -10px;
/* background-image: url(https://activity.jcpeixun.com/2022/0923/img/Group%2036.png?v10.0); */
background-image: url(../img/Group\ 36.png);
background-repeat: no-repeat;
background-position:center 15px ;
padding-top: 30px;
}
.middle-item-title-box{
    width: 444px;
    height: 56px;
    overflow: hidden;
  
    margin: 0px 0 0 358px;
}
.boxio{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 10000px;
    height: 56px;
    position: relative;
    left: 0px;
}
.middle-item-title{
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    width: 440px;
    text-align: center;
    height: 56px;
}
.box222 {
    width: 680px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    margin: 63px auto 0;
    position: relative;
    right: 12px;
    height: 220px;
    overflow: hidden;
}
.box333{
    position: relative;
}
.box111{
    width: 220px;
    position: relative;
}
.box-img{
    display: block;
    width: 220px;
}
.box112{
    width: 220px;
    position: relative;
}
.box113{
    width: 220px;
    position: relative;
}
@keyframes move{
    0%{top: 0px;}
    100%{top: 6380px;}
}
.gun0{
    animation: move 5s ease 1;
}
.btn-share{
    position: absolute;
    top: 94px;
    width: 180px;
    display: block;
    left: 225px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s;
}
.btn-rule{
    position: absolute;
    top: 94px;
    width: 180px;
    display: block;
    left: 764px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s;
}
.btn-share:hover{
    transform: scale(1.05);
    transition: transform 0.2s;
}
.btn-rule:hover{
    transform: scale(1.05);
    transition: transform 0.2s;
}
.btn-lottery{
    background-image: url(../img/Group\ 367.png?v10.0);
    width: 208px;
    height: 118px;
    position: absolute;
    top: 58px;
    left: 484px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s;
    background-color: transparent;
}
.btn-lottery:hover{
    transform: scale(1.05);
    transition: transform 0.5s;
    opacity: 1 !important;
}
.wordc{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 36px;
color: #FFFFFF;
text-align: center;
}
.wordc1{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
   
}
.box444-item-img{
    width: 80px;
    display: block;
    margin: auto;
}
.box444-item{
    background: #FFF1E7;
border-radius: 5px;
width: 128px;
height: 128px;
padding: 13px 0 0 ;
}
.wordt{
    text-align: center;
    color: #762400;
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
margin-top: 8px;
}
.box444{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 680px;
    margin: 217px auto 0;
    position: relative;
    left: 24px;
}
.all{
    width: 1200px;
height: 1782px;
background-image: url(../img/Group\ 304.png?v1.0);
background-size: 100% 100%;
margin: auto;
position: relative;
}
.all-title{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 160%;
color: #FFFFFF;
text-align: center;
}
.all-header-word1{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
.all-header-word1{
    width: 260px;
    text-align: center;
}
.all-header-word2{
    color: #333333;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    width: 260px;
    padding: 28px;
}
.all-header-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin:41px auto 0;
}
.all-middle-item{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #333333;
width: 210px;
text-align: center;
}
.all-middle-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin:160px auto 0;
}
.all-item{
    background: #FFFFFF;
    border-radius: 5px;
    width: 200px;
    height: 80px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.all-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1250px;
}
.all-contain-box{
    overflow-x: auto;
    overflow-y: hidden;
    width: 1090px;
    margin: auto;
    user-select:none;
}
.all-contain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}
.all-contain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}

.all-contain-box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.2);
}

.all-contain-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.2);
}

.all-contain-box::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0,0,0,.2);
}
.all-item>span{
    color: #333333;
    font-size: 14px;
line-height: 21px;
font-weight: 400;
}
.all-item-active{
    background: #4052DF;
border-radius: 5px;
color:  white;
}
.all-item-active>span{
    color:  white !important;
}
.all-left-title{
    padding-left: 13px;
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #333333;
position: relative
}
.all-left-title::before{
    content: '';
    width: 3px;
height: 20px;
background: #4052DF;
position: absolute;
top: 2px;
left: 0px;
}
.all-left{
    padding: 20px;
    background: #FFFFFF;
border-radius: 5px;
width: 535px;
height: 533px;
}

.all-left-word{
    width: 495px;
background: #F0F2FF;
border-radius: 5px;
padding: 10px;
margin: 8px auto 20px;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 160%;
text-align: left;
color: #333333;
max-height: 245px;
overflow: auto;
}
.word1{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: left;
    color: #333333;
 margin-right: 30px;
}
.all-box{

    width: 1090px;
    margin:10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-right{
    width: 535px;
height: 533px;
background: #FFFFFF;
border-radius: 5px;
padding: 20px;
}
.all-right-word{
    font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 160%;
color: #333333;

}
.word-box{
    margin-top: 18px;
    height: 450px;
    overflow: auto;
}
.all-left-word{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
.course{
    width: 1200px;
height: 1417px;
background-image: url(../img/Group\ 307.png);
background-size: 100% 100%;
margin: auto;
}
.item{
    width: 345px;
    height: 336px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin:0 10px 20px;
    cursor: pointer;
}
.item-header{
    width: 345px;
    height: 190px;
position: relative;
cursor: pointer;
overflow: hidden;
}
.item-img{
    width: 345px;
    height: 190px;
    display: block;
    transition: transform 0.2s;
    transform: scale(1);
}
.item-img-active{
    transition: transform 0.2s;
    transform: scale(1.1);
}
.back{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 345px;
    height: 190px;
    border-radius: 5px 5px, 0px, 0px;
background: rgba(0, 0, 0, 0.4);
display: none;
}
.back>img{
    display: block;
    position: absolute;
top: 50%;
transform: translate(-50%,-50%);
left: 50%;
width: 72px;
}
.back-item{
    border: 1px solid rgba(255, 255, 255, 1);  
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 111px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
font-weight: 400;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
left: 50%;
}
.item-title{
    padding: 10px;
    font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 1);
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.item:hover .item-header .back{
    display: block;
}
.item:hover .item-header .item-img{
    transform: scale(1.1);
    transition: all 0.2s;
}
.item-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 10px 8px;
}
.item-box>div{

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.time{
    color: #FF4821 !important;
}
.btn-study{
    background: linear-gradient(0deg, #FF4821 -5.95%, #FBCA59 100%);
border-radius: 24px;
width: 325px;
height: 48px;
text-align: center;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height:48px;
color: #FFFFFF;
display: block;
margin: auto;
cursor: pointer;
}
.course-contain{
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.dibu{
    width: 100%;
    height: 120px;
    padding-top: 39px;
    background-color: #000000;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    margin-top: 60px;
}
.select-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    flex-wrap: wrap;
    position: absolute;
    top: 190px ;
    right: 110px;
}
.select-item{
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 185px;
    height: 44px;
    text-align: center;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    display: block;
    background-color: transparent;
    margin-bottom: 10px;
    cursor: pointer;
}
.select-item-active{
    background: #FFFFFF !important;
    color: #2F369D !important;  
}

.dialog-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.getprice-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.dialog{
    width: 480px;
    height: 417px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.close{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    z-index: 500;
}
.dialog-title{
    width: 480px;
    height: 58px;
    background-image: url(https://activity.jcpeixun.com/2022/1123/img/Group%20300.png);
    background-size: 100% 100%;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: -22px;
}
.dialog-contain{
    width: 100%;
    height: 400px;
    background-color: white;
    padding-top: 120px;
}
.dialog-word{
    color: #040000;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
   padding: 0 20px;
}
.act_rule-word{
    color: #040000;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
   
}
.getprice-word{
    color: #040000;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
   
}
.btn123{
    width: 157px;
    height: 60px;
    background-image: url(../img/pp.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 11px;
    background-color: transparent;
    display: block;
    cursor: pointer;
}
.btn-dialog{
    width: 157px;
    height: 60px;
    background-image: url(../img/pp.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 11px;
}
.getprice-img{
    width: 130px;
    height: 130px;
    display: block;
    margin:20px auto 0;
}
.getprice-contain {
    width: 100%;
    height: 400px;
    background-color: white;
    padding-top: 80px;  
}
.img654789{
    width: 100%;
    display: block;
    margin: auto;
}
.record-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.act_rule-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.record {
    width: 680px;
    height: 459px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.record-title {
    width: 680px;
    height: 80px;
    background-image: url(https://activity.jcpeixun.com/2022/1123/img/Group%20300.png);
    background-size: 100% 100%;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 22px;
    position: absolute;
    top: -31px;
}
.record-contain {
    width: 100%;
    height: 435px;
    background-color: white;
    padding-top: 70px;
}
.record-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.record-header>div {
    width: 200px;
    text-align: center;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.line {
    margin: 10px auto 20px;
    width: 560px;
    height: 1px;
    background: #BCBCBC;
}
.record-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 20px;
}
.record-item>div{
    width: 200px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}   
.price-loc{
    color: red !important;
    cursor: pointer;
}
.loc-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}
.loc-contain{
    width: 100%;
    height: 400px;
    background-color: white;
    padding-top: 60px;
}
.addressInfo{
    width: 390px;
    margin: auto;
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
}
.info>select{
    width: 92px;
    height: 36px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    margin:20px 10px 20px 0;
    outline: none;
    background: rgba(245, 245, 245, 1);
}
.addressDetail{
    width: 300px;
height: 36px;
background: rgba(245, 245, 245, 1);
border-radius: 5px;
}
input{
    border: none;
    outline: none;
}
.sure-loc{
    width: 157px;
    height: 60px;
    background-image: url(../img/pp.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 5px; 
    display: block;
    background-color: transparent;
    cursor: pointer;
}
.addressName{
    width: 132px;
height: 36px;
border: none;
background: rgba(245, 245, 245, 1);
border-radius: 5px;
}
.addressTel{
    width: 132px;
    height: 36px;
    border: none;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px;
}
.dao-item{
    background: #2C30FF;
    border-radius: 2px;
    width: 120px;
    height: 30px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 10px;
    cursor: pointer;
}
.dao-item:hover{
    background: #FF4821 !important;
}
.dao-item1{
    width: 120px;
    height: 30px;
    cursor: pointer;
}
.dao-box{
    width: 160px;
    height: 558px;
    padding-top: 73px;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10;
    width: 158px;
height: 390px;
background-image: url(../img/Frame2x.png);
background-size: 100% 100%;
padding-top: 110px;
}
.btn444{
    width: 236px;
    height: 60px;
    text-align: center;
    display: block;
    background-color: #a79797;
    background-image: none;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    border-radius: 30px;
    padding: 0;
}
.tips111{
    width: 94px;
height: 20px;
background: linear-gradient(90deg, #FF3B11 0%, #FF2525 100%);
border-radius: 10px 2px 10px 0px;
text-align: center;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
position: absolute;
top: 320px;
    left: 522px;
    z-index: 10;
}
.tips222{
    width: 94px;
height: 20px;
background: linear-gradient(90deg, #FF3B11 0%, #FF2525 100%);
border-radius: 10px 2px 10px 0px;
text-align: center;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
position: absolute;
top: 380px;
    left: 522px;
    z-index: 10;
}
.tips333{
    width: 94px;
height: 20px;
background: linear-gradient(90deg, #FF3B11 0%, #FF2525 100%);
border-radius: 10px 2px 10px 0px;
text-align: center;
font-family: 'Source Han Sans CN';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
position: absolute;
top: 380px;
    left: 522px;
    z-index: 10;
}