﻿/*************************************/
/**{
	transition: all 1s;
}*/
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input::-webkit-input-placeholder,
.userName input::-webkit-input-placeholder,
.passWord input::-webkit-input-placeholder,
.smsCode input::-webkit-input-placeholder {
    color: #999;
}

.container-fluid {
    width: 1260px;
}

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

.paddingNone,
.AssembleList,
.AssembleSingle {
    padding: 0;
}

.navBox {
    /*position: absolute;
    left: 0;
    top: 0px;/*活动ad:78*/
    padding: 0;
    background-color: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 1px #D6D6D6;
    -moz-box-shadow: 0 0 10px 1px #D6D6D6;
    box-shadow: 0 0 10px 1px #D6D6D6;
}
/*活动ad:
.container-fluid {
    padding-top: 78px !important;
}
.pcTranslate_index {
    padding-top: 158px !important;
}
.aLinkTeacher {
    padding-top: 155px !important;
}
.teacherMainHead {
     margin-top: -78px !important;
}
*/
.nav {
    width: 1260px;
    height: 58px;
    padding: 0 5px;
    background-color: #FFF;
}

.nav > a > img {
    width: 128px;
    margin-top: 10px;
    height: 40px;
}

.navList {
	margin-left: 31px;
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navList>span {
    display: block;
    position: relative;
    float: left;
    margin-right: 0;
    font-size: 15px;
    cursor: pointer;
}

.navListSpan>a {
    border-bottom: 2px solid #00A0EA !important;
    color: #00A0EA !important;
}

.navList>span>a {
    display: block;
    border-bottom: 2px solid #FFF;
    line-height: 55px;
    color: #333;
}

.navList>span:hover>a,
.courseContent>span:hover>a {
    color: #11A9E8;
}

.search {
    margin-top: 9px;
    margin-left: 30px;
}

.search input {
    position: relative;
    top: -1px;
    width: 226px;
    height: 40px;
    padding-left: 17px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
}

.search input::-webkit-input-placeholder {
    color: #CCC;
    text-align: center;
}

.search button {
    position: relative;
    left: -5px;
    width: 72px;
    height: 40px;
    padding: 0 12px 0 0;
    border: none;
    background: url(/deploy/assets/w2.0/img/navBg.png) -26px -7px no-repeat;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 16px;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.search button:focus {
    outline: 0;
}

.loginMyList {
    position: relative;
    padding: 0 0 0 !important;
    margin: 0 35px;
    max-width: 110px;
}
.loginMyList i{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.loginMyList:hover .loginList {
    display: block;
}

.loginList {
    display: none;
    position: absolute;
    left: 50%;
    top: 56px;
	margin-left: -58px;
    width: 116px;
    background-color: #FFF;
    z-index: 55;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}

.loginList ul li {
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #999;
    line-height: 40px;
    font-size: 11px;
    text-align: center;
}

.loginList ul li a,
#Nologin a,
.AssembleName p b {
    color: #333;
}

.loginList ul li:last-of-type {
    border: 0;
}
.loginList ul li:hover {
    border-bottom: 1px dashed #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
}
.loginList ul li:hover a,
.loginBtn a:hover,
.registerBtn a:hover {
    color: #FFF;
}
.login {
    height: 58px;
}
.login>span {
    display: block;
    position: relative;
    float: left;
    height: 58px;
    padding: 0 15px;
    line-height: 58px;
    font-size: 15px;
    cursor: pointer;
}
.login>span>a {
    color: #333;
}

.login>span:hover,
.login>span>a:hover {
    color: #00A0EA;
}

.login>span:first-of-type .shopCarBg{
    position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: url(/deploy/assets/w2.0/img/allIconImg.png) -154.25px -111.73px no-repeat;
	background-size: 299.7px 154.83px
}

.login>span:last-of-type {
    background: url(/deploy/assets/w2.0/img/navBg.png) -32px -142px no-repeat;
}

.navList>span:nth-child(3):hover>.hoverCourse {
    display: block;
}

.goCart>i {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    background-color: #FFF;
    line-height: 13px;
    color: #CCC;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
}

/*.goCart:hover {
    background-position: -25px -226px !important;
}*/

.goCart:hover>a {
    color: #00A0EA !important;
}

.goCart:hover i {
    border: 1px solid #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
}

/*.goCart:hover .shopMoadl{
	display: block;
}*/
.shopMoadl {
    display: none;
    position: absolute;
    left: 6px;
    top: 57px;
    width: 308px;
    height: 428px;
    background-color: #FFF;
    z-index: 99;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    transition: all .2s;
}

.shopMoadl-Title {
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    color: #333;
    font-size: 14px;
}

.shopMoadl-Main {
    height: 343px;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

.shopMoadl-Single {
    padding: 10px;
    border-bottom: 1px dashed #F0F0F0;
}

.shopMoadl-Img {
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 9px;
}

.shopMoadl-Img img {
    width: 52px;
    background-color: #999;
}

.shopMoadl-Info {
    float: left;
    width: 165px;
    height: 52px;
}

.shopMoadl-Info p {
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    height: 52px;
    line-height: normal;
    color: #333 !important;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3 !important;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shopMoadl-Info p a {
    color: #333 !important;
}

.shopMoadl-Info p:hover>a {
    color: #333 !important;
}

.shopMoadl-Delete {
    float: right;
    height: 52px;
    text-align: right;
}

.shopMoadl-Delete p {
    line-height: normal;
    color: #00A0EA;
    font-size: 10px;
    font-weight: 700;
}

.shopMoadl-Delete p a {
    color: #333;
    font-size: 14px;
}

.shopMoadl-Delete p a:hover {
    color: #048DCC;
}

.shopMoadl-Footer {
    height: 47px;
    padding: 9px 14px 8px;
    background-color: #F5F5F5;
    line-height: 30px;
}

.shopMoadl-Footer span {
    margin-right: 16px;
    color: #333;
    font-size: 11px;
}

.shopMoadl-Footer span b {
    margin-left: 6px;
    font-size: 14px;
}

.shopMoadl-Footer a {
    display: block;
    float: right;
    width: 68px;
    height: 30px;
    background-color: #E4393C;
    line-height: 30px;
    color: #FFF !important;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
}

.hoverCourse {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 480px;
    height: 466px;
    background-color: #FFF;
    z-index: 99;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}

.courseTitle {
    float: left;
    width: 162px;
    height: 466px;
}

.courseTitle span {
    display: block;
    width: 162px;
    height: 34px;
    background-color: #11A9E8;
    line-height: 34px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.courseTitle ul li {
    width: 162px;
    padding: 14px 0;
    border-bottom: 1px solid #F3F3F3;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.courseTitle ul li:hover a {
    color: #11A9E8 !important;
    border-left: 2px solid #11A9E8;
    color: #11A9E8;
}

.courseTitle ul li a {
    display: inline-block;
    width: 100%;
    border-left: 2px solid #FFF;
    color: #333;
}

.courseTitle ul li:hover {
    background-color: #F7F7F7;
}

.courseTitleLi {
    background-color: #F7F7F7 !important;
}

.courseTitleLi a {
    border-left: 2px solid #11A9E8 !important;
    color: #11A9E8 !important;
}

.courseContent {
    display: none;
    float: left;
    width: 318px;
    height: 466px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}

.courseContent>span {
    display: block;
    float: left;
    padding: 10px 0 10px 19px;
    text-align: left;
    cursor: pointer;
}

.courseContent>span>a {
    display: block;
    width: 140px;
    height: 21px;
    border-right: 1px solid #F3F3F3;
    line-height: 21px;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courseContent>span:hover {
    background-color: #F7F7F7;
}

.loginBottom {
    padding: 20px 0 8px;
    background-color: #494848;
}

.aLink {
    color: #FFF;
    font-size: 14px;
}

.aLink p {
    margin-bottom: 12px;
}

.aLink p a {
    padding: 0 7px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.aLink p a:first-of-type {
    padding-left: 0;
}

.appDowload {
    padding: 40px 0 0;
}

.appDowload>div {
    float: right;
    width: 113px;
    height: 36px;
    margin-left: 10px;
    border: 1px solid #6E7382;
    background-color: #2C2E35;
    color: #E0E0E1;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
}

.cBg {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 20px;
    height: 21px;
    margin-right: 18px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -123px no-repeat;
}

.androidBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -70px no-repeat;
}

.iosBg {
    display: inline-block;
    width: 20px;
    height: 23px;
    margin: 0 6px 0 10px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -8px -95px no-repeat;
}

.dowloadInfo {
    display: inline-block;
    width: 62px;
}

.loginModalBg,
.registerModalBg {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.3);
}

.loginModal {
    position: relative;
    width: 422px;
    background-color: #FFF;
    border-radius: 9px;
    overflow: hidden;
}

.loginModalTitle {
    width: 100%;
    border-bottom: 1px solid #EEE;
}

.loginModalTitle span {
    display: block;
    float: left;
    width: 50%;
    height: 76px;
    line-height: 76px;
    color: #999;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
}

.loginModalMain {
    width: 100%;
    padding: 25px 27px 0;
}
    .loginModalMain .smsCode {
        margin:10px 0px 0px 0px;
    }
.userName,
.passWord,
.smsTel,
.registerName,
.registerPassWord,
.registerSmsCode,
.registerpicCode {
    width: 100%;
    height: 41px;
}

.userName input,
.passWord input,
.smsTel input,
.registerName input,
.registerPassWord input {
    width: 100%;
    height: 41px;
    padding-left: 10px;
    border: 1px solid #DDD;
    background-color: #F4F4F4;
    line-height: 41px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.userNameTip,
.passWordTip,
.smsTelTip,
.slideTip,
.smsCodeTip,
.registerNameTip,
.smsCodeTip,
.registerPassWordTip,
.registerSmsCodeTip {
    height: 20px;
    line-height: 20px;
    color: #FF385A;
    font-size: 14px;
}

.loginBtn,
.registerBtn {
    width: 100%;
}

.loginBtn a,
.registerBtn a {
    display: block;
    width: 100%;
    height: 41px;
    background-color: #00A0EA;
    line-height: 41px;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.loginOperation {
    padding: 10px 0 0;
    color: #333;
    font-size: 14px;
}

.loginOperation input {
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    opacity: 0;
}

.loginOperation a {
    margin: 0 12px;
    color: #999;
    cursor: pointer;
}

.otherLogin {
    padding: 10px 0 20px;
}

.otherLoginTitle {
    width: 100%;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.otherLoginMain {
    padding: 6px 0 0;
    text-align: center;
    font-size: 14px;
}

.wxBg {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -337.59px -98px no-repeat;
	background-size: 373px 193px;
	cursor: pointer;
}

.checkBg {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(/deploy/assets/w2.0/img/loginBg.png) -13px -17px no-repeat;
}

.close {
    display: block;
    position: absolute;
    top: 8px;
    right: 26px;
    width: 15px;
    height: 15px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -270px -232.5px no-repeat;
	background-size: 511px 264px
}

.slider {
    border: 1px solid #DDD;
    border-radius: 3px;
}

.smsCode input {
    width: 222px;
    height: 41px;
    padding-left: 10px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
}

.smsCode button {
    position: relative;
    top: -1px;
    width: 127px;
    height: 39px;
    margin-left: 19px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
}
.smsCode img {
    position: relative;
    top: -1px;
    width: 120px;
    height: 39px;
    margin-left: 19px;
    border: 0;
    border-radius: 3px;
    outline: 0;
}
.paging {
    height: 111px;
    padding: 0;
    line-height: 111px;
    text-align: center;
}

.paging span {
    display: inline-block;
    height: 32px;
    margin-right: 18px;
    padding: 0 12px;
    border: 1px solid #D9D9D9;
    line-height: 32px;
    color: #666;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
}

.paging span:hover {
    border: 1px solid #00A0EA;
    color: #00A0EA;
}

.registerModal {
    position: relative;
    width: 422px;
    padding: 0 27px;
    background-color: #FFF;
    border-radius: 9px;
    overflow: hidden;
}

.registerModalTitle {
    width: 100%;
    height: 54px;
    margin-top: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EEE;
    color: #999;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.5px;
    /*line-height: 74px;*/
}

.registerSmsCode input, .registerpicCode input {
    width: 220px;
    height: 41px;
    padding-left: 10px;
    border: 1px solid #DDD;
    background-color: #F4F4F4;
    line-height: 41px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.registerSmsCode button {
    width: 120px;
    height: 41px;
    border: 1px solid #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
}

.registerTip {
    padding: 10px 0 0;
}

.registerTip .pull-left {
    color: #333;
    font-size: 14px;
}

.registerTip .pull-right,
.pagingPage span {
    color: #999;
    font-size: 14px;
}

.registerTip a {
    color: #00A0EA;
    cursor: pointer;
}

/* 加入购物车 */
.joinMain {
    width: 360px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}

.joinTitle {
    width: 100%;
    height: 56px;
    padding: 0 22px;
    background-color: #F5F8FA;
    line-height: 56px;
    color: #009FE9;
    font-size: 18px;
    letter-spacing: 2px;
}


.openRemindClose {
    display: block;
    position: absolute;
    top: 13px;
    right: 24px;
    width: 11px;
    height: 11px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -210.29px -170.95px no-repeat;
	background-size: 375.73px 194.11px;
    cursor: pointer;
}
.joinClose{
	display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -572px -465px no-repeat;
    /* background-size: 375.73px 194.11px; */
    cursor: pointer;
}
.joinInfo {
    width: 100%;
    padding: 35px 27px 32px;
    color: #999;
    font-size: 14px;
}

.joinBg {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 29px;
    height: 29px;
    margin-right: 14px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -36px -581px no-repeat;
}

.joinBtn,
.deleteBtn {
    width: 100%;
    padding: 0 24px 18px;
}

.joinBtn a {
    display: inline-block;
    width: 142px;
    height: 40px;
    border: 1px solid #009FE9;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.joinBtn a:first-of-type,
.deleteBtn a:first-of-type {
    float: left;
    background-color: #009FE9;
    color: #FFF;
}

.joinBtn a:last-of-type {
    float: right;
    background-color: #FFF;
    color: #009FE9;
}

/* 收藏 */
.successModal {
    position: fixed;
    left: 44%;
    top: 268px;
    width: 200px;
    height: 200px;
    padding: 30px 0 0;
    background-color: rgba(0,0,0,.6);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    z-index: -99;
    border-radius: 3px;
    transition: all 1s;
    opacity: 0;
}

.successModal i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 35px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -11px -483px no-repeat;
}

/* 分页 */
.pagingPage {
    padding: 39px 0;
    text-align: center;
}

.pagingPage a {
    display: inline-block;
    height: 32px;
    margin: 0 8px;
    padding: 0 12px;
    background-color: #FFF;
    line-height: 32px;
    color: #656565;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.pagingPage a:hover {
    background-color: #00A0EA;
    color: #FFF;
}

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

/* 分页 */
.dataList {
    display: none;
    position: fixed;
    left: 897px;
    top: 49px;
    width: 208px;
    background-color: #FFF;
    z-index: 99;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
}

.dataList span {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 0 16px;
    line-height: 34px;
    color: #999;
    font-size: 14px;
}

.dataList ul {
    border-top: 1px solid #F8F8F8;
}

.dataList ul li {
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.dataList ul li:hover {
    background-color: #F8F8F8;
}

.deleteMain,
.openRemindMain {
    width: 352px;
    background-color: #FFF;
    border-radius: 3px;
    overflow: hidden;
}

.deleteTitle,
.openRemindTitle {
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 22px;
    background-color: #F5F8FA;
    line-height: 56px;
    color: #009FE9;
    font-size: 18px;
}

.deleteClose {
    display: block;
    position: absolute;
    top: 13px;
    right: 24px;
    width: 11px;
    height: 11px;
    background: url(/deploy/assets/w2.0/img/allIconImg.png) -210.29px -170.95px no-repeat;
	background-size: 375.73px 194.11pxpx;
}

.deleteInfo {
    width: 100%;
    height: 96px;
    padding: 15px 27px 0;
}

.deleteImg {
    float: left;
    width: 48px;
}

.deleteNum {
    float: left;
    padding: 0 23px;
    color: #FF385A;
    font-size: 22px;
    font-weight: 700;
}

.deleteNum p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.deleteBtn a {
    display: inline-block;
    width: 142px;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.deleteBtn a:last-of-type {
    float: right;
    background-color: #F6F6F6;
    color: #666;
}

.notShopModal {
    width: 100%;
    padding: 50px 0 0;
    text-align: center;
}

.notShopModal img {
    height: 200px;
}

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

.layui-layer-page .layui-layer-content {
    position: absolute !important;
}
.layui-layer-setwin .layui-layer-close2{
	background-position: -149px -32px !important;
}
.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -32px !important;
}
.layui-layer-title {
    height: 54px !important;
    padding: 0 0 0 !important;
    line-height: 54px !important;
    font-size: 18px !important;
}

.layui-layer-tab .layui-layer-title span {
    width: 50% !important;
}

.layui-layer-setwin .layui-layer-close1 {
    z-index: 10;
}

.layui-layer-tab .layui-layer-title span.layui-this {
    height: 54px !important;
    color: #00A0EA !important;
}
#CouponListPanel{
	display: none;
}
.couponModal{
	width: 1200px;
}
.couponModal-Main {
    padding: 30px 15px 0;
}

.couponModal-Single {
    position: relative;
    width: 330px;
    height: 86px;
    margin: 0 30px 30px;
	background: url(/deploy/assets/w2.0/img/allIconImg.png) -614px 0 no-repeat;
	background-size: 1022px 528px;
    line-height: 86px;
}

.notCouponSingle {
	background: url(/deploy/assets/w2.0/img/allIconImg.png) -614px -88px no-repeat;
	background-size: 1022px 528px;
}

.couponModal-Single i {
    background: url() 0 0 no-repeat;
    background-size: 100% 100%;
}

.couponModal-OddsMoney {
    margin-left: 26px;
    color: #FEFEFE;
    font-size: 46px;
}

.couponModal-OddsMoney c {
    margin-right: 10px;
    font-size: 16px;
}

.couponModal-TotleMoney {
    width: 108px;
    padding: 14px 10px 0;
    line-height: 30px;
    color: #F9F9F9;
    font-size: 20px;
}

.couponModal-CouBtn {
    width: 82px;
    padding: 14px 22px 0 12px;
    line-height: 30px;
    color: #FEFEFE;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}

.couponModal-Btn {
    padding: 30px 0;
    text-align: center;
}

.couponModal-Btn a {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: 0 15px;
    border: 1px solid;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.couponModal-Btn a:first-of-type {
    border-color: #FF5A76;
    background-color: #FF5A76;
    color: #FFF;
}

.couponModal-Btn a:first-of-type:hover {
    background-color: #DC2D4B;
}

.couponModal-Btn a:last-of-type {
    border-color: #999;
    color: #999;
}

.couponModal-Btn a:last-of-type:hover {
    border-color: #00A0EA;
    color: #00A0EA;
}

.openRemindInfo {
    width: 100%;
    padding: 0 11px;
}

.openRemindInfo p {
    padding: 16px 13px 0;
    color: #999;
    font-size: 17px;
}

.openRemindInfo input::-webkit-input-placeholder {
    color: #CCC;
}

.openRemindTel {
    padding: 16px 13px 0;
}

.openRemindTel input {
    width: 100%;
    height: 41px;
    padding: 0 16px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.openRemindCode {
    padding: 16px 13px 23px;
    border-bottom: 1px solid #EEE;
}

.openRemindCode input {
    width: 127px;
    height: 41px;
    padding: 0 16px;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
}

.openRemindCode button {
    width: 127px;
    height: 41px;
    margin-left: 19px;
    border: 0;
    background-color: #009FE9;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
}

.openRemindBtn {
    width: 100%;
    padding: 24px 24px 36px;
}

.openRemindBtn a {
    display: block;
    width: 142px;
    height: 40px;
    border: 1px solid #009FE9;
    background-color: #FFF;
    line-height: 40px;
    color: #009FE9;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.openRemindBtn a:hover {
    background-color: #009FE9;
    color: #FFF;
}

.Assemble {
    margin-bottom: 20px;
    padding: 10px 24px 30px;
    background-color: #FFF;
}

.AssembleTitle {
    height: 60px;
    padding: 0;
    line-height: 60px;
}

.AssembleTitle .pull-left b {
    color: #414141;
    font-size: 22px;
    letter-spacing: 3px;
}

.AssembleTitle .pull-left c {
    margin-left: 30px;
    color: #414141;
    font-size: 14px;
    letter-spacing: 1px;
}

.AssembleTitle .pull-right a {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.AssembleTitle .pull-right a:hover {
    color: #00A0EA;
}
.AssembleMain {
    padding: 22px 40px 0;
    background-color: #F6F6F6;
}
.AssembleStep {
    height: 126px;
    padding: 0;
    background: url(/deploy/assets/w2.0/img/AssembleImg.png) center 0 no-repeat;
}
.AssembleImg {
    padding: 0;
    text-align: center;
}
.AssembleImg img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.AssembleName {
    padding: 6px 0 0;
}
.AssembleName p {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
}
.AssembleName p span {
    color: #FF5A76;
}
.AssembleBtn {
    margin-bottom: 55px;
    padding: 5px 0 0;
}
.AssembleBtn a {
    display: block;
    float: right;
    margin: 6px 0 0;
    width: 84px;
    height: 28px;
    border: 1px solid #FF385A;
    background-color: #FF385A;
    line-height: 28px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.AssembleBtn a:hover {
    background-color: #DC2D4B;
}
.lableBgYellow{
	display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
	background-color: #E8A500;
	position: relative;
	margin-right:5px;
    /*top: -2px;
    left: -10px;*/
}
.lableBgRed{
	display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    margin-right:5px;
    border-radius: 3px;
	background-color: #FE385B;
	position: relative;
    /*top: -2px;
    left: -10px;*/
}
.IntroduceMain{
	background-color: #2b2b2d;
}
.Introducetitle{
	padding: .38rem .26rem .58rem;
	color: #cfac90;
	letter-spacing: .1rem;
	text-align: center;
    font-size:26px;
}
.Introducebottom{
	padding: 0 .26rem .3rem;
}
.Introducemain_4{
	padding-top: .4rem !important;
}
.Introducemain{
	padding: .1rem 0;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: .3rem;
	position: relative;
}
.IntroducecourseTitle{
	display: flex;
	justify-content : space-between;
	align-items : center;
	margin: 0 auto 0;
	padding: 0 .05rem;
	width: 90%;
	height: .58rem;
	font-size: .34rem;
	border-radius: 5px;
	background-color: #d6ab88;
	position: absolute;
	top: -.3rem;
	left: 5%;
}
.IntroducecourseTitle b{
	width: 28%;
	text-align: center;
	color: #fff;
}
.IntroducecourseTitle span{
	width: 72%;
	height: .48rem;
	text-align: center;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	font-weight: 500;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.IntroducecourseList {
    padding: .2rem .12rem .14rem .24rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: .24rem;
    border-top: #bbb 2px dashed;
}
.Introducecoursetop {
    padding-left:.5rem;
}
.Introducemain .IntroducecourseList:first-child {
  border-top: 0px;
}
.IntroducecourseList>p{
	width: 100%;
	margin-bottom: .15rem;
}
.IntroducecourseList>i{
	width: .58rem;
	height: .58rem;
	text-align: center;
	line-height: .58rem;
	font-size: .3rem;
	color: #474749;
	border: 1px solid #474749;
	border-radius: 50%;
}
.IntroducecourseListMain{
	padding: 0 0.3rem 0 0rem;
	width: 91%;
}
.IntroducecourseListMain>span{
	display: inline-block;
	max-width: 93%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: .06rem;
	padding: 0 .2rem 0;
	height: .52rem;
	line-height: .52rem;
	font-size: .26rem;
	color: #fff;
	background-color: #47464b;
	border-radius: 3px;
	margin-bottom: .2rem;
	font-weight: 500;
}
.IntroducecourseListMain>p{
	font-size: .20rem;
	color: #474749;
	margin-bottom: .16rem;
}
.IntroducecourseListMain > p > span {
    font-size: .28rem;
    font-weight: bold;
}
.Introducep_10 {
    padding-left: .1rem;
}
.appbottom {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appbottom.apptran {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.appbottom .apppic {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 1080px;
    height: 120px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.appbottom .appbutton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.appbottom .appright {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    cursor: pointer;
}
.appbottom .appright:after {
    content: "\2715";
    color: #fff6ea;
    font-size: 14px;
    cursor: pointer;
}