*{padding: 0; margin: 0;}
html,body{font-size: 16px; font-family: "Microsoft YaHei", "微软雅黑";}
img{display: block;}
.bg{background: #f0f3fc;}
.bg-white{background: #ffffff;}
.relative{position: relative;}
.absolute{position: absolute;}
.pd{padding: 30px;}
.show{display: block;}
.hide{display: none;}
a{color: #353535; text-decoration: none;}
a:hover{color: #6C281A;}

::-webkit-scrollbar{width: 6px; height: 6px}
::-webkit-scrollbar-track{background: transparent; border-radius: 5px}
::-webkit-scrollbar-thumb{border-radius: 6px; border: 1px solid transparent; background-color: rgba(150,150,150,0.3); background-clip: padding-box;}
::-webkit-scrollbar-thumb:hover{background-color: rgba(150,150,150,0.5);}
::-webkit-scrollbar-corner{background: transparent;}

.main{width: 1200px; margin: 0 auto;}
.flex{display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}
.flex_vc{align-items: center;}
.flex_jcsb{justify-content: space-between;}
.transition{transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}

header{position: fixed; width: 100%; left: 0; top: 0; right: 0; z-index: 99; background: #FDCD33;}
header .logo img{height: 52px;}
header .menu{padding: 10px 0;}
header .menu .link{color: #353535; display: block; padding: 20px 16px; height: 22px; line-height: 22px; font-size: 20px;}
header .menu .link:hover{color: #6C281A;}
header .menu .active{color: #6C281A; font-weight: bold; position: relative;}
header .menu .active::after{content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #6C281A; border-radius: 2px;}
header .menu .item{position: relative; margin: 0 5px;}
header .menu .item::after{content: ""; position: absolute; left: 50%; transform: translate(-50%); bottom: 0; height: 3px; background: #6C281A; border-radius: 2px; width: 0; transition: all 0.3s;}
header .menu .sub-menu{position: absolute; left: 0; top: 62px; display: none; width: 100%; background: #FFFFFF; padding: 15px 0; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);}
header .menu .sub-menu .sub-link{display: block; text-align: center; padding: 15px 0;}
header .menu .item:hover .link{color: #6C281A;}
header .menu .item:hover::after{width: 100%;}
.home{background: none;}
.home_blank{height: 0;}

.header_blank{height: 82px;}

.banner{width: 100%; height: calc(100vh - 184px); overflow: hidden;}
.banner .swiper{width: 100%; height: 100%; position: relative;}
.banner .swiper-slide{width: 100%; position: relative;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #6C281A;}

.shop{padding: 15px 0; justify-content: space-between; width: fit-content; margin: 0 auto;}
.shop .item{margin-right: 100px;}
.shop .item:last-child{margin-right: 0;}
.shop .item .pic{}
.shop .item .pic img{width: 80px; margin: 0 auto;}
.shop .item .name{text-align: center; padding-top: 10px; height: 22px; line-height: 22px; font-size: 14px;}
.shop .item:last-child{margin-right: 0;}
.shop .item .address{color: #6C281A;}
.shop .item .address .tit{font-size: 14px; font-weight: bold;}
.shop .item .address .li{padding: 3px 0; font-size: 12px;}
.shop .item .address i{padding-right: 9px; font-weight: bold;}
.shop .item a{color: #6C281A;}
.shop .item a:hover{color: #353535;}

.shop_bg{background: #EEEEEE;}

footer{background: #666666; padding: 10px 0; color: #FFFFFF; text-align: center; line-height: 22px; font-size: 14px;}
footer a{color: #FFFFFF;}
footer a:hover{color: #dddddd;}

.title{text-align: center; font-size: 38px; color: #6C271A; position: relative; padding-top: 80px;}
.title::after{position: absolute; left: 50%; transform: translateX(-50%); color: rgba(108, 39, 26, 0.1); bottom: -15px; white-space: nowrap;}
.title img{display: block; margin: 0 auto;}
.brand .title::after{content: "Brand introduction";}
.development .title::after{content: "Development history";}
.culture .title::after{content: "Corporate culture";}
.story .title::after{content: "Brand story";}
.store .title::after{content: "STORE DISPLAY";}
.franchise .title::after{content: "Franchise Guide";}
.step .title::after{content: "Franchise Process";}
.qa .title::after{content: "Questions And Answers";}
.apply .title::after{content: "JOIN APPLICATION";}
.mode .title::after{content: "Cooperation Mode";}
.reward .title::after{content: "Return On Investment";}
.support .title::after{content: "Service and Support";}

.brand{background: url("../images/brand_bg.png") no-repeat center center; height: 700px;}
.brand .content{padding-top: 60px; display: flex; align-items: center;}
.brand .content .pic img{width: 396px; border-radius: 20px;}
.brand .content .text{flex: 1; font-size: 18px; line-height: 30px; text-indent: 36px; padding-left: 80px; color: #6C271A;}

.total{background: url("../images/total_bg.png") no-repeat center center;}
.total .content{height: 100px;}
.total .content .item{text-align: center; padding: 0 50px; color: #6D291B; font-size: 18px;}
.total .content .item .num{font-size: 28px; font-weight: bold; padding-right: 6px;}

.development{background: url("../images/development_bg.png") no-repeat center top;}
.development .content{background: url("../images/development_line.png") no-repeat center 40px; height: 1540px; padding-top: 40px; position: relative;}
.development .content .item{position: relative; display: flex; position: absolute; width: 100%; cursor: pointer; align-items: center;}
.development .content .item .text{text-align: right; background: linear-gradient( to left, #fff8e2, rgba(255, 255, 255, 0)); color: #6D291B; padding: 12px 20px; border-radius: 5px; line-height: normal; margin-right: 10px;}
.development .content .item .icon{position: relative; z-index: 2; height: 46px;}
.development .content .item .icon .hover{display: none;}
.development .content .item .icon img{width: 46px;}
.development .content .item .year{position: relative; font-size: 22px; color: #6B2719; font-weight: bold; width: 140px; text-align: center; line-height: 20px; top: -18px;}
.development .content .item .year::before{content: ""; position: absolute; border-bottom: 2px dashed #fee492; width: 150px; left: -10px; top: 32px;}
.development .content .item .year img{position: absolute; right: -10px; top: 22px;}
.development .content .event{justify-content: flex-end;}
.development .content .event .text{text-align: left; background: linear-gradient( to right, #fff8e2, rgba(255, 255, 255, 0));  margin-left: 10px; margin-right: 0;}
.development .content .event .year::before{left: auto; right: -10px;}
.development .content .event .year img{left: -10px; right: auto;}
.development .content .item:hover .text{background: #FDCD33; color:#6D291B;}
.development .content .item:hover .icon .current{display: none;}
.development .content .item:hover .icon .hover{display: block;}
.development .content .item:hover .icon img{transform: scale(1.5);}
.development .content .it1{top: 85px;}
.development .content .it1 .text{width: 506px;}
.development .content .it2{top: 205px;}
.development .content .it2 .text{width: 538px;}
.development .content .it3{top: 370px;}
.development .content .it3 .text{width: 532px;}
.development .content .it4{top: 524px;}
.development .content .it4 .text{width: 596px;}
.development .content .it5{top: 695px;}
.development .content .it5 .text{width: 478px;}
.development .content .it6{top: 822px;}
.development .content .it6 .text{width: 510px;}
.development .content .it7{top: 975px;}
.development .content .it7 .text{width: 544px;}
.development .content .it8{top: 1110px;}
.development .content .it8 .text{width: 570px;}
.development .content .it9{top: 1240px;}
.development .content .it9 .text{width: 496px;}
.development .content .it10{top: 1384px;}
.development .content .it10 .text{width: 520px;}

.culture{background: #FFFCF3;}
.culture .content{display: flex; justify-content: space-between; align-items: center; padding-top: 80px; padding-bottom: 80px;}
.culture .vision{font-size: 20px; color: #6C271A;}
.culture .vision .item{display: flex; align-items: center; padding: 10px 0;}
.culture .vision .item .name{width: 150px; padding-left: 6px; font-weight: bold;}
.culture .profile img{width: 500px;}

.story{background: url("../images/story_bg.png") no-repeat center top; height: 1000px;}
.story .content{padding-top: 60px; color: #6B2719;}
.story .content .description{background: #6B2719; color: #FFFFFF; padding: 20px 80px; font-size: 18px; line-height: 36px; text-align: center; border-radius: 100px;}
.story .content .con{display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 60px;}
.story .content .item{width: 502px; position: relative;}
.story .content .item img{position: absolute; top: 0;}
.story .content .it1{height: 556px; margin-bottom: 25px;}
.story .content .it1 img{right: 0;}
.story .content .it2{height: 556px;}
.story .content .it2 img{left: 0;}
.story .content .text{width: 595px; line-height: 32px; text-align: justify;}
.story .content .text img{display: block; margin: 0 auto;}
.story .content .tx1 .pic{padding: 36px 0;}
.story .content .tx2{width: 616px;}
.story .content .tx2 .pic{padding-top: 102px; padding-bottom: 36px;}

.product .slide{min-width: 1200px; margin: 0 auto; width: 100%;}
.product .slide img{width: 100%;}
.product .content{display: flex; flex-wrap: wrap; margin: 0 -20px; padding-bottom: 80px;}
.product .content .item{margin: 20px; width: 270px; text-align: center; cursor: pointer;}
.product .content .item .pic{width: 100%; height: 270px; overflow: hidden;}
.product .content .item .pic img{width: 100%;}
.product .content .item .name{font-size: 18px; color: #6B2719; font-weight: bold; padding: 10px 0;}
.product .cate{padding-top: 70px; padding-bottom: 100px; position: relative;}
.product .cate .name{text-align: center; font-size: 36px; color: #6D291B;}
.product .cate .ename{color: #FFF5DF; font-size: 46px; font-weight: bold; text-align: center; position: absolute; width: 100%; top: 85px; z-index: -1;}

.pro_detail{width: 1200px; margin: 0 auto; height: 600px; background: url("../images/pro_bg.png") no-repeat center center; position: relative;}
.pro_detail .close{position: absolute; right: 18px; top: 18px; cursor: pointer;}
.pro_detail .close i{font-size: 38px; color: #6D291B;}
.pro_detail .content{padding: 100px 75px; display: flex; align-items: center; justify-content: space-between;}
.pro_detail .content .pic{display: flex;}
.pro_detail .content .pic .plist{width: 90px; height: 396px; overflow: hidden;}
.pro_detail .content .pic .plist .swiper{width: 100%; height: 100%;}
.pro_detail .content .pic .plist .swiper-slide{width: 100%; height: 102px;}
.pro_detail .content .pic .plist .item{width: 90px; height: 90px; box-sizing: border-box; overflow: hidden; border-radius: 10px;}
.pro_detail .content .pic .plist .item img{width: 100%;}
.pro_detail .content .pic .plist .active{border: 2px solid #FDCD33;}
.pro_detail .content .pic .big{margin-left: 48px; width: 396px; height: 396px; overflow: hidden; border-radius: 10px;}
.pro_detail .content .pic .big img{width: 100%;}
.pro_detail .content .con{width: 455px;}
.pro_detail .content .con .name{font-size: 32px; color: #6B2719; padding-bottom: 20px;}
.pro_detail .content .con .text{font-size: 18px; color: #6B2719; line-height: 1.8; text-align: justify;}

.lbl_layer{background: none !important; border: none !important; box-shadow: none !important;}

.store{background: url("../images/store_bg.png") repeat-y center top; padding-bottom: 100px;}
.store .content{margin: 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 34px;}
.store .content .item{margin: 23px 0;}
.store .content .item img{width: 566px;}

.cooperate .slide{width: 100%; min-width: 1200px; margin: 0 auto;}
.cooperate .slide img{width: 100%;}
.franchise .desc{font-size: 18px; text-align: center; color: #6e291b; position: relative; padding-top: 55px; padding-bottom: 15px;}
.franchise .desc::after{content: ""; position: absolute; width: 328px; height: 30px; background: #fff6e0; border-radius: 15px; left: 50%; transform: translateX(-50%); bottom: 0; z-index: -1;}
.qualifications{display: flex; justify-content: space-between; padding-top: 50px;}
.qualifications .item{width: 175px; padding: 10px 25px 45px 25px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);}
.qualifications .item .icon{width: 84px; height: 84px; border-radius: 42px; display: flex; justify-content: center; align-items: center; margin: 22px auto;}
.qualifications .item .icon i{font-size: 40px; color: #fff;}
.qualifications .item .icon1{background: linear-gradient(135deg, #f9bf61, #fecc35);}
.qualifications .item .icon2{background: linear-gradient(135deg, #8e82ff, #6999ff);}
.qualifications .item .icon3{background: linear-gradient(135deg, #fe886d, #f9ae5d);}
.qualifications .item .icon4{background: linear-gradient(135deg, #36d38e, #35d7a1);}
.qualifications .item .icon5{background: linear-gradient(135deg, #32c5f9, #28d6fd);}
.qualifications .item .line{background: #EDEDED; height: 1px; width: 150px; margin: 0 auto;}
.qualifications .item .text{padding-top: 20px; line-height: 32px; color: #333333; text-align: justify;}

.step{padding-bottom: 100px;}
.step .pic{width: fit-content; margin: 0 auto;}
.step .con{position: relative; height: 322px; padding-top: 90px;}
.step .con .num{width: 78px; height: 78px; border-radius: 39px; background: #fecd33; color: #fff; font-size: 40px; font-weight: bold; font-style: italic; display: flex; justify-content: center; align-items: center; margin: 0 auto; text-indent: -6px;}
.step .con .item{width: 145px; height: 272px; padding: 30px 40px 20px 40px; background: #FFFFFF; box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1); border-radius: 10px; position: absolute; bottom: 10px;}
.step .con .item .tit{font-size: 20px; text-align: center; font-weight: bold; padding-top: 30px;}
.step .con .item .text{line-height: 32px; padding-top: 10px; text-align: justify;}
.step .con .item::after{content: ""; width: 0px; height: 0px; border: 15px solid transparent; border-top-color: #ffffff; position: absolute; left: 50%; transform: translateX(-50%); filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1)); bottom: -26px;}
.step .odd{padding-top: 22px;}
.step .odd .item::after{top: -26px; bottom: auto; border-top-color: transparent; border-bottom-color: #ffffff; filter: drop-shadow(0px -5px 5px rgba(0,0,0,0.1));}
.step .con .it1{left: -74px;}
.step .con .it2{left: 28px;}
.step .con .it3{left: 209px;}
.step .con .it4{left: 309px;}
.step .con .it5{left: 489px;}
.step .con .it6{left: 622px;}
.step .con .it7{left: 768px;}
.step .con .it8{left: 922px;}
.step .con .it9{left: 1048px;}

.qa .content{padding-top: 40px;}
.qa .item{padding-top: 30px; padding-bottom: 20px; border-bottom: 1px solid #EEEEEE;}
.qa .item:last-child{border: none;}
.qa .item .questions{display: flex; align-items: center; padding-bottom: 15px;}
.qa .item .questions .icon{width: 65px; height: 30px; line-height: 30px; text-align: center; background: linear-gradient(to right, #f9bf60, #fecc36); font-size: 18px; font-weight: bold; color: #FFFFFF; border-radius: 18px;}
.qa .item .questions .con{font-size: 20px; font-weight: bold; padding-left: 10px;}
.qa .item .answers{}
.qa .item .answers .icon{float: left; height: 34px; display: flex; align-items: center; margin-right: 10px; width: 80px; overflow: hidden;}
.qa .item .answers .icon .i{flex: 1; display: flex; align-items: center; justify-content: center; background: linear-gradient(119deg, #F9BE64, #F58635); border-radius: 20px 0px 0px 0px; height: 34px;}
.qa .item .answers .icon i{font-size: 18px; color: #fff;}
.qa .item .answers .icon span{border: 1px solid #FCD779; background: #FFFFFF; height: 32px; flex: 1; color: #f69340; text-align: center; line-height: 32px; border-radius: 0px 0px 20px 0px;}
.qa .item .answers .con{line-height: 34px; font-size: 16px;}

.apply .content{padding-top: 80px; padding-bottom: 60px;}
.apply .content .item{position: relative; height: 38px;}
.apply .content .item .label{position: absolute; line-height: 38px; padding-left: 15px;}
.apply .content .item .name{padding-left: 68px;}
.apply .content .item .phone{padding-left: 100px;}
.apply .content .sex{border: 1px solid #eee;}
.apply .content .sex .con{padding-left: 68px;}
.apply .content .item .birthday{padding-left: 100px;}
.apply .content .prov .label{z-index: 999;}
.apply .content .prov .con{padding-left: 132px;}
.apply .content .prov .layui-form-select .layui-input{padding-left: 132px;}
.apply .content .intention{border: 1px solid #eee;}
.apply .content .intention .con{padding-left: 148px;}
.apply .content .item .address{padding-left: 132px;}
.apply .content .btn{background: url("../images/apply.png") no-repeat; width: 339px; height: 85px; text-align: center; line-height: 85px; font-size: 24px; color: #fff; margin: 30px auto; cursor: pointer;}
.apply .content .layui-input:focus{border-color: #FDCD33 !important; box-shadow: 0 0 0 3px rgba(253,205,51,.08);}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
    color: #FDCD33;
}
.layui-laydate .layui-this, .layui-laydate .layui-this>div{
    background-color: #FDCD33 !important;
}
.layui-form-select dl dd.layui-this{
    color: #FDCD33;
}

.contact{width: 1280px; margin: 35px auto; background: #FBFBFB; box-shadow: 0px 3px 4px 0px rgba(187,187,187,0.18); padding: 30px;}
.contact .slide{margin: 0 auto; padding-bottom: 35px; width: fit-content;}
.contact .slide img{width: 100%;}
.contact .content{display: flex; justify-content: space-between;}
.contact .con{color: #353535;}
.contact .con .tit{padding: 17px 0; font-size: 28px; color: #353535;}
.contact .con .item{padding: 17px 0;}
.contact .con .item i{color: #FED13B; margin-right: 20px;}
.contact .map{width: 600px; height: 300px;}

.mode .content{padding-top: 290px; position: relative;}
.mode .content .top{width: 450px; position: absolute; right: 40px; top:50px;}
.mode .content .top img{width: 100%;}
.mode .content .item{margin: 0 50px; border-radius: 10px; overflow: hidden;}
.mode .content .item .tit{background: #ffe9a0; padding: 20px 40px;}
.mode .content .item .tit .label{font-size: 20px; color: #6C281A; font-weight: bold;}
.mode .content .item .tit .desc{font-size: 16px; color: #5c1500; line-height: 1.5;}
.mode .content .item .con{margin: 0 -5px; display: flex; flex-wrap: wrap;}
.mode .content .item .con .li{background: #fdf6da; margin: 10px 5px 0; box-sizing: border-box; padding: 20px 40px; line-height: 1.5;}
.mode .content .item .con .odd{width: 220px; font-weight: bold; display: flex; align-items: center;}
.mode .content .item .con .even{width: 870px;}
.mode .content .item .con .text{display: flex; flex-wrap: wrap;}
.mode .content .item .con .text .more{width: 33%; display: flex; align-items: center; line-height: 1.7;}
.mode .content .item .con .text .more i{color: #ffd11f; margin-right: 10px;}
.mode .content .item .con .text .policy{width: 100%; padding: 10px 0;}
.mode .content .item .con .text .policy .t{font-size: 18px; display: flex; align-items: center; color: #4e0b00;}
.mode .content .item .con .text .policy .t i{color: #ffd11f; margin-right: 10px; font-size: 18px;}
.mode .content .item .con .text .policy .t p{font-weight: bold;}
.mode .content .item .con .text .policy .d{color: #906152; padding-top: 5px; padding-left: 28px;}
.mode .content .remark{color: #aeaeae; font-size: 14px; padding-top: 20px;}
.mode .content .remark span{color: #dbc131;}
.mode .content .fpic{padding-top: 50px;}

.reward .desc{font-size: 18px; text-align: center; color: #6e291b; position: relative; padding-top: 55px; padding-bottom: 15px;}
.reward .desc span{position: relative; z-index: 2;}
.reward .desc::after{content: ""; position: absolute; width: 328px; height: 30px; background: #fff6e0; border-radius: 15px; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 1;}
.reward .content{padding-top: 100px;}
.reward .content img{width: 100%;}

.reward .content .item{margin-bottom: 40px;}
.reward .content .item .tit{color: #6C271A; font-size: 22px; font-weight: bold; padding-bottom: 20px;}
.reward .content .item .table{border: 1px solid #b07503; box-sizing: border-box;}
.reward .content .item .table .th th{background: #f8b21f; padding: 15px 0; font-size: 18px; color: #732300; border-right: 1px solid #b07503; border-bottom: 1px solid #b07503;}
.reward .content .item .table .td td{text-align: center; padding: 15px 0; border-right: 1px solid #b07503; border-bottom: 1px solid #b07503;}
.reward .content .item .table .b td{font-weight: bold;}
.reward .content .remark{font-weight: bold; color: #AC0000; font-size: 14px;}

.support .content{padding-top: 100px;}
.support .content img{width: 100%;}
.support .content .text{display: flex; padding: 60px 60px; justify-content: space-between; background: url("../images/support_bg.jpg") no-repeat center bottom;}
.support .content .text .li{width: 500px;}
.support .content .text .li .item .tit{font-size: 20px; color: #6C281A; font-weight: bold; padding-bottom: 15px;}
.support .content .text .li .item .con{padding-left: 26px; line-height: 2; padding-bottom: 50px;}
.support .content .icon{display: none;}

header .mobile-menu{display: none;}
.mobile-menu-list{display: none;}
.culture .mobile{display: none; padding-top: 20px;}
.step-con{display: block;}
.step-con-mobile{display: none;}
.mobile_nav{display: none;}
.follow{display: none;}
.mobile_contact{display: none;}