* {
    margin: 0;
    padding: 0;
}
.layout-1200 {
    width: 1200px;
    margin: 0 auto;
}
.agency-top {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-top-intro {
    margin-right: 70px;
    margin-left: -60px;
}
.agency-top-title {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 2px;
}
.agency-top-title p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.agency-top-slogan {
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    background: #ff6396;
    height: 26px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 2px;
}
.agency-top-title p span {
    color: #f86172;
    font-weight: bold;
}
.agency-top-flag-wrap {
    width: 420px;
    height: 311px;
    background: url(/images/goushop.png) center no-repeat;
    background-size: 100%;
}
.purchase-step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.active.step-item {
    cursor: pointer;
}
.purchase-step .step-item {
    width: 123px;
    margin-right: 96px;
    cursor: not-allowed;
}
.purchase-step-one {
    margin-top: 40px;
    padding: 65px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ff6396;
}
.purchase-step-one h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 2px;
}
.active .step-item-num {
    background: #ff6396;
    color: #fff;
}

.purchase-step-one .purchase-url {
    margin-top: 50px;
    width: 702px;
    height: 32px;
    line-height: 32px;
    padding: 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background: #ff6396;
    color: #fff;
    font-size: 18px;
    outline: 0;
}
.agency-recommend-nav {
    box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background: #fafafa;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    height: 50px;
}
ul {
    list-style: none;
}
.agency-recommend-nav li:hover, .agency-recommend-nav li.active {
    border-bottom: 4px solid #fd9927;
    color: #fd9927;
    font-weight: bold;
}
.step-item-num {
    width: 100%;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    border-radius: 100%;
    font-size: 65px;
    font-weight: bold;
    color: #989898;
}
.active .step-name {
    color: #ff6396;
}
.step-name {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 13px;
    color: #989898;
    letter-spacing: 2px;
}
.purchase-step-one .purchase-notice {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 38px;
    letter-spacing: 2px;
}
.purchase-step-one .purchase-notice span {
    font-size: 20px;
    font-weight: bold;
}
.purchase-step-one .step-submit-btn {
    margin-top: 52px;
}
/*.step-submit-btn {*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 298px;*/
/*    height: 45px;*/
/*    background: rgba(255,255,255,1);*/
/*    border-radius: 26px;*/
/*    font-size: 21px;*/
/*    !*color: #f48f34;*!*/
/*    text-align: center;*/
/*}*/
.step-submit-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 45px;
    background: rgba(255,255,255,1);
    border-radius: 26px;
    font-size: 21px;
    color: #ff6396;
    text-align: center;
}
.step-submit-btn:hover{
    color:#ff6396;
}
.agency-recommend-nav li:first-child {
    margin-left: 0;
}
.agency-recommend-nav li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-width: 124px;
    margin: 0 14px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border-bottom: 4px solid #fafafa;
    color: #000;
    cursor: pointer;
}
ul, li {
    list-style-type: none;
}
ul {
    list-style: none;
}
.layout-1200 {
    width: 1200px;
    margin: 0 auto;
}
div {
    display: block;
}
.agency-recommend {
    padding-bottom: 75px;
}
/*element.style {*/
/*    display: flex;*/
/*}*/
.agency-recommend-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 90px;
    /*margin-left:-50px;*/
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/*#agency-recommend-1, #agency-recommend-2, #agency-recommend-3, #agency-recommend-4, #agency-recommend-5, #agency-recommend-other {*/
/*    display: none;*/
/*}*/

.agency-recommend-list li {
    margin-right: 51px;
    margin-top: 37px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.agency-recommend-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
    color: #7d7d7d;
}
a {
    text-decoration: none;
    color: black;
}
a {
    background-color: transparent;
}
.agency-recommend-list li .recommend-img-wrap {
    box-sizing: border-box;
    width: 218px;
    height: 84px;
    background: #fff;
    border: 1px solid rgba(208,208,208,1);
    box-shadow: 0 1px 1px 0 rgb(17 27 9 / 20%);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-recommend-list li a span:last-child {
    margin-top: 10px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    text-align: center;
}

.agency-recommend-list li img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.agency-recommend>.agency-recommend-list{display:none;}
.agency-recommend>.agency-recommend-list.active{display:flex;}


