ul li {
    list-style: none;
}
.fl{float: left;}
.fr{float: right;}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.buyTab.buyBanner{
    background: url("../picture/buy_bg.jpg") top center no-repeat;
    height: 500px;
    padding-top: 100px;
    -webkit-background-size: cover;
    background-size: cover;
}
.buyIntro{
    text-align: left;
}
.buyTitle{
    margin-left: 32px;
    color: #fff;
    font-size: 48px;
    float: left;
    margin-top:100px;
}
.buyTitle2{
    color: rgba(255,255,255,0.3);
    font-size: 24px;
    float: left;
    margin-top: 133px;
    margin-left: 30px;
}
.buy_left{
    float: left;
    width: 600px;
}
.buy_right{
    float: right;
    margin-right: 122px;
    margin-top: 65px;
}
.buyIntro{
    margin-left: 32px;
    margin-top:24px;
}
.buyIntro li{
    width: 282px;
    float: left;
    margin-top:26px;
}
.buyIntro li img{
    vertical-align: middle;
    margin-right: 10px;
}
.buyIntro li span{
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}
/*.buyTab{
    margin-top: 60px;
}*/
.tag_icon {
    display: block;
    line-height: 37px;
    padding: 4px 5px;
    background: #f52f3e;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -55px;
    white-space: nowrap;
    right: 20px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
.tag_icon:after {
    border-top: 8px solid #f52f3e;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 14px;
}
.n_download_title{
    margin: 60px auto 0;
    width: 501px;
}
.n_download_title li {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    float: left;
    color: #4bb0e4;
    border:1px solid #4bb0e4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
}
.n_download_title li.active{
    background-color: #4bb0e4;
    position: relative;
    color: #fff;
}
.n_download_title li.active:before{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #4bb0e4;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 75px;
    bottom: -8px;
}
.buyPlate .cardItems{
    display: inline-block;
    float: left;
    margin-top: 40px;
    width: 224px;
    border-radius: 15px;
    box-shadow: 1px 2px 5px rgba(58,186,161,0.2);
    text-align: center;
    margin-right: 16px;
    padding-bottom: 20px;
    border: 1px solid #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.cardItems:hover{
    margin-top: 20px;
    border: 1px solid #4bb0e4;
    box-shadow:1px 5px 10px rgba(0,0,0,0.14);
}
.cardItems:hover .buyBtn{
    background-color: #4bb0e4;
    color: #fff;
}
.lastItem{
    float: left;
    margin-top: 205px;
}
.cardItems.active{
    height: 562px;
    width: 254px;
    text-align: center;
}
.cardItems .boxTitle{
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: -webkit-linear-gradient(left, #4bb0e4 , #106395);
    background: -o-linear-gradient(right, #4bb0e4 , #106395);
    background: -moz-linear-gradient(right, #4bb0e4 , #106395);
    background: linear-gradient(to right, #4bb0e4 , #106395);
}
.buyPlate .cardItems:last-child{

}
.boxPrice {
    font-size: 14px;
    color: #f6b450;
    text-align: center;
    margin: 5px 0;
}
.boxPrice2{
    font-size: 42px;
}
ul.ulCon{
    margin-top: 5px;
    padding: 0 0 16px 10px;
    color: #333;
    font-size: 14px;
    text-align: left;
}
ul.ulCon li{
    color: #333;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    line-height: 33px;
    height: 33px;
    padding-left: 25px;
}
ul.ulCon li:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    background: url(../images/yes.png) top center no-repeat;
    height: 12px;
    width: 12px;
}
ul.ulCon li.boxli2{
    color: #bbb;
}
ul.ulCon li.boxli2:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    background: url(../images/no.png) top center no-repeat;
    height: 10px;
    width: 10px;
}
ul.ulCon li.boxli3 {
    font-weight: bold;
    color: blue;
}
ul.ulCon li.boxli4 {
    font-weight: bold;
    font-size: 18px;
    color: #f00;
}
.buyBtn {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #4bb0e4;
    border:1px solid #4bb0e4;
    border-radius: 4px;
    line-height: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    cursor: pointer;
}
.buyBtn2 {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #4bb0e4;
    border: 1px solid #4bb0e4;
    border-radius: 4px;
    line-height: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    cursor: pointer;
}
.buyPlate .mr0{
    margin-right: 0px;
}
.buyPlate {
    display: none;
    margin-bottom: 60px;
}
.buyPlate.active{
    display: block;
}

/*buy页面*/
.login_main {
    position: relative;
    padding: 1px 0;
    padding-top: 100px;
    overflow: hidden;
}
.MainContent {
    padding-top: 100px;
}

.login_main .pay_day {
    padding-bottom: 40px;
}

.login_main .pay {
    margin-top: 18px;
}
.login_main .main {
    float: left;
    position: relative;
    margin-top: 50px;
    left: 50%;
    margin-left: -570px;
    width: 1140px;
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
}
.login_main .right_shadow {
    position: absolute;
    top: 0px;
    right: -396px;
    width: 396px;
    height: 750px;
    background: url(../images/login/right_shadow.png) no-repeat -42px -18px;
}
.itemTop .boxlPrice{
    color: #f00;
    font-size: 14px;
}
.footer .cardItems:hover{
    margin-top: 10px;
    border: none;
    box-shadow:none;
}


