* {
    padding: 0;
    margin: 0;
	font-family:"Microsoft YaHei";
}

div {
    box-sizing: border-box;
}
p{
    margin: 0;
	letter-spacing: 1px;
}
a{
    text-decoration : none
}
img{
    width: 100%;
}
input:focus{
    outline: none;
}
.mobile {
    width: 100%;
    margin: auto;
    max-width: 750px;
    padding-bottom: 50px;
}

.header {
    height: 0.9rem;
    width: 100%;
    background-color: #fff;
    padding: 0 0.55rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #b73436;
    font-weight: 900;
}

.logo {
    font-size: 0.28rem;
    border-right: 2px solid #b73436;
    padding-right: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-2 {
    font-size: 0.14rem;
    padding-left: 0.1rem;
}

.Carousel {
    width: 100%;
    height: 6.5rem;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0.8rem;
}

.Carousel>.title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
}
.Carousel>.title>p:nth-last-of-type(1){
    padding: 0.05rem 0.3rem;
    background: #000;
    color: #fff;
    border-radius: 20px;
}
.Carousel>.item {
    position: absolute;
    left: 0.7rem;
    bottom: 1.8rem;
    font-size: 0.2rem;
}
.Carousel>.item>p{
    margin-bottom: 0.3rem;
	font-weight: 900;
}
.Carousel>.item>p>span:nth-of-type(2) {
    margin-left: 0.25rem;
}
.Carousel>.item>p>span>i{
    margin-right: 0.1rem;
}
.from {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.7rem;
}

.from>.from-top {
    color: #575655;
    font-size: 0.35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    font-weight: 900;
}
.from>.from-top>p{
	 font-size: 0.45rem;
}
.from>.from-top>p:nth-of-type(1) {
    color: #b42b2d;
    font-size: 0.4rem;
	letter-spacing: 2px;
	margin-bottom: 0.1rem;
}

.from-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.from-input>.from-item {
    width: 100%;
    margin-bottom: 0.5rem;
}

.from-input>.from-item>p {
    font-size: 0.28rem;
    color: #686868;
    font-weight: 900;
}
.from-input>.from-item>p>c>i{
    font-size: 0.25rem;
    transform: scale(0.7);
    display: inline-block;
}
.from-input>.from-item:nth-last-of-type(1){
    margin-bottom: 0.3rem;
}
.from-item>.input {
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding: 0.2rem 0;
}

.from-item>.input>input,
.from-item>.input>span {
    flex: 1;
    border: none;
    font-size: 0.28rem;
}
.from-item>.input>span{
    border-left: 1px solid #d4d4d4;
    padding-left: 0.25rem;
    color: #5497f7;
    letter-spacing: 2px;
    cursor: pointer;
}
.from-input>p{
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #999999;
}
.from-input>p>input{
    width: 0.25rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}
.from>button{
    margin-top: 0.5rem;
    padding: 0.3rem 0;
    color: #fff;
    font-size: 0.28rem;
    background-color:#bd2f1b ;
    letter-spacing: 3px;
    border: none;
    border-radius: 0px;
}
.from>button:active,
.from>button:focus,
.from>button:hover{
    background-color:#bd2f1b ;
    border-color:rgba(0, 0, 0, 0) ;
    box-shadow:none;
}
.join{
    position: relative;
}
.join img{
    width: 100%;
}
.join>.top{
    position: absolute;
    z-index: 2;
    font-weight: 900;
    font-size: 0.28rem;
    text-align: center;
    width: 100%;
    top: 0.5rem;
}
.join>.top>p:nth-of-type(1){
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
}
c{
    color: #b42b2d;
}
.bottom{
    width: 100%;
    font-weight: 900;
    font-size: 0.5rem;
    text-align: center;
    margin-top: 1.2rem;
}
.bottom>p:nth-last-of-type(1){
    font-size: 0.33rem;
}
.bottom>img{
    width: 100%;
}
.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer>.phone{
    width: 80%;
    padding: 0.3rem 0;
    border: 2px solid;
    text-align: center;
    font-size: 0.33rem;
    font-weight: 900;
    margin-bottom: 0.3rem;
}
.footer>p{
    color:#686868;
    font-size: 0.18rem;
}