body {
    background: #F1F6FF;
}

.similar_wrapper {
    margin: 20px auto;
    width: 1200px;
    box-sizing: border-box;
    /*    height: 420px;*/
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.similar_wrapper .similar_content {
    /*    float: left;*/
    width: 100%;
    /*    height: 400px;*/
    border: #00f solid 0px;
    display: inline-block;
}

.similar_wrapper .similar_content .similar_title {
    float: left;
    width: 500px;
    height: 100px;
    padding: 150px 0px;
    border: #00f solid 0px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #666;
}

.similar_wrapper .similar_content .similar_title a {
    font-weight: bold;
    color: #0099A8;
}

.similar_wrapper .similar_content .simlar_img {
    float: left;
    width: 600px;
    height: 400px;
    background-image: url('../images/simlarweb.jpg');
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: center center;

}

.teamdiscount_price_wrapper {
    margin: 20px auto;
    width: 1200px;
    box-sizing: border-box;
    border: #0f0 solid 0px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.teamdiscount_price_wrapper .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #0099A8;
}

.teamdiscount_price_wrapper .tips{
    font-weight: bold;
    color: #0099A8;
}

.virtual_price_wrapper {
    margin: 20px auto;
    width: 1200px;
    box-sizing: border-box;
    border: #0f0 solid 0px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.virtual_price_wrapper .title {
    display: inline-block;
    width: 100%;
    /*    height: 50px;*/
    text-align: center;
    /*    line-height: 50px;*/
    box-sizing: border-box;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #0099A8;
}



.table_wrapper table {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #666;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}

.table_wrapper table th {
    background: #F8F8F8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #eee;
    color: #666;
}

.table_wrapper table td {
    /*    background: #eee;*/
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #eee;
    text-align: center;
    color: #666;
}

.table_wrapper table tr:nth-child(even) {
    background: #eee;
    background: #F8F8F8;
}

.table_wrapper table tr:nth-child(odd) {
    background: #FFF
}

.table_wrapper table td a {
    color: #0099A8;
    font-weight: bold;
}

.questions_wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #666;
}