#mail_contain * {
    box-sizing: border-box;
}

.prime_color {
    color: #fc8310;
}

#mail_contain .common_width {
    width: 1200px;
    margin: 0 auto;
}

.swiper-container img {
    width: 100%;
}

.buy_box {
    background: #F9F9F9;
    padding: 25px 0;
}

.bg_white {
    background: #fff;
}

.mail_name {
    font-size: 22px;
    margin-top: 0;
    padding: 25px 0 0 30px;
    margin-bottom: 45px;
}

.mail_name>* {
    vertical-align: middle;
}

.mail_name img {
    margin-right: 10px;
}

.buy_box section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0px 3px 14px 2px rgba(6, 0, 1, 0.05);
}

.buy_box form {
    font-size: 14px;
}

.buy_box form>div {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buy_box form>div>label {
    font-size: 15px;
    padding: 0 30px;
}

.buy_box form>div>label>span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    position: relative;
}

.buy_box form>div>label>span>img {
    cursor: pointer;
}

.buy_box form>div>label>span>img:hover+.tips {
    display: inline-block;
}

.buy_box form .tips {
    display: none;
    position: absolute;
    font-size: 12px;
    top: -32px;
    width: max-content;
    left: 0;
    background: #fc8310;
    color: white;
    padding: 1px 2px;
    border-radius: 2px;
}

.buy_box form input[type="text"][name="number"] {
    width: 80px;
}

.buy_box form input[type="text"][name="domain"] {
    padding-left: 10px;
}

.buy_box form input[type="text"] {
    height: 36px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    outline: none;
}

.buy_box form input[name='domain'] {
    margin-right: 15px;
    width: 400px;
}

.radio-group {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.radio-group label {
    border: 1px solid #E6E6E6;
    line-height: 34px;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    margin-right: -1px;
}

.radio-group label>* {
    vertical-align: middle;
}

.radio-group input[type="radio"] {
    height: 0;
    opacity: 0;
    pointer-events: none;
    width: 0;
}

.radio-group .radio-button {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    cursor: pointer;
}

.promote {
    position: absolute;
    font-size: 12px;
    border: 1px solid #fc8310;
    line-height: 15px;
    top: -23px;
    transform: scale(0.9);
    padding: 0 1px;
    color: #fc8310;
    right: -4px;
    border-radius: 2px;
}

.tips:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    display: block;
    border-color: #fc8310 transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.promote:before {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid;
    display: block;
    border-color: #fc8310 transparent transparent;
    position: absolute;
    bottom: -6.5px;
    left: 0;
}

.configure p {
    margin: 15px 0;
}

.configure p>* {
    vertical-align: middle;
    font-size: 18px;
}

.configure {
    font-size: 14px;
    width: 35%;
    border-left: 2px solid #E6F4FF;
}

.configure .public_style_btn {
    margin: 0 auto 15px;
    background-color: #fc8310;
    display: block;
    text-align: center;
    color: white;
    cursor: pointer;
    width: 115px;
    line-height: 38px;
    border-radius: 4px;
    font-size: 14px;
}

.configure p img {
    margin: 0 10px 0 15px;
}

.configure ul li {
    margin-bottom: 12px;
}

.configure ul li b {
    font-size: 24px;
    font-weight: normal;
    height: 31px;
    display: inline-block;
}

.configure ul li span {
    margin-left: 70px;
}

.function_nav {
    background: #E6F4FF;
}

.function_nav ul {
    display: flex;
}

.function_nav ul li {
    padding: 10px 25px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
}

.fun-act {
    color: #FC8301 !important;
    background-color: #fff;
    border-bottom: 1px solid #fc8310 !important;
}

.ad-title {
    font-size: 25px;
    text-align: center;
    margin: 25px 0;
}

.ad-des {
    text-align: center;
    font-size: 14px;
}

.ad-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ad-list-box>div {
    text-align: center;
    width: 335px;
    padding: 40px 25px 30px;
    box-shadow: 0px 3px 14px 2px rgb(6 0 1 / 5%);
    margin: 30px 0 0;
}

.ad-list-box>div p {
    font-size: 20px;
    margin: 20px 0;
}

.ad-list-box>div div {
    font-size: 14px;
    line-height: 25px;
}

.ad-list-box .icon-box {
    line-height: 77px;
}

.ad-list-box .icon-box img {
    vertical-align: middle;
}

.ad-box {
    padding: 15px 0 40px;
    color: #666666;
    font-size: 14px;
}

.func-title {
    margin: 14px 0;
}

.func-title span {
    font-size: 20px;
}

.func-title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 30px;
    background-color: #fc8310;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.func-list-box {
    display: flex;
}

.func-list-box>div {
    display: flex;
    flex: 1;
    border: 1px solid #F5F5F5;
    margin-left: -1px;
    align-items: center;
}

.func-list-box>div:hover {
    box-shadow: 0px 3px 14px 2px rgba(6, 0, 1, 0.05);
}

.func-list-box>div>div {
    padding: 0 15px;
    text-align: center;
}

.func-list-box>div>ul {
    flex: 1
}

.func-list-box>div>div>p {
    font-size: 20px;
    margin: 20px 0;
}

.func-list-box ul {
    padding: 30px 10px 30px 20px;
    align-self: flex-start;
}

.func-list-box ul li {
    font-size: 20px;
    line-height: 17px;
    margin-bottom: 10px;
    list-style: disc;
}

.func-list-box ul li span {
    font-size: 14px;
    font-weight: lighter;
}

.func-list-box ul li p {
    font-size: 16px;
    margin: 0 0 7px;
}

.ad-box section:last-child {
    display: none;
}

.number-box {
    display: flex;
}

.number-box>div {
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background: #F5F5F5;
    color: #cccccc;
    width: 37px;
    line-height: 34px;
    font-size: 30px;
    font-weight: lighter;
}

.number-box>* {
    margin-left: -1px;
    text-align: center;
}

.period-act {
    background-color: #F60 !important;
    color: white;
}

.figure-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.figure-info ul {
    display: inline-block;
}

#send {
    width: 70px;
    display: inline-block;
    color: #fc8310;
    position: absolute;
    right: 85px;
}

.figure-info>ul>li {
    display: flex;
}

.pc_show {
    display: block;
}

.phone_show {
    display: none
}

@media (max-width: 1200px) {
    .center_child3 {
        width: 100%;
        height: 118px;
        background: #FFFFFF;
        margin-bottom: 4px;
        display: flex;
        position: relative;
    }

    .center_child3>div:first-child {
        /* border:1px red solid; */
        height: 100%;
        width: 30%;
        line-height: 15px;
        text-align: center;
    }

    .center_child3>div:first-child>img {
        margin-top: 34px;
        width: 46px;
        height: 46px;
    }

    .center_child3>div:nth-child(2) {
        height: 100%;
        width: 70%;
        /* border: 1px red solid; */
        position: relative;
    }

    .center_child3>div:nth-child(2)>div:first-child {
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        margin-top: 15px;
        color: #000000;
    }

    .center_child3>div:nth-child(2)>div:last-child {
        display: flex;
        position: relative;
        /* border: 1px red solid; */
        height: auto;
        margin-top: 10px;
        /* justify-content: space-around;
                align-items: center; */
    }

    .center_child3>div:nth-child(2)>div:last-child>ul>li {
        list-style: disc;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        color: #333333;
    }

    .center_child3>div:nth-child(2)>div:last-child>ul:first-child {
        margin-left: 16px;
    }

    .center_child3>div:nth-child(2)>div:last-child>ul:nth-child(2) {
        position: absolute;
        right: 25px;
    }

    .pactive {
        color: #000000 !important;
    }

    .phone_show {
        display: block !important;
    }

    .pc_show {
        display: none !important;
    }

    .phone_top {
        /* border: 1px red solid; */
        width: 100%;
        height: 44px;
        display: flex;
        position: relative;
        /* padding: 8px 0; */
    }

    .phone_top>div {
        width: 50%;
        height: auto;
        text-align: center;
        position: relative;
        line-height: 37px;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #666666;
    }

    .phone_center {
        width: 100%;
        height: auto;
        background-color: rgba(250, 250, 250);
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 5px;
        padding-bottom: 16px;
    }

    .center_center {
        /* border: 1px red solid; */
        height: auto;
        width: 100%;
        margin-top: 16px;
        position: relative;
    }

    .function_nav ul li {
        font-size: 18px;
        width: 50%;
        white-space: nowrap;
        text-align: center;
        padding: 10px 0px;
    }

    #mail_contain .common_width {
        width: 100%;
    }

    .configure {
        width: 100%;
    }

    .ad-list-box>div {
        width: 32%;
        padding: 20px 10px;
    }

    .ad-list-box>div p {
        font-size: 16px;
        margin: 10px 0;
        height: auto;
        margin-left: 18px;
    }

    .buy_box form input[name='domain'] {
        width: 220px;
    }

    .func-list-box>div {
        display: block;
    }

    .ad-box {
        padding: 0 0px;
        margin-bottom: 12px;
    }

    .func-title span {
        font-size: 16px;
    }

    .func-list-box {
        flex-direction: column;
    }

    .func-list-box>div>div>p {
        margin-bottom: 0;
    }

    .func-list-box>div>div {
        padding: 15px 0 0 0;
    }

    .func-list-box ul {
        padding: 15px 10px 15px 20px;
        margin-left: 10px;
    }

    .no-domain {
        padding-left: 14px;
    }

    .swiper-slide img {
        height: 120px;
    }

    .cloudMeau li a {
        height: 46px !important;
    }

    .w-1200 {
        height: 46px !important;
        width: auto !important;
        min-width: auto !important;
    }

    .mail_name {
        display: none;
    }

    .bg_white>div:first-child {
        padding-top: 25px;
    }

    .buy_box form>div>label {
        padding: 0;
        padding-left: 14px;
        padding-right: 16px;
    }

    .number-box {
        position: absolute;
        right: 21px;
    }

    .buy_box form input[type="text"][name="number"] {
        width: 38px;
    }

    .radio-group>label img {
        display: none;
    }

    .radio-group {
        padding-left: 14px;
    }

    .radio-group label {
        margin-top: 10px;
        padding: 5px 7px;
        width: 82px;
        height: 28px;
        background: #F2F2F2;
        border-radius: 4px;
        line-height: 18px;
        text-align: center;
        margin-right: 5px;
    }

    .promote {
        right: 7px;
    }

    .figure-info>ul {
        width: 100%;
        position: relative;
        padding-left: 14px;
    }

    .figure-info>ul>li {
        display: flex;
    }

    .right_3 {
        width: auto;
        white-space: nowrap;
        height: auto;
        position: absolute;
        right: 21px;
    }

    #send {
        width: auto;
        display: inline-block;
        color: #fc8310;
        position: absolute;
        right: unset;
    }

    .configure .public_style_btn {
        width: 92%;
    }

    .ad-title {
        display: none;
    }

    .ad-des {
        text-align: left;
        font-size: 14px;
        margin-top: 15px;
    }

    .ad-list-box>div {
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: auto;
        padding-bottom: 24px;
        padding-left: 15px;
    }

    .ad-list-box .icon-box img {
        vertical-align: middle;
        width: 46px;
        height: 46px;
    }

    .ad-list-box>div>div:last-child {
        font-size: 13px;
        line-height: 25px;
        position: absolute;
        top: 37px;
        left: 81px;
        text-align: left;
        white-space: nowrap;
    }

    .ad-list-box .icon-box {
        line-height: 77px;
        margin-top: 27px;
    }
    .ad_box1{
        padding-left: 10px;
    }
    #footer{
        margin: 0;
    }

}

@media (max-width: 500px) {
    .ad-list-box>div {
        width: 48%;
    }

    .ad-list-box>div {
        margin: 4px 0 0;
    }


}

@media (max-width: 400px) {
    .ad-list-box>div {
        width: 100%;
    }
}