.header{
    background: #0C0C0F;
}
.tour_banner{
    width: 100%;
    height:600px;
    position: relative;
}
.tour_banner>img{
    width: 100%;
    height:600px;
}
.tour_banner .overlay{
    width: 100%;
    height: 600px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    color: #ffffff;
}
.tour_banner .overlay .title{
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 40px;
}
.tour_banner .overlay .desc{
    font-size: 28px;
}
.tour_banner .overlay .btn{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    background-color: #FF7361;
    color: #ffffff;
    font-size: 24px;
    border-radius: 6px;
}
.fillheight{
    width: 100%;
    height: 80px;
}
.gezi{
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.gezi .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    cursor: pointer;
}
.gezi .item .title{
    font-size: 24px;
    color: #333333;
}
.gezi .item .desc{
    width: 80%;
    margin-top: 25px;
    margin: 25px auto 0 auto;
    text-align: center;
}
.gezi .item:nth-child(1),.gezi .item:nth-child(3),.gezi .item:nth-child(4),.gezi .item:nth-child(6){
    width:32.6%;
}
.gezi .item:nth-child(2),.gezi .item:nth-child(5){
    width:34.7%;
}
.gezi .item img{
    width: 100%;
    height: 100%;
}
.fuli{
    width: 1500px;
    margin: 0px auto;
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fuli .item{
    width: 730px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.fuli .item img{
    width: 150px;
    height: 150px;
    margin-right: 40px;
}
.fuli .item .t{
    color: #000000;
    font-size: 24px;
    margin-bottom: 16px;
}
.fuli .item .d{
    color: #666666;
    font-size: 15px;
}
.step{
    width: 1200px;
    height:200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.step .item:nth-child(2n+1){
    width: 53px;
    height: 53px;
    background-color: #eeeeee;
    color: #333333;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step .item.active:nth-child(2n+1){
    background-color: #FF7361;
    color: #ffffff;
}
.step .item:nth-child(2n+1) .n{
    text-align: center;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
}
.step .item:nth-child(2n+1) .t{
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 80px;
}
.step .item:nth-child(2n+1) img{
    margin-top: 16px;
}
.step .item:nth-child(2n){
    flex: 1;
    height: 6px;
    background-color: #eeeeee;
    color: #333333;
}
.step .item.active:nth-child(2n){
    background-color: #FF7361;
    color: #ffffff;
}
.step_icon{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fugai{
    width: 100%;
    height: auto;
    background: url(../images/tour/fugai_bj.png);
    background-size:980px 630px ;
    background-position: center 100px;
    background-repeat: no-repeat;
}
.fugai .content{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0;
}
.fugai .content .item{
    width: 200px;
    margin-right: 16px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}
.fugai .content .item:hover{
    box-shadow: 0px 0px 12px 0px rgba(200,200,200,0.8);
}
.fugai .content .item:nth-child(7n){
    margin-right: 0;
}
.fugai .content .item .et{
    margin-bottom: 15px;
}

.fugai .content .item .ct{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice{
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.apply{
    width: 100%;
    height:654px;
    background: url(../images/tour/apply_bj.png);
    text-align: center;
}
.apply .entitle{
    padding-top: 380px;
    font-size: 24px;
    color: #666666;
}
.apply .title{
    color: #FF7361;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.apply .btn{
    display: inline-block;
    background-color: #FF7361;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 6px;
    margin-top: 80px;
}
#apply_box .model{
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    text-align: justify;
}
#apply_box .model .title{
    font-size: 28px;
    color: #FF7361;
    text-align: center;
    font-weight: bold;
}
#apply_box .model .content{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
#apply_box .model .content p{
    margin-top: 10px;
}
#apply_box .model .btn{
    width: 200px;
    height: 50px;
    background: #FF7361;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
}
.apply_content{
    width: 1500px;
    margin: 100px auto 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 100px;
    box-sizing: border-box;
}
.apply_content .title{
    text-align: center;
    color: #333333;
    font-size: 28px;
    padding-bottom: 40px;
}
.apply_content .label{
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    position: relative;
    text-indent: 20px;
    margin-top: 40px;
}
.apply_content .label::before{
    content: "";
    position: absolute;
    background-color: #FF7361;
    width: 12px;
    height: 30px;
    left: 0;
    top: 0;
}
.apply_content .hk_input{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.apply_content .hk_input .layui-select-title,.apply_content .hk_input .layui-unselect{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.apply_content .hk_input .upload{
    width: 280px;
    height: 280px;
    margin-right: 30px;
}
.apply_content .hk_input .upload img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.apply_content .hk_input #upload{
    width: 280px;
    height: 280px;
    border-radius: 12px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}
.apply_content .hk_input #upload .layui-icon{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.apply_content .btn{
    width:200px;
    height: 50px;
    background: #FF7361;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    margin: 50px auto;
    cursor: pointer;
}
.apply_content .hk_input .layui-input{
    height: 50px;
    line-height: 50px;
}