﻿.chaj_banner {
    padding: 90px 0;
}
.chaj_wrap {
    padding-bottom: 30px;
}
.chaj_wrap .flex_between {
    padding-bottom: 0;
}
.chaj_wrap .flex_between .text {
    margin-top: 0;
}
.chaj_wrap .flex_between .text a {
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    padding: 0 15px;
    color: #00a2e9;
}
.chaj_wrap .flex_between .text a:hover {
    color: #fff;
}
.chaj_wrap .flex_between .text a.active {
    color: #fff;
}

.chaj_list {
    margin-top: 10px;
}
.chaj_list li {
    width: 48%;
    float: left;
    padding: 30px 20px;
    border: 1px solid #eee;
    margin-right: 4%;
    margin-top: 15px;
}
.chaj_list li:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
}
.chaj_list li:nth-child(2n){
    margin-right: 0;
}
.chaj_list li .pic {
    width: 90px;
    float: left;
}
.chaj_list li .pic span img {
    display: inline-block;
    vertical-align: middle;
}
.chaj_list li .text {
    width: calc(100% - 90px);
    float: left;
    padding-left: 15px;
}
.chaj_list li .text span {
    font-size: 16px;
    color: #666;
    display: block
}
.chaj_list li .text em {
    font-size: 12px;
    color: #a1a1a1;
    display: block;
    font-style: normal;
    text-align: justify;
    margin-top: 2px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.chaj_list li .text p {
    margin-top: 8px;
}
.chaj_list li .text p i {
    font-size: 14px;
    color: #fb3838;
    display: block;
    float: left;
    line-height: 26px;
    font-style: normal;
}
.chaj_list li .text p a {
    width: 75px;
    float: right;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    outline: 0;
    border: none;
    background: #00a2e9;
    font-size: 12px;
}
.chaj_list li:hover .text p a {
    background: #1dbaff;
}
.chaj_list li:hover .text span {
    color: #1dbaff;
}

.showchaj_wrap {
    margin: 30px 0;
}
.showchaj_wrap .fl {
    width: calc(100% - 330px);
}
.showchaj_wrap .fr {
    width: 310px;
    border: 1px solid #eee;
}
.showchaj_box1 {
    padding: 20px;
    border: 1px solid #eee;
}
.showchaj_box1 .pic {
    width: 95px;
    float: left;
    padding-left: 15px;
}
.showchaj_box1 .pic span {
    width: 80px;
    height: 80px;
/*    border: 2px solid #abe0f8;
    border-radius: 5px;*/
    display: block;
    text-align: center;
    line-height: 94px;
}
.showchaj_box1 .pic span img {
    display: inline-block;
    vertical-align: middle;
}
.showchaj_box1 .text {
    width: calc(100% - 95px);
    padding-left: 30px;
    float: right;
}
.showchaj_box1 .text h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.showchaj_box1 .text h4 em {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}
.showchaj_box1 .text .time {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    display: block;
    padding-left: 20px;
    background: url('img/chaj_time.png') no-repeat left center;
}
.showchaj_box1 .text p {
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 35px;
    background-color: #ffede7;
    color: #787878;
    font-size: 14px;
    padding: 15px 10px 15px 20px;
}
.showchaj_box1 .text p span {
    display: block;
}
.showchaj_box1 .text p span i {
    color: #cf1010;
    font-size: 18px;
    font-style: normal;
}
.showchaj_box1 .text .chaj_btn {}
.showchaj_box1 .text .chaj_btn a {
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
}
.showchaj_box1 .text .chaj_btn a.buy {
    background: #d9534f;
}
.showchaj_box1 .text .chaj_btn a.free {
    background: #00a2e9;
}
.showchaj_box1 .text .chaj_btn a:hover {
    opacity: .9;
}
.showchaj_box1 .text .jc {
    margin-top: 25px;
    font-size: 14px;
    color: #333;
    display: block;
}
.showchaj_box1 .text .jc a {
    color: #00a2e9;
}
.showchaj_box1 .text .jc a:hover {
    color: #d9534f;
}

.showchaj_box2 {
    border: 1px solid #eee;
    margin-top: 30px;
}
.showchaj_box2js {}
.showchaj_box2js .hd {
    background: #F3F3F3;
    height: 50px;
}
.showchaj_box2js .hd li {
    float: left;
    cursor: pointer;
    display: block;
    padding: 0px 30px;
    font-size: 16px;
    line-height: 48px;
    border-bottom: 2px solid #F3F3F3;
}
.showchaj_box2js .hd li.on {
    font-weight: 800;
    border-bottom: 2px solid #00a2e9;
}
.showchaj_box2js .bd {
    padding: 30px;
}
.showchaj_box2js .bd .version {
    padding: 15px 0 35px 0;
    padding-top: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.showchaj_box2js .bd .version::before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    left: 95px;
    background: #f2f2f2;
    z-index: 100;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.showchaj_box2js .bd .version .Time_Card {
    font-size: 16px;
    text-align: center;
    width: 85px;
}
.showchaj_box2js .bd .version .Time_Card span {
    font-size: 20px;
    margin-bottom: 5px;
    color: #428bca;
}
.showchaj_box2js .bd .version .o_o {
    width: 12px;
    height: 12px;
    z-index: 101;
    background-color: #428bca;
    border-radius: 50%;
    position: relative;
    left: 5px;
}
.showchaj_box2js .bd .version .v_content {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border: 1px solid #e7e6eb;
    margin-left: 25px;
    border-radius: 5px;
    min-height: 130px;
}
.showchaj_box2js .bd .version .v_content .header-info {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
    background-color: #f3f3f3;
    color: #428bca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.showchaj_box2js .bd .version .v_content .contents {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #4d4d4d;
}
.showchaj_box2js .bd .version .v_content::after, .showchaj_box2js .bd .version .v_content::before {
    content: "";
    border-style: solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.showchaj_box2js .bd .version .v_content::after {
    border-width: 13px;
    border-color: transparent #e4e7ed transparent transparent;
    left: -26px;
    z-index: -1;
}
.showchaj_box2js .bd .version .v_content::before {
    border-width: 11px;
    border-color: transparent #fff transparent transparent;
    left: -22px;
}


.new_chajlist {}
.new_chajlist h4 {
    background: #F3F3F3;
    height: 50px;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 50px;
    padding-left: 20px;
}
.new_chajlist ul { 
    padding: 20px;
}
.new_chajlist li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.new_chajlist .pic {
    width: 60px;
    float: left;
}
.new_chajlist .pic span {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
}
.new_chajlist .pic span img {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
}
.new_chajlist .text {
    width: calc(100% - 60px);
    padding-left: 10px;
    float: left;
}
.new_chajlist .text a {
    font-size: 14px;
    color: #333;
    display: block;
}
.new_chajlist .text i {
    color: #fb3838;
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.new_chajlist .text a:hover {
    color: #00a2e9;
}



.bdxcxlist {
    margin-top: 10px;
}
.bdxcxlist li {
    width: 48%;
    float: left;
    padding: 20px 20px;
    border: 1px solid #eee;
    margin-right: 4%;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
    border-radius: 10px;
    background: #fff;
}
.bdxcxlist li:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
}
.bdxcxlist li:nth-child(2n){
    margin-right: 0;
}
.bdxcxlist li .pic {
    width: 212px;
    float: left;
}
.bdxcxlist li .pic span img {
    display: inline-block;
    vertical-align: middle;
}
.bdxcxlist li .text {
    width: calc(100% - 212px);
    float: left;
    padding-left: 15px;
}
.bdxcxlist li .text a {
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: bold;
}
.bdxcxlist li .text p {
    font-size: 20px;
    color: #f02626;
    margin-top: 10px;
}
.bdxcxlist li .text p strong {
    font-size: 31px;
}


.showchaj_box1 .text span.colred {
    display: block;
    margin-top: 10px;
}
.showchaj_box1 .text span.colred i {
    font-style: normal;
    color: #f02626;
    font-weight: bold;
}
.showchaj_box1 .text span.colred i em {
    font-size: 30px;
    font-style: normal;
}
.showchaj_box1 .text h4 span.col333 {
    display: block;
    font-style: normal;
    margin-top: 5px;
}

.showchaj_box1 .pic.bdxcxpic {
    width: 212px;
}
.showchaj_box1 .pic.bdxcxpic span {
    width: 100%;
    height: auto;
}
.showchaj_box1 .pic.bdxcxpic span img {
    display: block;
}
.showchaj_box1 .text.bdxcxtext {
    width: calc(100% - 212px);
    padding-left: 25px;
}
.new_bdxcxlist .pic {
    width: 120px;
    height: auto;
}
.new_bdxcxlist .pic span {
    width: 100%;
    height: auto;
    line-height: inherit;
}
.new_bdxcxlist .pic span img {
    max-height: inherit;
    display: block;
}
.new_bdxcxlist .text {
    width: calc(100% - 120px);
}

.showchaj_wrap .flex_between {
    padding-top: 0;
}
.showchaj_wrap .flex_between .text {
    margin-top: 0;
}







@media screen and (max-width: 768px){
    .chaj_banner {
        padding: 30px 0;
    }
    .chaj_wrap .flex_between {
        width: 100%;
        margin: 0;
        padding: 0 2%;
        padding-top: 15px;
    }
    .chaj_wrap .flex_between .text a {
        width: 23%;
        float: left;
        padding: 0;
        text-align: center;
        height: 34px;
        line-height: 34px;
        margin-left: 2.66%;
        margin-right: 0;
    }
    .chaj_wrap .flex_between .text a:first-child {
        margin-left: 0;
    }
    .chaj_list {
        margin-top: 10px;
        padding: 0 2%;
    }
    .chaj_list li {
        width: 100%;
        padding: 20px;
        border: 1px solid #eee;
        margin-right: 0;
        margin-top: 10px;
    }
    .chaj_list li .pic {
        width: 70px;
    }
    .chaj_list li .pic span {
        width: 70px;
        height: 90px;
        line-height: 90px;
    }
    .chaj_list li .pic span img {
        max-height: 35px;
    }
    .chaj_list li .text {
        width: calc(100% - 70px);
        padding-left: 10px;
    }
    .showchaj_wrap {
        margin: 0;
        padding: 15px 0;
    }
    .showchaj_wrap .fl {
        width: 100%;
        padding: 0 2%;
    }
    .showchaj_wrap .fr {
        width: 100%;
    }

    .showchaj_box1 {
        padding: 20px 15px;
    }
    .showchaj_box1 .pic {
        width: 70px;
        float: left;
        padding-left: 0;
    }
    .showchaj_box1 .pic span {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .showchaj_box1 .text {
        width: calc(100% - 70px);
        padding-left: 15px;
    }
    .showchaj_box1 .text h4 {
        font-size: 17px;
    }
    .showchaj_box1 .text h4 em {
        font-size: 12px;
        padding-left: 12px;
    }
    .showchaj_box1 .text .time {
        margin-top: 6px;
        font-size: 14px;
        padding-left: 18px;
    }
    .showchaj_box1 .text p {
        margin-bottom: 15px;
        line-height: 28px;
        font-size: 14px;
        padding: 10px 10px 10px 15px;
    }
    .showchaj_box1 .text p span i {
        font-size: 16px;
    }
    .showchaj_box1 .text .chaj_btn a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        font-size: 14px;
    }
    .showchaj_box1 .text .jc {
        margin-top: 15px;
    }

    .showchaj_box2 {
        border: 1px solid #eee;
        margin-top: 20px;
    }
    .showchaj_box2js .hd {
        height: 42px;
    }
    .showchaj_box2js .hd li {
        padding: 0px 20px;
        font-size: 14px;
        line-height: 40px;
    }
    .showchaj_box2js .bd {
        padding: 15px;
    }
    .showchaj_box2js .bd .version::before {
        left: 70px;
    }
    .showchaj_box2js .bd .version .Time_Card {
        font-size: 13px;
        width: 65px;
    }
    .showchaj_box2js .bd .version .Time_Card span {
        font-size: 18px;
    }
    .showchaj_box2js .bd .version .o_o {
        left: 0;
    }
    .showchaj_box2js .bd .version .v_content {
        margin-left: 16px;
    }
    .showchaj_box2js .bd .version .v_content .header-info {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .showchaj_box2js .bd .version .v_content .contents {
        padding: 15px;
        text-align: left;
        font-size: 14px;
        color: #4d4d4d;
    }
    .showchaj_box2js .bd .version .v_content .contents p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 2px;
    }
    .showchaj_wrap .fr {
        padding: 0 2%;
        margin-top: 20px;
        border: none;
    }


    .new_chajlist {
        border: 1px solid #eee;
    }
    .new_chajlist h4 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        padding-left: 15px;
    }
    .new_chajlist ul { 
        padding: 15px;
    }
    .new_chajlist li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .new_chajlist .pic {
        width: 60px;
        float: left;
    }
    .new_chajlist .pic span {
        width: 60px;
        height: 60px;
        border: 2px solid #abe0f8;
        border-radius: 5px;
        display: block;
        text-align: center;
        line-height: 60px;
    }
    .new_chajlist .pic span img {
        display: inline-block;
        vertical-align: middle;
        max-height: 30px;
    }
    .new_chajlist .text {
        width: calc(100% - 60px);
        padding-left: 10px;
        float: left;
    }
    .new_chajlist .text a {
        font-size: 14px;
        color: #333;
        display: block;
    }
    .new_chajlist .text i {
        color: #fb3838;
        font-style: normal;
        font-size: 14px;
        display: block;
        margin-top: 8px;
    }
    .new_chajlist .text a:hover {
        color: #00a2e9;
    }

    .showchaj_box1 .pic.bdxcxpic {
        width: 100%;
    }
    .showchaj_box1 .pic.bdxcxpic img {
        width: 100%;
    }
    .showchaj_box1 .text.bdxcxtext {
        width: 100%;
        padding-top: 12px;
        padding-left: 5px;
    }
    .new_bdxcxlist .pic {
        width: 120px;
        height: auto;
    }
    .new_bdxcxlist .pic span {
        width: 100%;
        height: auto;
        line-height: inherit;
    }
    .new_bdxcxlist .pic span img {
        max-height: inherit;
        display: block;
    }
    .new_bdxcxlist .text {
        width: calc(100% - 120px);
    }
    .bdxcxlist {
        padding: 0 2%;
    }
    .bdxcxlist li {
        width: 100%;
        padding: 15px;
        margin: 0;
        margin-bottom: 20px;
    }
    .bdxcxlist li .pic {
        width: 130px;
        float: left;
    }
    .bdxcxlist li .text {
        width: calc(100% - 130px);
    }
    .bdxcxlist li .text a {
        font-size: 15px;
    }
    .bdxcxlist li .text p {
        font-size: 16px;
    }
    .bdxcxlist li .text p strong {
        font-size: 22px;
    }
}