@charset "gb2312";

/* CSS Document */

body {
    padding: 0;
    -webkit-text-size-adjust: none;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    border: 0px;
    color: #333333;
}

ol, ul {
    list-style: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: 0
}

.title {
    margin-top: 23px;
    font-size: 2.2rem;
    color: #5e44d5;
    text-align: center;
}

.first {
    width: 94.6%;
    margin: 17px auto 0;
}

.first p {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #666666;
}

.xdf {
    margin-top: 5px;
}

.xdf_div {
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    position: relative;
}
.xdf1{
    position: absolute;
    color: #535353;
    bottom: 0%;
    width: 100%;
}
.xdf_div span {
    width: 100%;
    background-color: #000000a1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    line-height: 2.4rem;
    border-radius: 0 0 5px 5px;
}

.xdf_span {
    display: block;
    margin-top: 15px;
    text-align: center;
    background-color: #5e44d5;
    border-radius: 8px;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 14px 0;
}

.omq {
    margin-top: 23px;
    background-color: #f2f2f2;
}
.second{
    width: 94.6%;
    margin: auto;
    padding-top: 12px;
}
.content{
    width: 94.6%;
    margin:18px auto 0;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    border-radius: 8px 8px 0px 8px;
    background-image: linear-gradient(315deg, #5e44d5 15px, #ffffff 15px);
}
.content img{
    width: 40%;
}
.content span{
    margin: auto 10px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #666666;
}
.mw{
    margin-top: 23px;
}
.content1{
    width: 94.6%;
    margin:18px auto 0;
    display: flex;
    background-color: #f2f2f2;
    align-items: center;
    border-radius: 8px 8px 0px 8px;
    background-image: linear-gradient(315deg, #5e44d5 15px, #f2f2f2 15px);
}
.content1 img{
    width: 40%;
}
.content1 span{
    margin: auto 10px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #666666;
}