/* 最外部样式 */
.outer {
    width: 100%;
    padding-bottom: 60rem;
}

/*头部样式*/
.top {
    height: 40rem;
    background-color: #0498E2;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.list{margin-top: 50px;}

.top .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40rem;
    width: 90rem;
    font-size: 14rem;
    color: white;
}

.top .item:first-child {
    justify-content: flex-start;
}

.top .item i {
    margin: 0 10rem;
}

/* 轮播图 */
.swiper {
    width: calc(100% - 10rem);
    margin: 5rem 0;
    height: 121rem;
    height: 121rem;
    margin-top: 40px !important;
}

.swiper img {
    border-radius: 5rem;
}

/*活动信息*/
.tips {
    background: #f7f7f7;
    min-height: 30rem;
    line-height: 30rem;
    width: calc(100% - 5rem);
    padding: 0 0 0 5rem;
    font-size: 12rem;
    color: #666666;
}

.tips i {
    margin: 0 10rem;
}

/*tab*/
.tab {
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}

.tab .item {
    width: calc(50% - 1rem);
    display: inline-block;
    vertical-align: middle;
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    font-size: 15rem;
    border-right: 1rem solid #e6e6e6;
    border-bottom: 1rem solid #e6e6e6;
    color: #454545;
    position: relative;
}

/* 告知信息 */
.msg {
    width: 95%;
    padding: 5rem 2.5%;
    border-top: 1rem solid #e6e6e6;
    border-bottom: 1rem solid #e6e6e6;
}

.msg .msg-title {
    font-size: 15rem;
    padding-left: 5rem;
    height: 25rem;
    line-height: 25rem;
    border-left: 4rem solid #0498E2;
    color: #666;
}

.msg .msg-content {
    font-size: 12rem;
    color: #666;
    margin-top: 5rem;
    line-height: 6.25vw;
    height: 6.25vw;
    max-width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg .msg-content input {
    margin: 0 5rem;
}

.msg .msg-content a {
    cursor: pointer;
    vertical-align: top;
    color: #0498E2;
}

/*用户联系信息*/
.userinfo {
    margin-top: 10rem;
    padding: 0 2.5%;
}

.userinfo .title {
    font-size: 15rem;
    padding-left: 5rem;
    height: 25rem;
    line-height: 25rem;
    border-left: 4rem solid #0498E2;
    color: #666;
}

.userinfo .userinfo-name span,
.userinfo .userinfo-phone span,
.userinfo .userinfo-tip span {
    color: #0498E2;
    font-size: 12rem;
    text-align: right;
}

.userinfo .userinfo-name input,
.userinfo .userinfo-phone input,
.userinfo .userinfo-tip input {
    width: 276rem;
    outline: none;
    border: none;
    /* border-bottom: 1px solid #454545; */
    height: 30rem;
    padding-left: 10rem;
    font-size: 14rem;
    padding-left: 40px;
}


.userinfo .userinfo-name,
.userinfo .userinfo-phone {
    border-bottom: 1rem solid #e6e6e6;
    height: 50rem;
    display: flex;
    align-items: center;
}

.userinfo .userinfo-tip {
    height: 50rem;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid #e6e6e6;
}

/* 我要租 */
.choose {
    margin-top: 10rem;
    width: 95%;
    padding: 0 2.5%;
}

.choose .choose-title {
    font-size: 15rem;
    padding-left: 5rem;
    height: 25rem;
    line-height: 25rem;
    border-left: 4rem solid #0498E2;
    color: #666;
}

.choose .choose-content {
    max-height: 200rem;
    margin: 10rem 0;
    padding-top: 10rem;
    border: 1rem solid #e6e6e6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    box-sizing: border-box;
    overflow: auto;
}

.choose .choose-content .item {
    border: 1rem solid #0498E2;
    color: #0498E2;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0 5rem 10rem;
    padding: 0rem 10rem;
    text-align: center;
    height: 25rem;
    font-size: 12rem;
    line-height: 25rem;
    border-radius: 3rem;
    position: relative;
    min-width: 54rem;
}

.choose .choose-content .item span {
    height: 30rem;
    line-height: 30rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choose .choose-content .item img {
    position: absolute;
    width: 20rem;
    height: 20rem;
    right: -2rem;
    bottom: -2rem;
    display: none;
}

.choose .choose-content .item .moreimg{
    visibility: hidden;
}

/* .choose .choose-content .item:hover img {
    display: block;
} */

/* 选择支付方式 */
.choose-pay {
    padding: 0 5%;
    margin: 0 auto;
    width: 90%;
}

.choose-pay .typepay {
    font-size: 15rem;
    padding-left: 5rem;
    height: 25rem;
    line-height: 25rem;
    border-left: 4rem solid #0498E2;
    color: #666;
}

.choose-pay .order-item {
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}

.choose-pay .order-item div img {
    vertical-align: middle;
    width: 25rem;
    height: 25rem;
}

.choose-pay .order-item>div:first-child {
    width: 30rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 13rem;
    color: 13rem;
    height: 50rem;
    line-height: 50rem;
    text-align: center;
}
.choose-pay .order-item>div:first-child img{display: inline-block;}

.choose-pay .order-item>div:nth-child(2) {
    width: calc(100% - 70rem);
    display: inline-block;
    vertical-align: middle;
    font-size: 13rem;
    color: #767676;
    height: 50rem;
    line-height: 50rem;
}



.choose-pay .order-item i {
    font-size: 20rem;

}
.active{
    border-bottom: #0498E2 2px solid !important;
}
/* 底部支付菜单 */
.btn-recharge {
    height: 60rem;
    width: 100%;
    line-height: 60rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-sizing: content-box;
    display: flex;
}


.btn-recharge>div {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    border-top: 2rem solid #0498E2;
}

.btn-recharge>div:first-child {
    width: calc(100% - 240rem);
    padding: 0 5rem;
}

.btn-recharge .title {
    font-size: 15rem;
    color: #0498E2;
}

.btn-recharge .totalprice {
    font-size: 20rem;
    font-weight: bold;
    color: #0498E2;
}

.btn-recharge .totalprice::before {
    content: "¥";
    color: #0498E2;
    font-size: 14rem;
    margin: 0 3rem;
}

.btn-recharge>div:nth-child(2) {
    text-align: left;
    color: #868686;
    font-size: 15rem;
    width: 80rem;
    letter-spacing: 1rem;
}

.btn-recharge>div:last-child {
    width: 150rem;
    background: #0498E2;
    color: #fff;
    font-size: 18rem;
    text-align: center;
    letter-spacing: 3rem;
}

/* jq样式 */
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.watchContent{
    position: fixed;
    bottom: 60rem;
    left: 0;
    width: 100%;
    border-radius: 10rem 10rem 0 0;
    display: none;
    height: calc(100vh - 40rem);
    flex-direction: column;
    z-index: 999;
}
.watch-box{
    width: 100%;
    margin: 0 auto;
    height: 40vh;
    background-color: #fff;
}
.watch-bg{
    width: 100%;
    height: calc(100vh - 40rem - 40vh);
    background-color: rgba(0, 0, 0,0.7);
}
.watch-title{
    line-height: 40rem;
    text-align: center;
    font-size: 18rem;
}
.watch-box ul{
    width: 90%;
    margin: 0 auto;
}
.watch-box ul li{
    line-height: 35rem;
    font-size: 12rem;
    border-bottom: 1px solid #f5f5ff;
    color: #707070;
    display: flex;
}
.watch-box ul li img{
    width: 16rem;
    margin-top: 9rem;
    margin-right: 5rem;
}
.watch-btn{
    width: 200rem;
    background-color: #0498E2;
    color: #fff;
    font-size: 16rem;
    line-height: 40rem;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 10px auto;
    border: 0;
    border-radius: 6px;
}
