@charset "UTF-8";
body {
    margin: 0
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

div,
ul,
li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:active,
a:hover {
    outline: 0
}

input {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /*解决加入js后input框输入瞬间变白的现象*/
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

img {
    vertical-align: middle;
    border: 0
}

@-ms-viewport {
    width: device-width
}

.layerBox {
    min-width: 100px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border: none;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    display: none;
    z-index: 999999;
    left: 10%;
    top: 35%;
    width: 80%;
    -webkit-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.layerBox .content {
    position: relative;
    padding: 22px 25px;
    text-align: center;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .28em;
    line-height: 1;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1
}

ul,
li {
    list-style-type: none;
}

textarea,
input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.header {
    background: #e93391;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .fl {
    position: absolute;
    left: 0;
    top: 0;
}

.header a {
    display: block;
    height: 44px;
}

.header a:active {
    background: rgba(255, 255, 255, .1);
}

.header i {
    width: 44px;
    height: 44px;
    display: block;
}

.icoLeft {
    background: url(../img/icoLeft.png) no-repeat center center;
    background-size: 100% 100%;
}

.page {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.banner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.swiper-container {
    --swiper-theme-color: #fca4d1;
}

.tabTit {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.tabTit .swiper-slide {
    position: relative;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.tabTit .cur {
    font-size: 18px;
    font-weight: bold;
}

.tabTit .cur:after {
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #e93391;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.list {}

.list li {
    position: relative;
    overflow: visible;
    height: 40px;
    margin: 10px 0;
}

.list li .num {
    width: 20px;
    line-height: 40px;
    font-size: 15px;
    color: #999;
    float: left;
}

.list li .pic {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.list li .pic img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.list li .text {
    padding-right: 80px;
}

.list li .text h4 {
    color: #111;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*超出部分显示省略号*/
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

.list li .text p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*超出部分显示省略号*/
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

.list li .text p span {
    margin-right: 10px;
}

.list li .text p i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: url(../img/icoPlaySm.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 4px;
    margin-right: 2px;
}

.list li .btnBox {
    position: absolute;
    right: 0;
    top: 0;
}

.list li .btnBox i {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 4px;
}

.list li .btnBox i.icoPlay {
    background: url(../img/icoPlay.png) no-repeat left top;
    background-size: 100% auto;
}

.list li .btnBox i.icoPlay:active {
    background-position: 0 bottom;
}

.list li .btnBox i.icoWatch {
    background: url(../img/icoWatch.png) no-repeat left top;
    background-size: 100% auto;
}

.list li .btnBox i.icoWatch:active {
    background-position: 0 bottom;
}

.list li .btnBox i.icoStop {
    display: none;
    background: url(../img/icoStop.png) no-repeat 0 bottom;
    background-size: 100% auto;
}

.list li .btnBox i.icoStop:active {
    background-position: 0 bottom;
}

.swiper-container {
    z-index: 0;
}

.tabTit.swiper-container {
    z-index: 0;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.maskShow {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .01);
}

.show1 .fixed1 {
    z-index: 100;
    background: #fff;
    overflow: visible;
    position: relative;
}

.show1 .tabTit.swiper-container {
    z-index: 1;
    overflow: visible;
}

.show1 .tabTit:before {
    content: '';
    position: absolute;
    width: 518px;
    height: 230px;
    left: 10px;
    top: -70px;
    background: url(../img/mask1.png) no-repeat left top;
    background-size: auto 50%;
    z-index: 3;
}

.show1 .fixed1:before {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px dashed #fff;
}

.show2 .fixed2 {
    z-index: 100;
    background: #fff;
    overflow: visible;
    position: relative;
}

.show2 .fixed2:before {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px dashed #fff;
    z-index: 0;
}

.show2 .fixed2:after {
    content: '';
    position: absolute;
    width: 233px;
    height: 133px;
    right: -10px;
    bottom: -7px;
    background: url(../img/mask2.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 3;
}

.show2 .tabTit .cur:after {
    display: none;
}

.show3 .fixed3 {
    z-index: 100;
    background: #fff;
    overflow: visible;
    position: relative;
}

.show3 .tabTit .cur:after {
    display: none;
}

.show3 .fixed3:before {
    content: '';
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 2px dashed #fff;
    z-index: 0;
}

.show3 .fixed3:after {
    content: '';
    position: absolute;
    width: 305px;
    height: 128px;
    right: -10px;
    bottom: -110px;
    background: url(../img/mask3.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 3;
}

.layBox {
    position: fixed;
    left: 40px;
    right: 40px;
    z-index: 1001;
    background: #fff;
    border-radius: 10px;
    height: 300px;
    top: 50%;
    margin-top: -150px;
}

.layBox .layBoxClose {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/close.png) no-repeat center center;
    background-size: 100% 100%;
}

.layBox .layPic {
    margin-top: 20px;
    height: 140px;
}

.layBox .layPic.layOk {
    background: url(../img/ico-ok.jpg) no-repeat center center;
    background-size: auto 100%;
}

.layBox .layPic.layFail {
    background: url(../img/layFail.jpg) no-repeat center center;
    background-size: auto 100%;
}

.layBox .layTit {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 0 8%;
    text-align: center;
    margin-top: 10px;
}

.layBox .layBtnBox {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
}

.layBox .layBtnBox .layBtn {
    height: 40px;
    line-height: 40px;
    background: #e93391;
    width: 100%;
    border: 0;
    outline: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.layBox .layBtnBoxTwo .layBtn {
    width: 47%;
    float: left;
}

.layBox .layBtnBox .layBtnCancel {
    height: 40px;
    line-height: 40px;
    background: #fff;
    width: 47%;
    border: 0;
    outline: none;
    color: #e93391;
    border: 1px solid #e93391;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    float: right;
}
/*02-27 by lmy*/
.list li .btnBox i{cursor: pointer;}
.list li .btnBox{z-index: 2;}


/*0311新增*/

.header .fr {
    position: absolute;
    right: 0;
    top: 0;
}

.header .fr a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.header .fr a:active {
    background: rgba(0, 0, 0, .05);
}

.grayBg {
    background: #f2f2f2;
}

.ex-tit {
    line-height: 36px;
    padding: 0 15px;
    color: #666;
    font-size: 12px;
}

.exForm {}

.exForm li {
    padding: 15px;
}

.exForm li.inpWrap {
    padding: 0;
    background: #fff;
    color: #666;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
}

.exForm li.inpWrap span {
    display: block;
    position: absolute;
    width: 64px;
    left: 15px;
    top: 0;
    z-index: 2;
}

.exForm li.inpWrap input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    padding: 0 15px 0 79px;
}

.exForm li .btnRec {
    line-height: 40px;
    height: 40px;
    border: 0;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background: #e93391;
}

.exForm li .btnRec.disa {
    background: #ccc;
}

/*0313*/

.header .fr i.ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
    background-size: 100% 100%;
    margin-top: 10px;
}

i.ico.icon-exchange {
    background-image: url(../img/icon-exchange.png);
}

/*200427*/

.lbTabTit {
    padding: 0 20px;
    background: #fff;
    height: 44px;
    line-height: 44px;
    position: relative;
    overflow: hidden;
}

.lbTabTit a {
    width: 50%;
    height: 100%;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.lbTabTit a.active:before,
.lbTabTit a:active:before {
    content: '';
    width: 34px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 0;
    background: #e93391;
}

.tongMem {
    border-top: 10px solid #f8f9fb;
    height: 50px;
    background: #ffebea;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    line-height: 40px;
    color: #e92d1d;
    font-size: 14px;
}

.tongMem i.ico-fire {
    width: 18px;
    height: 19px;
    background: url(../img/ico-fire.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 10px;
}

.tongMem a {
    float: right;
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    background: #ff2e1a;
    color: #fff;
    padding: 0 10px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    text-decoration: none;
    margin-top: 9px;
}

.tongMem b {
    font-size: 16px;
}

.tongMem a:active {
    opacity: 0.9
}


/*以下是黄色主题*/
.thmem-yellow .header {
background: #fece00;
}
.thmem-yellow .lbTabTit a.active:before,
.thmem-yellow .lbTabTit a:active:before {
    background: #fece00;
}

.thmem-yellow .swiper-container {
    --swiper-theme-color: #fece00;
}

.thmem-yellow .tabTit .cur:after {
    background: #fece00;
}

.thmem-yellow .list li .btnBox i.icoStop {
    background-image: url(../img/icoStop-yellow.png);
}

.thmem-yellow .list li .btnBox i.icoPlay {
    background-image: url(../img/icoPlay-yellow.png);
}

.thmem-yellow .list li .btnBox i.icoWatch {
    background-image: url(../img/icoWatch-yellow.png);
}

.thmem-yellow .layBox .layBtnBox .layBtn {
    background: #fece00;
}

.thmem-yellow .layBox .layBtnBox .layBtnCancel {
    color: #fece00;
    border-color: #fece00;
}

.thmem-yellow .layBox .layBoxClose {
    background-image: url(../img/close-yellow.png);
}


/*21-01-22*/

.list li .btnBox i.icoCollect {
    background: url(../img/icoCollect.png) no-repeat left top;
    background-size: 100% auto;
}

.list li .btnBox i.icoCalcelCollect {
    display: none;
    background: url(../img/icoCollect.png) no-repeat left bottom;
    background-size: 100% auto;
}

.thmem-yellow .list li .btnBox i.icoCollect {
    background-image: url(../img/icoCollect-yellow.png);
}

.thmem-yellow .list li .btnBox i.icoCalcelCollect {
    background-image: url(../img/icoCollect-yellow.png);
}

.list li .pic {
    position: relative;
}

.list li .pic i {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.list li .pic i.icoPlay {
    background-image: url(../img/newPlay.png);
}

.list li .pic i.icoStop {
    display: none;
    background-image: url(../img/newStop.png);
}

.list li .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
}

.layBox{min-height:300px;height:auto;}