*{
    /* box-sizing: border-box; */
}
.layout1{
    position: relative;
    background-color: #f9f9f9;
    font-family: PingFang SC, PingFang SC;
}
.container {
    width: 1300px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.bannerBox{
    width: 100%;
    min-height: 800px;
    /* background-color: pink; */
    background: url(/static/home/img/newIndex/banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bannerBox .info p{
    margin-top: 100px;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
}
.bannerBox .info h2 {
    margin: 30px 0 140px;
    font-size: 60px;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
}
.bannerBox .info a{
    display: inline-block;
    width: 350px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    color: #DE7C23;
    border-radius: 58px 58px 58px 58px;
}
.noticeView{
    position: absolute;
    bottom:-40px ;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -84px !important;
}
.noticeBox{
    box-shadow: 0px 2px 4px 1px rgba(207,173,132,0.3);
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
    height: 83px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.noticeLeft{
    height: 64px;
    line-height: 64px;
}
  .noticeList {
    margin: 0;
    list-style: none;
    animation: scroll 10s infinite linear;
  }
  .noticeItem.active {
    opacity: 1;
  }
  .svg-div{
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }
  .lunbo {
    padding: 0 8px 0 0;
    box-sizing: border-box;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}
.lunbo :hover{
    color: #DE7C23;
}
.processBox{
    width: 100%;
    padding: 90px 0;
    background-color: #fff;
    margin-bottom: 80px;
}
.processBox .processImg{
    margin-top: 60px;
}
.iconBox{
	width: 70px;
    height: 70px;
	display:block; 
}
.stepflow-group{
    width: 1300px;
}
.stepflow-group li{
    position: relative;
    height: 120px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: auto 7px;
}
.stepflow-group .flow {
    position: relative;
    width: 132px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 30px;
    color: #ccc;
}
.stepflow-group .flow:after, .stepflow-group .flow:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 0;
    border-top: 1px dashed #399EFF;
}
.stepflow-group .flow:before {
    left: -50%;
    margin-left: 20px;
}

.bg1{
    background:url(/static/home/img/newIndex/注册账号.png) no-repeat center center;
    background-size: contain;
}
.bg2{
    background:url(/static/home/img/newIndex/实名认证.png) no-repeat center center;
    background-size: contain;
}
.bg3{
    background:url(/static/home/img/newIndex/提交卡密.png) no-repeat center center;
    background-size: contain;
}
.bg4{
    background:url(/static/home/img/newIndex/验卡成功.png) no-repeat center center;
    background-size: contain;
}
.bg5{
    background:url(/static/home/img/newIndex/账户提现.png) no-repeat center center;
    background-size: contain;
}
.bg6{
    background:url(/static/home/img/newIndex/交易成功.png) no-repeat center center;
    background-size: contain;
}
.el-radio-group{
    padding-left:7px;
    width: 100%;
    height: 120px;
    background-color: #DE7C23;
    box-shadow: 0px 9px 10px 1px rgba(252,162,121,0.31);
    border-radius: 10px;
}
.el-radio-button{
    width: 16.6%;
    height: 120px;
    line-height: 120px;
    background-color: #DE7C23;
}
.el-radio-button__inner{
    width: 100%;
    height: 120px !important;
    line-height: 100px !important;
    background: #DE7C23 !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 10px 0 0 10px !important;
}
.el-radio-group .is-active{
    border-radius: 1px;
   border-bottom: 5px solid #fff;
   background: url(/static/home/img/newIndex/切换／选择.png) no-repeat 50% 50%   !important;
}
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){
    -webkit-box-shadow:none !important;
    box-shadow:none !important
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner{
    background-color: transparent !important;
    -webkit-box-shadow:none !important;
}

/* 走马灯 */
.carousel-box{
    margin-top: 60px;
    /* padding: 0 25px; */
}
.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
  }

 .carousel-item {
    display: inline-block;
    margin:0 15px;
    width: 180px;
    height: 280px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px 1px rgba(252,162,121,0.3);
    border-radius: 20px 20px 20px 20px;
}
  .carousel-item  .top{
     width: 180px;
    height: 140px;
    background: #FBF4F0;
    box-shadow: 0px 2px 4px 1px rgba(207,173,132,0.3);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .carousel-item  .img-box{
    width: 114px;
    height: 100px;
    background: #FBF4F0;
   border-radius: 15px 15px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-item  .img-box img{
    width: 88px;
}
  
.carousel-item .title{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-item .item-info{
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}
.carousel-item .price{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 11px;
}
.carousel-item .price .feilv span{
    color: #DE7C23 !important;
    font-family: DIN, DIN;
    background: #F9EFE8 !important;
    margin-right: 8px;
}
.carousel-item .price span{ 
    display: block;
    width: 58px;
    height: 18px;
    line-height: 18px;
    text-align: center;
     color: #16A34B;
    background: #DCFCE8;
    border-radius: 20px 20px 20px 20px;
}
.carousel-item a{
    display: inline-block;
     width: 140px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background: #DE7C23;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 8px 8px;
}
.carousel-box .carousel-item a:hover{
    background-color: #DE7C23;
    color: #fff;
    border-color:#DE7C23 ;
}
.introduce{
    margin: 80px auto ;
    padding: 50px 0;
    text-align: center;
}
.info-title{
    text-align: center;
    font-weight: bold;
font-size: 40px;
color: #333333;

}
.info-title .info-line{
    display: inline-block;
    margin: 0 20px;
    width: 6px;
    height: 20px;
    background: #DE7C23;
    border-radius: 3px 3px 3px 3px;
}
.info-title p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #999999;
}
.introduce .content{
    display: flex;
    height: 200px !important ;
}
.introduce .content div img{
    vertical-align: middle;
}
.notice{
    margin-top: 80px;
    background-color: #fff;
    padding: 80px 0;
}

.notice .notice-content{
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.notice .content-item{
    width: 46%;
}
.notice .content-item .title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
}
.notice .content-item .title img{ 
    vertical-align: middle;
    margin-right: 6px;
}
.notice .content-item li {
    /* width: 600px; */
    list-style:inside;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DDDDDD;
    list-style: none !important;
}
.notice .content-item li .itemLink .el-link--inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.notice .content-item li  span:nth-child(1){
    width: 395px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .notice .content-item li::marker{
    color: #DE7C23 !important;
} */
.about{
    margin-bottom: 79px;
}
.about .about-content {
    display: flex;
    justify-content: space-between;
    height: 420px;
}
.about .about-content .title {
   font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-bottom: 40px;
}
.about .about-content .title h2{
   font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 20px;
}
.about .about-content>div{
    width: 50%;
    padding: 40px 30px;
}
.about .about-content .left {
   background: #FFFFFF;
    border-radius: 12px 0px 0px 12px;
}
.about .about-content .right {
  background: #FCF7F4;
    border-radius: 0px 12px 12px 0px;
}
.about .about-content  .item{ 
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.about .about-content  .item img{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.about .about-content .right .about-text{
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.about .about-content .right .about-text a{
    color: #e08533;
}