body,
html {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

.img {
    display: block;
    width: 100%;
}

#launch-btn {
    width: 50%;
    height: 50px;
    position: fixed;
    z-index: 222;
    bottom: 0px;
    right: 0px;
    color: #333;
    border-radius: 25px;
    opacity: 0;
}

.swiper {
    width: 8.08rem;
    height: 5.1733rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(35, 46, 102, 0.24);
    border-radius: 0.1867rem;
    margin: 0 auto;
    overflow: hidden;
}

.product_img {
    /**width: 8.08rem;
    height: 5.1733rem;*/
}

.my-swipe .van-swipe-item {
    color: #fff;
    height: 5.1733rem;
    /* background-color: skyblue; */
    text-align: center;
    line-height: 5.1733rem;
}

.custom-indicator {
    position: absolute;
    left: 50%;
    bottom: 4px;
    border-radius: 2px;
    transform: translateX(-50%);
    width: 30px;
    height: 6px;
    background-color: #fff;
    /* background: rgba(0, 0, 0, 0.1); */
}

.van-swipe__indicator {
    height: 2px !important;
    width: 14px !important;
}

.van-swipe__indicator--active {
    width: 14px !important;
    height: 2px !important;
    background: #1F2C63 !important;
    border-radius: 1px !important;
}

.logo {
    width: 5.4533rem;
    height: 1.0267rem;
    margin: 0 auto;
    margin-top: 0.6667rem;
    margin-bottom: 0.4rem;
    display: block;
}

.title {
    width: 8.2133rem;
    height: 0.92rem;
    display: block;
    margin: 0 auto;
    background-image: url('/trace/img/title-bg.png');
    background-size: cover;
    font-size: 0.4rem;
    line-height: 0.92rem;
    color: #161616;
    font-weight: 400;
    text-align: left;
    padding-left: 3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title1 {
    background-image: url('/trace/img/title1.png');
}

.tab {
    width: 10rem;
    height: 1.4933rem;
    background-image: url('/trace/img/tab.png');
    background-size: cover;
    display: flex;
    margin: 0 auto;
    margin-top: 18px;
}

.fix_btn {
    width: 10rem;
    height: 1.24rem;
    background-image: url('/trace/img/bottom.png');
    background-size: cover;
    position: fixed;
    bottom: -2px;
    left: 0;
}

.relative {
    flex: 1;
    height: 1.4933rem;
    position: relative;
}

.border {
    width: 2.28rem;
    height: 0.08rem;
    background: #1F2C63;
    border: 1px solid #535658;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.content_view {
    width: 8.0933rem;
    /* height: 7.9333rem; */
    border: 0.0133rem solid #1F2C63;
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(35, 46, 102, 0.24);
    border-radius: 0.1867rem;
    margin: 0 auto;
    margin-top: 22px;
    padding: 0.4rem 0.6rem;
}

.text-title1 {
    width: 3.0267rem;
    margin: 0 auto;
    display: block;
}

.text-title2 {
    width: 1.8rem;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.info {
    width: 100%;
    margin-top: 18px;
}

.info_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.2rem;
    color: #333333;
    border-bottom: 0.5px dashed #565A5B;
    font-weight: 300;
    padding: 4px 0;
}

.key {
    font-weight: 500;
}

.notice {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333;
}

.tips_text {
    color: #E60012 !important;
    font-weight: 500;
}

.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 66;
}

.content{
    width: 6.2533rem;
    height: 8.9867rem;
    background-image: url('/trace/img/contact.png');
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title-view{
    display: flex;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.title-view>img{
    width: 5.28rem;
    height: 0.4133rem;
}

.close{
    width: 0.9067rem;
    height: 0.9067rem;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}


.code{
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.tips{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}

.tel{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 60px;
}

.time{
    font-size: 14px;
    text-align: center;
}