.service-common-wrap {
    background: #f4f9fb;
}
.service-common {
    background: #fff;
    padding-bottom: 40px;
}
.service-common .title {
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 136px;
}
.service-common ul {
    text-align: center;
}
.service-common ul li {
    display: inline-block;
    width: 256px;
    text-align: center;
    vertical-align: top;
}
.service-common ul li .icon {
    width: 112px;
    height: 137px;
    margin: 0 auto;
}
.service-common ul li .icon img {
    width: 100%;
    height: 100%;
}
.service-common ul li .text {
    position: relative;
    top: -4px;
}
.service-common ul li h3 {
    font-size: 16px;
    color: #333;
}
.service-common ul li p {
    font-size: 14px;
    color: #8d8d8d;
}
.service-common ul li span {
    color: #f27048;
}
.service-game-wrap {
    background: #eff3f6;
}
.service-game {
    width: 1066px;
    min-height: 520px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.service-game .title {
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 36px;
}
.service-game .sub-title {
    padding-bottom: 50px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.service-game .game-list li {
    float: left;
    width: 33.33333%;
    margin-bottom: 40px;
}
.service-game .game-list a {
    display: block;
    width: 262px;
    height: 106px;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background-color: #fff;
}
.service-game .game-list a:hover {
    border: 1px solid #f47f30;
}
.service-game .game-list .img {
    float: left;
    width: 86px;
    height: 86px;
    border-radius: 8px;
    overflow: hidden;
}
.service-game .game-list .img img {
    width: 100%;
    height: 100%;
}
.service-game .game-list .txt {
    float: left;
    padding-left: 14px;
}
.service-game .game-list .txt h3 {
    font-size: 16px;
    color: #333;
}
.service-game .game-list .txt p {
    font-size: 14px;
    color: #9e9e9e;
}

.service-main {
    float: left;
    width: 668px;
    min-height: 640px;
    margin-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px 0 #e3ebf1;
    box-shadow: 0 0 4px 0 #e3ebf1;
    background: #fff;
}
.faq-wrap{
    position: relative;
}
.faq-wrap .faq{
    position: relative;
    line-height: 48px;
    max-height: 48px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    cursor: pointer;
}

.faq-wrap .faq::before{
    position: absolute;
    transform: rotate(180deg);
    right: 0px;
    top: 18px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #999999;
}
.faq-wrap .faq.curr{
    max-height: 1000px;
}
.faq-wrap .faq.curr::before{
    content: '';
    transform: rotate(0deg);
}
.faq-wrap .faq.curr .faq-title{
    line-height: 22px;
    overflow:visible;
    white-space:initial;
    /* margin-top: 13px; */
}
.faq-wrap .faq:last-child{
    border-bottom: none;
}
.faq-wrap .faq .faq-title{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
.faq-wrap .faq .faq-content{
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0 13px;
    padding-right: 20px;
}
.faq-wrap .no-list{
    text-align: center;
    color: #b1b1b1;
}
.faq-wrap .no-list img {
    display: block;
    margin: 200px auto 0;
    width: 260px;
}
.service-wrap {
    padding: 24px 0;
}
.example-wrap{
    float: left;
    margin-left: 20px;
    position: relative;
    width: 246px;
    height: 456px;
    overflow-y: auto;
    background-color: #fff;
}
.example-wrap img{
    width: 100%;
    display: block;
}
.w12{
    width: 1207px;
}