.inquiry-banner {
    position  : relative;
    width     : 100%;
    /* height : 45rem; */
    background: url(../img/search/banner.jpg) no-repeat center center;
}

.banner_box {
    text-align : center;
    font-family: PingFang SC;
    color      : #2F3C53;
}

.banner_box>h1 {
    padding-top: 100px;
    font-size  : 45px;
    font-weight: 400;
}
.banner_box h3 {
    margin-top : 30px;
    font-size  : 28px;
    font-weight: 300;
    opacity    : 0.8;
}
.banner_box p {
    margin-top : 32px;
    font-size  : 26px;
    font-family: PingFangSC-Light;
    color      : #565656;
}
.banner_box p>span{
    color:#9B2A2B;
    font-family: PingFangSC-Semibold;
}
.banner_box h5 {
    margin-top : 50px;
    padding-bottom:35px;
    font-weight: 300;
    color      : #666666;
    font-size  : 20px;
}
.inputBox{
    margin-top:50px;
    display: flex;
    justify-content: center;

}
.inputBox>input{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left:30px;
    width: 685px;
    height: 62px;
    font-size:16px;
    color:#666666;
    border: 1px solid #1A3C79;
}
.inputBox>button{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color:aliceblue;
    width: 160px;
    height: 62px;
    background: #1A3C79;
    border: 1px solid #1A3C79;
}

.trademark-advanced{
    height: 316px;
}
.trademark-advanced ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.trademark-advanced ul li{
    width: 33.3%;
    float: left;
}
.trademark-advanced ul li i{
    display: block;
    width: 208px;
    height: 245px;
    margin: 0 auto;
    background: url("../img/search/inquiry-icon1_04.jpg");
}
.trademark-advanced ul li i.ad-icon1{
    background: url("../img/search/inquiry-icon1_04.jpg");
}
.trademark-advanced ul li i.ad-icon2{
    background: url("../img/search/inquiry-icon2_06.jpg");
}
.trademark-advanced ul li i.ad-icon3{
    background: url("../img/search/inquiry-icon_08.jpg");
}
.trademark-advanced ul li p{
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 20px;
}
.go-register{
    width: 100%;
    height: 602px;
    background: #f2fbff;
}
.go-register-main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.go-register-main h4{
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-top: 60px;
}
.brand-describe-content {
    margin-top: 50px;
}
.brand-describe-content li {
    margin-left: 87px;
    float: left;
    position: relative;
    width: 342px;
    /* height: 400px; */
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.brand-describe-content li:first-child {
    margin-left: 0;
}
.brand-describe-content li b {
    position: absolute;
    top: -3px;
    right: 3px;
    display: block;
    width: 56px;
    height: 107px;
    background: url(../img/search/flash-sales911.png) no-repeat center center;
}
.brand-describe-content li p.general-brand {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
}
.brand-describe-first p.general-brand {
    background: #8F82BC;
}
.brand-describe-second p.general-brand {
    background: #7EA9E3;
}
.brand-describe-three p.general-brand {
    background: #26AA93;
}
.describe-price {
    margin-top:20px;
    height: 180px;
    width: 100%;
}
.describe-price h4 {
    font-size: 36px;
    color: #8F82BC;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
}
.describe-price p{
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 14px;
    margin-top: 10px;
}
.brand-describe-second .describe-price h4{
    color: #7EA9E3;
}
.brand-describe-three .describe-price h4{
    color: #26AA93;
}
.brand-describe-content i {
    float: left;
    margin: 40px 30px 25px;
    display: block;
    width: 283px;
    height: 10px;
    background: url(img/describe-middle.jpg) no-repeat center center;
}

.describe-copy {
    width: 100%;
    float: left;
    margin-top: 35px;
}
.describe-copy p{
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.describe-copy span {
    display: inline-block;
    font-size: 18px;
    color: #8f72bc;
}
.describe-btn {
    margin-top: 25px;
    width: 100%;
}
.describe-btn a{
    background: #8F82BC;
    width: 130px;
    height: 38px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.describe-btn a:hover{
    background: #7a6fa0;
    cursor: pointer;
}
.brand-describe-second .describe-btn a{
    background: #7EA9E3;
}
.brand-describe-second .describe-btn a:hover{
    background: #6f95c8;
}
.brand-describe-three .describe-btn a{
    background: #26AA93;
}
.brand-describe-three .describe-btn a:hover{
    background: #21927e;
}

.brand-describe-second .describe-copy span{
    color: #7EA9E3;
}
.brand-describe-three .describe-copy span{
    color: #26AA93;
 }

.trademark-question-content{
    width: 1200px;
    padding: 50px 0 50px 0;
    margin: 0 auto;
}

.trademark-question-content h3{
    font-size: 32px;
    line-height: 32px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
.trademark-question-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.trademark-question-left{
    width: 576px;
}

.trademark-question-title{
    font-size: 16px;
    color: #333;
    margin: 0;
}

.trademark-question-title b{

    font-weight: normal;
}
.trademark-question-title b:hover{
    color:#1A3C79;
}
.trademark-question-title a{
    color: #008bff;
}
.trademark-question-title a:hover{
    text-decoration: underline;
    color:#1A3C79;
}

.trademark-question-text{
    margin:23px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    height: 72px;
}

.trademark-question-right{
    width: 576px;
}
.trademark-question-item{
    box-sizing: border-box;
    margin-bottom:30px;
    padding:28px;
    height: 173px;
    background: rgba(246, 246, 246, .5);
}
.question_q{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #1A3C79;
    border-radius: 3px;
    color:#fff;
    text-align: center;
}
.question_a{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #9CA4B2;
    border-radius: 3px;
    color:#fff;
    text-align: center;
}
