﻿@charset "UTF-8";

/************头部菜单************/

.topMenu {
    background-color: #848484;
    height: 50px;
}

.topMenu .menuBody {
    background-color: #848484;
    height: 50px;
    width: 1128px;
    margin: auto;
}

.topMenu .menuBody .logo {
    height: 50px;
    float: left;
}

.topMenu .menuBody .logo img {
    height: 40px;
    object-fit: cover;
    border-style: none;
    margin-top: 5px;
}

.topMenu .menuBody .QQcs {
    width: 70px;
    background-color: #005bc6;
    background-image: url("../Image/newSale/QQ.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    border-radius: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-top: 9px;
    padding-left: 35px;
}

.topMenu .menuBody .QQcs i {
    font-size: 20px;
    color: #fff;
}

.topMenu .menuBody .expressCheck {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    float: left;
    text-decoration: none;
}

.topMenu .menuBody .activationCheck {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    float: left;
    text-decoration: none;
}

.topMenu .menuBody .home {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding-left: 25px;
    float: right;
    text-decoration: none;
    display: block;
    background: url("../Image/newSale/home2.png") no-repeat left center;
}

.shopImage {
    text-align: center;
    background-color: #4f7ee8;
    min-height: 1px;
    position: relative;
}

.shopImage .shopSlider {
    width: 1128px;
    height: 199px;
    margin: auto;
    overflow: hidden;
}

/************商品展示************/
.goodsArea {
    width: 1128px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #6ead00;
}

/************菜单栏************/
.goodsArea .majorMenu {
    width: 160px;
    background-color: #6ead00;
    min-height: 30px;
    float: left;
}

.goodsArea .majorMenu li {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.goodsArea .majorMenu li.title {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.goodsArea .majorMenu li a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    display: block;
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    text-align: left;
    text-decoration: none;
}

.goodsArea .majorMenu li .yellow {
    height: 50px;
    width: 5px;
    display: none;
    background-color: #f0ff00;
    position: absolute;
    top: 0px;
    left: 0px;
}

.goodsArea .majorMenu li .green {
    height: 50px;
    width: 10px;
    display: none;
    background-color: #9ac122;
    position: absolute;
    top: 0px;
    right: -10px;
}

.goodsArea .majorMenu li:hover a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    display: block;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #9ac122;
    padding-left: 60px;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 10px #7b7b7b;
}

.goodsArea .majorMenu li:hover .yellow {
    display: block;
}

.goodsArea .majorMenu li:hover .green {
    display: block;
}

.goodsArea .majorMenu li.checked a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    display: block;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: #9ac122;
    padding-left: 60px;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 1px 10px #7b7b7b;
}

.goodsArea .majorMenu li.checked .yellow, .goodsArea .majorMenu li.checked .green {
    display: block;
}

/************主要内容区************/
.goodsArea .mainContent {
    width: 968px;
    background-color: #f5f4f4;
    min-height: 800px;
    float: right;
    padding-bottom: 15px;
}

.goodsArea .mainContent .nav {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
}

.goodsArea .mainContent .nav a {
    display: inline-block;
    color: #7b7b7b;
    text-decoration: none;
    margin-right: 5px;
    line-height: 40px;
}

.goodsArea .mainContent .nav a:hover {
    color: #6ead00;
}

.goodsArea .mainContent .nav i {
    display: inline-block;
    color: #7b7b7b;
    margin-right: 5px;
    line-height: 40px;
}

.goodsArea .mainContent .courseList {
    width: 918px;
    padding-left: 20px;
    min-height: 30px;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 15px;
}

.goodsArea .mainContent .courseList .majorTitle {
    width: 100%;
    line-height: 40px;
    color: #6ead00;
    font-size: 24px;
}

.goodsArea .mainContent .courseList .majorTitle .yellow {
    width: 5px;
    height: 20px;
    margin-top: 10px;
    background-color: #6ead00;
    float: left;
    display: block;
    margin-right: 5px;
}

.goodsArea .mainContent .courseList .course {
    width: 918px;
    min-height: 30px;
}

.goodsArea .mainContent .courseList .course .title {
    width: 910px;
    height: 40px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.goodsArea .mainContent .courseList .course .title span {
    float: left;
    font-size: 20px;
    line-height: 40px;
}

.goodsArea .mainContent .courseList .course .title a {
    float: right;
    padding: 0px 8px 0px 8px;
}

.goodsArea .mainContent .courseList .course .list {
    width: 100%;
    min-height: 30px;
    margin-top: 10px;
}

.goodsArea .mainContent .courseList .course .list a {
    text-decoration: none;
}

.goodsArea .mainContent .courseList .course .list li {
    width: 170px;
    margin-right: 10px;
    height: 165px;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.goodsArea .mainContent .courseList .course .list li .cover {
    width: 170px;
    height: 95px;
    overflow: hidden;
    margin-bottom: 3px;
}

.goodsArea .mainContent .courseList .course .list li .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-style: none;
}

.goodsArea .mainContent .courseList .course .list li p {
    line-height: 20px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

.goodsArea .mainContent .courseList .course .list li p.courseName {
    line-height: 20px;
    color: #6c6c6c;
    font-size: 15px;
    word-break: break-all;
}

.goodsArea .mainContent .courseList .typing {
    width: 100%;
    min-height: 30px;
}

.goodsArea .mainContent .courseList .typing .typingRow {
    width: 100%;
    min-height: 30px;
}

.goodsArea .mainContent .courseList .typing .typingLine {
    width: 98%;
    height: 1px;
    background-color: #ccc;
}

.goodsArea .mainContent .courseList .typing .typingName {
    width: 5%;
    line-height: 30px;
    height: 30px;
    float: left;
}

.goodsArea .mainContent .courseList .typing .typingContent {
    width: 95%;
    line-height: 30px;
    min-height: 30px;
    float: left;
    text-align: left;
}

.goodsArea .mainContent .courseList .typing .typingContent a {
    line-height: 24px;
    text-align: left;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    height: 24px;
    text-decoration: none;
}

.goodsArea .mainContent .courseList .typing .typingContent a.checked {
    border-radius: 8px;
    background-color: #147bdb;
    color: #fff;
}

.goodsArea .mainContent .courseList .typing .typingContent a:hover {
    border-radius: 8px;
    background-color: #147bdb;
    color: #fff;
}

.goodsArea .mainContent .courseList .goodsDetails {
    min-height: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo {
    width: 100%;
    min-height: 30px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .preview {
    width: 350px;
    height: 270px;
    float: left;
    overflow: hidden;
    padding-top: 50px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-style: none;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info {
    width: 538px;
    height: 320px;
    margin-left: 15px;
    float: left;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .name {
    height: 50px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 28px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price {
    height: 120px;
    border-bottom: solid 1px #ccc;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price .redArea {
    height: 70px;
    background-color: #e50035;
    padding: 5px 0px 5px 0px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price .redArea p span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price .redArea .onlineCourse {
    bottom: 5px;
    right: 5px;
    text-decoration: none;
    color: #ffcc18;
    position: absolute;
    font-size: 12px;
    border: 1px solid #ffcc18;
    padding: 1px 5px;
    border-radius: 4px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price .ver {
    height: 40px;
    background-color: #f1f1f1;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .price .ver p span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .customerService {
    height: 59px;
}

.goodsArea .mainContent .courseList .goodsDetails .baseInfo .Info .customerService .QQ {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment {
    min-height: 100px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .title {
    height: 65px;
    text-align: left;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .title .yellow {
    height: 65px;
    width: 4px;
    background-color: #ccb082;
    display: inline-block;
    vertical-align: middle;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .title .text {
    height: 65px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect {
    min-height: 40px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .menuName {
    width: 60px;
    color: #dd8700;
    line-height: 40px;
    display: block;
    float: left;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items {
    min-height: 40px;
    display: block;
    float: left;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns {
    min-height: 40px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn1 {
    height: 30px;
    border: solid 1px #cfcfcf;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #9d9d9d;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn1.disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn1.checked {
    border: solid 1px #dd8700;
    color: #dd8700;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn2 {
    height: 50px;
    border: solid 1px #e0e0e0;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    color: #9d9d9d;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 15px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn2 img {
    vertical-align: middle;
    margin-left: 10px;
    width: 32px;
    object-fit: cover;
    border-style: none;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn2.checked {
    border: solid 1px #dd8700;
    color: #dd8700;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .btns .btn2.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .paymentSelect .items .tips {
    line-height: 30px;
    color: #6d6d6d;
    text-indent: 10px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .payBtns {
    min-height: 50px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea {
    min-height: 50px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea img, .goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea embed, .goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea object {
    margin: 0px auto 0px auto;
    max-width: 100%;
    object-fit: contain;
    border-style: none;
    display: block;
}

.goodsArea .mainContent .noData {
    width: 918px;
    padding-left: 20px;
    border-radius: 10px;
    margin-left: 15px;
    height: 780px;
    line-height: 780px;
    font-size: 40px;
    background-color: #ccc;
    color: #dddddd;
    margin-top: 20px;
}

/************导购部分************/

.goodsArea .mainContent .courseList .goodsDetails .jobs {
    margin: 0px;
    padding: 0px;
}

.goodsArea .mainContent .courseList .goodsDetails .jobs .icon {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 20px 5px 20px;
}

.goodsArea .mainContent .courseList .goodsDetails .jobs .icon img {
    width: 70px \9;
    height: 70px \9;
    max-width: 70px;
    max-height: 70px;
    object-fit: cover;
}

.goodsArea .mainContent .courseList .goodsDetails .jobs li {
    width: 19%;
    margin-right: 1%;
    background: url("../Image/newSale/dg_bg.png") no-repeat center;
    height: 146px;
    float: left;
    margin-bottom: 30px;
}

.goodsArea .mainContent .courseList .goodsDetails .jobs li a {
    text-decoration: none;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo {
    width: 100%;
    height: 320px;
    padding: 50px 15px 0px 15px;
    box-sizing: border-box;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .preview {
    width: 350px;
    height: 270px;
    float: left;
    overflow: hidden;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details {
    width: 508px;
    height: 270px;
    float: right;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .shoppingGuideTitle {
    line-height: 50px;
    width: 508px;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect {
    height: 120px;
    width: 480px;
    background-color: #e2e1e1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect .col {
    height: 50px;
    width: 100%;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect .col .package {
    height: 36px;
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 1px #979797;
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect .col .package .packageS {
    display: block;
    padding: 0px 20px 0px 20px;
    line-height: 34px;
    text-decoration: none;
    float: left;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect .col .package .packageS.checked {
    background-color: #e50035;
    color: #fff;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .verSelect .col .package .packageS.checked {
    background-color: #e50035;
    color: #fff;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .QQ {
    margin-top: 60px;
    height: 30px;
    line-height: 30px;
    clear: both;
    color: #8e8e8e;
    background-image: url("../Image/newSale/QQ3.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.goodsArea .mainContent .courseList .goodsDetails .shoppingGuideInfo .details .QQ a {
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #0eaee9;
    color: #fff;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea .shoppingGuideList {
    margin: 0px;
    padding: 0px;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea .shoppingGuideList li {
    display: block;
    width: 170px;
    height: 155px;
    float: left;
    margin: auto 12px 20px 12px;
    border: solid 1px #eaeaea;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea .shoppingGuideList li a {
    text-decoration: none;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea .shoppingGuideList li .text {
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 170px;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
}

.goodsArea .mainContent .courseList .goodsDetails .payment .illustrateArea .shoppingGuideList li .tips {
    height: 20px;
    width: 20px;
    right: 0px;
    top: 0px;
    border-style: none none solid solid;
    border-width: 1px;
    border-color: #fff;
}

/************购物车部分************/
.header {
    height: 100px;
    background-color: #65a108;
}

.header .logo {
    height: 100px;
    line-height: 100px;
}

.header .menuBtns {
    height: 70px;
    line-height: 70px;
    padding-top: 30px;
}

.header .menuBtns a {
    text-decoration: none;
}

.shoppingCart {
    min-height: 100px;
    background-color: #f5f4f4;
    box-sizing: border-box;
    padding: 15px;
}

.shadowBg {
    min-height: 100px;
    background-color: #bababa;
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 5px;
}

.shadowBg .payTabs {
    height: 40px;
    padding: 0px 100px 0px 100px;
    box-sizing: border-box;
}

.shadowBg .payTabs .payWay {
    height: 38px;
    width: 49.5%;
    border-radius: 10px 10px 0px 0px;
    background-color: #bababa;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    opacity: 0.6;
    margin-top: 1.5px;
}

.shadowBg .payTabs .payWay.checked {
    background-color: #fff;
    font-size: 22px;
    opacity: 1;
}

.shadowBg .payBody {
    background-color: #fff;
    min-height: 100px;
    width: 100%;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #bababa;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #888888;
}

.shadowBg .payBody .funArea {
    background-color: #fff;
    min-height: 100px;
    clear: both;
}

.shadowBg .payBody .funArea .prompt {
    height: 34px;
    line-height: 34px;
    width: 45%;
    float: left;
    background-color: #65a108;
    border-radius: 0px 15px 15px 0px;
    text-indent: 70px;
    background-image: url("../Image/newSale/hexagon.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    overflow: hidden;
}

.shadowBg .payBody .funArea table a {
    text-decoration: none;
}

.shadowBg .payBody .funArea table img {
    height: 95px;
}

.shadowBg .payBody .funArea .globalControl {
    height: 40px;
    text-align: left;
    margin-top: 10px;
    padding: 0px 0px 0px 20px;
}

.shadowBg .payBody .funArea .globalControl a {
    text-decoration: none;
}

.shadowBg .payBody .funArea .emptyShoppingCart {
    height: 300px;
    width: 100%;
    background-image: url("../Image/newSale/emptyShopCart.png");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.15;
    background-color: #f7f7f7;
}

.shadowBg .payBody .funArea .changeVer {
    text-decoration: none;
    color: #5a98de;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.shadowBg .payBody .funArea .changeVer i {
    vertical-align: top;
    display: none;
}

.shadowBg .payBody .funArea .changeVer:hover:after {
    content: "切换版本";
    position: absolute;
    font-size: 12px;
    color: #666;
    width: 56px;
    top: -20px;
    left:50%;
    margin-left: -28px;
}

.shadowBg .payBody .funArea .changeVer:hover i.left {
    display: inline-block;
    animation: changeVerActL 0.5s infinite;
    -webkit-animation: changeVerActL 0.5s infinite; /* Safari 与 Chrome */
}

.shadowBg .payBody .funArea .changeVer:hover i.right {
    display: inline-block;
    animation: changeVerActR 0.5s infinite;
    -webkit-animation: changeVerActR 0.5s infinite; /* Safari 与 Chrome */
}

@keyframes changeVerActL
{
    0% {
        -webkit-transform:translateX(0px);
        transform:translateX(0px);
        opacity: 1;
    }
    50%{
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px);
        opacity: 0.5;
    }
    100% {
        -webkit-transform:translateX(-10px);
        transform:translateX(-10px);
        opacity: 0;
    }
}

@keyframes changeVerActR
{
    0% {
        -webkit-transform:translateX(0px);
        transform:translateX(0px);
        opacity: 1;
    }
    50%{
        -webkit-transform:translateX(5px);
        transform:translateX(5px);
        opacity: 0.5;
    }
    100% {;
        -webkit-transform:translateX(10px);
        transform:translateX(10px);
        opacity: 0;
    }
}

.inPutline {
    min-height: 40px;
    box-sizing: border-box;
}

.inPutline select {
    font-size: 14px;
    padding: 3px;
}

.inPutline span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.inPutline span.broadcast {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 10px;
    background-color: #dddddd;
    width: 96%;
    color: #ff5026;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.balance {
    height: 50px;
}

.confirmOrder {
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    min-height: 100px;
    box-shadow: 0px 2px 5px #888888;
}

.confirmOrder .cardHeader {
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    background-image: url("../Image/logo.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: right;
    line-height: 70px;
    padding-right: 20px;
    box-sizing: border-box;
}

.confirmOrder .cardHeader.ali {
    background-color: #297dc5;
}

.confirmOrder .cardHeader.wx {
    background-color: #65a108;
}

.contact {
    min-height: 100px;
}

.contact .title {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
}

.contact .title.ali {
    background-color: #297dc5;
}

.contact .title.wx {
    background-color: #65a108;
}

/************页脚部分************/
.footer {
    padding: 20px 0px 20px 0px;
    background-color: #faf9f9;
}

.footer a {
    background-color: #7b7b7b;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e90d2;
}

.footer a.clear {
    background-color: transparent;
    display: inline-block;
    color: #999 !important;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
}

.footer a.clear:hover {
    color: #999 !important;
    background-color: transparent !important;
}