body{ font-family:Helvetica, Arial, "sans-serif"; font-size: 12px; background-color: #b136a1;}

html{}		
.wrap-text{width:380px; margin: 0 auto;}
		
.banner .avatar {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 30px;
    left: .72rem;
    overflow: hidden;
    position: absolute;
    top: .288rem;
    width: 30px;
}
.banner .name {
    color: #fff;
    font-size: 17px;
    left: 3.2rem;
    position: absolute;
    top: .704rem;
}
	.banner {
		height:48px;
    position: relative;
}
	
.main-top-message {
    position: relative;
    background: #A648FF;
    border: 1px solid #fff;
    padding: 4px 10px 4px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 9px;
}
.main-top-message:after, .main-top-message:before {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.main-top-message:after {
    border-color: rgba(166, 72, 255, 0);
    border-bottom-color: #A648FF;
    border-width: 6px;
    margin-left: -6px;
}
.main-top-message:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
	
.main-top-message p {
    margin: 4px 0px;
}	
	
.slide-box ul, .slide-box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
	
}
.slide-box ul li {
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    background: linear-gradient(to right, rgb(62, 3, 123), transparent);
    margin: 4px 0px;
    padding: 0px 0px;
    line-height: 18px;
    width: 202px;
}
.slide-box {
    width: 100%;
    height: 65px;
    line-height: 26px;
    overflow: Hidden;
    color: #fff;
    padding: 0;
    margin:9px auto;
    background-image: url(../images/bg_bike.png);
    background-repeat: no-repeat;
    background-size: 242px;
    background-position: right;
}

.slide-box ul li img {
    background-color: #ccc;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 12px;
    margin: 2px -3px -3px 1px;
}
.slide-box ul li .name{
max-width: 1.8rem;
    overflow: hidden;
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.slide-box ul li strong{
    color: #ffed66;
    padding-left: 4px;
}
.cn_w_box {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 -4px 7px -4px;
    padding: 23px;
}
h1.prs-num {
    text-align: center;
    margin: 0px;
    font-size: 46px;
    color: #2c3e50;
}
h1.prs-num span {
    font-size: 32px;
}

.btn {
    margin: 12px 0px 11px 0px;
}


.btn a {
   
    display: block;
    border-radius: 55px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    background-color: #b136a1;
}


.steps {

    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.steps h2 {
    text-align: center;
}

.steps td img {
    width: 50%;
}
.steps td {
    text-align: center;
    color: #888;
}

.steps h2 img {
    width: 24px;
}

.steps span {
    padding: 0px 10px;
}

.dot-split.circle:before {
    left: -30px;
}

.dot-split.circle:after {
    right: -30px;
}

.dot-split.circle:after, .dot-split.circle:before {
    
    border-radius: 100%;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}

.dot-split {
    border-bottom: 1px dotted #ccc;
    display: block;
    height: 20px;
    margin: 0 -3px;
    position: relative;
}



