html {
    background-color: #F5F8FA;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone,
.shopCarImg,
.shopCarBtn {
    padding: 0;
}

.shopCarPad {
    padding: 20px 0 20px;
}

.payStep {
    margin-bottom: 20px;
    padding: 0 50px;
    background-color: #FFF;
    border-radius: 5px;
}

.payStepTitle {
    padding: 29px 0 0;
    color: #333;
    font-size: 22px;
}

.payStepWord {
    padding: 20px 0 0;
    color: #666;
    font-size: 16px;
}

.payStepWord span:first-of-type {
    margin-right: 60px;
}

.payStepWord span:nth-child(2) {
    margin-right: 70px;
}

.payStepMain {
    height: 94px;
    padding: 13px 0 25px;
    background: url(/deploy/assets/w2.0/img/payStep.png) 16px 20px no-repeat;
}

.payStepMain span {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 14px 99px 0 23px;
    background-color: #F6F6F6;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}

.payStepMain img {
    float: left;
    width: 56px;
    margin-left: 10px;
}

.shopCar {
    padding: 0 50px;
    background-color: #FFF;
    border-radius: 5px;
    min-height: 395px;
}

.shopCarTile {
    padding: 30px 0;
    color: #333;
    font-size: 22px;
    letter-spacing: 2px;
}

.shopCarFunction {
    position: relative;
    height: 38px;
    padding: 0 20px;
    border: 1px solid #CCC;
    line-height: 38px;
}

.shopCarFunction input {
    position: relative;
    top: 2px;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
	transform: scale(1.1);
}

.shopCarFunction span {
    color: #333;
    font-size: 14px;
}

.shopCarMain {
    margin-bottom: 22px;
    padding: 14px 0 0;
    border: 1px solid #F7F7F7;
    border-top: 0;
}

.shopCarOdd {
    height: 80px;
    margin-bottom: 14px;
    padding: 14px 20px;
    background-color: #F6F6F6;
}

.shopCarCheck {
    position: relative;
    padding: 0;
    line-height: 52px;
}

.shopCarCheck input {
    position: relative;
    top: 0px;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
	transform: scale(1.1);
}

.shopCarAllCheckBg {
    display: block;
    position: absolute;
    top: 14px;
    width: 12px;
    height: 12px;
    background: url(/deploy/assets/w2.0/img/cheackBg.png) -7px -55px no-repeat;
    z-index: 1;
	transform: scale(1.1);
}

.shopCarCheckBg {
    display: block;
    position: absolute;
    top: 19px;
    width: 12px;
    height: 12px;
    background: url(/deploy/assets/w2.0/img/cheackBg.png) -7px -55px no-repeat;
    z-index: 1;
	transform: scale(1.1);
}

.shopCarInfo {
    padding: 0 0 0 25px;
}

.shopCarImg img {
    width: 100%;
    height: 57px;
}

.stepNext {
    background-color: #00A0EA !important;
    color: #FFF !important;
}

.shopCarTitle {
    padding: 0 0 0 14px;
}

.shopCarTitle p:first-of-type {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shopCarTitle p a {
    color: #333;
}

.shopCarTitle p:last-of-type {
    padding: 15px 0 0;
    color: #333;
    font-size: 14px;
}

.shopCarType {
    padding: 0 0 0 30px;
    line-height: 55px;
    color: #00A0EA;
    font-size: 14px;
}

.shopCarMoney,
.shopCarDelete {
    padding: 0;
    text-align: center;
}

.shopCarMoney p:first-of-type {
    padding: 5px 0 0;
    color: #333;
    font-size: 14px;
}

.shopCarMoney p:last-of-type {
    padding: 5px 0 0;
    color: #FF385A;
    font-size: 14px;
    font-weight: 700;
}

.shopCarDelete a {
    line-height: 55px;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.shopCarPay {
    padding: 0;
    background-color: #FFF;
    z-index: 99;
}

.shopCarPayCourse {
    height: 48px;
    padding: 0;
    border: 1px solid #CCC;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.shopCarPayNum {
    padding: 0 0 0 20px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
}

.shopCarPayNum b {
    margin: 0 6px;
    color: #FF385A;
}

.shopCarPayMoney {
    padding: 0 36px 0 0;
    color: #333;
    font-size: 15px;
}

.shopCarPayMoney span {
    color: #FF385A;
    font-size: 18px;
}

.shopCarPayMoney p {
    color: #999;
    font-size: 14px;
}

.shopCarBtn button {
    width: 100%;
    height: 48px;
    border: 0;
    background-color: #FF385A;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    outline: 0;
}

.shopCarTip {
    padding: 21px 0 31px;
    color: #999;
    font-size: 14px;
}

.shopCarTip span {
    color: #0CA4EB;
}

.labelSpan {
    display: inline-block;
    width: 44px;
    height: 16px;
    margin-right: 10px;
    line-height: 16px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.red {
    background-color: #FF385A;
}

.blue {
    background-color: #00A0EA;
}

.green {
    background-color: #6DD300;
}

.noShop {
    padding: 0 0 25px;
}

.noShopImg {
    padding: 0 35px 0 0;
    text-align: right;
}

.noShopImg img {
    width: 270px;
}

.noShopTip {
    padding: 36px 0 0 35px;
}

.noShopTip p {
    color: #3D3D3D;
    font-size: 30px;
}

.noShopTip p b {
    color: #00A0EA;
    font-size: 42px;
}

.noShopTip a {
    display: block;
    width: 138px;
    height: 50px;
    margin: 20px 0 0;
    background-color: #00A0EA;
    line-height: 50px;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}