* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.banner {
    width: 70%;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.shop {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
}

.shoplist {
    width: 100%;
}

.shoplist li {
    width: 100%;
    margin-bottom: 2%;
}

.shoplist li:last-child {
    width: 100%;
    margin-bottom: 0;
}

.big_box {
    width: 96%;
    display: flex;
    padding: 1% 0 1% 0.2%;
    border: 1px solid #43A234;
    margin: auto;
}

.big_box_img {
    width: 37%;
    border: 1px solid #EEEEEE;

}

.big_box_img img {
    width: 70%;
    height: 70%;
    display: block;
    margin: 5% auto;
}

.big_box_text {
    margin-left: 2%;
}

.big_box_text h2 a {
    font-size: 26px;
    font-weight: bold;
    color: red;
}

.big_box_text p, b {
    height: auto;
    line-height: 40px;
    font-size: 14px;
    color: #535353;
}

.detailed {
    display: inline-block;
    width: 140px;
    height: 50px;
    border: 1px solid #3B942D;
    border-radius: 4px;
    background-color: #3B942D;
    color: white;
    text-align: center;
    line-height: 50px;
    margin-top: 2%;
}

.broker {
    display: inline-block;
    width: 140px;
    height: 50px;
    border: 1px solid #C10001;
    border-radius: 4px;
    background-color: #C10001;
    color: white;
    text-align: center;
    line-height: 50px;
    margin-top: 2%;
}

.code {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.code_f {
    width: 70%;
    margin: auto;
    display: flex;
}

.code_er {
    width: 36%;
    margin-top: 1%;
    box-sizing: border-box;
    border-right: 3px solid #43A234;
}

.code_er img {
    width: 60%;
    margin: 0 0 0 20%;
}

.code_text {
    width: 60%;
    margin-top: 1%;
}

.code_text ul {
    margin-left: 2%;
}

.code_er p {
    text-align: center;
    margin-top: 3px;
}

.code_text ul p {
    height: auto;
    line-height: 40px;
}


ul li .big_box:hover {
    border: none;
    border: 1px solid #C10001;
}