
body {
    /*max-width: 1190px;*/
    /*margin: 30px auto 0;*/
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
    margin: 0;
}
#scroll_head {
    position: fixed;
    display: none;
    top: 50px;

    /*right: 58px;*/
    /*left: 58px;*/
    /*margin: 0 auto 0;*/
    max-width: 1190px;
    background-color: white;
    z-index: 9;
    width: 100%;
}

.serve-content-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 1px solid #ddd;*/
    /*border: 1px solid #ddd;*/
    margin: 0 auto;
    width: 100%
}

.serve-content-wrap table th{
    /* background-color: white; */
    /* border:  */
    border: 1px solid #ddd;
    /*border: 1px solid #ddd;*/
}

.header {
    max-width: 1190px;
    text-align: center;
    /*position: relative;*/
    margin: 30px auto 30px;
    font-size: 24px;
    color: #00a3ee;
    line-height: 33px
}
.question .header:before{
    content: "";
    width: 8px;
    height: 22px;
    left: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    background: #00a3ee;
    /*rgba(224, 210, 160, .5);*/
    /*border:1px solid #e0d2a0*/
    border:1px solid #00a3ee;
}

.question{
    margin: 30px auto 0;
    max-width: 1190px;
}
.question div{
    position: relative;
    margin-bottom: 30px;
}
.tel{
    margin-left:24px;font-size:20px;line-height:26px;color:#333;
}
.question__body .title{
line-height: 28px;
font-size: 20px;
color: #333;
position: relative;
text-align: start;
}
.question__body .title:before{
    content:"";width:7px;height:7px;left:-18px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-border-radius:50%;border-radius:50%;position:absolute;
    background:#00a3ee;
    /*background:rgba(224,210,160,.5);*/
    /*border:1px solid #e0d2a0*/
    border:1px solid #00a3ee;
}
.question__body .describe{
    text-align: start;
    margin: 0 30px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.serve-content-wrap table tr {
    line-height: 24px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: white;
    height: 60px;
    border: 1px solid #ddd;
    /*border: 1px solid #ddd;*/
}

.serve-content-wrap table td {
    /*width: 20%;*/
    border: 1px solid #ddd;
    /*border: 1px solid #ddd;*/
}
.serve-content-wrap table th {
    text-align: center;
}
.td40 {
    /*width: 40%*/
    text-align: center;
}

span {
    vertical-align: center;
}

p {
    text-align: center;
    vertical-align: center;
}

.servercompare strong {
    color: #00a3ee;
}

ul {
    padding: 0;
}

.openVip {
    display: inline-block;
    font-size: 12px;
    color: #00a3ee;
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

.nohave {
    width: 16px;
    height: 2px;
    background: #000;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    opacity: .3;
    display: inline-block
}

.gou {
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    height: 28px;
    line-height: 26px;
    position: relative;
    align-self: center;
    cursor: pointer;
    display: block;
}

.gou::before {
    position: absolute;
    content: " ";
    width: 7px;
    height: 13px;
    transform: rotate(45deg);
    border-right: 2px solid #00a3ee;
    /*rgb(243, 165, 40);*/
    border-bottom: 2px solid #00a3ee;
    /*rgb(243, 165, 40);*/
    top: 4px;
    left: 9px;
}

.arrow {
    margin: 10px ;
    vertical-align: middle;
    display: inline-block;

    width: 0;
    height: 0;
    border: 6px solid;    
    border-color: transparent transparent transparent #00a3ee;
    /*rgb(243, 165, 40);*/
    position: relative;
}

.arrow::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -8px;
    border: 6px solid;
    border-color: transparent transparent transparent #ebebeb;
}

ul.service-card {
    max-width: 1190px;
    margin: 30px auto 0;
    list-style-type: none;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.service-card li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
    width: 220px;
    height: 260px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    background: #fff;
}

ul.service-card li.hidden {
    visibility: hidden;
    height: 0;
}

ul.service-card li:hover {
    -webkit-box-shadow: 0 6px 14px 0 #00a3ee;
    /*rgba(206, 130, 38, .5);*/
    box-shadow: 0 6px 14px 0 #00a3ee;
    /*rgba(206, 130, 38, .5);*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

ul.service-list {
    max-width: 1190px;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
    margin: 20px auto 0;
    display: inline-block
}

ul.service-list li {
    display: list-item;
}

.service-list__item.is-active {
    /*color: #eb4e2f*/
    color: #00a3ee;
}

.service-list__item.is-active:after {
    width: 100%;
    opacity: 1
}

.service-list__item {
    float: left;
    height: 33px;
    font-size: 24px;
    line-height: 33px;
    color: #00a3ee;
    /*color: #93551d;*/
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 30px
}
.service-list__item:after{
    content: "";
    width: 128px;
    height: 3px;
    background: #00a3ee;
    /*background: #eb4e2f;*/
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.service-list__item:before {
    content: "";
    width: 128px;
    height: 3px;
    /*background: #eb4e2f;*/
    background: #00a3ee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.service-list__item:last-child {
    margin-right: 0
}


table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
    background-color: white;
}


table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
    background-color: #ebebeb;
}

table tbody tr:nth-child(odd) td.data_first,
table tbody tr:nth-child(odd) th.data_first {
    background-color: white;
}

.data_first {
    color: #333;
    vertical-align: top;
    line-height: 60px;
    background-color: white;
    
}
.data_title{
    color: #333;
    vertical-align: top;
    line-height: 60px;
    background-color: white;
    text-align: start;
    padding-left: 10px;
}

p.title {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 4px;
    cursor: pointer
}

p.describe {
    margin: 0 30px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    cursor: pointer
}

.top_tips {
    text-align: center;
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    font-weight: 400
}