/* DIYCSS
   ========================================================================== */
/**
 * 1. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 * 2. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 *    如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 */
/*优模板www.mobanweb.com*/
/*底部波浪*/
.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  background-color:#fff !important
}
.ripro-dark .waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  background-color:#181616 !important
}
#waveHorizontal1 {
    -webkit-mask: url(../images/augsc_001.svg);
    mask: url(../images/augsc_001.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}
#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {
    background-image: linear-gradient(20deg,#f84270 0,#fe803b 100%)!important;
}
.ripro-dark #waveHorizontal1{
    background-color: #f1f1f1!important;
}
.ripro-dark  #waveHorizontal2{
    background-color: #f1f1f1!important;
}
.ripro-dark  #waveHorizontal3{
    background-color: #f1f1f1!important;
}
.waveHorizontal {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes move{0%{transform:translate(-175px,0px) scale(1,1)}50%{transform:translate(-87px,0px) scale(1,0.5)}100%{transform:translate(0px,0px) scale(1,1)}}

#waveHorizontal2 {
    -webkit-mask: url(../images/augsc_002.svg);
    mask: url(../images/augsc_002.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}
#waveHorizontal3 {
    -webkit-mask: url(../images/augsc_003.svg);
    mask: url(../images/augsc_003.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}
/*底部波浪*/

/*优模板www.mobanweb.com*/
/*LOGO闪光*/
.logo-wrapper {
    position: relative;
    font-size:2em;
    font-weight:700;
    line-height:39px;
    overflow:hidden;
    margin:0;
}

.logo-wrapper::before{
    content:"";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}
.yousc-dark .logo-wrapper::before{
    content:"";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(25, 22, 22, 0.55);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% { left: -90px; top: 0; }
    to { left: 90px; top: 0; }
}

/*LOGO闪光*/

/**首页选项卡**/
.widget_tabcontent h3 .selected {
	color: #282828;
	border-bottom: 2px solid #282828;
}

.ripro-dark .widget_tabcontent h3 .selected {
	color: #0056ff;
	border-bottom: 2px solid #0056ff;
}

.widget_tabcontent h3 span {
	color: #999;
	margin: 0 18px;
	letter-spacing: .51px;
	position: relative;
	line-height: 1;
	padding-bottom: 10px;
	cursor: pointer;
	font-weight: 400;
}

.ripro-dark .widget_tabcontent h3 span {
	color: #f1f1f1;
}

.widget_tabcontent h3 span:hover {
	border-bottom: 2px solid #0056ff;
}

.widget_tabcontent .hide-code {
	display: none;
	padding-left: 0;
}

.show {
	display: block!important;
}

.text-center {
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #fff;
} 
/**首页选项卡结束**/

/*会员中心开始*/

/*个人中心板块阴影*/
.user-profile .sidebar-card {
    box-shadow: 4px 6px 10px #3a4f7017;
}
.user-profile .edit--profile-area {
    box-shadow: 4px 6px 10px #3a4f7017;
}
/*个人中心导航菜单*/
.edit--profile-links li a.active {
    -webkit-box-shadow: 0 8px 10px rgba(32,160,255,.3);
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
  }
  /*个人中心顶部*/
  /*内页上方波浪*/
.lang {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -60px;
    background: rgba(0, 0, 0, 0) none repeat scroll !important;
}
.ripro-dark .lang{
	background: rgba(0, 0, 0, 0) none repeat scroll !important;
}

.lang__1 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_05.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 8px;
}

.lang__2 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_04.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 12s infinite linear;
    position: relative;
    top: 0;
}

.lang__3 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_03.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 0;
}
.ripro-dark .lang__1{
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) ), url('https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_05.png');

}
.ripro-dark .lang__2{
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) ), url('https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_04.png');
}
.ripro-dark .lang__3{
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) ), url('https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_05.png');
}


.footer  .lang {
    margin-top: -55px;
}

@keyframes langs {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1938px;
    }
}

@-webkit-keyframes langs {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1938px;
    }
}
.site-content {
    background-color: rgb(246,246,246);
}
.menghuan {
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    width: 100%;
}
  .header-center .jinbi i {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/jinbi.png) no-repeat center;
    background-size: cover;
}
.header-center .dou i {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/dou.png) no-repeat center;
    background-size: cover;
}
.header-top {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cecece;
}
.author-card .author-infos .author p {
    line-height: 30px;
    padding-top: 6px;
    font-size: 12px;
    margin: 0;
    color: #555;
    font-weight: 500;
}
.card-box .author-info h3 {
    color: #2d3039;
    font-weight: 700;
    margin-top: 44px;
    font-size: 34px;
    margin-bottom: 6px;
}
.card-box .author-info {
    position: relative;
    text-align: left; 
    padding: 22px 24px 20px;
}
.card-box .author-info p {
    text-align: right;
    color: #627079;
}
.pcolorbg,.mcolorbg4,.scolorbg {
    background: #ffffff;
}
.card-box .author-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #66737c;
    opacity: 1;
}
.form-control, textarea.form-control {
    color: #2d3039;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
}
.card-box .author-info small{
    left: 8px;
    top:20px;
    text-align: left;
}
.author-info scolorbg2{
    left: 8px;
    top:20px;
    text-align: left;
}
i.fa.fa-ticket {
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #f9c009;
    background: #fcf6d9;
    padding: 16px;
    border-radius: 50%;
}
i.fa.fa-shopping-cart{
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #0390ff;
    background: #d9ecfc;
    padding: 16px 17px;
    border-radius: 50%;
}
i.fa.fa-rmb{
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #ff6262;
    background: #fcd9d9;
    padding: 16px 21px;
    border-radius: 50%;
}
.mcolorbg2,.pcolorbg2,.scolorbg2 {
    background: #ffffff;
}
/*会员中心*/
.term-bar:before {
    background-color: #c77ffe;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}
.photo{
	border-radius: 50px;
}
/*会员中心*/
/**cosy-user**/

.apollo-user-meta {
    position: relative;
    margin-top: 4rem;
    padding-bottom: 1.5rem;
}
.w-96 {
    width: 96px;
}
@media (min-width: 768px){
.user-d-flex{
    align-items: center;
    flex-direction: row;
    display: flex;
}
}
.user-d-flex{
    display: flex;
    flex: 1 1 auto;
}
@media (min-width: 768px){
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
}
.rounded {
    border-radius: 6px;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.text-lg {
    font-size: 1.25rem !important;
    text-align:left;
}
.text-white {
    color: #ffffff!important;
}
.apollo-user-meta .name .badge {
    position: relative;
    top: -2.5px;
}
.badge-primary {
    background-color: #11999e;
}
.badge {
    border-radius: 2px;
    font-weight: normal;
}
.text-xs {
    font-size: 0.75rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.font-theme {
    font-family: nicetheme, Arial, sans-serif;
}
.apollo-user-meta .data small {
    position: relative;
    top: -1px;
}
.text-light {
    color: #ebedf3 !important;
}
.data{
    text-align:left;
}
@media (max-width:767.98px){
    .text-white{
        padding-top:18px;
    }
}
.navbar-apollo{
	position: relative;
}
.navbar-apollo .nav-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}
.nav-user-link {
    display: block;
    padding: 1rem 1rem;
}
.d-block {
    display: block!important;
    width: 30PX;
}
.nice-apollo-two .text-xl {
    font-size: 1.5rem !important;
}
.nice-icon {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.nice-icon {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-xl {
    font-size: 1.625rem !important;
}

.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}
.nav-user{
	flex-wrap: nowrap;
	overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
	    position: relative;
    margin-bottom: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    height: 0px;
    line-height: 30px;
    background: #ffffff;
    padding: 55px 0;
    border-radius: 100px;
    margin-top: 20px;
}
.menghuan{
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    width: 100%;
}
.nav-user::-webkit-scrollbar {
    display: none;
}
@media (max-width:768px){
	.apollo-user-meta{
		    padding-left: 10px;
	}
}
.payvip-box .vip-info{
	opacity: 0.7;
}


@keyframes langs {
	0% {
	margin-left:0
}
100% {
	margin-left:-1938px
}
}@-webkit-keyframes langs {
	0% {
	margin-left:0
}
100% {
	margin-left:-1938px
}
}
/*会员中心结束*/
