@charset "utf-8";

/*	Copyright 2013. MyPassion.
	Template Version 1.0.0
/*

/**************************************************/


/*	LIST OF SECTION :
		
		1)  HEADER & NAV
		2)  SLIDER
		3)  CONTENT
			a) COMMENTS
			b) PAGER
			c) ELEMENTS
			
		4)  SIDEBAR
			a) TWITTER
			b) FLICKR
			
		5)  FOOTER

/**************************************************/

body {
    background: #0c0c0c;
    background-size: cover;
}

.body-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 9999;
    position: relative;
    height: auto;
    min-height: 100%;
}

.controller {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}

.controller2 {
    width: 100%;
    float: left;
    background: #0c0c0c;
    min-height: 100%;
}


/*------------------------------------------------------------------*/


/*	1) HEADER & NAV
/*------------------------------------------------------------------*/

#header {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.header-web {
    display: block;
}
.header-phone {
    display: none;
}

.nav-sidebar,
.header-searchBox {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.438);
    transition: opacity 0.2s ease-in-out;
}

.header-sidebar-box {
    --sidebar-width:65vw;
    position: relative;
    top: 0;
    left: calc(-1 * var(--sidebar-width));
    width: var(--sidebar-width);
    height: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-bottom: 10vh;
    background-color: #0e0e0e;
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
}

.header-sidebar-menu .nav-item {
    position: relative;
    background-color: #151515;
    margin-bottom: 10px;
    border-radius: 10px;
}

.header-xfz-bg,
.header-sidebar-menu .nav-item a {
    padding: 13px 0 13px 17px;
}

.header-sidebar-menu .nav-item a {
    color: white;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
    display: block;
    text-decoration: none;
}
.nav-item-meun {
    display: none;
}
.nav-more {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 20px;
  }

.my-icon-right:after { content: '\e75e'; }
.my-icon-up:after { content: '\25b4'; }

.nav-show .nav-more {
    transform:rotate(90deg);
}

/* 显示时的样式 */
.nav-sidebar.show,
.header-searchBox.show {
    opacity: 1;
    visibility: visible;
}

.nav-item.nav-show .nav-item-meun {
    display: block;
    padding: 0;
    margin-left: 20px;
}

.nav-sidebar.show .header-sidebar-box {
    transform: translateX(65vw);
}

.header-sidebar-menu .nav-item li.active>a {
    border-radius: 10px 0 0 10px;
}

.header-sidebar-menu .nav-item.current,
.header-sidebar-menu .nav-item li.active>a,
.header-sidebar-menu .nav-item li>a:active {
    background-color: #212121;
}

.logoBox {
    justify-content: space-between;
    align-items: center;
    margin: 35px 0 20px 0;
}

.logoImage {
    width: 50px;
    height: 50px;
}

.yearImage {
    width: auto;
    height: 50px;
}

.search {
    background: #171717;
}

.search .ft {
    background: none;
    margin: 0px 10px;
    padding: 0;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #898989;
}

.search .fs,
.logo-search .fs {
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-color: #474747;
    background-position: center;
    background-size: 50%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 43px;
}
.logo-search .fs {
    background-color: rgba(0, 0, 0, 0);
}

nav#nav {
    float: left;
    clear: both;
    border-bottom: 1px solid #474747;
    width: 100%;
    margin-top: 20px;
}

.sf-menu {
    list-style-type: none;
    clear: both;
    margin: 20px 0px 0px;
    padding: 0;
}

.sf-menu>li {
    float: left;
    margin-right: 30px;
}

.sf-menu>li>a {
    padding: 0 0 7px 0;
    display: block;
    position: relative;
}

.sf-menu li a {
    color: #ffffff;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.sf-menu li a:hover {
    color: #ffffff;
}

.sf-menu>li>a {
    border-bottom: 3px solid #0c0c0c;
}

.sf-menu>li>a:hover {
    border-bottom: 3px solid #474747;
    text-decoration: none;
}

.sf-menu>li>a>span,
.header-xfz-bgValue {
    position: absolute;
    top: -9px;
    right: -11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 11px;
    background-color: #ff0042;
}
.header-xfz-bgValue {
    top: 35%;
    right: 0;
}
.sf-menu>li>a>font,
.header-xfz-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sf-menu li.current>a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #474747;
}


.device-menu {
    display: none;
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.searchBox,
.searchBox .search {
    width: 100%;
}


/*------------------------------------------------------------------*/


/*	2) SLIDER
/*------------------------------------------------------------------*/

#slider {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}

.main-slider {
    width: 530px;
    margin: 0 10px;
    height: auto;
    float: left;
}

.slider2 {
    float: left;
    width: 385px;
    margin: 0 10px 32px 10px;
    position: relative;
}

.home_slider {
    max-height: 275px;
    overflow: hidden;
}

.slider3 {
    float: left;
    width: 115px;
    margin: 0 10px;
    position: relative;
}

.slider2 img,
.slider3 img {
    max-width: 100%;
    display: block;
}

.caption {
    background: url(../img/pixel.png) repeat;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: left;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

p.caption {
    margin-bottom: 5px;
    color: #ddd;
}

p.caption a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

p.caption a:hover {
    text-decoration: underline;
}

.slider3 p.caption a {
    font-size: 12px;
    margin-bottom: 0;
}

.badg {
    position: absolute;
    float: left;
    background: #474747;
    z-index: 3;
    top: 0;
    padding: 5px 30px;
}

.badg p {
    margin: 0;
}

.badg a {
    color: #FFF;
}


/*------------------------------------------------------------------*/


/*	3) CONTENT
/*------------------------------------------------------------------*/

#content {
    float: left;
    clear: both;
    width: 100%;
}

.breadcrumbs {}

.breadcrumbs p {
    margin: 0 0 5px 0;
    padding: 0;
}

.breadcrumbs p a {
    color: #ffffff;
}

.main-content {
    float: left;
    width: 640px;
    margin-bottom: 20px;
}

div.left-sidebar {
    float: right;
}

.full-width {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

h5.line {
    border-bottom: 1px solid #474747;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h5.line>span {
    width: auto;
    border-bottom: 4px solid #474747;
    padding-bottom: 7px;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.block {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block li {
    border-bottom: 1px solid #3e3e3e;
    float: left;
    width: 100%;
    padding: 0 0 11px 0;
    margin: 0 0 20px 0;
}

.block li:nth-last-child(1) {
    border-bottom: none;
}

.block p {
    margin-bottom: 0px;
}

.block span {
    color: #474747;
    margin-bottom: 5px;
    font-size: 11px;
}

.block span.title_span {
    text-align: right;
}

a.title_a,
span.title_span {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-top: 10px;
}

.block a {
    color: #ffffff;
}

.block a:hover {
    text-decoration: underline;
}

.block span.rating {
    background: url(../img/stars2.svg) no-repeat;
    background-size: 53px;
    width: 53px;
    height: 10px;
    position: relative;
    display: block;
    float: left;
}

.block span.rating span {
    background: url(../img/stars.svg) no-repeat;
    background-size: 53px;
    height: 10px;
    display: block;
}

.wnews {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 620px;
    float: left;
}

.wnews li {
    float: left;
    width: 620px;
    margin: 0 0 0 0;
}

.wnews li img {
    margin-bottom: 10px;
}

.wnews li h6 {
    margin-top: 0;
}

.block2 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.block2 li {
    border-bottom: 1px solid #3e3e3e;
    float: left;
    width: 300px;
    padding: 0 0 10px 0;
    margin: 0 20px 20px 0;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.block2 li:nth-child(2n) {
    margin-right: 0;
}

.block2 img {
    width: 300px;
    float: left;
    margin: 0 20px 0px 0;
}

.block2 p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.block2 span.title_span {
    color: #474747;
    font-size: 11px;
    text-align: right;
}

.block2 i {
    color: #474747;
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-style: normal;
}

.block2 a {
    color: #ffffff;
}

.block2 a:hover {
    text-decoration: none;
}

.list-click_span {
    text-align: right;
}

span.rating {
    background: url(../img/stars2.svg) no-repeat;
    background-size: 53px;
    width: 53px;
    height: 10px;
    position: relative;
    display: block;
    float: left;
}

span.rating span {
    background: url(../img/stars.svg) no-repeat;
    background-size: 53px;
    height: 10px;
    display: block;
}

.outertight {
    width: 300px;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
    position: relative;
}

.outerwide {
    width: 620px;
    float: left;
    position: relative;
}

.outerwide2 {
    width: 940px;
    float: left;
    position: relative;
}

li.m-r-no,
div.m-r-no {
    margin-right: 0;
}

.m-t-no {
    margin-top: 0;
}

.outertight img {
    max-width: 300px;
}

span.meta {
    font-size: 12px;
    /* color: #474747; */
    color: #8d8d8d;
    margin-bottom: 10px;
    display: block;
}

span.meta a {
    color: #1cade2;
}

h6.regular {
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: normal;
}

.navbar {
    width: 100%;
    position: absolute;
    margin: -20px 0 0 0;
}

.prev {
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); */
    /* Safari 4-5, Chrome 1-9 */
    /* background: -webkit-linear-gradient(top, #878787, #565656); */
    /* Safari 5.1, Chrome 10+ */
    /* background: -moz-linear-gradient(top, #878787, #565656); */
    /* Firefox 3.6+ */
    /* background: -ms-linear-gradient(top, #878787, #565656); */
    /* IE 10 */
    /* background: -o-linear-gradient(top, #878787, #565656); */
    /* Opera 11.10+ */
    background-color: #6c6c6c;
    width: 19px;
    height: 19px;
    display: block;
    float: right;
    margin: 0 2px 0 0;
}

.prev span {
    width: 19px;
    height: 19px;
    background: url(../img/prev.svg) no-repeat center / 70%;
    float: left;
}

.next {
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); */
    /* Safari 4-5, Chrome 1-9 */
    /* background: -webkit-linear-gradient(top, #878787, #565656); */
    /* Safari 5.1, Chrome 10+ */
    /* background: -moz-linear-gradient(top, #878787, #565656); */
    /* Firefox 3.6+ */
    /* background: -ms-linear-gradient(top, #878787, #565656); */
    /* IE 10 */
    /* background: -o-linear-gradient(top, #878787, #565656); */
    /* Opera 11.10+ */
    background-color: #6c6c6c;
    width: 19px;
    height: 19px;
    display: block;
    float: right;
}

.next:hover,
.prev:hover {
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#ff0042)); */
    /* Safari 4-5, Chrome 1-9 */
    /* background: -webkit-linear-gradient(top, #474747, #ff0042); */
    /* Safari 5.1, Chrome 10+ */
    /* background: -moz-linear-gradient(top, #474747, #ff0042); */
    /* Firefox 3.6+ */
    /* background: -ms-linear-gradient(top, #474747, #ff0042); */
    /* IE 10 */
    /* background: -o-linear-gradient(top, #474747, #ff0042); */
    /* Opera 11.10+ */
    background-color: #ff0042;
}

.next span {
    width: 19px;
    height: 19px;
    background: url(../img/next.svg) no-repeat center / 70%;
    float: left;
}

#carousel li:nth-last-child(4) {
    border-bottom: none;
}

.minislide {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.minislide li {
    float: left;
    margin: 0;
}

.navbar2 {
    position: relative;
    z-index: 10;
}

.navbar2 a.prev {
    margin: -31% 0 0 0;
    float: left;
}

.navbar2 a.next {
    margin: -31% 0 0 0;
}

.single h6.title {
    margin: 20px 0 10px 0;
}

ul.sharebox {
    list-style-type: none;
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0;
    padding: 0;
}

ul.sharebox li {
    float: right;
    margin-right: 5px;
    font-size: 11px;
}

ul.sharebox li a {
    color: #ffffff;
    border: 1px solid #3e3e3e;
    padding: 5px 15px 2px 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0c0c0c), to(#171717));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #0c0c0c, #171717);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #0c0c0c, #171717);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #0c0c0c, #171717);
    /* IE 10 */
    background: -o-linear-gradient(top, #0c0c0c, #171717);
    /* Opera 11.10+ */
    background-color: #f0f0f0;
}

ul.sharebox li a:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#171717), to(#0c0c0c));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #171717, #0c0c0c);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #171717, #0c0c0c);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #171717, #0c0c0c);
    /* IE 10 */
    background: -o-linear-gradient(top, #171717, #0c0c0c);
    /* Opera 11.10+ */
    background-color: #fff;
}

ul.sharebox li span.facebook {
    background: url(../img/share-f.png) no-repeat left center;
    padding: 2px 0 0 20px;
}

ul.sharebox li span.pinterest {
    background: url(../img/share-p.png) no-repeat left center;
    padding: 2px 0 0 20px;
}

ul.sharebox li span.twitter {
    background: url(../img/share-t.png) no-repeat left center;
    padding: 2px 0 0 20px;
}

.authorbox {
    width: 100%;
    margin: 20px 0;
    padding: 20px 0px;
    background: #21a957;
}

.authorbox img {
    width: 80px;
    height: 80px;
    margin: 0 20px 5px 0;
    float: left;
}

.authorbox h6 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.authorbox span {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.authorbox:hover {
    background-color: #156936;
}

.compBox {
    justify-content: space-between;
    align-items: center;
}

.compBox .title,
.downDisk-title {
    font-size: 12px;
}

.downloader {
    color: white;
    background-color: #21a957;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 26px;
    border-radius: 10px;
    text-align: center;
}

.downloader:hover {
    opacity: 0.85;
}

.downloader:active {
    opacity: 0.618;
}

.downBtn {
    width: 75%;
}

.downLink .link {
    color: white;
    text-decoration: underline;
}

.relatednews {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.relatednews img {
    display: block;
}

.relatednews ul {
    list-style-type: none;
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.relatednews ul li {
    width: 100px;
    float: left;
}

.relatednews ul li:nth-last-child(1) {
    margin-right: 0;
}

.relatednews ul li img {
    max-width: 90px;
}

.relatednews ul li span {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.relatednews ul li p {
    margin: 0 0 5px 0;
}

.relatednews ul li a {
    color: #ffffff;
    display: block;
}

.relatednews ul li span {
    color: #474747;
}

.relatednews input {
    color: #474747;
}

.relatednewslist {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.relatednewslist ul {
    list-style-type: none;
    clear: both;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.relatednewslist ul li {
    width: 150px;
    float: left;
}

.relatednewslist ul li:nth-last-child(1) {
    margin-right: 0;
}

.relatednewslist ul li img {
    max-width: 100%;
}

.relatednewslist ul li span {
    float: left;
    width: 140px;
    margin: 0 0 5px 0;
}

.relatednewslist ul li p {
    margin: 0 0 5px 0;
}

.relatednewslist ul li a {
    color: #ffffff;
    display: block;
}

.relatednewslist ul li span {
    color: #474747;
}

.relatednewslist input {
    color: #474747;
}


/*  :: COMMENTS ::  */

.comments {
    width: 100%;
    clear: both;
    margin-top: 10px;
    padding-top: 20px;
    float: left;
    margin-bottom: 10px;
}

.comments,
.comments p {
    color: #c5c5c5;
}

.comments ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.comments ul li {
    margin: 0;
    padding: 0;
}

.comments ul li>div {
    padding: 10px;
    background: #171717;
    float: left;
}

.comment-avatar {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 20px 0 0;
}

.comment-avatar img {
    width: 80px;
    height: 80px;
}

.commment-text-wrap {
    float: left;
}

.comment-data p {
    color: #ffffff;
}

a.url {
    color: #ffffff;
}

.comment-data p span {
    font-size: 11px;
    text-transform: uppercase;
    color: #474747;
}

a.comment-reply-link {
    color: #FFF;
    background: #0c0c0c;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.4s ease-in;
    -moz-transition: background-color 0.4s ease-in;
    -o-transition: background-color 0.4s ease-in;
    transition: background-color 0.4s ease-in;
}

a.comment-reply-link:hover {
    background: #474747;
    text-decoration: none;
}

.comment-text {
    color: #929292;
}

ul.children {
    margin: 10px 0 0 10px;
    float: left;
    border-left: 1px solid #171717;
}

ul.children li {
    padding: 0 0 0 19px;
    float: left;
}

ul.children li div.commment-text-wrap {
    width: 470px;
}

ul.children li li div.commment-text-wrap {
    width: 440px;
}

ul.children li li li div.commment-text-wrap {
    width: 410px;
}

ul.children li li li ul.children {
    margin-left: 0;
    border: 0;
    margin-left: -19px;
}

.comment-form,
.contact-form {
    clear: both;
    width: 100%;
    float: left;
}

.form {
    float: left;
    clear: both;
    margin-bottom: 15px;
}

.form2 {
    float: left;
    clear: both;
}

.form label {
    margin: 0 0 5px;
    float: left;
    color: #929292;
}

.input input {
    float: left;
    width: 278px;
    margin: 4px 0;
    padding: 8px 5px;
    background: none;
    border: 1px solid #3e3e3e;
    color: #c5c5c5;
    clear: both;
}

.form textarea {
    border: 1px solid #3e3e3e;
    background: none;
    width: 600px;
    height: 100px;
    clear: both;
    float: left;
    padding: 5px;
    resize: vertical;
    color: #c5c5c5;
}

.input input:focus,
.form textarea:focus {
    border: 1px solid #999;
}

input.post-comment {
    padding: 10px 15px;
    cursor: pointer;
    color: #FFF;
    clear: both;
    float: left;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#ff0042));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #474747, #ff0042);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #474747, #ff0042);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #474747, #ff0042);
    /* IE 10 */
    background: -o-linear-gradient(top, #474747, #ff0042);
    /* Opera 11.10+ */
    background-color: #474747;
}

input.post-comment:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0042), to(#474747));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #ff0042, #474747);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #ff0042, #474747);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #ff0042, #474747);
    /* IE 10 */
    background: -o-linear-gradient(top, #ff0042, #474747);
    /* Opera 11.10+ */
    background-color: #555;
}

a.send {
    padding: 10px 15px;
    cursor: pointer;
    color: #FFF;
    clear: both;
    float: left;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#ff0042));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #474747, #ff0042);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #474747, #ff0042);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #474747, #ff0042);
    /* IE 10 */
    background: -o-linear-gradient(top, #474747, #ff0042);
    /* Opera 11.10+ */
    background-color: #474747;
}

a.send:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0042), to(#474747));
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #ff0042, #474747);
    /* Safari 5.1, Chrome 10+ */
    background: -moz-linear-gradient(top, #ff0042, #474747);
    /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #ff0042, #474747);
    /* IE 10 */
    background: -o-linear-gradient(top, #ff0042, #474747);
    /* Opera 11.10+ */
    background-color: #555;
    text-decoration: none;
}

.alertMessage {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 10px;
}

.alertMessage ul {
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #E4593A;
}

#map {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

.contact-info {
    background: #171717;
    padding: 20px;
}

.contact-info p i {
    font-size: 20px;
    margin-right: 15px;
    width: 20px;
    margin-bottom: 20px;
    float: left;
    margin-top: -7px;
}


/*  :: PAGER ::  */

.pager {
    width: auto;
    clear: both;
}

.pager ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pager ul li {
    margin-bottom: 10px;
    margin: 0 5px 5px 0;
}

.pager ul li a {
    padding: 4px 10px;
    color: #ffffff;
    display: block;
    background-color: #6c6c6c;
    text-decoration: none;
    font-size: 12px;
}

.pager ul li a:hover,
.pager ul li a.active {
    background-color: #ff0042;
}

.pager ul li a:active {
    background-color: #f30142;
}

.pager select {
    width: auto;
    font-size: 12px;
    padding: 5px 3px;
}

.pager ul li a.last-page {
    cursor: default;
    background-color: #6c6c6c;
}


/*  :: Elements ::  */

ul,
ol {
    margin: 0;
    padding: 0 0 0 20px;
    color: #686d71;
    list-style: none;
}

.features ul,
.features ol {
    float: left;
    margin-right: 100px;
}

ul.check {
    list-style-type: none;
    padding: 0;
}

ul.check li {
    background: url(../img/check.png) no-repeat left center;
    padding: 0 0 0 20px;
}

blockquote {
    margin: 10px;
    font-style: italic;
    color: #777;
    background: url(../img/blockquote.png) no-repeat left top;
    padding: 0 0 10px 60px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    min-height: 40px;
}

.features blockquote {
    float: left;
    margin: 30px 0 0 0;
}

.error {
    border: 1px solid #fc7d68;
    color: #fc7d68;
}

.error p {
    margin: 0;
    color: #fc7d68;
    padding: 0 40px 0 0;
}

.info {
    border: 1px solid #1fbcf0;
    color: #1fbcf0;
}

.info p {
    margin: 0;
    color: #20a1c6;
    padding: 0 40px 0 0;
}

.success {
    border: 1px solid #25e04d;
    color: #25e04d;
}

.success p {
    margin: 0;
    color: #25e04d;
    padding: 0 40px 0 0;
}

.notice {
    border: 1px solid #e9bd61;
    color: #e9bd61;
}

.notice p {
    margin: 0;
    color: #e9bd61;
    padding: 0 40px 0 0;
}

.notifications {
    padding: 10px;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.notifications span {
    font-weight: bold;
    margin: 0 10px 0 0;
}

.notifications span.closer {
    width: 20px;
    margin: 0 0 0 20px;
    height: 20px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

span.dropcap {
    font-size: 30px;
    float: left;
    margin: 3px 20px 5px 0;
    line-height: 1;
    padding: 15px 20px;
    background: #474747;
    color: #fff;
}

span.dropcap2 {
    font-size: 30px;
    float: left;
    margin: 3px 20px 5px 0;
    line-height: 1;
    padding: 15px 20px;
    background: #474747;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

span.highlight {
    background: #474747;
    padding: 2px 7px;
    color: #FFF;
}

.ui-tooltip,
.arrow:after {
    background: #252525;
    border: 1px solid #444;
    box-shadow: none;
    border-radius: 0px;
    color: #eee;
    font-size: 12px;
    padding: 5px 15px;
}

table {
    width: 100%;
    text-align: left;
    border-top: 1px solid #171717;
    border-left: 1px solid #171717;
    border-spacing: 0;
    margin-bottom: 15px;
    color: #ffffff;
}

table th {
    vertical-align: top;
    background: #171717;
    border-right: 1px solid #171717;
    border-bottom: 1px solid #171717;
    padding: 10px;
}

table td {
    vertical-align: top;
    border-right: 1px solid #171717;
    border-bottom: 1px solid #171717;
    padding: 10px;
}


/*------------------------------------------------------------------*/


/*	4) SIDEBAR
/*------------------------------------------------------------------*/

.sidebar {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.sidebar h5.line {
    margin-bottom: 20px;
}

ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.social li {
    width: 32%;
    background: #171717;
    text-align: center;
}

ul.social img {
    display: block;
    max-width: 96px;
    height: 96px;
}

ul.social li span {
    display: block;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 8px 0px 13px;
    font-weight: bold;
}

ul.ads125 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.ads125 li {
    float: left;
}

ul.ads125 li a {
    padding: 10px;
    margin: 0 5px 5px 0;
    background: #171717;
    float: left;
    display: block;
}

ul.ads125 li a img {
    width: 125px;
    height: 125px;
    float: left;
}

.ui-tabs .ui-tabs-nav li {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.ui-tabs-panel a.title {
    color: #ffffff;
}

.ui-tabs-panel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-tabs-panel ul li {
    float: left;
    width: 100%;
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
}

.ui-tabs-panel ul li:nth-last-child(1) {
    border-bottom: none;
}


/*  :: TWITTER ::  */

ul.tweetList {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jtwt_picture {
    display: none;
}

ul.tweetList li {
    margin: 0 0 15px 0;
    background: url(../img/twitterfeed.png) no-repeat left top;
    padding: 0 0 0 35px;
}

ul.tweetList li p {
    margin: 0;
}

ul.tweetList li p a {
    text-decoration: none;
}

ul.tweetList li p a:hover {
    text-decoration: underline;
}

p.timestamp {
    font-size: 10px;
    color: #CCC;
}


/*  :: FLICKR ::  */

.flickrfeed {
    width: 100%;
    float: left;
    margin: 0;
    display: block;
}

ul li.hide {
    display: none;
}

.thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.thumbs li {
    list-style: none;
    float: left;
    margin: 4px;
    padding: 2px;
    background: #999;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}

.thumbs li:hover {
    background: #333;
}

.thumbs li img {
    display: block;
    width: 60px;
    height: 60px;
}


/*------------------------------------------------------------------*/


/*	5) FOOTER
/*------------------------------------------------------------------*/

#footer {
    height: auto;
    width: 100%;
    bottom: 0;
    padding: 20px 0 0 0;
    float: left;
    background: #171717;
}

#footer h5.line {
    margin-bottom: 15px;
}

.footer-down-qrcode {
    width: 60%;
}

ul.footnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footnav li {
    margin: 0 0 5px 0;
}

ul.footnav a {
    color: #ffffff;
    font-size: 14px;
    cursor: default;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    pointer-events: none;
}

p.copyright {
    color: #FFFFFF;
    margin: 5px 0 0 20px;
    float: right;
    font-size: 12px;
    clear: both;
    background: #474747;
    margin: 0;
    padding: 10px;
}


/* flex */

.d-flex {
    /* Safari */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


/* default list */

.d-list {
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.d-list li {
    border-bottom: 1px solid #3e3e3e;
    width: 300px;
    padding: 0 0 10px 0;
    margin: 0 20px 20px 0;
}

.d-list li img {
    max-width: 100%;
    display: block;
}

.d-list p {
    margin-bottom: 10px;
}

.d-list>li>p {
    margin-top: 10px;
}

.d-list span {
    color: #474747;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    width: 100%;
}

.d-list a {
    color: #ffffff;
}

.d-list a:hover {
    text-decoration: none;
}


/* mask */

.portfolio-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-thumb img {
    margin: 0px 20px 0px 0px;
}

.portfolio-mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.portfolio-mask p {
    color: #9e9e9e;
    font-size: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.portfolio-mask font {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 13px;
    right: 8px;
}

.portfolio-mask-xfz p {
    color: #fff;
    font-size: 40px;
}

.portfolio-thumb:hover .hover_block {
    display: block;
}

.hover_block {
    display: none;
}

.mask_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.mask_wrap p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: auto;
    margin: -40px 0 0 0;
}

.mask_coach p {
    margin: -13px 0 0 0;
}

.mask_wrap img {
    width: 40% !important;
    margin: 0 auto !important;
}


/* custom */

.rosi_listType {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.rosi_listType>li+li {
    margin-left: 2px;
}

.rosi_listType>li>a {
    border-radius: 2px;
    font-weight: 600;
    color: #929292;
    font-size: 11px;
    display: block;
    padding: 8px 5px;
}

.rosi_listType>li>a:hover {
    color: #fff;
}

.rosi_listType>li.active>a,
.rosi_listType>li.active>a:hover,
.rosi_listType>li.active>a:focus {
    color: #fff;
}


/* 商城列表 */

.shop_list_ul {
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.shop_list_ul li {
    width: 193.333px;
}

.shop_list_ul li:nth-child(3n+0) {
    margin-right: 0;
}

.shop_list_ul .sc_box {
    height: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.shoplist_a p {
    margin: 10px 0px 0px;
}

.shoplist_a a {
    color: #929292;
    font-size: 12px;
}

.shoplist_a a:hover {
    color: #fff;
    text-decoration: underline;
}

.shoplist_a a.current {
    color: #fff;
    text-decoration: none;
    cursor: default !important;
}


/* 详情推荐列表 */

.recommend_ul {
    margin: 20px 0px 0px 0px;
    padding: 0;
    justify-content: space-between;
}

.recommend_ul li {
    width: 147.5px;
    margin: 0px 10px 0px 0px;
    border-bottom: 0;
}

.recommend_ul li:last-child {
    margin-right: 0;
}

.recommend_ul i {
    color: #474747;
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-style: normal;
}


/* 小饭桌公告 */

.commentList {
    margin: 10px 0px 30px 0px;
    padding-top: 20px;
}

.commentList,
.commentList p {
    color: #c5c5c5;
}

.commentList ul {
    margin: 20px 0px 0px 0px;
    padding: 0;
}

.commentList li {
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
    background-color: #171717;
}

.commentList-avatar {
    width: 16%;
    overflow: hidden;
    margin-right: 5%;
}

.commentList-text-wrap {
    width: 79%;
}

.mealCard-prompt p {
    margin-bottom: 8px;
}

.meal-list-item {
    width: 90px;
    margin-right: 10px;
}

.meal-form-control {
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
    margin-right: 20px;
}

.submit-btn-xfz {
    height: 45px !important;
    line-height: 45px;
    padding: 0px 20px !important;
}


/* xsp */

.xsp_box {
    margin: 20px 0px 0px;
}

.xsp_ul {
    width: 100%;
    height: 500px;
    padding: 0;
}

.xsp_ul_li {
    max-width: 200px;
    position: absolute;
}

.xsp_ul_li img {
    display: block;
}

.xsp_ul_item_bot {
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
}

.xsp_ul_item_bot font {
    color: white;
}

.xsp_ul_item_bot span {
    color: #474747;
}

.xsp_btn {
    background-color: #d17c20;
    color: white;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    padding: 5px 22px;
}

.xsp_btn:hover {
    background-color: #ad6211;
}

.xsp_mask_box {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.xsp_mask_box .item {
    width: 100%;
    text-align: center;
}

.xsp_size {
    color: white !important;
    font-size: 13px;
    padding-bottom: 8px;
}

.wz_btn {
    background-color: #d17c20;
    color: white;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    padding: 0px 22px;
    height: 27px;
    margin-bottom: 8px;
}

.wz_btn:hover {
    background-color: #ad6211;
}

.wz_open_btn {
    background-color: #142fb9;
    color: white;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    padding: 0px 22px;
    height: 27px;
    margin-bottom: 8px;
}

.wz_open_btn:hover {
    background-color: #0b1e82;
}


/* 会员登录 */

.login_img_box {
    margin: 0px 10px;
}

.login_img_box>div {
    width: 16.66%;
}

.login-form {
    margin: 50px auto;
    text-align: center;
}

.login-form div {
    margin-bottom: 25px;
}

.login_input {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
    background-color: #ebebeb;
}

.login-form button {
    width: 330px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
    color: #fff;
}

.buy-btn {
    background-color: #ca0041;
}

.buy-btn:hover {
    background-color: #a10034;
}

.login-buy-a {
    font-size: 15px;
    color: white;
}

.show-layer {
    cursor: pointer;
}

.hw-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.hw-layer-wrap {
    box-sizing: border-box;
    width: 475px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -237.5px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.hwLayer-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
    color: black;
}

.hw-layer-wrap .hw-icon {
    color: #b4d8f3;
    font-size: 86px;
    text-align: center;
}

.hw-layer-title {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: black;
}

.agreementBox {
    position: relative;
}

.agreementBox .text {
    color: black;
    font-size: 15px;
    line-height: 30px;
}

.agreementBox .buttonBox {
    text-align: center;
    margin-top: 20px;
}

.agreementBox .buttonBox button {
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 10px 15px;
}


/* recharge */

.buy_title_box {
    justify-content: center;
    align-items: baseline;
}

.buy_title_box h5,
.buy_title_box p {
    color: white;
    margin-bottom: 0;
}

.buy_title_box h5 {
    font-size: 30px;
    font-weight: normal;
    padding-right: 10px;
}

.buy_box {
    justify-content: space-between;
}

.buy_box .item {
    position: relative;
    width: 32.8%;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #0c0c0c;
}

.buy_box .item .title {
    border-bottom: 1px solid #474747;
    justify-content: space-between;
    align-items: center;
}

.buy_box .item .title h5 {
    border-bottom: 4px solid #474747;
}

.buy_box .item .title h6 {
    font-size: 12px;
    color: #929292;
}

.buy_box .item .title h5,
.buy_box .item .title h6 {
    margin: 0;
    padding-bottom: 4px;
}

.date {
    padding: 0;
    margin: 15px 0px;
}

.date .items {
    width: 16.666%;
    text-align: center;
    background-color: #0c0c0c;
}

.date .items a {
    font-size: 13px;
    color: #929292;
    pointer-events: none;
    padding: 5px 0px;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-style: solid;
}

.date .active,
.date .active a {
    color: #fc5353;
    background-color: #ad0404;
    text-decoration: none;
}

.buy_box .prompt {
    margin-bottom: 0;
    font-size: 13px;
}

.buy_btn_box {
    text-align: center;
}

.buy_btn_box button,
.buy_btn_phone button {
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 30px;
    background-color: #171717;
    transition: all 0.3s ease;
}

.buy_btn_box button:hover,
.buy_btn_phone button:hover {
    opacity: 0.816;
}

.buy_btn_box button:active,
.buy_btn_phone button:hover {
    opacity: 0.618;
}

.buy_btn_phone_mask {
    display: none;
}

.buy_btn_phone {
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* member */

.meb_year_ul {
    margin: 20px 0px 0px;
    padding: 0;
}

.meb_year_ul li {
    flex: 1;
}

.meb_year_ul span {
    background-color: #585858;
    color: #9a9a9a;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
}

.meb_year_ul .item-cur {
    background-color: #ad0404;
    color: #fc5353;
}

.meb_year_ul span:hover {
    text-decoration: underline;
}

.edit_pw_box>div {
    margin-right: 10px;
}

.edit_pw_box input {
    height: 30px;
    line-height: 30px;
    padding: 5px 15px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 13px;
    border-radius: 2px;
}

.edit_pw_box button {
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 12px;
    border-radius: 2px;
}

.user_profile .row {
    margin-right: 10px;
}

.user_profile input {
    height: 30px;
    line-height: 30px;
    padding: 5px 15px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 13px;
    border-radius: 2px;
}

.user_profile button {
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 12px;
    border-radius: 2px;
}

.logOut-btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 12px;
    border-radius: 2px;
}

.logOut-btn:hover {
    background-color: #404040;
}

.level_info {
    padding: 0;
}

.level_info p {
    color: inherit;
    margin-bottom: 0;
}

.level_info .item {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: 1px solid #0c0c0c;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 2%;
}

.level_info .item .left {
    width: 37%;
}

.level_info .item .right {
    width: 63%;
}

.level_info .item .left .name {
    font-size: 30px;
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: lighter;
}

.level_info .item .left .name span {
    font-weight: 600;
}

.level_info .item .right .explain {
    font-size: 13px;
}

.service {
    align-items: center;
}

.service_logo {
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.service_info p {
    color: #686d71;
    margin-bottom: 0;
}

#level_1:hover {
    color: #f29500;
    border-color: #f29500;
}

#level_2:hover {
    color: #00eef7;
    border-color: #00eef7;
}

#level_3:hover {
    color: #01fe17;
    border-color: #01fe17;
}

.upgradesBox .row:first-child {
    width: 50%;
}

.upgradesBox input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

select,
option {
    border: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.aug_select {
    width: 88px;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    background-color: #171717;
    color: #bdbdbd;
    font-size: 13px;
}

.addressBox .row {
    flex-grow: 1;
}

.addressBox .row:nth-child(2) {
    flex-grow: 2;
}

.addressBox .row:nth-child(2) input {
    width: 200px;
}

.outerwide .title1 {
    font-size: 25px;
    margin-bottom: 0;
}

.outerwide .title2 {
    font-size: 14px;
}

.explainbar {
    width: 100%;
    margin-bottom: 20px;
}

ul.explain {
    padding: 0;
}

ul.explain li {
    width: 97px;
    background: #171717;
    margin-right: 3px;
    text-align: center;
    margin-bottom: 3px;
}

ul.explain li span {
    float: left;
    text-align: center;
    width: 100%;
    color: #929292;
    padding: 10px 5px 11px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.serviceBox {
    width: 400px;
    height: 800px;
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index: 999;
}

.serviceBox iframe {
    width: 100%;
    height: 100%;
}

.levle_sidebar .title {
    border-bottom: 1px solid #474747;
    justify-content: space-between;
    align-items: center;
}

.levle_sidebar .title h5 {
    border-bottom: 4px solid #474747;
}

.levle_sidebar .title h6 {
    font-size: 12px;
    color: #929292;
}

.levle_sidebar .title h5,
.levle_sidebar .title h6 {
    margin: 0;
    padding-bottom: 4px;
    cursor: default;
}

.levle_sidebar_ul_year {
    padding: 0;
    margin: 20px 0px 0px;
}

.levle_sidebar_ul_year .item {
    width: 16.666%;
    text-align: center;
    background-color: #0c0c0c;
}

.levle_sidebar_ul_year .item a {
    font-size: 13px;
    color: #929292;
    pointer-events: none;
    padding: 5px 0px;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-style: solid;
}

.levle_sidebar_ul_year .active,
.levle_sidebar_ul_year .active a {
    color: #fc5353;
    background-color: #ad0404;
    text-decoration: none;
}


/* Pricing
 * -------------------------- */

.user-box {
    justify-content: space-between;
    margin: 30px 15%;
}

.user_name {
    margin-bottom: 35px;
    font-size: 18px;
    padding: 10px 0px;
}

.user_name span {
    font-size: 12px;
    color: #fc1d57;
    padding-left: 10px;
}

.user-right .login-form {
    margin: 20px auto;
}

.user-right .edit_password {
    text-align: left;
}

.pricing {
    width: 250px;
}

.pricing .list-group {
    margin-bottom: -1px;
}

.pricing .list-group-item {
    border-color: #ecf0f1;
    padding: 12px 25px;
    color: #7f8c8d;
    cursor: default;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pricing .list-group-item:first-child,
.pricing .list-group-item:last-child {
    border-radius: 0;
}

.pricing .title {
    background-color: #e95f7a;
    padding: 10px 25px;
    text-transform: uppercase;
}

.pricing.premium .title {
    background-color: #34495e;
}

.pricing.professional .title {
    background-color: #2c3e50;
}

.pricing.ultimate .title {
    background-color: #171717;
}

.pricing .title h4 {
    margin: 0;
    color: #ffffff;
}

.pricing .price {
    background-color: #fc1d57;
    color: #ffffff;
    padding: 25px;
}

.pricing .price h2 {
    font-weight: 800;
}

.pricing .price .dollar {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.pricing .price h2 {
    font-size: 60px;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}

.pricing .price .per {
    font-size: 14px;
    display: inline-block;
}

.pricing .details {
    padding-left: 0;
    list-style: none;
    *padding: 0 20px;
    border: 1px solid #ecf0f1;
    border-width: 0 1px;
    margin-bottom: 0;
}

.pricing .details li {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing .details li:last-child {
    border-bottom: 0;
}

.pricing .p-footer {
    padding: 20px;
    border: 1px solid #ecf0f1;
}

.pricing .half-price {
    background-color: #3d556d;
}

.pricing .all-price {
    background-color: #343434;
}