*{margin: 0;padding: 0}
body, button, input, keygen, legend, select, textarea {
    font-family: "yahei", sans-serif;
    outline: 0;
    color:#333;
}
html,body {
    font-size: 0.28rem;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    background: #f4f4f4;
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}
input::-webkit-input-placeholder {
    color: #ccc;
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: rgba(0, 0, 0, 0.6);
}

img {
    width: 100%;
    display: block;
}

em, i {
    font-style: normal
}


p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}
.clearfix {
    *zoom: 1;
}
input{

}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pb-02{
    padding-bottom: 0.2rem;
}
.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    height: 100%;
    background: #f4f4f4;
}
.banner{
    position: relative;
}
.text{
    position: absolute;
    top: 7rem;
    width: 5rem;
    left: 50%;
    margin-left: -2.5rem;
}
.text p{
    font-size: 0.29rem;
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 0.1rem;
}
.text p span{
    font-weight: bold;
    color: #fff;
    margin: 0 00.1rem;
}
.ship{
    position: absolute;
    width: 6.3rem;
    /* border: 0.15rem solid #ffdf2b; */
    bottom: 0.55rem;
    left: 50%;
    margin-left: -3.2rem;
    height: 3.6rem;
}
video{
    width: 100%;
    height: 100%;
}
.overly{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top:0;
    display: none;
    z-index: 110;
}
.alert{
    width: 6rem;
    height: 6rem;
    padding: 0.3rem;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    background: #fff;
    display: none;
}

.alert p{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.5rem;

}
.alert img{
    width: 70%;
    margin: 0 auto;
}
.Barrage {
     position: absolute;
    width: 100%;
    height: 4.8rem;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.message {
    position: absolute;
    bottom: 2rem;
}

.key {
    position: fixed;
    width: 7rem;
    height: 7.4rem;
    padding: 0.3rem 0.7rem;
    box-sizing: border-box;
    background: white;
    border-radius: 0.1rem;
    transition: all 300ms;
    /* display: none; */
    left: 50%;
    margin-left: -3.5rem;
    z-index: 111;
    display: none;
    top: 50%;
    transform: translate(0, -50%);
}
.keys{
    bottom: 0px;
    animation: keys 300ms ease;
    -webkit-animation: keys 300ms ease; /* Safari 与 Chrome */
}
@-webkit-keyframes keys {
    0% {
        transform: translateY(400px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes keys {
    0% {
        transform: translateY(400px);
    }
    100% {
        transform: translateY(0px);
    }
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    color: #323233;
    text-align: left;
    background-color: #f5f5f5;
    border: 0;
    resize: none;
    height: 5rem;
    font-size: 0.29rem;
    padding: 0.2rem;
    border-radius: 0.1rem;
}
.buts {
    width: 40%;
    margin: 0.2rem auto;
}
.tit{
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.29rem;
    color: #000;
}
.iocnBox {
    position: absolute;
    width: 0.5rem;
    height: 1rem;
    top: -0.8rem;
    right: 0;
    margin: auto;
    color: #333;
    text-align: right;
    cursor: pointer;
}
.iocnBox i {
    font-size: 18px;
    color: #909399;
}
.remove{
    animation-fill-mode: forwards;
    animation: remove 300ms ease;
    -webkit-animation: remove 300ms ease; /* Safari 与 Chrome */
}
@-webkit-keyframes remove {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(400px);
    }
}
@keyframes remove {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(400px);
    }
}

.Barrage div{
    animation-delay: 1s;
    position: absolute;
    background: rgba(255,255,255,.3);
    color: #000;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 25px;
    /*animation: Barrag 10s linear infinite;*/
    /*-webkit-animation: Barrag 10s linear infinite;*/
    /*top: 0.2rem;*/
    white-space: nowrap;
    font-size: 12px;
    align-items: center;
    display: flex;
}

.Barrage div img{
    width: 0.6rem;height:0.6rem;border-radius: 50%;overflow: hidden;margin-right: 0.2rem;

}
@keyframes Barrag
{
    0% {right: -200px;opacity: 1;}
    80% {right: 600px;opacity: 1;}
    100% {right: 800px;opacity: 0;}
}

@-webkit-keyframes Barrag /* Safari 与 Chrome */
{
    0% {right: -200px;opacity: 1;}
    80% {right: 600px;opacity: 1;}
    100% {right: 800px;opacity: 0;}
}

/*.B-span2{*/
    /*top: 1rem!important;*/
    /*animation: Barrag 6s linear infinite!important;*/
    /*-webkit-animation: Barrag 6s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(3){*/
    /*top: 1.50rem!important;*/
    /*animation: Barrag 12.8s linear infinite!important;*/
    /*-webkit-animation: Barrag 12.8s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(4){*/
    /*top: 2.4rem!important;*/
    /*animation: Barrag 10s linear infinite!important;*/
    /*-webkit-animation: Barrag 10s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(5){*/
    /*top: 3rem!important;*/
    /*animation: Barrag 17.5s linear infinite!important;*/
    /*-webkit-animation: Barrag 17.5s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(6){*/
    /*top: 1.9rem!important;*/
    /*animation: Barrag 20s linear infinite!important;*/
    /*-webkit-animation: Barrag 20s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(7){*/
    /*top: 0.6rem!important;*/
    /*animation: Barrag 15s linear infinite!important;*/
    /*-webkit-animation: Barrag 15s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(8){*/
    /*top: 2.6rem!important;*/
    /*animation: Barrag 16s linear infinite!important;*/
    /*-webkit-animation: Barrag 16s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(9){*/
    /*top: 0rem!important;*/
    /*animation: Barrag 8s linear infinite!important;*/
    /*-webkit-animation: Barrag 8s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(11){*/
    /*top: 2.4rem!important;*/
    /*animation: Barrag 8s linear infinite!important;*/
    /*-webkit-animation: Barrag 8s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(12){*/
    /*top: 2.7rem!important;*/
    /*animation: Barrag 8s linear infinite!important;*/
    /*-webkit-animation: Barrag 8s linear infinite!important;*/
/*}*/
/*.Barrage div:nth-child(13){*/
    /*top:2.8rem!important;*/
    /*animation: Barrag 8s linear infinite!important;*/
    /*-webkit-animation: Barrag 8s linear infinite!important;*/
/*}*/
@keyframes Barragss
{
    0% {right: 0px;opacity: 1;}
    80% {right: 1120px;opacity: 1;}
    100% {right: 1400px;opacity: 0;}
}

@-webkit-keyframes Barragss /* Safari 与 Chrome */
{
    0% {right: 0px;opacity: 1;}
    80% {right: 1120px;opacity: 1;}
    100% {right: 1400px;opacity: 0;}
}

.Tips {
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    z-index: 1111;
    color: #fff;
}

.empty {
    position: absolute;
    width: 40px;
    height: 30px;
    top: 38px;
    right: 15px;
    margin: auto;
    color: red;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    opacity: 0;
}
.Tipss{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    z-index: 1111;
    color: #fff;
}
video {
    object-fit: fill;
}

.send{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: rgba(10,10,10,0.6);
    text-align: center;
}
.input{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px -350px;
    font-size: 0;
}
.container {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
}
/*杈撳叆妗嗙殑鏍峰紡*/
.input-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    padding: 30px;
    color: #fff;
    background: rgba(0,0,0,.6);
    text-align: center;
}
.input-box input{
    width: 320px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 10px;
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.input-box input:focus{
    box-shadow: 3px 5px 20px rgba(0,0,0,.8) ,2px 1px 3px rgba(0,0,0,.6) inset;
}
.input-box .btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #cf5a5d;
    background: -webkit-linear-gradient(left, #f6ad36, #cf5a5d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f6ad36, #cf5a5d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f6ad36, #cf5a5d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f6ad36, #cf5a5d);
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.input-box .btn:hover{
    box-shadow: 3px 5px 20px rgba(0,0,0,.8) ,2px 1px 3px rgba(255,255,255,.6) inset;
}

/*姝ゅ涓烘瘡鏉″脊骞曠殑鏍峰紡*/
.container .list {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: -webkit-transform 25s linear;
    -moz-transition: -moz-transform 25s linear;
    -o-transition: -o-transform 25s linear;
    transition: transform 25s linear;
    z-index: 999;
}
/*姝ゅ寮瑰箷鐨勭Щ鍔ㄥ姩鐢伙紝浣跨敤transform涓嶄細寮曡捣椤甸潰鐨勯噸缁橈紝鎬ц兘鏇村ソ*/
.container .list.animate {
    -webkit-transform: translateX(-3420px);
    -moz-transform: translateX(-3420px);
    -ms-transform: translateX(-3420px);
    -o-transform: translateX(-3420px);
    transform: translateX(-3420px);
}
.container .list .content {
    display: inline-block;
    opacity: 1;
}
.container .list img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: text-top;
}
.tab{
    width: 100%;
    display: flex;
    text-align: center;
    position: absolute;
    bottom: 0.15rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.1rem;
}
.tab-tit{
    flex: 0 0 3.2rem;
    text-align: center;
    /* letter-spacing: 1px; */
    margin-top: 0.1rem;
}
.tab-tit.on{
    color: #94f2fb;
}