/*======== 浏览器样式重置 ========*/

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
p,
span,
ul,
li,
a,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Light, 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

html,
body {
    height: 100%;
    /* background-color: #f0f0fb; */
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    color: red;
    font-style: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.clearfix {
    *zoom: 1;
    &:after {
        content: '';
        display: table;
        clear: both;
    }
}

.full_img {
    display: block;
    width: 100%;
}


/*======== 浏览器样式重置 ========*/

.wrap {
    color: #333;
    width: 60%;
    background-color: #fff;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
}

.wrap .head {
    width: 100%;
    height: 270px;
}

.wrap .head img {
    width: 100%;
    height: 100%;
}

.wrap .content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 50px;
}

.wrap .content .con_single {
    width: 48%;
}

.wrap .content .con_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}

.wrap .content .con_title .title_icon {
    width: 30px;
    height: 22px;
}

.wrap .content .con_title .title_test {
    margin: 0 10px;
    font-weight: 600;
}

.wrap .content .con_con {
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.wrap .content .con_con .single {
    width: 48%;
}

.wrap .content .con_con .single .con_icon {
    width: 100%;
    height: 120px;
}

.wrap .content .con_con .single .con_text {
    text-align: left;
}

.wrap .bottom {
    width: 100%;
    height: 60px;
}

.wrap .bottom img {
    width: 100%;
    height: 100%;
}