body {
	margin: 0;
	padding: 0;
}
.mb20{margin-bottom: 20px;}
h1 {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.fons20{font-size: 20px;font-weight: 600;}
.box {
	background-color: #202932;
	margin: 0 0 13px 0px;
	box-shadow: 0px 6px 11px 3px #8c8c8c;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.f-nav {
	height: 60px;
	overflow: hidden;
	transition: all 1s;
	display: block;
	position: relative;
	padding: 0;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
	background-color: #202932;
}
.f-nav li h3{font-size: 16px;padding: 0 13px;margin-top: 25px;}
.f-nav li span{padding: 0 10px;width: 95px;height: 20px;display: block;margin: 0 auto;line-height: 20px;text-align: center;color: #fff;}
.f-nav li span.agao{background-color: #c3c3c3;color: #fff;}
.f-nav li span.proceed{background-color: #ef0012;color: #fff;}
.f-nav li {
	padding: 0;
	margin: 0;
	float: left;
	height: 60px;
	line-height: 50px;
	position: relative;
	z-index: 100;
	display: inline-block;
	list-style-type: none;
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.sideline {
	position: absolute;
	background-color: #006281;
	left: 0;
	top: 0;
	color: #fff;
	min-height: 30px;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	list-style-type: none;
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.f-nav li.active {
	background-color: #208ff9;
	color: #fff;
}
.f-nav li.fontNav {
	background-color: #208ff9;
	color: #fff;
	animation: fontNav .8s;
}
.f-nav li.downNav {
	background-color: #208ff9;
	color: #fff;
	animation: downNav .8s;
}
.f-nav li.leftNav {
	background-color: #208ff9;
	color: #fff;
	animation: leftNav .8s;
}
.f-nav li.rightNav {
	background-color: #208ff9;
	color: #fff;
	animation: rightNav .8s;
}
/*左边缘*/
.f-nav li.edgeLeft {
	background-color: #208ff9;
	color: #fff;
	animation: edgeLeft .8s;
}
/*右边缘*/
.f-nav li.edgeRight {
	background-color: #208ff9;
	color: #fff;
	animation: edgeRight .8s;
}
/*从中间变大*/
.f-nav li.scaleChange {
	background-color: #208ff9;
	color: #fff;
	animation: scaleChange .8s;
}
 @keyframes scaleChange {
 0% {
 transform: scale(0);
}  50% {
 transform: scale(.5);
}  100% {
 transform: scale(1);
}
}
 @keyframes fontNav {
 0% {
 transform: translate(0, -100%);
}  50% {
 transform: translate(0, -50%);
}  100% {
 transform: translate(0, 0);
}
}
 @keyframes downNav {
 0% {
 transform: translate(0, 100%);
} 50% {
 transform: translate(0, 50%);
} 100% {
 transform: translate(0, 0);
}
}
 @keyframes leftNav {
 0% {
 transform: translate(-100%, 0%);
}50% {
 transform: translate(-50%, 0%);
} 100% {
 transform: translate(0, 0);
}
}
 @keyframes rightNav {
 0% {
 transform: translate(100%, 0%);
}  50% {
 transform: translate(50%, 0%);
}  100% {
 transform: translate(0%, 0);
}
}
 @keyframes edgeLeft {
 0% {
 transform: translate(-100%, -100%);
}
 100% {
 transform: translate(0%, 0%);
}
}
 @keyframes edgeRight {
 0% {
 transform: translate(100%, 100%);
}
 100% {
 transform: translate(0%, 0%);
}
}


button.configblue {
    background: #1cb5d8 none repeat scroll 0 0;
    border: 0 0;
    border-radius: 25px;
    color: #fff;
    font-family: nbgrotesksemibold,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 20px 10px;
    text-decoration: none;
}
.text {
    padding: 1px 1px 2px;
}
.pull-right {
    float: right!important;
}
.tek-icon-chevron-right::before {
    font-size: 20px;
    margin: 3px 0 -4px 3px;
}
[class^=tek-]::before, [class*=" tek-"]::before {
    -moz-osx-font-smoothing: grayscale;
    font-family: tektronix!important;
    font-size: 22px;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    line-height: 1;
    text-transform: none!important;
}
.i-cont5 p {
    line-height: 2;
    font-size: 16px;
    color: #333;
    padding: 20px 50px 0;
}
.icon-home{background: url('../image/home.png') no-repeat;width: 16px;height: 16px; background-size: cover;vertical-align: middle;display: inline-block;}
.icon-pdf{background: url('../image/pdf.png') no-repeat;width: 16px;height: 16px; background-size: cover;vertical-align: middle;display: inline-block;}


 .box .left{padding: 0;margin: 0;float: left;height: 100px;line-height: 50px;position: relative;z-index: 100;display: inline-block;list-style-type: none;width: 230px;color: #fff;text-align: center;cursor: pointer;}
 .box .left h3{font-size: 16px;padding: 0 20px;margin-top: 25px;}


 .wrapper-dropdown-5 {
    /* Size & position */
    position: relative;

    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
	background: -webkit-linear-gradient(#0D5D9E, #00419D);
    background: -o-linear-gradient(#0D5D9E, #00419D);
    background: -moz-linear-gradient(#0D5D9E, #00419D);
    background: linear-gradient(#0D5D9E, #00419D);
    border-radius: 5px;
	color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* .wrapper-dropdown-5:after { 
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
} */

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	z-index: 999;
    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
	background: -webkit-linear-gradient(#4A87B6, #4071B6);
    background: -o-linear-gradient(#4A87B6, #4071B6);
    background: -moz-linear-gradient(#4A87B6, #4071B6);
    background: linear-gradient(#4A87B6, #4071B6);
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/* No CSS3 support: none */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 0;
    *zoom: 1;
	font-weight: 400;
	height: 60px;
	margin-top: 15px;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-5 a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
	margin-top: 3px;
	width: 20px;
}
.wrapper-dropdown-5 a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    float: right;
}




.demo{
    padding: 2em 0;
    background: #fff;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion:before{
    content: "";
    width: 1px;
    /* height: 95%; */
    background: #550527;
    position: absolute;
    top: 20px;
    left: 24px;
    bottom: 20px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 0 0 12px 50px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #688e26 0%,#ff816a 100%);
    position: absolute;
    top: 0;
    left: -2px;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #550527;
    position: absolute;
    top: 50%;
    left: -48px;
    transform: translateY(-50%);
}
#accordion .panel-title a{
    display: block;
    padding: 15px 55px 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #550527;
    border: none;
    margin: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    color: #688e26;
    text-align: center;
    border: 1px solid #688e26;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 0 30px 15px;
    border: none;
    font-size: 14px;
    color: #305275;
    line-height: 28px;
}


.go_home{
    background-color: #169BD5;
    color: #fff;
    width: 120px;
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin: 10px;
}
.money-btn a{
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    background-color:#169BD5;
    border-radius: 3px;
}
.hui_icon{
    background: url('../../img/hui_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    margin-right: 10px;
}
.zan_icon{
    background: url('../../img/zan_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
   

}
.cur .zan_icon{
    background: url('../../img/zanH_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
}

.more_count h3{
    background-color: #9e9e9e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.more_count ul{
    
    height: 300px;
    max-height: 430px;
    overflow-y: auto;
}
.more_count ul li{
   margin: 10px 0;
   border-bottom: 1px solid #efefef;
   padding-bottom: 10px;
}
.more_count ul .conten_txt{
   margin-left: 55px;
}
.ping_txt{
    border: 1px solid #9e9e9e;
    width: 100%;
    line-height: 30px;
    padding: 0 5px;
    margin-top: 10px;
    border: 5px;
    height: 80px;
}
.import_box{
    position: fixed;
    bottom: 10%;
    background-color: #169BD5;
    width: 90%;
    height:150px;
    line-height: 50px;
    padding: 0 10px;
    left: 0;
    z-index: 99;
    right: 0;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sun_btn{
    background-color: #848484;
    width: 30%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    padding: 0;
    margin: 0;
  
    border: 5px;
    float: right;
}
#bg_box{
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    opacity: .2;
}

@media(min-width:1200px){
    .import_box{
        width: 450px;
        bottom: 30%;
    }
    
}

.play_btn{
    width: 60px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    bottom: 0;
    height: 60px;
}
.play_btn img{
    width: 100%;
}
.user_pci{
    width: 45px;border-radius: 50%;
}