/* 盒模型初始化 */
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;}
label {
    display: inline-block;}
select {
    width: 120px;
    outline: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

html,body {
    /*min-width: 1200px;*/
    font-size: 14px;
    font-family:"microsoft yahei","Helvetica Neue",Helvetica,Arial,sans-serif;}
table,tr,td,th{
    padding: 0;
    margin: 0;}
table{
    width: 100%;
    border-color: #d8e2ee;}

table tr{
    line-height: 30px;
    border-color: #d8e2ee;}

table th{
    text-align: center;
    border-color: #d8e2ee;
    line-height: 45px;}
table td{
    text-align: center;
    border-color: #d8e2ee;
    line-height: 45px;
    color: #999;
    padding: 0px 20px;}
table tr:nth-child(odd){
    background: #f7f9fc;}
.mb40{
    margin-bottom: 40px;}
.mt30{
    margin-top: 30px;}
.fs20{
    font-size: 20px;}
.fs18{
    font-size: 18px;}
.ti15{
    text-indent: 15px;}
ul {
    margin: 0;
    list-style: none;}
.center{
    text-align: center;}
.pl{
    position: relative;}
.fl{
    float: left;}
.fr{:;
    float: right;}
.bgfff{
    background-color: #fff!important;}
.c666{
    color: #666!important;}
.bgf2f2{
    background-color: #f2f2f2;}
.c999{
    color: #999!important;}
.c4f9{
    color: #4f96d6!important;}
.cffb{
    color: #ffb378!important;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {
    *+height: 1%;}

.container{
    width: 950px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;}
.videocontainer{
    width: 800px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;}
.wrapper {
    width: 100%;}
.wrapper .tip{
    padding-top:20px;}
.msocieties_list li{
    float: left;
    padding: 3px 0px;
    width: 100%!important;}
.societies_list {
    position: relative;
    margin: 0;
    margin: 0 -40px;
    overflow: hidden;
    list-style: none;}
.societies_list li{
    float: left;
    padding: 3px 0px;
    width: 33.33%;}
.societies_list li img{
    position: absolute;
    /*padding-left: 10px;*/
    top: 10px;
    left: 5px;
    width: 15px;
    height: 15px;
    transition: transform 0.5s;}
.societies_list .view-hover{
    position: relative;
    overflow: hidden;
    cursor: pointer;}
.societies_list .view-hover:hover img {
    transform: translate(0px,-5px);
    z-index: 100;}
.societies_list .maskdown {
    position: absolute;
    width: 100%;
    padding: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    bottom: 0px;
    left: 0;
    opacity: 0.6;
    transition: 0.5s;}
.societies_list .item{
    position: relative;
    color: #8c8c8c;
    line-height: 40px;
    font-size: 14px;
    font-weight: 100;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.societies_list .item:hover img{
    transform: scale(1.3);}
.societies_list .item:nth-child(odd){
    background:#F2f2F2;}
.societies_list .item span{
    color: #eb856b;}
.societies_list .item a{
    color: #8c8c8c;}
video{
    width: 100%;}


/*手机适配*/
.none{
    display: none;}
.mcontainer {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 100%;
    position: relative;}

