.title {
    font-weight: 800;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    width: 100%;
}

.adesc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 100%;
}

/* banner */
.banner {
    width: 100%;
    background: url('/static/default/images/registration/banner.png') no-repeat center;
    min-width: 1200px;
    height: 500px;
    max-width: 1920px;
    max-height: 500px;
}

.banner .service_btn {
    cursor: pointer;
    width: 184px;
    height: 48px;
    border-radius: 10px;
    margin-left: 170px;
    position: absolute;
    margin-top: 264px;
    background: linear-gradient(90deg, #FFA766 0%, #FD6F29 100%);
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

/* 提供转向服务 */
.role {
    margin-top: -90px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.role>img {
    width: 600px;
    height: 350px;
    border-radius: 20px;
    margin-right: 50px;
}

.role .role_drops {
    width: calc(100% - 780px);
}

.role .role_drops .title {
    text-align: left;
    margin-bottom: 30px;
}

.role .role_drops li {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.role .role_drops li i {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.role .role_drops li .icon {
    background: url('/static/default/images/registration/icon1.png') no-repeat center;
}

/* 在线流程 */
.process {
    margin: 50px auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.process ul {
    margin: 0 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

.process li .title {
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin: 6px 0;
}

/* 商标注册的优势 */
.advantage {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.advantage ul {
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

.advantage ul li {
    width: 31%;
    height: 275px;
    background: linear-gradient(-0deg, #FFFFFF 0%, #FFF7F1 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.advantage li img {
    width: 64px;
    height: 80px;
}

.advantage li .drop_name {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}

.advantage li .drop_adesc {
    width: 224px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* 商标注册所需资料 */
.information {
    background: #FFFFFF;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.information .information_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 50px 0;
}

.information .information_box>div {
    width: 48%;
    height: 370px;
    background: #FFFFFF;
    border-radius: 20px;
}

.information .information_box .box1 {
    border: 1px solid #CEDDF8;
}

.information .information_box .box2 {
    border: 1px solid #FFF0E4;
}

.information .information_box img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.information .information_box ul {
    margin: 20px 50px 0;
}

.information .information_box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
}

.information .information_box li span {
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}

.information .box1 li span {
    background: #769BD0;
}

.information .box2 li span {
    background: #FF9B4E;
}

.information .box1 li .right {
    color: #769BD0;
}

.information .box2 li .right {
    color: #FF9B4E;
}