﻿* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.layui-main {
    width: 1200px;
    margin: 0 auto;
}

.layui-fluid {
    padding-bottom: 70px;
}

.page-title {
    text-align: center;
    font-size: 30px;
    padding: 25px 0;
    font-weight: 600;
}

.describe {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.process {
    position: relative;
    margin-bottom: 60px;
}

.process>ul>li {
    display: inline-block;
    position: relative;
    width: 24.555%;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.process>ul>li:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 28px;
    right: -110px;
    width: 220px;
    height: 1px;
    background-color: #f0f0f0;
}

.process>ul>li:last-child:after {
    width: 0 !important;
}

.process>ul>li em {
    font-style: normal;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    color: #999;
    border: solid 2px #f0f0f0;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    margin-top: 30px;
}

.layui-row {
    display: flex;
    align-items: center;
}

.layui-col-md6 {
    width: 482px;
    height: 298px;
    margin-left: 120px;
}

.layui-col-md6 img {
    display: inline-block;
}

.get-information li {
    margin-top: 20px;
}

.get-information {
    padding-top: 50px;
}

.starIcon {
    width: 16px;
    height: 15px;
    margin-right: 6px;
}

.page_bgs {
    width: 100%;
    background:#eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapBox .wrap {
    background: #fff;
    padding: 20px 0px;
}

.wrapBox .wrapLeft{
    display: inline-block;
    width: 50%;
    padding-left: 15px;
}

.wrapBox .wrapLeft .wrap-title,.wrapBox .wrapRight .wrap-title {
    text-align: center;
}
.wrapBox .wrapLeft .wrap-title a,.wrapBox .wrapRight .wrap-title a{
    font-size: 16px;
    font-weight: 600;
}
.wrapBox .wrapRight{
    display: inline-block;
    width: 49%;
    padding-right: 15px;
}
.wrapBox .look-check {
    margin-top: 15px;
}
.wrapBox .look-check .date {
    text-align: right;
    padding-right: 20px;
}
@media screen and (max-width: 1024px) {
    .layui-main {
        width: auto;
    }
    .wrapBox .wrapLeft {
        width: 100%;
        text-align: center;
    }
    .wrapBox .wrapRight {
        width: 100%;
        text-align: center;
    }
}