body {
	margin: 0;
	padding: 0;
	width: 100%;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    background:#fff;
}

 ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    list-style-type: none;
        }

 a,a:hover{
     text-decoration:none;
 }

  img{
     border:0;
 }

 .clear{
     clear:both;
 }

 /*-------------------------------------------------------------------------index_top---*/

.index_top
{
    width:100%;
    margin:0 auto;
    background:#fff;
    display:table;
    border-bottom:1px solid #f4f4f4;
}

.index_top_warp{
    width:1200px;
    margin:0 auto;
    height:90px;
    border-bottom:1px solid #f2f2f2;
}

.index_top_warp_logo{
    float:left;
    margin-top:22px;
    margin-right:30px;
}

.index_top_warp_nav{
    float:left;
    width:106px;
    cursor:pointer;
    color:#333;
    background:#fff;
    height:90px;
    line-height:90px;
    text-align:center;
}

.index_top_warp_nav_tag{
    background:#f5275f;
    color:#fff;
}

.index_top_warp_nav:hover{
    color:#f5275f;
    background:#fcfcfc;
    text-align:center;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
 }

.index_top_menu{
    width:1200px;
    height:52px;
    line-height:52px;
    margin:0 auto;
    font-size:15px;
}

.index_top_search{
     width:220px;
     float:left;
     margin-left:20px;
 }

.top_search ul{
     width:220px;
     margin-left:30px;
 }

 .search_box{
     outline: none;
     margin-top:24px;
     width:200px;
     font-size:14px;
     height:36px;
     border:1px solid #c9c9c9;
     padding-left:8px;
     color:#333;
     border-radius:3px;
     font-family:poppin,Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
 }

.search_box:focus{
     outline: none;
     border:1px solid #f5275f;
     padding-left:8px;
     color:#333;
     font-family:poppin,Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
 }

.top_search_box{
     float:left;
 }

.top_search_but{
     float:left;
     margin-left:-32px;
     margin-top:35px;
 }


.index_top_warp_login{
    float:left;
    width:58px;
    cursor:pointer;
    color:#333;
    background:#fff;
    height:90px;
    line-height:90px;
    text-align:center;
    margin-right:10px;
    margin-left:10px;
}

.index_top_warp_login:hover{
    color:#f5275f;
    background:#fff;
    text-align:center;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
 }

.index_top_warp_pay{
    cursor:pointer;
    float:left;
    width:90px;
    height:38px;
    line-height:38px;
    background:#f5275f;
    border-radius:3px;
    color:#fff;
    font-size:13px;
    text-align:center;
    margin-top:25px;
}

.index_top_warp_pay:hover{
    background:#e12155;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
 }


.index_top_warp_hand{
    width:38px;
    height:38px;
    border-radius:30px;
    background:#333;
    float:left;
    margin:22px 8px 0 10px;
    border:2px solid #ccc;
}

.index_top_nav_warp{
    width:100%;
    margin:0 auto;
    background:#fff;
    height:78px;
}

.index_top_nav{
    width:890px;
    margin:0 auto;
    background:#fff;
}

.index_top_nav_link{
    float:left;
    font-size:14px;
    color:#555;
    text-align:center;
    margin-right:47px;
    margin-top:12px;
}

.index_top_nav_link:hover{
    color:#f5275f;
    text-align:center;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}
.index_top_nav_down{
    width:910px;
    display:table;
    margin:0 auto;
    background:#fff;
    height:22px;
    line-height:22px;
    text-align:center;
}

.index_top_user{
    float:left;
}

.index_top_username{
    font-size:14px;
    color:#333;
    margin-top:23px;
}

.index_top_useremail{
    font-size:12px;
    color:#ccc;
    margin-top:2px;
    width:130px;
    overflow : hidden;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:1;/**显示的行数**/
}

.uservip{
    color: #ff5b5b;
    font-size:12px;
    width:20px;
    margin-left:5px;
    padding:1px 6px;
    border-radius:4px;
    background-color: rgba(255, 91, 91, .18);
}

 /*-------------------------------------------------------------------------index_selected---*/

.index_selected{
    width:100%;
    height:500px;
    margin:0px auto;
    background:url(../images/style/index_bg.jpg) top repeat-x;
    display:table;
    color:#ea4664

}

.index_selected_tit{
    width:600px;
    color:#333;
    text-align:center;
    margin:30px auto 0 auto;
}

.index_selected_warp{
    width:1220px;
    margin:0 auto;
    display:table;
}

.index_selected_box{
    width:224px;
    height:336px;
    background:#ccc;
    margin:14px 10px;
    float:left;
    position:relative;
}

.index_selected_box:hover{
    box-shadow: 0 0 6px #555;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.index_selected_text{
    width:212px;
    height:36px;
    padding:0 6px;
    position:relative;
    top:-40px;
    background:rgba(0,0,0,.3);
    color:#fff;
    font-size:10px;
    z-index:99;
    cursor:pointer;
}

.index_selected_text:hover{
    color:#ff2045;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.index_selected_text:hover{
    background:rgba(0,0,0,.8);
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}


.index_selected_img{
    width:100%;
}

 /*-------------------------------------------------------------------------index_models---*/


.index_models{
    width:100%;
    height:480px;
    display:table;
    margin:10px auto;
    background:url(../images/style/index_bg.jpg) top repeat-x;
}

.index_models_warp{
    width:1008px;
    margin:0 auto;
    display:table;
}

.index_models_box{
    width:86px;
    height:100px;
    float:left;
    margin:30px 20px;
    color:#555;
}

.index_models_tit{
    width:600px;
    color:#333;
    text-align:center;
    margin:30px auto 0 auto;
}

.index_models_hand{
    width:86px;
    height:86px;
    border-radius:80px;
}

.index_models_hand:hover{
    cursor:pointer;
    box-shadow: 0 0 8px #333;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
}

.index_models_box:hover > .index_models_name{
    color:#f5275f;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.index_models_name{
    cursor:pointer;
    width:86px;
    text-align:center;
    color:#555;
    font-size:14px;
    margin-top:10px;
}


/*返回顶部*/

/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.cbbfixed {position: fixed;right: 20px;transition: bottom ease .3s;bottom: -105px;z-index: 166;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #ff2045;border-radius:4px; margin-bottom:10px;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/style/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#505050;}
.cbbfixed .weixin {background: #666666;}
.cbbfixed .weixin div {background: url(../images/style/weixin.png);width: 180px;height: 225px;position: absolute;left: -190px;top: -150px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .weixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .weixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/style/side-icon01.png);}


 /*-------------------------------------------------------------------------index_bottom---*/

.index_bottom{
    width:100%;
    margin:0 auto;
    background:#353535;
}

.index_bottom_warp{
    width:600px;
    height:200px;
    margin:0 auto;
}

.index_bottom_left{
    width:100px;
    margin-top:40px;
    margin-right:100px;
    float:left;
}

.index_bottom_left img{
    width:130px;
}

.index_bottom_right{
    width:400px;
    margin-top:30px;
    float:left;
}

.index_bottom_text{
    margin:0 auto;
    width:800px;
    color:#8e8e8e;
    height:40px;
    line-height:40px;
    font-size:12px;
    text-align:center;
    border-top:1px solid #424242;
}

.index_bottom_right_box{
    width:80px;
    float:left;
    margin-left:50px;
}

.index_bottom_right_box a{
    font-size:14px;
    color:#8e8e8e;
    line-height:28px;
}

.index_bottom_right_box a:hover{
    color:#ff2045;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.index_bottom_right_tit{
    font-size:16px;
    color:#fff;
    font-weight:bold;
    line-height:32px;
}



/*友情链接*/

.friends_page{
    border: 1px solid #dcdcdc;
    border-bottom: none;
    border-top:none;
    width: 1000px;
    background: #F7F7F7;
    margin:48px auto 0 auto;
}

.sqfriends{
    margin-left:30px;
    font-family:微软雅黑;
    color:#666;
    margin-top:15px;
    height:360px;
    font-size:12px;
    line-height:14px;
}

.sqfriends a{
    text-decoration:none;
    color:#ff2045;
}

.sqfriends a:hover{
    text-decoration:underline;
    color:#ff2045;
}

.sqfriends ul{
    width:1000px; 
}


.sqfriends li{
    width:450px;
    float:left;
}

.friends_text{
    font-size:12px;
    color:#666;
    border:1px solid #999;
    height:20px;
    width:220px;
    padding-left:5px;
}

.friends_but{
    font-size:12px;
    color:#fff;
    border-radius:4px;
    height:30px;
    width:80px;
    background:#ff2045;
    border:0;
    margin-left:60px;
}

.friends_img{
    font-size:12px;
    color:#fff;
    border-radius:4px;
    height:20px;
    width:40px;
    background:#ff2045;
    border:0;
     margin-left:-60px;
}

.friends_url_tit{
    margin-left:30px;
    font-family:微软雅黑;
    color:#666;
    margin-bottom:20px;
    margin-top:-20px;
    font-size:12px;
}

.friends_url_tit a{
    text-decoration:underline;
    color:#666;
}

.friends_url_tit a:hover{
    text-decoration:underline;
    color:#ff2045;
    
}

.friends_url_img{
    margin:30px;

}

.friends_url_img img{
    margin-right:8px;
    margin-bottom:12px;
    border:1px solid #e1e1e1;
}

.friends_url_img img:hover{
     filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.Information{
    margin: 70px auto 50px auto;
    width: 1235px;
    font-size:12px;
	color: #333;
    padding-top:20px;
    overflow:hidden;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    
}

.Information_img{
    width:385px;
    padding-bottom:200px;
}

.Information_div{
    float:left;
    width:385px;
    height:300px;
    margin:0 0px 30px 20px;
}

.Information_tit{
    font-size:18px;
    color:#f46;
    margin:10px 0;
}

.Information_cen{
    font-size:12px;
    overflow:hidden;
    height:60px;
    line-height:20px
}



.Info_box{
    width:1200px;
    margin:0 auto;
    padding-bottom:50px;
    overflow:hidden;
}

.Info_left{
    width:900px;
    margin-top:70px;
    float:left;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.Info_left_tit{
    font-size:20px;
    text-align:center;
    margin-top:10px;
}

.Info_left_other{
    font-size:12px;
    text-align:center;
    color:#999;
    margin-top:5px;
}

.Info_left_cen{
    width:96%;
    margin:10px auto;
    font-size:12px;
    color:#333;
    text-align:center;
    padding-bottom:30px;
}

.Info_left_cen img{
    max-width:850px;
    text-align:center;
}

.Info_left_cen p{
    text-align:left;
    text-indent: 2em;
    margin:8px 0;
}

.Info_left_box{
    max-width:860px;
    padding:20px;
    margin:0px 0;
    text-align:center;
}

.Info_left_box li{
    margin-top:20px;
}

.Info_right{
    width:280px;
    margin-top:70px;
    margin-left:10px;
    float:left;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.Info_right a{
    text-decoration:none;
}

.Info_right ul{
    width:100%;
    margin-left:10px;
}

.Info_right_img{
    width:100%;
    padding-bottom:180px;
}

.Info_right_img_box{
    padding:5px;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.Info_right li{
    width:110px;
    margin:10px 20px 5px 0px;
    float:left;
}

.Info_right_tit{
    width:100%;
    height:20px;
    background:#000;
    background:rgba(0,0,0,.6);
    margin-top:-20px;
}

.Info_right_tit p {
    margin:0 0 0 5px;
    width:8em;
    overflow: hidden; 
    padding:0;
    white-space: nowrap; 
    line-height:20px;
    font-size:12px;
    color:#fff;
}

.Info_di_baidu{
   width:1000px; 
   height:90px; 
   margin:30px auto 0 auto;
}

.Info_right_baidu{
    padding:5px;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}



#waterfall {
    text-align:center;
	margin: 0px auto;
	max-width: 1244px;
    min-width:1042px;
    font-size:12px;
	color: #333;
    padding-top:70px;
}

#waterfall img {
	width: 100%;
}

#waterfall img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
}

#waterfall .cell {
	background: #fff;
	padding: 0;
	width: 230px;
	margin: 0px 0px 18px 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#waterfall .con {
    width:90%;
    padding:10px;
    text-align:left;
    }

#waterfall .con a {
    color:#333;
    text-align:left;
    text-decoration:none;
    border-bottom:0px solid #249ff1;
    -webkit-transition:color 0.5s;
    transition:color 0.5s;
    -moz-transition:color 0.5s;
    -o-transition:color 0.5s;
    }

#waterfall .con a:hover {
    color:#f46;
    text-align:left;
    }

#waterfall .cang {
    padding:10px;
    text-align:left;
    font-size: 12px;
    color: #a0a0a0;
    }
#waterfall .cang img{
    width:15px;
    height:15px;
    margin-right:5px;
    margin-top:-5px;
    vertical-align:middle;
}


#waterfall2 {
    text-align:center;
	margin: 0px auto;
	max-width: 1244px;
    min-width:1042px;
    font-size:12px;
	color: #333;
}

#waterfall2 img {
	width: 100%;
}

#waterfall2 img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
}

#waterfall2 .cell {
	background: #fff;
	padding: 0;
	width: 230px;
	margin: 0px 0px 18px 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#waterfall2 .con {
    width:90%;
    padding:10px;
    text-align:left;
    }

#waterfall2 .con a {
    color:#333;
    text-align:left;
    text-decoration:none;
    border-bottom:0px solid #249ff1;
    -webkit-transition:color 0.5s;
    transition:color 0.5s;
    -moz-transition:color 0.5s;
    -o-transition:color 0.5s;
    }

#waterfall2 .con a:hover {
    color:#f46;
    text-align:left;
    }

#waterfall2 .cang {
    padding:10px;
    text-align:left;
    font-size: 12px;
    color: #a0a0a0;
    }
#waterfall2 .cang img{
    width:15px;
    height:15px;
    margin-right:5px;
    margin-top:-5px;
    vertical-align:middle;
}


.about_warp{
    width:1000px;
    margin:54px auto;
    display:table;
}

.about_left{
    width:180px;
    float:left;
    border-right:1px solid #eee;
}

.about_left li{
    height:44px;
    line-height:44px;
    margin-bottom:10px;
    font-size:14px;
    color:#333;
    
}

.about_left_tag{
    border-left:2px solid #ff2045;
    background:#f6f6f6;
}

.about_left a{
    color:#333;
    text-decoration:none;
    margin-left:30px;
}

.about_left a:hover{
    color:#ff2045;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.about_right{
    float:left;
    width:700px;
    padding-left:100px;
}

.about_tit{
    font-size:30px;
    color:#333;
    margin-bottom:30px;
    font-weight:bold;
}

.about_text{
    text-indent: 28px;
    line-height: 24px;
    font-size:14px;
    color:#333;
}

.about_text2{
    font-size:14px;
    color:#333;
}

.about_textbox{
    width:150px;
    padding-left:10px;
    height:36px;
    line-height:36px;
    border:1px solid #eee;
    border-radius:4px;
}

.about_textbox2{
    width:350px;
    padding-left:10px;
    height:86px;
    border:1px solid #eee;
    border-radius:4px;
}

.about_textbox:focus{
    outline: none;
     border:1px solid #f5275f;
}

.about_textbox2:focus{
    outline: none;
     border:1px solid #f5275f;
}

.about_but{
    width:350px;
    height:40px;
    border-radius:4px;
    text-align:center;
    color:#fff;
    background:#ff2045;
    border:0;
    margin-top:10px;
}

.about_tip{
    font-size:12px;
    color:#ff2045;
    text-align:center;
}

.slide-box{
    display: block;
    position: relative;
}
.scroll-background{
    background-image: url("../images/style/sprite.png");
    background-repeat: no-repeat;
}
.scroll-bar{
    margin-top:12px;
    width: 341px;
    background-position: 0 0;
    height: 28px;
    position: relative;
}
.slide-btn{
    height: 44px;
    width: 44px;
    background-position: 0 -84px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 13px;
    z-index: 399;
}
.slide-title{
    cursor: default;
    position: absolute;
    left: 35px;
    font-size: 12px !important;
    color: #486c80;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    width: 220px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.slide-img-div{
    width: 310px;
    height: 155px;
    padding: 0 15px 2px 13px;
    position: relative;
    background-color: #f2ece1;
    border-left: 1px solid #e4ddd1;
    border-right: 1px solid #e4ddd1;
}
.slide-img-div img{
    width: 310px;
    height: 155px;
}
.slide-top{
    height: 14px;
    width: 340px;
    background-position: 0 -1341px;
    position: relative;
}
.slide-bottom{
    height: 28px;
    width: 340px;
    background-position: 0 -56px;
    line-height: 14px !important;
    position: relative;
    text-align: left;
    overflow: visible;
}
.slide-bottom-no-logo{
    margin-right: 15px;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #f2ece1 !important;
    cursor: default;
}
.slide-bottom-refresh{
    overflow: visible;
    display: block;
    zoom: 1;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 16px !important;
    background-color: #f1e9de;
    margin: 6px 0 0 18px !important;
    height: 14px;
    width: 14px;
    background-position: 0 -1179px;
}

.slide-box-shadow{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) inset;
}
.slide-block{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid rgba(255, 255, 225, 0.8);
    background-size: 310px 155px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);
    box-sizing: border-box;
    z-index: 10;
}
.slide-img-nopadding{
    position: relative;
    width: 100%;
    height: 100%;    
}
.slide-icon{
    float: left;
    height: 22px;
    width: 26px;
}
.slide-img-hint{
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 auto;
    position: relative;
}
.slide-text{
    text-align: left !important;
    color: #4b3f33;
}
.slide-img-hint-info{
    height: 22px;
    width: 310px;
    background-position: 0 -674px;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transition: height 0.3s;
    z-index: 11;
}
.redColor{
    color: red;
}
.greenColor{
    color: green;
}
.slide-img-border{
    margin-bottom: 3px;
}
#msg {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}


#page_navigation a{
	padding:3px 9px;
    border-radius:20px;
    background:#ddd;
	margin:7px 2px;
	color:#333;
	text-decoration:none;
    float:left;
}
.active_page{
	background:#ff2045 !important;
	color:white !important;
    border:0 !important;
}


.list_page{
    width:770px;
    word-wrap: break-word;
    text-align:center;
    margin:20px auto;
    display:table;
}



 .login_bg{
     width:100%;
     height:100%;
     position:absolute;
     margin:0 auto;
     background:url(../images/bg.jpg) no-repeat;
     background-size:cover;
 }

 .login_top{
     width:740px;
     text-align:center;
     margin:30px auto 0 auto;
 }

.login_box{
    width:740px;
    height:450px;
    margin:30px auto 0 auto;
    background:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.login_l{
    width:220px;
    height:450px;
    float:left;
    background:url(../images/style/login_bg.jpg);
}

.login_warp{
    width:270px;
    margin:100px auto 0 auto;
}

.login_warp2{
    width:270px;
    margin:40px auto 0 auto;
}

.login_r{
    width:520px;
    height:450px;
    float:right;
}

.login_t{
    margin:30px auto;
}

.login_2t{
    margin:15px auto;
}

.login_text{
    width:260px;
    height:36px;
    background:#fff;
    border:0;
    border-bottom:1px solid #ff2045;
    text-align:center;
    color:#333;
    outline:none;
    cursor:pointer;
}

.login_text:hover{
    border-bottom:1px solid #333;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.login_but{
    width:266px;
    height:38px;
    background:#ff2045;
    border-radius:12px;
    border:0;
    text-align:center;
    color:#fff;
    cursor:pointer;
    outline:none;
}

.login_but:hover{
    background:#333;
    -webkit-transition:background 0.5s;
    transition:background 0.5s;
    -moz-transition:background 0.5s;
    -o-transition:background 0.5s;
}

.login_but_a{
    width:260px;
    text-align:center;
    font-size:12px;
    color:#333;
}

.login_but_a a{
    color:#333;
}

.login_but_a a:hover{
    color:#ff2045;
}

.login_bottom_text{
    position:absolute;
    bottom:10px;
    width:100%;
    color:#8e8e8e;
    height:40px;
    line-height:40px;
    font-size:12px;
    text-align:center;
}

.login_tip{
    font-size:14px;
    color:#fff;
    background:#ff2045;
    width:100%;
    text-align:center;
}

.register_tip{
    font-size:14px;
    color:#fff;
    background:#ff2045;
    width:100%;
    text-align:center;
}

.register_tip a{
    font-size:14px;
    color:#fff;
}

.login_yzt a{
    font-size:12px;
    color:#333;
    text-decoration:none;
}

.login_yzt a:hover{
    color:#f5275f;
    text-align:center;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.CheckCode_box{
    width:60px;
    height:26px;
    padding-left:5px;
    border-radius:6px;
    border:1px solid #ff2045;
    outline:none;
}


.user_warp{
    width:1200px;
    margin:20px auto 30px auto;
    display:table;
}

.user_left{
    width:240px;
    background:#fff;
    float:left;
    border-radius:4px;
}

.user_right{
    width:944px;
    background:#fff;
    float:left;
    margin-left:16px;
    border-radius:4px;
    display:table;
}

.user_head_warp{
    width:240px;
    margin:0 auto;
    text-align:center;
}

.user_head_name{
    font-size:16px;
    font-weight:bold;
    color:#555;
}

.user_head_email{
    font-size:12px;
    margin-top:4px;
    color:#999;
}

.user_head_upimg{
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    background:#fff;
    border-radius:30px;
    position:relative;
    top:110px;
    left:136px;
    border:2px solid #f1f1f1;
    cursor:pointer;
}

.user_head_upimg img{
    width:20px;
    height:20px;
    border-radius:30px;
}

.user_head_img{
    width:90px;
    height:90px;
    border-radius:50px;
    background:#eee;
    border:4px solid #e0e0e0;
    margin:10px auto 10px auto;
}

.user_head_VIP{
    width:68%;
    margin:0px 16% 0 16%;
    line-height:20px;
    padding:2px 0;
    font-size:12px;
    margin-top:2px;
    color:#999;
    border-radius:4px;
    background:#e5e5e5;
}

.user_head_but_warp{
    width:80%;
    margin:30px 10% 30px 10%;
}

.user_head_but{
    width:100%;
    height:28px;
    text-align:center;
    line-height:28px;
    color:#999;
    background:#e5e5e5;
    font-size:12px;
    border-radius:4px;
    margin:8px auto;
    cursor:pointer;
}

.user_head_but:hover{
    color:#fff;
    background:#ff2045;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.user_right_tit{
    font-size:16px;
    font-weight:bold;
    color:#555;
    border-bottom:1px solid #e1e1e1;
    padding-bottom:8px;
    width:908px;
    margin:20px 18px 10px 18px;
}

.user_right_warp{
    width:848px;
    margin:5px auto ;
}

.user_right_warp img{
    width:100px;
    height:100px;
}

.user_right_money_warp{
    width:775px;
    margin:5px auto ;
}

.user_right_vip1{
    width:260px;
    height:245px;
    margin:10px 9px;
    background:#fefcfd;
    border:2px solid #f1f1f1;
    border-radius:8px;
    float:left;
    text-align:center;
    cursor:pointer;
}

.user_right_vip1:hover{
    border:2px solid #ff2045;
    background:#fff;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.user_right_vip3{
    width:260px;
    height:245px;
    margin:10px 9px;
    background:#f2fcff;
    border:2px solid #f1f1f1;
    border-radius:8px;
    float:left;
    text-align:center;
    cursor:pointer;
}

.user_right_vip3:hover{
    border:2px solid #287bff;
    background:#fff;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.user_right_vip4{
    width:260px;
    height:245px;
    margin:10px 9px;
    border:2px solid #f1f1f1;
    border-radius:8px;
    float:left;
    text-align:center;
    cursor:pointer;
    background:#faf9ff;
}

.user_right_vip4:hover{
    border:2px solid #a715ff;
    background:#fff;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.user_right_vip_tit{
    font-size:24px;
    margin:12px auto;
    font-weight:500;
}

.user_right_vip_money{
    font-size:18px;
    font-weight:bold;
    color:#ff2045;
    margin:12px auto;
}

.user_right_vip_text{
    font-size:12px;
    color:#999;
    margin-bottom:20px;
}

.user_right_vip_text p{
    margin:2px auto;
    padding:0;
}

.user_right_vip_but1{
    width:160px;
    height:32px;
    border-radius:4px;
    text-align:center;
    line-height:32px;
    background:#ff6a6d;
    font-size:12px;
    color:#fff;
    margin:10px auto ;
}

.user_right_vip_but2{
    width:160px;
    height:32px;
    border-radius:4px;
    text-align:center;
    line-height:32px;
    background:#81d742;
    font-size:12px;
    color:#fff;
    margin:10px auto ;
}

.user_right_vip_but3{
    width:160px;
    height:32px;
    border-radius:4px;
    text-align:center;
    line-height:32px;
    background:#287bff;
    font-size:12px;
    color:#fff;
    margin:10px auto ;
}

.user_right_vip_but4{
    width:160px;
    height:32px;
    border-radius:4px;
    text-align:center;
    line-height:32px;
    background:#a715ff;
    font-size:12px;
    color:#fff;
    margin:10px auto ;
}

.font-1{
    color:#ff6a6d;
    font-weight:bold;
}

.font-3{
    color:#287bff;
    font-weight:bold;
}

.font-4{
    color:#a715ff;
    font-weight:bold;
}

.user_right_tip{
    width:100%;
    font-size:12px;
    color:#555;
    line-height:24px;
    margin:20px 20px 20px 20px;
    display:table;
}

.user_right_tip li{
    margin:10px 0;
}

.usertext{
    width:200px;
    height:32px;
    padding-left:10px;
    border-radius:4px;
    border:1px solid #f1f1f1;
    margin:4px 0;
    outline:none;
    color:#555;
}

.userinfo_text{
    width:200px;
    height:32px;
    padding-left:10px;
    border-radius:4px;
    font-size:14px;
    margin:4px 0;
    outline:none;
    color:#555;
}

.userbut{
    width:304px;
    height:36px;
    background:#ff2045;
    color:#fff;
    margin:20px 0;
    border-radius:4px;
    border:0;
    outline:none;
}

.userbut_CheckCode_box{
    width:60px;
    height:26px;
    padding-left:5px;
    border-radius:6px;
    border:1px solid #f1f1f1;
    outline:none;
}

.user_money_wx{
    width:250px;
    margin:30px 55px;
    float:left;
}

.user_money_wx img{
    width:100%;
}


.overcookie{
    width:100%;
    height:28px;
    border:0;
    background:none;
    font-size:12px;
    color:#999;
}


.collect{
    float:right;
    margin-right:40px;
    color:#fff;
    font-size:14px;
}

.collect span{
    float:left;
    position:relative;
    top:5px;
    margin-right:10px;
}

.collect_warp{
    width:924px;
    margin:0 auto;
}

.collect_box{
    width:211px;
    height:316px;
    background:#ccc;
    margin:14px 10px;
    float:left;
    position:relative;
}

.collect_box:hover{
    box-shadow: 0 0 6px #555;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.collect_text{
    width:199px;
    height:36px;
    padding:0 6px;
    position:relative;
    top:-40px;
    background:rgba(0,0,0,.3);
    color:#fff;
    font-size:10px;
    z-index:99;
    cursor:pointer;
}

.collect_text:hover{
    color:#ff2045;
    -webkit-transition:background,color 0.5s;
    transition:background,color 0.5s;
    -moz-transition:background,color 0.5s;
    -o-transition:background,color 0.5s;
}

.collect_text:hover{
    background:rgba(0,0,0,.8);
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}


.collect_img{
    width:100%;
}

.pay_box{
    background: #000; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width:100%; 
    filter: alpha(opacity=50); 
    opacity: 0.5; 
    display: none; 
    z-index: 2 ;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.pay_warp{
    width: 30%; 
    max-width:530px;
    min-width:530px;
    margin: 0 35%; 
    height: 250px; 
    border-radius:6px;
    display: none; 
    position: absolute; 
    top: 700px; 
    z-index: 3; 
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
}

.pay_xwarp{
    width: 30%; 
    max-width:430px;
    min-width:430px;
    margin: 0 39%; 
    height: 450px; 
    border-radius:6px;
    display: none; 
    position: absolute; 
    top: 600px; 
    z-index: 3; 
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
}

.pay_warp2{
    width: 20%; 
    max-width:430px;
    min-width:430px;
    margin: 0 auto; 
    height: 450px; 
    border-radius:6px;
    display: none; 
    position: absolute; 
    top: 1432px; 
    left:33%; 
    z-index: 3; 
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
}

.pay_xwarp2{
    width: 20%; 
    min-width:430px;
    margin: 0 39%; 
    height: 450px; 
    border-radius:6px;
    display: none; 
    position: absolute; 
    top: 1432px; 
    z-index: 3; 
    background: #fff;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
    box-shadow: 2px 2px 10px #333;
}


.pay_tit{
    background: #1eb418; 
    width: 100%; 
    height: 40px; 
    font-size: 16px; 
    line-height: 40px; 
    text-align: center;
    color:#fff;
    border-radius:6px 6px 0 0;
}

.pay_text{
    text-indent: 50px; 
    height: 50px; 
    width:100%;
    margin:40px auto 30px auto;
    color:#333;
}

.pay_text img{
    text-align:center;
}

.pay_xtext{
    height: 50px; 
    width:100%;
    margin:40px auto 30px auto;
    display:table;
    text-align:center;
}

.pay_xtext img{
    text-align:center;
}

.pay_text p{
    margin:0;
    font-size:14px;
    color:#666;
    padding:0;
    text-align:center;
    display:table;
}

.pay_text_wx{
    width:40%;
    float:left;
    margin:10px 10% 20px 0;
    cursor:pointer;
}

.pay_text_zfb{
    width:40%;
    float:left;
    margin:10px 10% 20px 0%;
    cursor:pointer;
}


.pay_but{
    width:40px;
    margin:20px auto;
}

.pay_but img{
    width:100%;
}

.pay_text_text{
    width:100%;
    margin:8px auto 10px auto;
    font-size:14px;
    color:#666;
    padding:0;
    text-align:center;
    display:table;
}

.model_warp{
    width:1200px;
    margin:20px auto;
    display:table;
}

.model_sort{
    margin:30px auto 30px auto;
    display:table;
}

.model_sort_box{
    float:left;
    margin:0 20px;
    text-align:center;
    font-size:14px;
    color:#333;
}

.model_sort_cut{
    border-bottom:2px solid #f5275f;
}

.model_box{
    width:150px;
    margin:10px 25px 10px 25px;
    float:left;
    cursor:pointer;
}

.model_box:hover > .model_name_s{
    color:#921228;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.model_hands{
    width:150px;
    height:150px;
    border-radius:200px;
    border:2px solid #c9c9c9;
    box-shadow: 0 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
    float:left;
    margin-top:20px;
}

.model_hands:hover{
    width:150px;
    height:150px;
    border-radius:200px;
    border:2px solid #ff2045;
    box-shadow: 0 1px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.7);
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    
}

.model_name{
    display:table;
    width:150px;
    text-align:center;
    margin:190px auto 0 auto;
}

.model_name_s{
    font-size:16px;
    color:#ff2045;
}

.model_name_s a{
    font-size:16px;
    color:#ff2045;
}

.model_name_x{
    font-size:12px;
    color:#999;
    margin-top:5px;
}

.model_list_hands{
    width:200px;
    height:200px;
    border-radius:200px;
    border:3px solid #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
    margin:40px auto 20px auto;
}

.model_list_hands_class {
    width: 200px;
    height: 200px;
    border-radius: 200px;
}

.model_list_name{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:#333;
}

.model_list_text{
    width:920px;
    font-size:14px;
    line-height:24px;
    text-align:center;
    color:#666;
    margin:20px auto ;
}

.model_list_t2{
    width:920px;
    font-size:14px;
    line-height:24px;
    text-align:left;
    color:#666;
    margin:20px auto 20px auto;
}

.vip_bg{
    width:100%;
    height:1911px;
    margin:0 auto;
    background:url(../images/style/vip_bg.jpg) center;
    background-size:cover;
    display:table;
}

.vip_one{
    margin:470px auto 0 auto;
    text-align:center;
}

.vip_two{
    margin:100px auto 0 auto;
    text-align:center;
}

.vip_text{
    background:#242627;
    height:300px;
    width:100%;
    margin:0 auto;
    display:table;
}

.vip_t1{
    width:800px;
    margin:40px auto;
    text-align:left;
    font-size:14px;
    color:#fff;
}

.vip_t2{
    width:800px;
    margin:40px auto;
    text-align:left;
    font-size:14px;
    color:#fff;
    line-height:20px;
}

.user_text{
    position: absolute;
    top: 76px;
    display: none;
    padding: 5px 0;
    width: 100px;
    background-color: #fff;
    border: 1px #eee solid;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.user_text li{
    width: 100px;
    text-align:center;
     padding:5px 0;
     height:24px;
}

.user_text a{
    text-align:center;
    font-size:14px;
    color:#333;
    text-decoration:none;
}

.user_text a:hover{
    text-align:center;
    font-size:14px;
    color:#ff2045;
    text-decoration:none;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.user_text p {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 1px solid #ced6d8;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -22px;
    left: 45px;
}

.user_text_bg{
    position: absolute ;
    top: 0px;
    width:160px;
    height:100px;
}

.Msg_box{
    width:96%;
    margin:10px 2%;
    background:#fff;
    border-radius:6px;
}

.Msg_text{
    width:100%;
    margin:0;
    padding:5px 0 5px 0;
    border-radius:6px;
    color:#333;
    display:table;
    background:#f1f1f1;
}

.msg_top{
    height:30px;
    line-height:30px;
    border-bottom:1px solid #f1f1f1;
}

.msg_s{
    float:left;
    margin-left:20px;
    font-size:14px;
    font-weight:bold;
    color:#333;
}

.msg_d{
    float:right;
    margin-right:20px;
    font-size:12px;
    color:#999;
}

.msg_t{
    margin-left:20px;
    margin-right:10px;
    font-size:14px;
    color:#333;
    padding:10px 0;
}


.xiuren_warp{
    width:1200px;
    margin:20px auto;
    display:table;
}

.xiuren_warp li{
    width:120px;
    height:36px;
    line-height:36px;
    background:#f5275f;
    color:#fff;
    text-align:center;
    border-radius:4px;
    margin:10px 25px;
    float:left;
    font-size:14px;
    cursor:pointer;
}

.xiuren_warp li:hover{
    
    background:#bb234c;
    text-decoration:none;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}

.act_warp{
    width:600px;
    height:800px;
    margin:40px auto;
    background:#fff;
    border-radius:6px;
    display:table;
}

.act_top{
    width:100%;
    height:80px;
    color:#fff;
    background:#606ed9;
    text-align:center;
    line-height:80px;
    font-size:24px;
    border-radius:8px 8px 0 0;
}

.act_box{
    width:80%;
    margin:20px 10%;
}

.act_t1{
    color:#333;
    margin:10px 0;
    font-size:14px;
}

.act_t2{
    color:#ff2045;
    margin:10px 0;
    font-size:14px;
}

.act_textbox{
    width:200px;
    height:40px;
    padding-left:10px;
    color:#37ffa3;
    font-weight:bold;
    font-size:28px;
    background:#333;
}

.act_botton{
     width:400px;
     height:36px;
     margin:30px 50px;
     border-radius:6px;
     background:#07c160;
     color:#fff;
     font-size:14px;
     text-align:center;
     line-height:36px;
     border:0
}