html { overflow-x: hidden; overflow-y: auto; }
body{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    max-width: 768px;
    font-family: 'Microsoft YaHei';
    background-color: #fff;
}
.living-top{
    max-width: 100%;
    border-bottom: 1px solid #efefef;
    font-size: 4rem;
    background: #fff;
    margin-left: 2rem;
    padding: 2rem 0;
}
.living-top-user img{
    width: 6rem;
    border-radius: 999px;
    vertical-align: middle;
    margin-right: 1rem;
}
.living-top-user{
    font-size: 3.6rem;
    color: #333;
    font-weight: bold;
}
.living-top-classroom img{
    width: 5rem;
    vertical-align: middle;
    border-radius: 999px;
}
.living-top-classroom{
    color: #666;
    font-size: 3.2rem;
    margin-right: 2rem;
}
.living-point{
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    height: 46rem;
    position: relative;
}
.living-point p{
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2rem;
    padding-top: 15rem;
}
.living-point span{
    font-size: 3.6rem;
}
.living-nav-list {
    font-size: 3.6rem;
    color: #999;
    padding: 2rem;
    width: 20rem;
    text-align: center;
}
.living-nav-list-act{
    color: #333;
    border-bottom: 1rem solid #4793f1;
    font-weight: bold;
}
.living-content{
    margin: 4rem 4rem 0 4rem;
}
.living-content-tittle{
    font-size: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    border-left: 0.6rem solid #4793f1;
    color: #666;
    padding-left: 1rem;
}
.living-content-titledata{
    font-size: 4.6rem;
    font-weight: bold;
    margin: 2rem 0 4rem 0;
}
.living-content-user{
    font-size: 3.6rem;
    margin: 2rem 0 4rem 0;
}
.living-content-time{
    font-size: 3.6rem;
    margin: 2rem 0 4rem 0;
}
.living-content-user img{
    width: 8rem;
    border-radius: 999px;
    vertical-align: middle;
    margin-right: 1rem;
}
.living-content-interaction{
    background-color: #f8f8f8;
    padding: 4rem 4rem 0 4rem;
    min-height: 100rem;
}
.living-interaction-prompt{
    color: #999;
    font-size: 3.2rem;
    line-height: 1.5;
}
.living-interaction-lists{
    padding: 1rem 3rem;
    font-size: 3.6rem;
    color: #333;
    margin: 2rem 0;
    background-color: #fff;
    border-radius: 2rem;
    line-height: 1.5;
}
.living-interaction-lists span{
    color: #999;
}
.living-interaction-talk{
    position: fixed;
    bottom: 4rem;
}
.living-interaction-talk-input{
    background-color: #fff;
    width: 68rem;
    height: 8rem;
    border-radius: 999px;
    line-height: 8rem;
    border: 1px solid #efefef;
}
.living-interaction-talk-input input{
    font-size: 3.6rem;
    height: 7.5rem;
    line-height: 6rem;
    border: none;
    margin-left: 4rem;
}
.living-content-reservation{
    width: 60rem;
    height: 10rem;
    background-color: #4793f1;
    color: #fff;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 10rem;
    margin-top: 10rem;
    text-align: center;
    border-radius: 999px;
}
.living-interaction-talk-forward {
    width: 8rem;
    height: 8rem;
    background-color: #fff;
    border-radius: 999px;
    margin: 0 3rem;
    text-align: center;
}
.living-interaction-talk-forward img{
    margin-top: 2.2rem;
    width: 4.3rem;
}
.living-interaction-talk-support {
    width: 8rem;
    height: 8rem;
    background-color: #FFE5E5;
    border-radius: 999px;
    text-align: center;
    position: relative;
}
.living-interaction-talk-support img{
    margin-top: 2rem;
    width: 3.6rem;
}
.living-interaction-talk-support span{
    position: absolute;
    top: -2rem;
    color: #fff;
    font-size: 2.6rem;
    background-color: red;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    right: 0;
}
.living-content-video-list{
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #efefef;
}
.video-img{
    width: 32rem;
    height: 18rem;
    position: relative;
}
.video-img img{
    width: 32rem;
    height: 18rem;
}
.video-img-time{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 2.6rem;
    padding: 0.5rem 1rem;
    background-color: #333;
    border-radius: 999px;
}
.video-data{
    width: 56rem;
}
.video-data-tittle{
    font-size: 3.6rem;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video-data-user{
    height: 6rem;
    margin-top: 2rem;
    font-size: 3.2rem;
    color: #999;
    line-height: 6rem;
}
.video-data-user img{
    width: 6rem;
    border-radius: 999px;
    vertical-align: bottom;
    margin-right: 1rem;
}
.video-data-user span{
    font-size: 3.2rem;
    color: #333;
}
.video-more{
    background-color: #E3F0FF;
    color: #4793f1;
    width: 100%;
    height:8rem;
    line-height: 8rem;
    font-size: 3.2rem;
    text-align: center;
    margin: 2rem 0 6rem 0;
}
.living-reservation-list{
    margin-top: 4rem;
    width: 86rem;
    border: 1px solid #efefef;
    padding: 3rem;
    border-radius: 2rem;
}
.reservation-list-tittle{
    font-size: 4.2rem;
    color: #333;
    font-weight: bold;
    width: 86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reservation-list-user img{
    width: 5rem;
    border-radius: 999px;
    vertical-align: bottom;
    margin-right: 1rem;
}
.reservation-list-user {
    margin-top: 2rem;
    line-height: 5rem;
    height: 5rem;
    font-size: 3.2rem;
    color: #666;
}
.reservation-list-input{
    margin-top: 2rem;
    height: 5rem;
    line-height: 5rem;
    background-color: #4793f1;
    color: #fff;
    font-size: 2.6rem;
    margin-left: 4rem;
    width: 16rem;
    text-align: center;
    border-radius: 999px;
}
.reservation-list-time{
    margin-top: 2rem;
    font-size: 2.8rem;
    color: #4793f1;
    height: 5rem;
    line-height: 5rem;
}
.reservation-time-list{
    width: 20rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    text-align: center;
    color: #999;
    font-size: 3.2rem;
    margin-right: 4rem;
}
.reservation-time-list-act{
    color: #fff !important;
    background-color: #4793f1 !important;
    border: 1px solid #4793f1 !important;
}
.living-reservation-time{
    margin-top: 4rem;
    /*display: -webkit-box;*/
    /*overflow-x: scroll;*/
    width: 90rem;
}
.living-reservation-time::-webkit-scrollbar {
    display: none;
}


.living-interaction-talk-input input::-webkit-input-placeholder{
    color:#ccc;
}
.living-interaction-talk-input  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
.living-interaction-talk-input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.living-interaction-talk-input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}

.pop-up{
    width: 100rem;
    background-color: #fff;
    border-radius: 3rem 3rem 0 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.pop-up2{
    width: 100rem;
    background-color: #fff;
    border-radius: 3rem 3rem 0 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.pop-up-tittle{
    margin: 6rem 4rem;
    font-size: 4.6rem;
    color: #4793f1;
    font-weight: bold;
}
.pop-up-tittle-youxiang{
    margin: 6rem 4rem;
    font-size: 4.6rem;
    color: #4793f1;
    font-weight: bold;
}
.pop-up-tittle   span{
    font-size: 3.2rem;
    color: #999;
    font-weight: normal;
    margin-left: 2rem;
}

.pop-up-tittle-youxiang   span{
    font-size: 3.2rem;
    color: #999;
    font-weight: normal;
    margin-left: 2rem;
}


.pop-up-bg{
    background-color: #000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100rem;
    height: 100%;
    z-index: 998;
}
.pop-up-textinput{
    margin: 4rem auto;
    border: 1px solid #ccc;
    height: 10rem;
    line-height: 10rem;
    width: 92rem;
}
.pop-up-denglu{
    width: 92rem;
    background-color: #4793f1;
    margin: 0 auto;
    height: 10rem;
    color: #fff;
    text-align: center;
    line-height: 10rem;
    font-size: 3.6rem;
}
.pop-up-text{
    text-align: center;
    font-size: 2.8rem;
    color: #999;
    margin: 4rem 0;
}
.pop-up-text a{
    color: #4793f1;
}
.pop-up-textinput input{
    font-size: 3.6rem;
    height: 9rem;
    vertical-align: middle;
    width: 56rem;
    margin: 0 4rem;
    border: none;


}
.pop-up-textinput span{
    font-size: 3.4rem;
    color: #4793f1;

}
.pop-up-textinput-daoshu{
    color: #999 !important;
}

.pop-up-textinput input::-webkit-input-placeholder{
    color:#ccc;
}
.pop-up-textinput  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
.pop-up-textinput input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.pop-up-textinput input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}


.inputHr{
    width:650px;
    text-align:center;
    margin:20px auto;
    font-size:14px;
}
.countryCodes {
    width: 24rem;
    height: 10rem;
    line-height: 8rem;
    background-color: #fff;
    padding: 0 2px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 15px;
    float: left;
}