.main_content * {
    box-sizing: border-box;
    color: #323232;
}

body {
    font-size: 14px;
}

.content_width {
    width: 1250px;
    padding: 80px 0 40px;
    margin: 0 auto;
    margin-top: -60px;
}

.dropdown {
    font-size: 18px;
}

.search_content {
    flex: 1;
    border: 2px solid #FC8301;
    display: flex;
}

.search_btn {
    background-color: #fc8310;
    text-align: center;
    font-size: 20px;
    width: 170px;
    margin-left: 20px;
    color: white;
    cursor: pointer;
}

.recommendation {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommendation * {
    color: #676767;
}

.recommendation div {
    display: flex;
    flex-wrap: wrap;
}

.recommendation div>span {
    padding: 0 8px;
    line-height: 18px;
}

.search_box {
    display: flex;
    justify-content: space-between;
    line-height: 48px;
}

.dropdown {
    width: 160px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.query_box {
    flex: 1;
}

#query {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #FC8301;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 18px;
}

.dropdown span {
    margin-left: 15px;
}

.primary_color {
    color: #fc8310;
}

.search {
    padding: 25px 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.link_type {
    margin-right: 20px;
}

.more {
    display: flex;
    margin-left: 15px;
}

.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    border: 2px solid #fc8130;
    left: -2px;
    right: -2px;
    background-color: white;
    z-index: 2;
}

.dropdown ul li {
    padding-left: 30px;
}

.drop_content li:hover {
    color: white;
    background-color: #fc8310;
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

.title span {
    font-size: 30px;
    position: relative;
    font-weight: bold;
    line-height: 44px;
}

.title span:before {
    content: "";
    border: 1px solid #DDDDDD;
    width: 80px;
    position: absolute;
    left: -90px;
    top: 49%;
}

.title span:after {
    content: "";
    border: 1px solid #DDDDDD;
    width: 80px;
    position: absolute;
    right: -90px;
    top: 49%;
}

.title p,
.title a {
    color: #ABABAB;
    margin: 5px 0 0;
    font-size: 12px;
}

.grey_bg {
    background-color: #F8F8F8;
}

.register_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.register_type>div:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.register_type>div {
    background-color: #fff;
    width: 285px;
    padding: 38px 30px;
    text-align: center;
}

.register_type h1 {
    margin-top: 10px;
}

.register_type .des {
    color: #676767;
    line-height: 20px;
    border-bottom: 1px solid #D8D8D8;
    padding:0 10px 10px 10px;
    font-size:13px;
    height:51px;
}

.register_type ul {
    padding: 11px 0;
}

.register_type ul li {
    padding: 10px 0;
    font-size: 15px;
    text-align: left;
}

.register_type ul li span {
    color: #fc8310;
    margin-right: 5px;
}

.price {
    font-size: 26px;
    font-weight: bold;
    padding: 0 3px 0 5px;
    color: #fc8130;
}

.register_type a {
    width: 125px;
    line-height: 40px;
    background: #FC8301;
    border-radius: 4px;
    display: block;
    margin: 20px auto 0 auto;
    font-size: 18px;
    color: white;
}
.register_type h2{
    margin:0 0 10px 0;
}

.step {
    text-align: center;
}

.step img {
    display: block;
}

.step ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.step ul li {
    flex: 1;
    width: 150px;
    max-width: 150px;
}

.step ul li img:first-child {
    margin: 0 auto;
    padding-right: 10px;
}

.step ul li img:nth-child(2) {
    margin: 15px 0;
}

.step ul li p {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 28px;
}

.step ul li span {
    color: #676767;
    line-height: 20px;
}

.adv_des {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv_des>div {
    width: 384px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.adv_des p {
    font-size: 20px;
    margin: 0;
}

.adv_des span {
    padding: 15px 0 0 33px;
    width: 100%;
    color: #676767;
    height: 60px;
}

.adv_des img {
    margin-right: 5px;
}

.extension {
    display: flex;
}

.ex_img {
    width: 300px;
    height: 100%;
}

area {
    outline: none;
}

.ex_type {
    display: flex;
    flex-wrap: wrap;
}

.ex_type p {
    font-size: 23px;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.ex_des {
    color: #676767;
    line-height: 25px;
    height: 100px;
    text-align: justify;
}

.ex_type p img {
    margin-right: 5px;
}

.ex_type>div {
    background-color: #fff;
    width: 300px;
    height: 50%;
    border: 1px solid #ddd;
    padding: 36px 20px;
}

.ex_type>div:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    transform: translate3d(0, 0, 0);
}

.ex_type>div:hover .ex_buy_box span {
    margin-right: 5px;
}

.ex_buy_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ex_buy_box a {
    width: 100px;
    height: 40px;
    background: #FC8301;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.ex_buy_box span {
    font-size: 20px;
    color: #fc8130;
    margin: 0 5px;
}

.ex_buy_box>div {
    color: #676767;
}

.qa_box {
    width: 1000px;
    margin: 0 auto;
}

.normal_qa ul {
    margin: 0 0 20px;
}

.normal_qa ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.normal_qa ul li {
    font-size: 18px;
    width: 25%;
    margin-bottom: 15px;
}

.normal_qa ul li span {
    margin-right: 5px;
}

.normal_qa ul li a {
    color: #676767;
}

@media (min-width: 768px) {
    .ex_type>div:nth-child(4n) {
        border-right: none;
    }

    .ex_type>div:nth-child(n+5) {
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 768px) {
    .content_width {
        width: 100%;
    }

    .qa_box {
        width: 95%;
    }

    .adv_des>div {
        width: 50%;

    }

    .register_type>div {
        margin: 0 auto;
    }

    .register_type>div:nth-child(2) {
        margin: 15px auto;
    }

    .ex_img {
        display: none;
    }

    .ex_type>div {
        width: 50%;
        height: auto;
        border: 1px solid #ddd;
        margin: -1px -1px 0 0;
    }

    .step {
        width: 95%;
        margin: 0 auto;
    }

    .adv_des {
        width: 95%;
        margin: 0 auto;
    }

    .normal_qa ul {
        display: inline-flex;
        margin: 0 auto;
    }

    .normal_qa ul li {
        font-size: 14px;
        width: 50%;
    }

    .title span {
        font-size: 24px;
    }

    .title {
        margin-bottom: 30px;
    }

    .adv_des p {
        font-size: 16px;
    }

    .ex_type p {
        font-size: 16px;
    }

    .ex_buy_box span {
        font-size: 24px;
    }

    .step ul li p {
        font-size: 16px;
    }

    .register_type h1 {
        font-size: 24px;
    }

    .search_box {
        line-height: 35px;
    }

    .dropdown {
        font-size: 16px;
        width: auto;
    }

    .dropdown img {
        height: 16px;
    }

    .dropdown span {
        margin-left: 0;
    }

    .search_btn {
        font-size: 16px;
        width: 100px;
    }

    .register_type>div img {
        width: 80px;
    }

    .content_width {
        padding: 20px 0 20px;
    }

    .dropdown ul li {
        padding-left: 15px;
    }
}

@media (max-width: 530px) {
    .ex_type>div {
        width: 100%;
        padding: 15px;
    }

    .ex_des {
        height: 60px;
    }
}
#nav-product {
    background: white;
    border-bottom: solid 1px #CCCCCC;
}
#nav-product li {
    border-right: none;
}
.SSLon {
    color: #ff6800;
}
.section {
    width: 100%;
    position: relative;
}
@media screen and (min-width: 992px){
    #ssl-page #top-section {
        padding: 10px 0;
        color: white;

    }
    #ssl-page .section {
        overflow: hidden;
    }
    #nav-product {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
    }
    #nav-product ul {
        display: flex;
        width: 1200px;
        margin: 0 auto;
        justify-content: space-around;
    }
    #ssl-page #nav-product li,
    #plesk-page #nav-product li {
        width: 20%;
    }
    
    #nav-product li {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    
}
@media (max-width: 375px) {
    /* .swiper-box {
        width: 100%;
        height: 100px;
    } */
    .mid_banner img {
        width: 100%;
    }
    .content_width {
        padding: 98px 0 20px;
    }

    /* 独立修改样式头部菜单冲突问题 */
    .m_menu_common li .m_menu_dropdown {
        padding: 9px !important;
        width: 41px !important;
    }
}