
input {
    vertical-align: top;
}

.server_wrapper {
    width: 100%;
    background-color: #f4f7fa;
    padding: 46px 0 60px;
}

.server_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ivu-tabs-bar {
    margin-bottom: 24px;
    border-bottom: none;
}

.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container {
    height: auto;
}

.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
    line-height: 58px;
    padding: 0 40px;
    height: 58px;
    margin-right: 30px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}

.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
    background: linear-gradient(180deg, #67abff 0%, #007aff 100%);
    color: #fff;
}

.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
    transition: none;
}

.server_content {
    position: relative;
    width: 1200px;
}

.server_content::after,
.server_block::after,
.config_box::after,
.block_box_max::after {
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}

.server_content_left {
    float: left;
    width: 922px;
}

.server_panel {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.server_panel:last-child {
    margin-bottom: 0;
}

.server_block {
    margin-bottom: 20px;
    line-height: 34px;
}

.server_block:last-child {
    margin-bottom: 0;
}

.block_label {
    float: left;
    width: 112px;
}

.tip {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url(../images/tip-icon.png) no-repeat;
}

.tip_content p {
    font-size: 12px;
}

.block_box {
    float: left;
    width: 770px;
}

.tabs_box {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
}

.tab_item {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    padding: 0 30px;
    margin-right: 20px;
    color: #666;
    cursor: pointer;
}

.tab_item_active {
    color: #333;
}

.tab_item_active::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #007aff;
}

.type_desc {
    padding: 10px 0;
    font-size: 12px;
    color: #a3a3a3;
}

.product_lists {
    margin-bottom: 10px;
}

.product_lists ul {
    overflow: hidden;
}

.product_lists li {
    float: left;
    min-width: 118px;
    line-height: 34px;
    margin-right: 10px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    color: #666666;
    transition: all ease-in-out 0.2s;
}

.product_lists li:hover,
.product_lists li.active {
    background-color: #e4f1ff;
    border: 1px solid #007aff;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.product_lists li.disabled {
    background: #c8c9cc;
    color: #fff;
    cursor: not-allowed;
}

.product_desc {
    font-size: 12px;
    color: #a3a3a3;
}

.config_box {
    margin-bottom: 10px;
}

.slider_wrap {
    float: left;
    display: block;
    width: 540px;
    margin-right: 50px;
    padding-left: 5px;
}

.input_number_wrap {
    display: inline-block;
}

.slider_wrap .ivu-slider-wrap {
    height: 14px;
    margin: 10px 0 40px;
    border-radius: 10px;
    background-color: #d8d8d8;
}

.slider_wrap .ivu-slider-bar {
    height: 14px;
    border-radius: 10px;
}

.slider_wrap .ivu-slider-stop {
    opacity: 0;
}

.slider_wrap .ivu-tooltip-rel {
    top: -2px;
}

.slider_wrap .ivu-slider-button {
    width: 30px;
    height: 30px;
    background: url(../images/cloudhost-icon_1.png) no-repeat;
    background-size: cover;
    border-radius: 0;
    border: none;
}

.slider_wrap .ivu-slider-button-dragging, .slider_wrap .ivu-slider-button:focus, .slider_wrap .ivu-slider-button:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slider_wrap .ivu-slider-marks-item {
    width: 30px;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

.input_number_wrap .ivu-input-number {
    border-radius: 0;
}

.input_number_wrap .ivu-input-number-input {
    text-align: center;
}

.input_number_wrap .unit {
    padding-left: 10px;
    font-size: 12px;
}

.block_box .ivu-select {
    margin-right: 16px;
}

.pop_tip {
    font-size: 12px;
    color: #3A3A3A;
}

.snapadv_item {
    padding: 0 10px;
}

.out_link {
    font-size: 12px;
    color: #0085FF;
}

.server_type_list ul {
    overflow: hidden;
}

.server_type_list li {
    float: left;
    width: 160px;
    height: 114px;
    margin-right: 20px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.server_type_list li:hover,
.server_type_list li.active {
    border: 1px solid #007AFF;
    transition: all ease-in-out 0.2s;
}

.server_type_list li .tit {
    line-height: 34px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
    font-size: 12px;
    transition: all ease-in-out 0.2s;
}

.server_type_list li:hover .tit,
.server_type_list li.active .tit {
    border-bottom: 1px solid #E4F1FF;
    background-color: #E4F1FF;
    transition: all ease-in-out 0.2s;
}

.server_type_list li .price {
    padding-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    transition: all ease-in-out 0.2s;
}

.server_type_list li:hover .price,
.server_type_list li.active .price {
    color: #FD7D0A;
    transition: all ease-in-out 0.2s;
}

.server_type_list li .desc {
    font-size: 12px;
    color: #A3A3A3;
}

.server_type_tip {
    margin-top: 10px;
    color: #FD890A;
    font-size: 12px;
}

.duration_list {
    height: 34px;
}

.duration_item {
    float: left;
    width: 82px;
    height: 34px;
    line-height: 34px;
    margin-left: -1px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    color: #565656;
    cursor: pointer;
}

.duration_item:hover,
.duration_item_active {
    position: relative;
    z-index: 1;
    background-color: #E4F1FF;
    border: 1px solid #007AFF;
}

.duration_item img {
    vertical-align: text-top;
}

.tip_warn {
    position: relative;
    width: 100%;
    border: 1px solid #0C80FF;
    padding: 20px;
    line-height: 24px;
    font-size: 12px;
    color: #606060;
    text-indent: 4em;
    text-align: justify;
    background-color: #F5FAFF;
}

.tw_icon {
    position: absolute;
    left: 40px;
    top: 24px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(../images/notice_icon.png) no-repeat;
}

.tw_more {
    position: absolute;
    right: 20px;
    bottom: 14px;
    color: #007AFF;
}

.server_content_right {
    float: right;
    width: 258px;
}

.configuration_wrap {
    padding: 20px 15px;
    background-color: #fff;
}

.configuration_wrap_fixed {
    position: fixed;
    top: 56px;
    left: 50%;
    margin-left: 342px;
}

.configuration_wrap_absolute {
    position: absolute;
    bottom: 0;
    right: 0;
}

.configuration_tit {
    padding: 7px 0 12px;
    color: #3A3A3A;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #D3D3D3;
}

.configuration_box {
    padding: 10px 0 0;
}

.configuration_list li {
    padding: 5px 0;
    overflow: hidden;
    font-size: 12px;
}

.configuration_list li label {
    display: block;
    width: 62px;
    float: left;
    color: #424242;
    text-align: right;
}

.configuration_list li.high_light label,
.configuration_list li.high_light label a {
    color: #ef7304;
}

.configuration_list li span {
    display: block;
    width: 160px;
    float: right;
    color: #5D5D5D;
}

.configuration_list li.high_light span {
    color: #FD7D0A;
}

.cost_price {
    height: 94px;
    margin: 14px 0 20px;
    padding: 10px 0;
    border-top: 1px dashed #DEDEDE;
    border-bottom: 1px dashed #DEDEDE;
    text-align: center;
    overflow: hidden;
}

.cost_price .tit {
    vertical-align: middle;
    color: #333;
    font-size: 12px;
}

.n_total_price {
    color: #FD7D0A;
    font-size: 30px;
}

.or_total_price {
    font-size: 12px;
    color: #999;
}

.or_total_price .yj {
    text-decoration: line-through;
}

.or_total_price .js {
    color: #4DD422;
}

.coupon_item {
    margin-bottom: 10px;
    font-size: 12px;
    overflow: hidden;
}

.coupon_item label {
    display: block;
    width: 62px;
    line-height: 32px;
    float: left;
    color: #424242;
    text-align: right;
    margin-right: 6px;
}

.coupon_item span.price {
    line-height: 32px;
    color: #FD7D0A;
    font-size: 20px;
}

.check_box .ivu-checkbox-wrapper {
    font-size: 12px;
    color: #999;
}

.check_box .ivu-checkbox-wrapper a {
    color: #0090FF;
}

.check_box .ivu-checkbox {
    vertical-align: bottom;
}

.configuration_btn {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.configuration_btn button {
    display: block;
    width: 108px;
    height: 36px;
    margin: 0 auto;
    float: none;
}

.buy_btn {
    background-color: #007AFF;
    color: #fff;
}

.trial_btn {
    float: right;
    background-color: #EBEBEB;
    color: #999;
}

.ddos_lists li {
    min-width: 86px;
    margin-bottom: 10px;
}

.price_tip .yj {
    text-decoration: line-through;
}

.price_tip .cxj {
    color: #FE9E05;
}

.price_tip .sheng {
    color: #62DE2B;
}

.ivu-spin-fix {
    background-color: rgba(255, 255, 255, .5);
}

.block_box_max {
    width: 1048px;
}

.config_content {
    position: relative;
    width: 100%;
    padding: 30px 20px 230px;
    background-color: #fff;
}

.tjpz_box {
    width: 100%;
    overflow: hidden;
}

.tjpz_item {
    position: relative;
    width: 330px;
    height: 198px;
    padding: 18px 24px;
    margin-right: 16px;
    float: left;
    background: url(../images/config_bg.png) no-repeat;
    border: 1px solid #D3D3D3;
    transition: all 0.3s;
    cursor: pointer;
}

.tjpz_item:hover,
.tjpz_item_active {
    border: 1px solid #007AFF;
    transition: all 0.3s;
}

.tjpz_item h3 {
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.tjpz_item p {
    height: 40px;
    line-height: 20px;
    color: #717171;
    font-size: 12px;
}

.tjpz_item ul {
    overflow: hidden;
}

.tjpz_item li {
    float: left;
    width: 134px;
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/tick_icon.png) no-repeat left center;
    font-size: 12px;
    color: #666;
}

.tjpz_item li span {
    color: #999;
}

.tjpz_item i.selected {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    width: 58px;
    line-height: 26px;
    background: linear-gradient(180deg, #67ABFF 0%, #007AFF 100%);
    border-radius: 100px 0px 0px 100px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.config_wrap {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.config_title {
    margin-bottom: 5px;
}

.ivu-select-selection {
    border-radius: 0;
}

.room_desc {
    font-size: 12px;
    color: #3A3A3A;
}

.room_desc a {
    color: #0085FF;
}

.room_desc b {
    font-weight: 400;
}

.config_wrap_max {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.nums_tips {
    padding-left: 20px;
    font-size: 12px;
    color: #ff7900;
}

.server_price_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1200px;
    height: 234px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px -2px 6px 0px rgba(71, 142, 255, 0.17);
}

.price_total {
    font-size: 12px;
    color: #999;
}

.price_total .n_total_price {
    padding-right: 20px;
    font-size: 12px;
}

.price_total .n_total_price strong {
    padding-right: 3px;
    font-size: 24px;
    font-weight: normal;
    vertical-align: sub;
}

.coupon_price_total .n_total_price strong {
    font-size: 20px;
}

.price_total .yj {
    text-decoration: line-through;
}

.price_total .js {
    color: #4DD422;
}

.server_box_tj {
    line-height: 20px;
    padding-left: 112px;
    width: 350px;
}

.demo-spin-icon-load {
    animation: ani-demo-spin 1s linear infinite;
}

@keyframes ani-demo-spin {
    from {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.demo-spin-col {
    height: 100px;
    position: relative;
    border: 1px solid #eee;
}

.trial_tips p {
    line-height: 28px;
}

.trial_tips p span {
    color: #FD7D0A;
}

.ivu-input-number-controls-outside-btn i {
    font-size: 20px;
}

.price_wrapper_fixed {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    box-shadow: 0px -2px 6px 0px rgba(71, 142, 255, 0.17);
}

.price_wrapper_fixed .server_price_blocks {
    width: 1200px;
    height: 74px;
    padding: 20px;
    margin: 0 auto;
}

.price_wrapper_fixed .left {
    float: left;
    margin-right: 30px;
}

.price_wrapper_fixed .right {
    float: right;
}

.price_wrapper_fixed .server_box_tj {
    width: 484px;
    padding-left: 0;
}

.price_wrapper_fixed .block_label {
    width: auto;
    padding-right: 20px;
}

.price_wrapper_fixed .block_box {
    width: auto;
}

.price_wrapper_fixed .configuration_btn {
    width: 230px;
    margin-top: 0;
}

.price_wrapper_fixed .configuration_btn button {
    height: 34px;
}

.price_wrapper_fixed .check_box {
    padding-top: 6px;
}