@charset "UTF-8";
.jiji-main-body{
    margin-top:67px;
    background: #f6f7fb;
    padding:30px 0;
    position: relative;
}
* {
    margin: 0;
    padding: 0;
}

body {
    visibility: hidden;
}

html {
    font-size: 50px;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: ' ';
    display: block;
}

.outer {
    width: 100%;
    max-width: 512px;
    /* margin: 0 auto 1rem; */
    position: relative;
}



.header {
    width: 95%;
    margin: 11px auto 0;
    border-radius: 5px;
    background-color: #288CE9;
    height: 1.1rem;
}

.header>div {
    font-size: 0.3rem;
    width: 2.8rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: #ffffff;
    margin-left: 0.3rem;
    float: left;
}

.header>img {
    float: right;
    margin-top: 0.1rem;
    margin-right: 0.23rem;
    height: 0.92rem;
    width: 1.08rem;
}

.change {
    margin: 16px auto 6px;
    font-size: 0.14rem;
    text-align: center;
}

.change span {
    display: inline-block;
    width: 47%;
    height: 0.43rem;
    text-align: center;
    line-height: 0.43rem;
    border: 1px solid rgb(167, 167, 167);
    cursor: pointer;
}

.change span:first-child {
    margin-right: -0.05rem;
    border-right: none;
}

.change span.clickOn {
    background-color: rgb(243, 243, 243);
}

.explain {
    color: rgb(96, 96, 97);
    font-size: 0.14rem;
    line-height: 0.24rem;
    width: 4.55rem;
    margin: 0.2rem auto 0;
}

.experience {
    display: none;
}

.code {
    position: relative;
}

.getCode {
    /* display: none; */
    position: absolute;
    left: 270px;
    bottom: 0;
    width: 102px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    line-height:48px;
    color: #999999;
    cursor: pointer;
}

.refreshImgCode {
    position: absolute;
    left: 270px;
    bottom: 7px;
    width: 1rem;
    height: 38px;
    font-size: 0.14rem;
    text-align: center;
    line-height:38px;
    color: #fff;
    cursor: pointer;
}

.refreshImgCode img {
    width: 100%;
    height: 100%;
}

.timeOut {
    display: none;
    position: absolute;
    left: 270px;
    bottom: 0;
    width: 102px;
    height: 48px;
    font-size: 14px;
    line-height:48px;
    text-align: center;
    height: 48px;
    color: #999999;
}
.register{
    width: 520px;
    background: #ffffff;
    text-align: center;
    margin:0 auto;
    box-sizing: border-box;
    padding:48px 0;
}
.register-tit{
    font-size: 30px;
    color: #333333;
    font-weight: 500;
}
.register-tip{
    font-size: 18px;
    color: #333333;
    margin-top:8px;
    font-weight: 500;
}
.register-form{
    width:380px;
    margin:0 auto;
    margin-top:30px;
}
.register-success{
    display: none;
    width: 520px;
    background: #ffffff;
    text-align: center;
    margin:0 auto;
    box-sizing: border-box;
    padding:48px 0;
}
.register-success-title{
    font-size: 30px;
    color: #333333;
}
.reRegister{
    font-size: 14px;
    color: #308ee6;
    margin-top:18px;
}
.register-success-tip{
    width: 256px;
    font-size: 14px;
    text-align: left;
    color: #666666;
    margin:60px auto;
    
}
.successimg{
    width:74px;
    height:74px;
    margin-top:80px;
}
.inputOut {
    padding-bottom:16px;
    position: relative;
}

.inputText {
    font-size: 0.14rem;
    color: #6F6F73;
    box-sizing: border-box;
    padding:0 20px;
    text-align: left;
}

.inputOut>.input {
    font-size: 0.12rem;
    height: 0.34rem;
    margin-top: 0.1rem;
    /* display: inline-block; */
}
.text-input {
    box-sizing: border-box;
    height: 48px;
    font-size: 0.14rem;
    padding: 0 25px;
    display: block;
    width: 380px;
    border: 1px solid #e8ebf2;
    border-radius: 25px;
    overflow: hidden;
}
.text-input:focus{
    outline: none;
 }
.submitBtn {
    width: 380px;
    height: 48px;
    line-height: 48px;
    background: #eeeeee;
    border-radius: 24px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    border: none;
}
.erroMsg {
    position: fixed;
    height: 40px;
    box-sizing: border-box;
    padding:0 20px;
    line-height: 40px;
    top: 100px;
    left: 50%;
    text-align: center;
    color: red;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-size: 14px;
    display: block;
    z-index: 999;
    
}

.tips {
    text-align: center;
    font-size: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -1rem;
    display: none;
}

.tips img {
    width: 0.32rem;
    height: 0.36rem;
    vertical-align: middle;
}

.tips span {
    line-height: 0.36rem;
}

.cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 999;
}

.main-box {
    position: relative;
    width: 100%;
    max-width: 3rem;
    height: auto;
    background: rgba(255, 255, 255, 1);
    /* border-radius: 9px; */
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    font-size: 0.14rem;
    color: rgb(96, 96, 97);
    text-align: center;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
}

.main-box p:first-child {
    margin-bottom: 0.3rem;
}

.main-box p.role {
    width: 100%;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    background-color: #f2f2f2;
    cursor: pointer;
}
.reservationDemo{
    /* margin-bottom:30px; */
}
.reservationDemoimg{
    width:388px;
    height:502px;
}
.reservationDemo-market-container{
    
    width:390px;
}
.reservationDemo-market-container .market-con-left{
    width:660px;
    /* margin-right:105px; */
}
.reservationDemo-market-container .market-con-left .market-con-left-title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
}
.reservationDemo-market-container .market-con-left .market-con-left-txt {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-top:10px;
}
.reservationDemo-market-container .marketkefuimg{
    width:355px;
    height:355px;
}
.reservationDemo-market-container .market-con-left ul {
    flex-wrap: wrap;
    margin-top:26px;
}
.reservationDemo-market-container .market-con-left ul li{
    width: 188px;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    text-align: center;
    margin-top:10px;
}
.reservationDemo-market-container .market-con-left ul li:nth-child(2n -1){
    margin-right:10px;
}
.reservationDemo-market-container .market-tel{
    font-size: 56px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 78px;
}
.reservationDemo-market-container .freeUse{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #ffa101;
    border-radius: 30px;font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-right:75px;
}
.reservationDemo-market-container .telimg{
    width:44px;
    height:44px;
}