/******************section1*************************/

.content_right_wrap section {
    margin-bottom: 30px;
}

.content_right_wrap>section>h3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.goods_ys_list {
    padding: 0 15px;
}

.goods_ys_list li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 20px;
}

.goods_ys_list li:nth-child(2n) {
    margin-right: 0;
}

.goods_ys_list li>div:first-child {
    width: 20%;
    padding: 15px 0;
}

.goods_ys_list li>div:first-child img {
    width: 40px;
    height: 40px;
}

.goods_ys_list li>div:last-child {
    width: 80%;
}

.goods_ys_list li>div:last-child p:first-child {
    margin-bottom: 10px;
}

.goods_gn_list li {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.goods_gn_list li h3 {
    width: 100%;
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 20px;
    color: #333;
}

.goods_gn_list li>div {
    padding: 10px 20px;
}

.goods_gn_list li>div h5 {
    margin-bottom: 8px;
}

.goods_gn_list li>div p {
    margin-bottom: 15px;
}

.app_section_top {
    width: 500px;
    margin: 0 auto;
}

.app_section_top li {
    width: 250px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
}

.app_section_top li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url("../img/border_bottom.png") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
}

.app_section_bottom {
    width: 100%;
    border: 1px solid #dcdcdc;
}

.app_section_bottom td:first-child {
    width: 51%;
    height: 100%;
    border-right: 1px solid #dcdcdc;
    padding: 15px;
    vertical-align: top;
}

.app_section_bottom td:first-child div {
    width: 100%;
    height: 100%;
}

.app_section_bottom td:first-child h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.app_section_bottom td:last-child {
    width: 49%;
    padding: 30px;
}

.app_section_bottom td:last-child img {
    width: 100%;
}