body {
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/*----*/

h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.logo {
    float: left;
}

.top-nav {
    float: left;
}

.search {
    float: right;
}

.ad-right {
    float: right;
    padding: 0.7em 0;
}

.ad-right img {
    width: 100%;
}

a.sign-in {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
    float: left;
    width: 11%;
    padding: 4px 0;
    font-weight: 600;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

a.sign-up {
    font-size: 1.1em;
    text-decoration: none;
    float: left;
    padding: 4px 0;
    font-weight: 600;
    color: #ea6a53;
    width: 14%;
    padding: 4px 0px 4px 13px;
}

a.sign-up:hover {
    color: #FD1E01;
}


/*----*/

.top-nav ul li {
    display: inline-block;
    padding: 1em;
    border-right: 1px solid #A7A5A5;
}

.top-nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

.top-nav ul li a:hover,
.top-nav ul li.active a {
    color: #fff;
}


/*----*/

.top-nav span.menu:before {
    content: url(../images/menu.png)no-repeat 0px 0px;
    cursor: pointer;
    width: 100%;
}

.top-nav span.menu {
    display: none;
}


/*--responsive media-quries--*/

@media(max-width:768px) {
    .top-nav ul {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9999;
        left: 0%;
        margin: 0em;
        background: #bc3726;
    }
    .top-nav ul li label {
        display: none;
    }
    .top-nav span.menu {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 1em 1em 0.6em;
    }
    .top-nav ul li,
    .top-nav ul li.active {
        display: block;
        float: none;
        padding: 0.5em 0;
        text-align: center;
    }
    .top-nav ul li a,
    .top-nav ul li.active a {
        color: #fff;
        border: none;
        padding: 0;
        background: none;
        margin: 0.3em 1em;
    }
    .top-nav ul li a:hover {
        color: #000;
    }
}


/*----*/

.women-in {
    padding: 1.5em 0;
}

.search {
    margin: 0.8em 0.8em 0 0em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    position: relative;
    background: #fff;
    padding: 5px 0px;
    width: 15%;
    float: right;
}

.single_grid {
    margin-top: 58px;
}

.search input[type="text"] {
    outline: none;
    padding-left: 10px;
    background: none;
    width: 79.33%;
    border: none;
    font-size: 1em;
    color: #888;
}

.search input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url(../images/img-sprite.png) 0px 0px;
    padding: 0px 10px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    margin: 1px 0px 0px 6px;
}


/*--content--*/

.col-d {
    width: 71%;
    padding: 0;
    margin-right: 1.5%;
}

.col-m-left {
    width: 27.16%;
    margin: 0;
    padding: 0;
}

.banner {
    background: url(../images/banner.jpg) bottom no-repeat;
    width: 100%;
    min-height: 425px;
    background-size: cover;
    display: block;
    position: relative;
}

.banner-matter {
    position: absolute;
    top: 9em;
    left: 5em;
}

.banner-matter label {
    font-size: 1.5em;
    color: #2d2d2d;
    margin: 0 0 0 6em;
    height: 14px;
    display: block;
    font-family: 'Libre Baskerville', serif;
}

.banner-matter h2 {
    font-size: 3.3em;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
}

.banner-matter p {
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
}

.you {
    background: #2d2d2d;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    top: 15em;
    left: 20em;
}

.you span {
    font-size: 3.4em;
    color: #fff;
    display: block;
    height: 53px;
}

.you small {
    font-size: 1.2em;
    color: #bc3726;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
}

.you span label {
    font-size: 15px;
}

p.para-in {
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    bottom: 12px;
    left: 16px;
}

.in-line {
    padding: 2em 0;
}


/*----*/

.para-an h3 {
    font-size: 2em;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.para-an p {
    font-size: 1em;
    color: #858585;
    padding: 0.5em 0 1em;
}

.you-para {
    position: relative;
    float: left;
    width: 31.49%;
    margin-right: 1.5%;
    padding: 0 0 2em;
}

.lady-in {
    padding: 1.5em 0 0;
}

.para-grid {
    margin: 0;
}

.you-para p {
    color: #373737;
    font-size: 0.9em;
    font-weight: 600;
    padding: 8px 0 0;
}

.you-para span {
    font-size: 1em;
    color: #bc3726;
    font-weight: 600;
}

.you-para span a {
    color: #767676;
    text-decoration: none;
}

.you-para span a:hover {
    color: #bc3726;
}

.you-in {
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 1em;
    left: 11em;
}

.you-in span {
    font-size: 1.8em;
    color: #bc3726;
    display: block;
    height: 24px;
    font-weight: 600;
}

.you-in small {
    font-size: 0.9em;
    color: #000;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}

.pic-in {
    width: 100%;
}

.you-in span label {
    font-size: 15px;
}

label.cat-in {
    background: url(../images/img-sprite.png) -24px 0px;
    width: 20px;
    min-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.para-an {
    border-bottom: 1px solid #D1D0D0;
}


/*----*/

.in-left {
    background: url(../images/p111.jpg) 0px 0px;
    width: 100%;
    min-height: 425px;
    background-size: cover;
    display: block;
    position: relative;
}

.cool {
    background: url(../images/get.png) 0px 0px no-repeat;
    width: 175px;
    height: 183px;
    text-align: center;
    position: absolute;
    bottom: -2px;
    right: 0em;
}

p.code {
    font-size: 1.5em;
    color: #c4c4c4;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 46px;
    left: 10px;
    font-family: 'Oswald', sans-serif;
}

.discount {
    position: relative;
    padding: 1.8em 0 0;
}

p.no-more {
    font-size: 1.2em;
    color: #636563;
    line-height: 22px;
    position: absolute;
    top: 37px;
    right: 27px;
}

p.no-more b {
    font-size: 1.4em;
    display: block;
    font-weight: 400;
}

p.no-more span {
    color: #bc3726;
}

p.no-get b {
    color: #fff;
}

p.no-get {
    color: #c3c3c3;
    font-size: 1.3em;
}

a.know-more {
    text-decoration: none;
    font-size: 1.3em;
    color: #fff;
    background: #bc3726;
    padding: 0.5em 1em 0.5em 0.5em;
    position: absolute;
    bottom: 33px;
    right: 0;
}

a.know-more:hover {
    background: #FD1E01;
}


/*----*/

.twitter-in {
    background: #fff;
    padding: 1.8em 1.3em;
    margin: 1.8em 0 0;
    position: relative;
}

.twitter-in h5 {
    color: #000;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #D0CDCD;
}

.up-date {
    padding: 1em 0 1em;
}

.up-date p {
    color: #000;
    font-size: 0.9em;
    font-weight: 600;
}

.up-date a {
    color: #bc3726;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 600;
}

p.ago {
    font-weight: 400;
    color: #7E7E7E;
}

a.tweets {
    text-decoration: none;
    color: #000;
    font-size: 1em;
    float: right;
    font-weight: 600;
    border-bottom: 2px solid #D6D2D2;
    min-height: 22px;
}

a.tweets:hover {
    border-bottom: none;
    color: #bc3726;
}

span.twitter-ic {
    background: url(../images/img-sprite.png) -152px 0px no-repeat;
    width: 73px;
    height: 70px;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 12px;
}


/*---*/

.lady-in-on {
    background: #fff;
    padding: 1.5em 1em;
}

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    padding: 2em 0;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}


/*---- Navigation ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/img-sprite.png) no-repeat -44px 0px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/img-sprite.png) no-repeat -77px 0px;
}

.hide-in {
    padding: 1px 0 1em;
    text-align: left;
}

.hide-in p {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 2.5em;
    padding: 0 0 0.3em;
    color: #373737;
}

.hide-in span {
    font-size: 1em;
    color: #bc3726;
    font-weight: 600;
}

.hide-in span a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #c3c3c3;
    min-height: 22px;
}

.hide-in span a:hover {
    border-bottom: none;
    color: #bc3726;
}

.buy-an {
    border-bottom: 1px solid #D1D0D0;
}

.buy-an h3 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.buy-an p {
    font-size: 1em;
    color: #858585;
    padding: 0.5em 0 1em;
}

.class-footer ul li {
    display: inline-block;
}

.class-footer ul li label {
    color: #a0a0a0;
}

.class-footer ul li a {
    text-decoration: none;
    color: #a0a0a0;
    font-size: 0.87em;
}

.class-footer ul li a:hover {
    color: #fff;
}


/*--men--*/

.para-all h3 {
    font-size: 2em;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.para-all p {
    font-size: 1em;
    color: #858585;
    padding: 0.5em 0 0em;
}

.you-men {
    position: relative;
    float: left;
    width: 31.49%;
    margin-right: 1.5%;
    padding: 0 0 2em;
}

.lady-on {
    padding: 1.5em 0 0;
}

.you-men p {
    color: #373737;
    font-size: 0.9em;
    font-weight: 600;
    padding: 8px 0 0;
}

.you-men span {
    font-size: 1em;
    color: #bc3726;
    font-weight: 600;
}

.you-men span a {
    color: #767676;
    text-decoration: none;
}

.you-men span a:hover {
    color: #bc3726;
}


/*----*/

.you-onto span label {
    font-size: 15px;
}

.you-onto {
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    position: absolute;
    width: 85px;
    height: 85px;
    left: 18em;
    top: 2em;
}

.you-onto span {
    color: #bc3726;
    display: block;
    font-weight: 600;
    font-size: 3em;
    height: 43px;
}

.you-onto small {
    font-size: 1.5em;
    color: #000;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}


/*----*/


/*--women--*/

.para-all-in h3 {
    font-size: 2em;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

.para-all-in p {
    font-size: 1em;
    color: #858585;
    padding: 0.5em 0 0em;
}

.you-women {
    position: relative;
    float: left;
    width: 31.49%;
    margin-right: 1.5%;
    padding: 0 0 2em;
}

.you-women p {
    color: #373737;
    font-size: 0.9em;
    font-weight: 600;
    padding: 8px 0 0;
}

.you-women span {
    font-size: 1em;
    color: #bc3726;
    font-weight: 600;
}

.you-women span a {
    color: #767676;
    text-decoration: none;
}

.you-women span a:hover {
    color: #bc3726;
}


/*----*/

.you-two span label {
    font-size: 15px;
}

.you-two {
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    position: absolute;
    width: 85px;
    height: 85px;
    left: 18em;
    top: 2em;
}

.you-two span {
    color: #bc3726;
    display: block;
    font-weight: 600;
    font-size: 3em;
    height: 43px;
}

.you-two small {
    font-size: 1.5em;
    color: #000;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}


/*--products--*/

.price-on {
    padding: 0 2em 0 0;
}

.product_right {
    padding: 0;
}

.products_top {
    padding: 4em 0;
}

.banner-wrap {
    padding: 1em 0 0;
}

.wmuSlider {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.in-product {
    float: left;
}

.banner_right {
    float: left;
    width: 44%;
    margin: 5em 0em 0 2em;
}

.banner_right h3 {
    color: #4a4a4a;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

p.nine {
    color: #bc3726;
    font-size: 2em;
    font-weight: bold;
    padding: 0.2em 0;
}

p.sit-in {
    color: #767676;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0em 0 2em;
}

a.to-cart {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    background: #bc3726;
    padding: 0.6em 1em;
}

a.to-cart:hover {
    background: #FD1E01;
}

a.to-cart img {
    vertical-align: top;
    padding: 5px 0px 0px 5px;
}

.tab_desc1 h3 a {
    text-decoration: none;
    color: #000;
    font-size: 1.2em;
}

.tab_desc1 p {
    color: #000;
    font-size: 1em;
    margin: 0 0 1em;
}

.grid-4 {
    padding: 0 0 1em;
    margin-right: 3.4%;
    width: 31%;
    float: left;
}

.grid-in {
    margin-right: 0;
}


/* Default Skin */

.wmuSliderPagination {
    display: none;
}


/* Default Skin */

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.wmuSliderPrev,
.wmuSliderNext {
    position: absolute;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/img-sprite.png)no-repeat;
    top: 43%;
    z-index: 2;
    cursor: pointer;
}

.wmuSliderPrev {
    background-position: -111px -9px;
    left: 0;
}

.wmuSliderNext {
    background-position: -132px -9px;
    right: 0px;
}

.mens-toolbar {
    border-bottom: 1px solid rgb(190, 190, 190);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mens-toolbar .sort {
    float: left;
    width: 20.5%;
    margin-top: 5px;
}

.sort-by {
    color: #000;
    font-size: 0.8125em;
}

.sort-by label {
    font-weight: normal;
}

.pages {
    float: right;
}

ul.dc_pagination.dc_paginationA.dc_paginationA06 {
    padding: 0;
    list-style: none;
    float: left;
}

ul.dc_pagination li:first-child {
    margin-left: 0px;
    text-transform: uppercase;
}

ul.dc_pagination li {
    float: left;
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    background: #DCDCDC;
}

ul.dc_pagination li a {
    color: #000;
    display: block;
    padding: 7px 12px;
    text-decoration: none;
    font-size: 0.9em;
}

ul.dc_pagination li a:hover {
    color: #fd926d;
}

ul.dc_paginationA06 li a.current {
    background: url(../images/pr_arrow.png) no-repeat 9px 5px;
    display: inline-block;
    width: 31px;
    height: 27px;
}

.limiter.visible-desktop {
    float: left;
    margin: 3px 20px 0;
}

.limiter.visible-desktop label {
    font-size: 0.8125em;
    color: #000;
    font-weight: 500;
}

ul.grid-4 {
    padding: 0;
    list-style: none;
    position: relative;
}

ul.grid-4 li {
    float: left;
    width: 30.6666%;
    margin-right: 4%;
}

ul.grid-4 li.grid-4_last {
    margin-right: 0;
}

.tab_desc1 {
    background: #f9f5f4;
    padding: 1em 0;
    list-style: none;
    text-align: center;
}

.product_box1 {
    margin-bottom: 2em;
}

h3.m_1 {
    color: #fff;
    font-size: 0.85em;
    padding: 8px 10px;
    background: #000;
    text-transform: uppercase;
}

ul.grid_1 {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgb(226, 226, 226);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.grid_1 li.grid_1-img {
    float: left;
    width: 34%;
    margin-right: 4%;
}

ul.grid_1 li.grid_1-desc {
    float: left;
    width: 62%;
}

ul.grid_1 li.grid_1-desc h4 {
    margin-bottom: 5px;
    font-size: 0.85em;
    font-weight: 500;
    text-transform: uppercase;
}

ul.grid_1 li.grid_1-desc h4 a {
    color: #000;
}

ul.grid_1 li.grid_1-desc h4 a:hover {
    color: #fd926d;
    text-decoration: none;
}

ul.grid_1 li.grid_1-desc p {
    font-size: 1.1em;
    font-weight: bold;
    color: #bc3726;
}

.sale_grid {
    margin-bottom: 2em;
    margin-top: 1em;
}

.headBody {
    background-color: #E4E4E4;
}

.head {
    padding-top: 20px;
    background-color: #fff;
    font-size: 14px;
    width: 100%;
}

.head_top_style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8C8C8C;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
}

.head_top_style_left {
    display: flex;
    align-items: center;
}

.head_top_style_left .caption {
    font-size: 14px;
    font-weight: bold;
    color: #415058;
}

.head_top_style_left .label2 {
    font-size: 12px;
    font-weight: 300;
    color: #1890FF;
    padding: 3px;
    background: #EBF1F6;
    margin-left: 18px;
}

.head_top_style_left .mar-l {
    margin-left: 18px;
}

.head_top_style_right {
    display: flex;
    align-items: center;
}

.head_top_style_right .select {
    border: 0;
    border-bottom: 1px solid #E8E8E8;
    outline: 0;
    width: 65px;
    height: 20px;
    margin-right: 35px;
}

.head_top_style_right .reset {
    width: 28px;
    height: 14px;
    font-size: 14px;
    font-weight: 300;
    color: #415058;
    margin-right: 35px;
}

.head_top_style_right .make {
    width: 100px;
    height: 35px;
    background: #1890FF;
    border-radius: 2px;
    padding: 6px 12px;
}

.head_top_style_right .make a {
    color: #fff;
    font-size: 14px;
    margin-left: 4px;
}

.head_top_style_right .make a:hover {
    color: #fff;
}

.head_top_style_right .share {
    width: 98px;
    height: 35px;
    border: 1px solid #A1A6C6;
    border-radius: 2px;
    margin-right: 35px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #4A4E50;
    display: flex;
    align-items: center;
    padding: 0 25px;
    cursor: pointer;
}

.head_top_style_right .resetDiv {
    cursor: pointer;
}

.head_top_style_right .refresh {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

.pop {
    background-color: #e1f3d8;
    position: absolute;
    top: 30px;
    left: 47%;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #67C23A;
    text-align: center;
    display: none;
}

.head_bottom_style {
    background: #E4E4E4;
}

.head_img {
    width: 430px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}

.head_img .bg {
    width: 336px;
    height: 682px;
    background: #FFFFFF;
    box-shadow: 0px 20px 31px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    opacity: 1;
}

.head_img .iframe {
    position: absolute;
    top: 64px;
    left: 67px;
    width: 295px;
    height: 647px;
    border-radius: 20px;
}

.head_top_style_left .logo {
    margin-right: 10px;
}

.head_top_style_left .logo img {
    width: 128px;
    height: 30px;
}


/* 放大镜样式 */

.fdj {
    width: 50%;
    height: 50%;
    background-color: rgba(236, 234, 234, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.zoom {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #ddd;
}

.zoomImg {
    width: 16px !important;
    height: 16px !important;
    margin: 8px auto !important;
}

.big_box {
    width: 440px;
    height: 512px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 470px;
    top: 57px;
    z-index: 10;
    background-color: #fff;
    display: none;
}

.big_box img {
    position: absolute;
    width: 200%;
    height: 200%;
}

.activeImg {
    display: block;
}


/*--single--*/

.grid {
    float: left;
    width: 41%;
}

.span1_of_1_des {
    float: right;
    width: 55%;
    margin-top: 15px;
    margin-left: 3.333%;
}


/* start desc1 */

.desc1 h3 {
    color: #000;
    font-size: 2em;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

.desc1 h5 {
    margin-top: 2%;
    font-size: 1.6em;
    color: #bc3726;
    line-height: 1.5em;
    text-shadow: 0 1px 0 #ffffff;
}

.desc1 h5 a {
    margin-left: 5px;
    color: #555555;
    text-transform: capitalize;
    font-size: 14px;
}

.desc1 h5 a:hover {
    color: #bc3726;
}

.desc1 p {
    /* font-size: 1em; */
    /* color: #767676; */
    line-height: 1.8em;
    text-align: left;
}


/* start available */

.available {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #EEEEEE;
}

.available h4 {
    font-size: 1.1em;
    color: #777;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
}

.available li {
    display: inline;
    font-size: 0.8125em;
    padding: 1.5% 2%;
    color: #555555;
}

.available li select {
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
    display: inline;
    font-size: 1em;
    color: #555555;
    margin-left: 10px;
    padding: 4px;
    border: 1px solid rgb(224, 224, 224);
}

.available span a {
    color: #555555;
    font-size: 0.8725em;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 10px;
}

.available span a:hover {
    text-decoration: none;
}


/* start share-des */

.share-desc {
    padding: 20px 0;
}

.share h4 {
    font-size: 1.1em;
    color: #777;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
}

.share_nav {
    float: left;
}

.share_nav li {
    display: inline-block;
    margin: 5px 6px;
}

.share_nav li a {
    background: #9C9C9C;
    padding: 10px;
    display: block;
    -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;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.share_nav li a:hover {
    background: #bc3726;
}

.share li img {
    vertical-align: middle;
}


/*----*/

.form-in {
    margin-top: 3em;
    float: left;
}

.form-in a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    background: #bc3726;
    padding: 0.6em 1em;
}

.form-in a:hover {
    background: #FD1E01;
}


/*----*/

.span_right {
    float: right;
    margin-top: 1em;
}

.span_right a {
    padding-top: 0;
}


/* start tabs */

.sap_tabs {
    padding: 1em 0;
}

.resp-tabs-list {
    width: 100%;
    list-style: none;
    padding: 0;
}

.resp-tab-item:first-child {
    border-left: none;
}

.resp-tab-item {
    font-size: 0.8125em;
    cursor: pointer;
    padding: 12px 10px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    float: left;
    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;
    text-transform: uppercase;
}

.resp-tab-active {
    background: #bc3726;
    color: #fff;
}

.resp-tab-item span {
    font-size: 1.1em;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 1em;
    margin: 0px;
    padding: 10px 15px;
    background: #f77462;
    margin: 10px 0;
    color: #fff;
}

h2.resp-accordion:hover {
    background: #6CC5D9;
    text-shadow: none;
    color: #FFF;
}

.facts {
    border: 1px solid #D4D1D1;
    padding: 2em;
}

.facts p {
    color: #767676;
    font-size: 1em;
    line-height: 1.7em;
    padding: 0 0 1em;
}

.facts ul li {
    list-style: none;
    color: #767676;
    font-size: 1em;
    padding: 0.3em 0;
}


/*--contact--*/

.contact-in h3 {
    margin: 0.5em 0;
    font-size: 3em;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.contact-right h5 {
    color: #5f5f5f;
    margin-bottom: 0.5em;
    font-size: 1.7em;
    margin-top: 0px;
}

.contact-left input[type="text"],
.contact-left textarea {
    padding: 14px;
    display: block;
    width: 98%;
    background: #fcfcfc;
    border: 1px solid #E0E0E0;
    outline: none;
    color: #464646;
    font-size: 0.8125em;
}

.contact-left textarea {
    resize: none;
    height: 100px;
}

.contact-left input[type="submit"] {
    outline: none;
    padding: 7px 20px;
    color: #FFF;
    cursor: pointer;
    background: #bc3726;
    border: none;
    margin: 0.5em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-left input[type="submit"]:hover {
    background-color: #FD1E01;
}

.contact-right p {
    font-size: 1em;
    color: #333;
    line-height: 1.8em;
}

.contact-right p span {
    text-decoration: underline;
    color: #333;
    cursor: pointer;
}

.contact-right p a {
    text-decoration: underline;
    color: #333;
    cursor: pointer;
}

.contact-right p span:hover,
.contact-right p a:hover {
    text-decoration: none;
}

.map iframe {
    border: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 175px;
}

.contact-left span {
    font-size: 1em;
    display: block;
    padding: 0.5em 0;
}

.contact-in {
    padding: 0em 0 3em;
}

.contact {
    padding: 2em 0 3em;
}

.contact-left {
    padding: 0 2em 0 0;
}

.contact-right {
    padding: 0;
}


/*----*/


/*--register--*/

.register-top-grid h3 {
    color: #bc3726;
    font-size: 1.1em;
    padding-bottom: 5px;
    margin: 0;
    font-weight: 600;
}

.register-top-grid span {
    color: #555;
    font-size: 0.9em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}

.register-top-grid input[type="text"] {
    border: 1px solid #EEE;
    outline-color: #bc3726;
    width: 70%;
    font-size: 1em;
    padding: 0.5em;
    margin: 0.5em 0;
}

.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;
}

.checkbox {
    position: relative;
    font-size: 1em;
    color: #555;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.news-letter {
    color: #555;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}

.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #E1DFDF;
}

.checkbox input+i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox input:checked+i:after {
    opacity: 1;
}

.news-letter:hover {
    color: #00BFF0;
}

.register {
    padding: 4em 0;
}


/*--privacy--*/

.privacy-top h3 {
    font-size: 3em;
    color: #5f5f5f;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.privacy-bottom h5 a {
    font-size: 1.5em;
    color: #bc3726;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.privacy-bottom h5 a:hover {
    color: #000;
}

.privacy-bottom p {
    font-size: 1em;
    color: #000;
    padding: 0.5em 0;
    width: 97%;
    line-height: 1.6em;
}

.privacy-bottom {
    padding: 2em 0 0;
}

.privacy-top {
    padding: 3em 0;
}

.projectList {
    /* display: flex; */
    z-index: 100;
    height: 290px;
    overflow-y: auto;
    margin-top: 10px;
}

.projectImg {
    width: 200px;
    height: 200px;
}

.project {
    margin-right: 17px;
    margin-bottom: 20px;
    height: 230px;
    text-align: center;
}

.projectImg:hover {
    background: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.blank_tit {
    color: #333;
}


/*--article--*/

.article-top h3 {
    font-size: 3em;
    color: #5f5f5f;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.article-bottom h6 a {
    font-size: 1.5em;
    color: #bc3726;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.article-bottom h6 a:hover {
    color: #000;
}

.article-bottom p {
    font-size: 1em;
    color: #000;
    padding: 0.5em 0;
    width: 97%;
    line-height: 1.6em;
}

.article-bottom {
    padding: 2em 0 0;
}

.article-top {
    padding: 3em 0;
}

img.women {
    margin: 0 auto;
}


/*----*/


/* 图片上传 */

.cardUpload {
    position: relative;
    width: 150px;
    height: 140px;
    padding: 5px;
    margin-left: 70px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
}

.cardUpload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cardUpload .view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardUpload .view #icon {
    display: inline-block;
    font-size: 30px;
}

.cardUpload .view .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.img-container img {
    width: 100%;
    height: 100%;
}

.img-container .img-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .3);
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container:hover .img-mask {
    opacity: 1;
}

.img-mask span {
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}


/* start women */

.w_sidebar {
    border: 1px solid #EBEBEB;
}

.w_nav2 {
    padding: 20px;
}

.w_nav2 li {
    line-height: 1.5em;
    display: inline-block;
}

.w_nav2 li a {
    display: block;
    padding: 14px;
}

.w_nav2 li a.color1 {
    background: #0AA5E2;
}

.w_nav2 li a.color2 {
    background: #40E0D0;
}

.w_nav2 li a.color3 {
    background: #B03060;
}

.w_nav2 li a.color4 {
    background: #000080;
}

.w_nav2 li a.color5 {
    background: #E60D41;
}

.w_nav2 li a.color6 {
    background: #45BF55;
}

.w_nav2 li a.color7 {
    background: #FF7F00;
}

.w_nav2 li a.color8 {
    background: #8B4513;
}

.w_nav2 li a.color9 {
    background: #FFD700;
}

.w_nav2 li a.color10 {
    background: #9FA8AB;
}

.w_nav2 li a.color11 {
    background: #C0C0C0;
}

.w_nav2 li a.color12 {
    background: #0AA5E2;
}

.w_nav2 li a.color13 {
    background: #FFCBDB;
}

.w_nav2 li a.color14 {
    background: #B87333;
}

.w_nav2 li a.color15 {
    background: #BFB540;
}

.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}

.w_sidebar h3 {
    padding: 0 20px 10px;
    font-size: 1em;
    color: #555555;
    text-transform: uppercase;
}


/* radios and checkboxes */

.sky-form {
    margin-top: -10px;
}

.row1 {
    outline: none;
    padding: 20px;
    overflow: auto;
    height: 200px;
}

.sky-form.col.col-4 ul {
    padding: 0;
    list-style: none;
}

.sky-form h4 {
    margin-top: 10px;
    background: #ECECEC;
    padding: 10px 20px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
}

.sky-form section {
    margin-bottom: 20px;
}

.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}

.sky-form .label.col {
    margin: 0;
    padding-top: 10px;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
    position: relative;
    display: block;
}


/* selects */

.sky-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 1px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
}

.sky-form .select i:after,
.sky-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sky-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}

.sky-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}

.sky-form .select-multiple select {
    height: auto;
}


/* radios and checkboxes */

.sky-form .radio,
.sky-form .checkbox {
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
}

.sky-form .radio {
    text-transform: none;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
    margin-bottom: 0;
}

.sky-form .radio input,
.sky-form .checkbox input {
    position: absolute;
    left: -9999px;
}

.sky-form .radio i,
.sky-form .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

.sky-form .radio i {
    border-radius: 50%;
}

.sky-form .radio input+i:after,
.sky-form .checkbox input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.sky-form .radio input+i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.sky-form .checkbox input+i:after {
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7px;
    background: url(../images/tick.png) no-repeat;
    text-align: center;
}

.sky-form .radio input:checked+i:after,
.sky-form .checkbox input:checked+i:after {
    opacity: 1;
}

.sky-form .inline-group {
    margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
    content: '';
    display: table;
    clear: both;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}


/* icons */

.sky-form [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}


/* normal state */

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
    border-color: #e5e5e5;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
    background-color: #2da5da;
}


/* hover state */

.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
    border-color: #bc3726;
}

.sky-form .button:hover {
    opacity: 1;
}


/* focus state */

.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus+i,
.sky-form .checkbox input:focus+i,
.sky-form .toggle input:focus+i {
    border-color: #bc3726;
}


/* checked state */

.sky-form .radio input+i:after {
    background-color: #bc3726;
}

.sky-form .checkbox input+i:after {
    color: #bc3726;
}

.sky-form .radio input:checked+i,
.sky-form .checkbox input:checked+i,
.sky-form .toggle input:checked+i {
    border-color: #bc3726;
}


/* error state */

.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
    background: #fff0f0;
}


/* success state */

.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
    background: #f0fff0;
}


/* disabled state */

.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}


/*-- start scrollpane --*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    outline: none;
    padding: 20px !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 5px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #f0f0f0;
    position: relative;
}

.jspDrag {
    background: #777777;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.single {
    padding: 3em 0;
}


/*-- end scrollpane --*/


/*--responsive media-quries--*/

@media(max-width:1440px) {}

@media(max-width:1336px) {}

@media(max-width:1280px) {
    .nbs-flexisel-item {
        margin-right: 8px;
    }
}

@media(max-width:1100px) {
    .span1_of_1_des {
        width: 45%;
    }
}

@media(max-width:1024px) {
    .banner-matter {
        left: 4em;
        top: 8em;
    }
    .you {
        left: 15em;
    }
    .col-d {
        margin-right: 1.8%;
    }
    a.know-more {
        bottom: 8px;
    }
    span.twitter-ic {
        right: 4px;
    }
    .you-onto,
    .you-two {
        left: 14em;
    }
    .you-men,
    .you-women {
        width: 32%;
    }
    .para-grid {
        margin: 0;
    }
    .article-bottom p {
        height: 55px;
        overflow: hidden;
    }
    p.para-in {
        font-size: 1em;
    }
    .span1_of_1_des {
        width: 47%;
    }
    .desc1 h3 {
        font-size: 1.8em;
    }
}

@media (max-width:950px) {
    .span1_of_1_des {
        width: 100%;
    }
}

@media(max-width:768px) {
    .search {
        width: 20%;
        margin: 1em 0.8em 1em 0;
    }
    a.sign-in {
        width: 14%;
    }
    .search input[type="submit"] {
        margin: 1px 0px 0px 1px;
    }
    .col-d {
        width: 100%;
    }
    .col-m-left {
        width: 100%;
    }
    .col-m-left {
        width: 50%;
        margin: 0 auto;
    }
    .you-onto,
    .you-two {
        left: 10em;
        width: 70px;
        height: 70px;
    }
    .you-onto span,
    .you-two span {
        font-size: 2.5em;
        height: 35px;
    }
    .banner_right {
        float: none;
        width: 100%;
        margin: 2em 0em 0em;
    }
    .in-product {
        float: none;
        width: 62%;
        margin: 0 auto;
    }
    .span1_of_1_des {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .grid {
        float: none;
        width: 100%;
    }
    .zoom-img {
        margin: 0 auto;
    }
    .article-bottom {
        padding: 1em 0 0;
    }
    .article-para {
        padding: 1em 0;
    }
    .wmuSliderPrev,
    .wmuSliderNext {
        top: 56%;
    }
    .contact-left {
        padding: 0;
    }
    .products_top {
        padding: 3em 0;
    }
    .article-bottom h6 a {
        font-size: 1.4em;
    }
    .privacy-bottom h5 a {
        font-size: 1.3em;
    }
    .price-on {
        padding: 0;
    }
    .article-head {
        padding: 0;
    }
}

@media(max-width:640px) {
    .section-title .rise .rise_li {
        display: block !important;
    }
    a.sign-in {
        width: 44%
    }
    a.sign-up {
        width: 44%;
    }
    .ad-right {
        padding: 1.2em 0;
        width: 62%;
    }
    .banner-matter {
        top: 8em;
    }
    .you {
        left: 12em;
    }
    p.para-in {
        font-size: 0.9em;
        bottom: 12px;
    }
    .you-in {
        left: 9em;
    }
    .you-para p {
        font-size: 0.8em;
    }
    .you-onto,
    .you-two {
        left: 8em;
        width: 55px;
        height: 55px;
        top: 1em;
    }
    .you-onto span,
    .you-two span {
        font-size: 2em;
        height: 29px;
    }
    .you-onto small,
    .you-two small {
        font-size: 1em;
    }
    .you-men p,
    .you-women p {
        font-size: 0.8em;
    }
    .in-product {
        width: 82%;
    }
    a.to-cart {
        font-size: 1.1em;
        padding: 0.4em 0.7em;
    }
    .tab_desc1 h3 a {
        font-size: 1em;
    }
    .products_top {
        padding: 2em 0;
    }
    .mens-toolbar .sort {
        width: 26%;
    }
    .form-in a {
        font-size: 1.1em;
        padding: 0.4em 0.8em;
    }
    .desc1 h3 {
        font-size: 1.6em;
    }
    .sap_tabs {
        padding: 0em 0 3em;
    }
    .article-top h3 {
        font-size: 2.5em;
    }
    .contact-in h3 {
        font-size: 2.5em;
    }
    .privacy-top h3 {
        font-size: 2.5em;
    }
    .privacy-bottom {
        padding: 1em 0 0;
    }
    .search {
        width: 25%;
    }
    .col-m-left {
        width: 60%;
    }
}

@media(max-width:480px) {
    a.sign-up {
        font-size: 1em;
        width: 100%;
    }
    a.sign-in {
        display: none;
    }
    .ad-right {
        display: none;
    }
    .logo {
        float: none;
        text-align: center;
    }
    .search {
        width: 34%;
    }
    .banner-matter {
        top: 4em;
        left: 2em;
    }
    .banner {
        min-height: 290px;
    }
    .banner-matter h2 {
        font-size: 2.7em;
    }
    .banner-matter label {
        font-size: 1.3em;
    }
    .banner-matter p {
        font-size: 1.2em;
    }
    .you {
        width: 75px;
        height: 75px;
        top: 10em;
        left: 7em;
    }
    .you span {
        font-size: 2.7em;
        height: 44px;
    }
    p.para-in {
        bottom: 5px;
        left: 12px;
        width: 44%;
        height: 20px;
        overflow: hidden;
    }
    .para-an h3 {
        font-size: 1.6em;
    }
    .you-para {
        width: 48%;
        margin-right: 2%;
        padding: 0 0 1em;
    }
    .col-m-left {
        width: 80%;
    }
    .buy-an h3 {
        font-size: 1.3em;
    }
    .in-line {
        padding: 1em 0;
    }
    .you-men,
    .you-women {
        width: 48%;
        margin-right: 2%;
        padding: 0 0 1em;
    }
    .you-onto,
    .you-two {
        left: 10em;
    }
    .para-all h3,
    .para-all-in h3 {
        font-size: 1.5em;
    }
    .wmuSlider {
        min-height: 361px;
    }
    .banner_right h3 {
        font-size: 1.3em;
    }
    p.nine {
        font-size: 1.8em;
    }
    .tab_desc1 h3 a {
        font-size: 0.8em;
    }
    .grid-4 {
        margin-right: 2%;
        width: 48%;
    }
    .grid-4:nth-child(9) {
        display: none;
    }
    .article-top h3 {
        font-size: 2em;
    }
    .article-top {
        padding: 2em 0;
    }
    .privacy-top h3 {
        font-size: 2em;
    }
    .privacy-top {
        padding: 2em 0;
    }
    .contact-in h3 {
        font-size: 2em;
    }
    .contact {
        padding: 1.5em 0 2em;
    }
    .contact-right h5 {
        font-size: 1.5em;
    }
    .nbs-flexisel-container {
        padding: 1em 0;
    }
    .in-left {
        min-height: 280px;
    }
    p.code {
        font-size: 1.3em;
        top: 38px;
    }
    .hide-in {
        text-align: center;
    }
    .register {
        padding: 2em 0;
    }
    .single {
        padding: 2em 0;
    }
}

@media(max-width:320px) {
    .search {
        width: 44%;
        margin: 0.7em 0.8em 0.6em 0;
    }
    .top-nav span.menu {
        padding: 0.7em 1em 0.4em;
    }
    .search input[type="text"] {
        font-size: 0.9em;
    }
    .search input[type="submit"] {
        margin: 0;
    }
    .banner {
        min-height: 175px;
    }
    .banner-matter {
        top: 2em;
        left: 1em;
    }
    .banner-matter label {
        font-size: 1em;
    }
    .banner-matter h2 {
        font-size: 1.7em;
    }
    .banner-matter p {
        font-size: 0.9em;
    }
    .you {
        width: 50px;
        height: 50px;
        top: 6.5em;
        left: 4.5em;
    }
    .you span {
        font-size: 1.8em;
        height: 28px;
    }
    .you span label {
        font-size: 10px;
    }
    .you small {
        font-size: 0.9em;
    }
    p.para-in {
        font-size: 0.87em;
        bottom: -1px;
        left: 2px;
        width: 47%;
    }
    .para-an h3 {
        font-size: 1.2em;
    }
    .para-an p {
        font-size: 0.9em;
        padding: 0.5em 0;
    }
    .lady-in {
        padding: 1em 0 0;
    }
    .you-para span {
        font-size: 0.85em;
    }
    .you-in {
        left: 6em;
        top: 0.5em;
        width: 40px;
        height: 40px;
    }
    .you-in span {
        font-size: 1.3em;
        height: 17px;
    }
    .you-in span label {
        nt-size: 9px;
    }
    .you-in small {
        font-size: 0.8em;
    }
    .you-para p {
        font-size: 0.9em;
        height: 25px;
        overflow: hidden;
    }
    label.cat-in {
        display: none;
    }
    .col-m-left {
        width: 100%;
    }
    p.no-more,
    p.no-get {
        font-size: 1em;
    }
    a.know-more {
        bottom: 15px;
        font-size: 1em;
    }
    .twitter-in h5 {
        font-size: 1.3em;
    }
    .buy-an h3 {
        font-size: 1.1em;
    }
    .buy-an p {
        font-size: 0.85em;
    }
    .hide-in span {
        font-size: 0.9em;
    }
    p.code {
        font-size: 1.3em;
        top: 29px;
    }
    .discount {
        padding: 1em 0 0;
    }
    .up-date {
        padding: 0.5em 0em;
    }
    .para-all h3,
    .para-all-in h3 {
        font-size: 1.2em;
    }
    .para-all p,
    .para-all-in p {
        font-size: 0.9em;
    }
    .you-men span,
    .you-women span {
        font-size: 0.85em;
    }
    .you-onto,
    .you-two {
        left: 6em;
        top: 0.5em;
        width: 40px;
        height: 40px;
    }
    .you-onto span,
    .you-two span {
        font-size: 1.3em;
        height: 17px;
    }
    .you-onto span label,
    .you-two span label {
        font-size: 9px;
    }
    .you-onto small,
    .you-two small {
        font-size: 0.8em;
    }
    .you-men p,
    .you-women p {
        font-size: 0.9em;
        height: 25px;
        overflow: hidden;
    }
    label.cat-in {
        display: none;
    }
    .lady-in-on {
        padding: 1em 0.8em;
    }
    .wmuSlider {
        min-height: 222px;
    }
    .in-product {
        width: 100%;
    }
    .banner_right h3 {
        font-size: 1.1em;
    }
    p.nine {
        font-size: 1.5em;
    }
    p.sit-in {
        padding: 0em;
        height: 110px;
        overflow: hidden;
        margin-bottom: 0.5em;
    }
    a.to-cart {
        font-size: 1em;
    }
    .mens-toolbar .sort {
        width: 59%;
        float: none;
    }
    .pages {
        float: none;
    }
    .limiter.visible-desktop {
        margin: 3px 3em 0 0;
    }
    .tab_desc1 h3 a {
        font-size: 0.78em;
    }
    a.to-cart img {
        padding: 2px 0px 0px 5px;
    }
    .product_box1 {
        margin: 0;
    }
    .products_top {
        padding: 1em 0 0;
    }
    .product_right {
        padding: 1em 0 0;
    }
    .sale_grid {
        margin-bottom: 1em;
    }
    .desc1 h3 {
        font-size: 1.3em;
    }
    .desc1 p {
        /* font-size: 1em; */
        /* color: #767676; */
        line-height: 1.5em;
        height: 82px;
        overflow: hidden;
    }
    .desc1 h5 {
        margin-top: 2%;
    }
    .available {
        margin-top: 0;
    }
    .available h4 {
        font-size: 1em;
        color: #777;
        margin-bottom: 0px;
    }
    .available li select {
        margin-top: 6px;
    }
    .form-in {
        margin-top: 1.5em;
    }
    .available span a {
        padding-top: 20px;
    }
    .span_right {
        float: left;
        margin-top: 0em;
    }
    .share-desc {
        padding: 10px 0;
    }
    .single_grid {
        padding: 1em 0;
    }
    .facts {
        padding: 1em;
    }
    .facts p {
        height: 50px;
        overflow: hidden;
    }
    .resp-tab-item {
        padding: 8px;
    }
    .sap_tabs {
        padding: 0em 0 1.5em;
    }
    .article-top h3,
    .contact-in h3,
    .privacy-top h3 {
        font-size: 1.5em;
    }
    .article-bottom {
        padding: 0em 0 0;
    }
    .article-bottom h6 a {
        height: 17px;
        overflow: hidden;
        display: block;
    }
    .article-top {
        padding: 1em 0;
    }
    .article-bottom p {
        line-height: 1.5em;
        height: 54px;
    }
    .contact-right h5 {
        font-size: 1.3em;
    }
    .contact-in {
        padding: 0em 0 1em;
    }
    .contact {
        padding: 1em 0 0.5em;
    }
    .privacy-bottom h5 a {
        height: 18px;
        overflow: hidden;
        display: block;
    }
    .privacy-bottom p {
        height: 71px;
        overflow: hidden;
    }
    .privacy-top {
        padding: 1.5em 0;
    }
    .women-in {
        padding: 1em 0;
    }
    .cool {
        width: 134px;
        height: 142px;
        background-size: 135px;
    }
    .register {
        padding: 1.5em 0;
    }
    .register-top-grid input[type="text"] {
        width: 100%;
    }
    .register-but form input[type="submit"] {
        padding: 0.6em 1.5em;
    }
    .single {
        padding: 1em 0;
    }
}


/*------------------------------------------------------------------
    File Name: style.css
    Template Name: Aven
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #999;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.80857;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
    margin: 10px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul,
li {
    list-style-type: none;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.lineT {
    height: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 47%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.16;
    margin-top: 15em;
}

.main-menu-base {
    padding: 20px 8%;
    display: flex;
    justify-content: space-around;
}

.base {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.base>div {
    margin-left: 24px;
}

.lineS {
    width: 1px;
    height: 70px;
    background: #FFFFFF;
    opacity: 0.09;
}

#banner {
    width: 700px;
    height: 500px;
    margin: 30px 35%;
    /* border:1px solid #444; */
}

#content {
    width: 750px;
    height: 455px;
    overflow: hidden;
    position: relative;
}

#ul {
    height: 500px;
    position: absolute;
    top: 0;
}

#ul li {
    list-style: none;
    width: 500px;
    height: 1000px;
    float: left;
    position: relative;
}

#ul li p {
    text-align: center;
    color: #82859F;
    font-size: 19px;
    margin-top: 15px;
}


/* #ul img{
    width: 1000px;
    height: 500px;
} */

.userHead {
    width: 30px;
    margin-top: 5px;
    margin-left: 20px;
}

.border {
    width: 0px;
    height: 17px;
    border: 1px solid #A1A6C6;
    opacity: 1;
}

.gzt {
    line-height: 17px;
    margin-left: 30px;
    margin-top: 8px !important;
    background: rgba(48, 64, 135, 0.39);
    display: none;
}

.nav .left {
    display: none;
}

.nav .left a {
    padding-left: 10px !important;
}

.nav .gzt a {
    padding: 5px !important;
}

.gzt a {
    font-size: 12px !important;
    font-weight: 300;
    color: #DCDEEB;
    padding: 10px, !important;
}

.portraitss {
    display: none;
}

.portraitHover {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 100;
    display: none;
}

.triangle-up {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

#portrait:hover>.portraitHover {
    display: block;
}

.user {
    position: absolute;
    top: 16px;
    right: -50px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.user .userEdit {
    white-space: nowrap;
    padding: 8px 12px;
    cursor: pointer;
}

.user :hover {
    cursor: pointer;
    background-color: rgba(235, 235, 235);
}

.solution {
    position: absolute;
    top: 51px;
    left: 60px;
    z-index: 100;
    display: none;
}

.triangle_up {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

.solutionNr {
    position: absolute;
    top: 16px;
    right: -88px;
    width: 195px;
    height: 200px;
    background: #fff;
}

.solutionTitle {
    font-size: 16px;
    font-weight: 500;
    color: #282933;
}

.solutionIntroduce {
    font-size: 12px;
    font-weight: 300;
    color: #82859F;
}

.solutionDiv {
    height: 100px;
    padding: 15px;
}

.solutionNr :hover {
    cursor: pointer;
    background-color: rgba(235, 235, 235);
}
/* 解决方案的hover：控制显隐 */
/* #agent:hover>#d {
    display: block;
} */

.contentBack {
    width: 100%;
    /* margin: 0 auto;
    display: block; */
    margin-top: 90px;
}

.pname {
    /* position: absolute; */
    font-size: 55px;
    color: #282933;
}

.projectIntroduce {
    /* position: absolute; */
    font-size: 20px;
}

.solutionBut {
    /* position: absolute; */
    margin-top: 30px;
    display: flex;
}

.solutionjj {
    position: absolute;
    top: 160px;
    left: 30%;
    /* width: 100%; */
}

.buts {
    width: 130px;
    color: #fff;
    background-color: #1890ff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.two {
    color: #1890ff;
    background-color: transparent;
    border: 1px solid #1890ff;
}

.bounced {
    width: 28%;
    background-color: #fff;
    position: absolute;
    top: 23%;
    left: 38%;
    padding: 20px;
    display: none;
    /* border: 1px solid #333; */
    box-shadow: 10px 20px 31px 30px rgba(0, 0, 0, 0.03);
}

.bounceds {
    width: 60%;
    background-color: #fff;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 20px;
    display: none;
    /* border: 1px solid #333; */
    box-shadow: 10px 20px 31px 30px rgba(0, 0, 0, 0.03);
}
.progressline {
    width: 60%;
    background-color: #fff !important;
    height: 150px;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 20px;
    display: none;
    z-index: 999;
    /* border: 1px solid #333; */
    box-shadow: 10px 20px 31px 30px rgba(0, 0, 0, 0.03);
}
.progressline .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #303133
}
.progressline .header .cha {
    cursor: pointer;
}
.progressline .up {
	width:300px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
}
.progressline #warp{
    width: 100%;
    height: 30px;
    background-color: #ddd;
    text-align: right;
    }
.progressline #inner{
    width: 1%;
    background-color: #4caf50;
    height: 30px;
    color: #fff;
    /*下面这个过渡属性一定不能加,严重影响动画效果*/
    /*transition: all 0.4s ease;*/
}
.progressline .content {
	width:0px;
	text-align:center;
	background:red;
}
.progressline .active {
	visibility:visible;
}
.bounced .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #303133
}

.bounceds .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #303133
}

.header .cha {
    cursor: pointer;
}

.bounced .body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.bounceds .body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.body .name {
    width: 75%;
    margin-left: 10px;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.bounced .created {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #1890ff;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.bounceds .created {
    margin: 0 auto;
    margin-top: 12px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #1890ff;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.bounceds .create {
    margin: 0 auto;
    margin-top: 12px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.pop_but {
    display: flex;
}

.body .icon {
    max-width: 128px;
    height: 128px;
    box-shadow: 0 0 4px #ccc;
    margin-left: 10px;
    margin-top: 20px;
}

.body input::-webkit-input-placeholder {
    color: #999;
}

.body input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.body input:-ms-input-placeholder {
    color: #999;
}

#dotul li {
    list-style: none;
    float: left;
    cursor: pointer;
    width: 250px;
    height: 71px;
    background: #ffffff;
    opacity: 1;
    border-radius: 6px;
    color: #82859F;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    margin-top: 18px;
}

#dotul li:first-child {
    margin-top: 0;
}

.active {
    background-color: #D9ECFF !important;
    color: #00BDFF !important;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: #282d4e !important;
    display: block;
    left: 0;
    padding: 20px 1% !important;
    padding-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
    border-bottom: 1px solid #3b3e5e;
}

.login {
    background: linear-gradient(229deg, #04217E 0%, #010753 100%);
}

.header_style {
    display: block;
    left: 0;
    padding: 30px 1% !important;
    padding-bottom: 0px !important;
    width: 100%;
    z-index: 111;
    border-bottom: 1px solid #3b3e5e;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin: 0 auto !important;
    max-width: 1534px;
}

.header_style_01 .navbar-brand {
    padding: 0px 15px 0 15px;
}

.header_style_01 .navbar-default .navbar-nav>li>a {
    border-radius: 0;
    color: #DCDEEB !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav>li a {
    background-color: transparent !important;
}

.header_style_01 .navbar-default .navbar-nav>li:hover a,
.header_style_01 .navbar-default .navbar-nav>li:focus a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.header_style_01 .navbar-right>li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right>li>a {
    padding-bottom: 35px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.affix-top {
    /* overflow: hidden; */
    visibility: visible;
    opacity: 1;
    top: -100%;
}

.affix {
    position: fixed;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    padding-bottom: 0;
    background-color: #282d4e !important;
    -webkit-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -moz-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -o-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, top 0.95s ease-in-out, bottom 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}


/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallaxs {
    background-size: cover;
    height: 60vh;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.logoParallaxs {
    background-size: cover;
    height: 84vh;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 98vh;
    padding: 120px 0;
    position: relative;
    width: 100%;
    background-position-x: -220px;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    /* padding: 120px 0; */
}

.detailsImg {
    margin-top: 55px;
    cursor: pointer;
}

.home-logo {
    width: 200px;
    height: 48px;
    background-size: 102%;
    cursor: pointer;
}

.photo_box>div {
    /* position: absolute;
        top: 0;
        left: 0; */
    animation: czlb 5s linear infinite;
}

.bounceInLeft {
    animation: bounceInLeft 2s 0.5s linear forwards;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355.1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes czlb {
    0% {
        top: 0;
    }
    10% {
        top: -100%;
    }
    25% {
        top: -100%;
    }
    35% {
        top: -200%;
    }
    50% {
        top: -200%;
    }
    65% {
        top: -300%;
    }
    75% {
        top: -300%;
    }
    85% {
        top: -400%;
    }
    100% {
        top: -400%;
    }
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.card {
    width: 70px !important;
}

.section.wb {
    background-color: #ffffff;
}

.section.wc {
    background-color: #F5F9FE;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.first-section h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 900;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.first-section .lead {
    font-weight: 400;
    margin: 0;
    color: #6D7D92;
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
    /* padding-top: 120px; */
}

.construct {
    background-color: #4669E6;
}

.construct-title {
    color: #fff;
    padding: 3% 0;
    font-size: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.experience {
    cursor: pointer;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.p-t {
    padding-top: 50px;
}

.section-title h3 {
    font-size: 37px;
    font-weight: 400;
    line-height: 62px;
    margin: 0 0 25px;
    color: #282933 !important;
    text-transform: none;
}

.top_imgage {
    display: none;
}

.responsive {
    display: none;
}

.bottom3 {
    display: none;
}

.bottom2 {
    display: none;
}

.freeExperienceNone {
    display: none;
}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #ffffff;
}

.containerBanner {
    width: 100%;
    height: 500px;
    position: relative;
}

.grid_banner_content {
    width: 440px;
    height: 512px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    background: #EFF0F3;
}

.grid_banner_content_img {
    height: 512px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.activeImgW {
    width: 440px;
    max-height: 100%;
}

.activeImgH {
    max-width: 100%;
    height: 512px;
}

.grid_banner_content_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    line-height: 512px;
}

.dots {
    position: relative;
    top: 23%;
    left: -26px;
    width: 1000px;
}

.dotuls {
    display: flex;
    width: 490px;
}

.dotuls li {
    order: calc(1);
    list-style: none;
    float: left;
    margin-left: 15px;
    z-index: 999;
    cursor: pointer;
    opacity: 0.5;
    background: rgba(6, 6, 6, 0.49);
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 136px;
    height: 155px;
}

.dotuls li img {
    max-width: 135px;
}

.dotDiv {
    margin-top: 10px;
    overflow: hidden;
    margin-left: -24px;
    width: 467px;
}

.activeLi {
    background: #EFF0F3 !important;
    opacity: 1 !important;
}

.activeNav {
    border-bottom: 2px solid #fff;
}


/* #agent :hover {
    border-bottom: 2px solid #fff;
} */


/*------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.da-thumbs-flex {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6 !important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 12px;
    position: relative;
    display: flex;
    cursor: pointer;
    margin-bottom: 28px;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
    color: #8C8C8C;
}

.da-thumbs .pitem a .img-responsive {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
}

.da-thumbs .pitem a div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.da-thumbs .pitem a p {
    color: #415058;
    font-size: 16px;
    margin-top: 16px;
}

.da-thumbs .pitem a div img {
    width: 16px;
}

.da-thumbs .pitem a .icon {
    margin-right: 23px;
}

.da-thumbs .pitem a .icon_title {
    margin-left: 5px;
    display: inline-block;
    color: #8C8C8C !important;
}

.da-thumbs .pitem a .font-s {
    font-size: 12px;
}

.da-thumbs .pitem .pop_up {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    left: 0;
    height: 232px;
    background: #000000;
    opacity: 0.5;
    border-radius: 3px;
    cursor: pointer;
}

.post-media a:hover .pop_up {
    display: block;
}

.post-media a:hover .pop_up_button {
    display: block;
}

.da-thumbs .pitem .pop_up_button {
    position: absolute;
    display: none;
    top: 5px;
    left: 35%;
    width: 112px;
    height: 48px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 6px;
    margin: 100px auto;
    /* padding-left: 25px; */
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/* .da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
} */

.freeExperiences {
    /* display: flex; */
    width: 134px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 15px;
    background-color: #fff;
}

.freeExperiences p {
    margin-bottom: 0 !important;
    /* margin-left: 40px; */
    color: #6a86ea;
}

.bottomNone {
    display: flex;
}


/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 0.5;
}

.desc h3 i {
    color: #2f2f2f;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #000;
    border: 1px solid #111111;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.testimonial h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 13px 0 0;
}

.testimonial img {
    max-width: 55px;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}

.apply {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.apply-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply-center-title {
    line-height: 200px;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
}

.actives {
    background-color: #5a5a5a7a;
}

.scheme-right-title {
    height: 69px;
    font-size: 30px;
    line-height: 69px;
    font-family: Segoe UI;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
}

.top {
    margin-top: 60px;
}

.scheme-center-left {
    margin-top: 100px;
}

.scheme-center-title {
    height: 43px;
    font-size: 32px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 43px;
    color: #FFFFFF;
    width: 160px;
}

.scheme-center-title2 {
    height: 24px;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.52;
    width: 580px;
}

.scheme-right-center {
    height: 69px;
    line-height: 69px;
    border-radius: 6px;
    margin-top: 60px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.hide {
    display: none;
}

.created {
    margin-right: 24px;
    cursor: pointer;
}

.introduce {
    cursor: pointer;
}


/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

.pricing-table {
    margin: 50px 0 0 0;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table i {
    width: 30px;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ececec;
}

.pricing-table .btn-dark {
    padding: 10px 24px;
    font-size: 15px;
}

.pricing-table strong {
    font-weight: 600;
    margin-right: 6px;
    color: #1f1f1f;
}

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #ffffff;
}

.pricing-table-header h2 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pricing-table-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #aaaaaa;
    margin-top: 10px;
    text-transform: uppercase;
}

.pricing-table-space {
    height: 10px;
}

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    line-height: 30px;
    color: #c2c2c2;
    font-size: 16px;
}

.pricing-table-text p {
    font-weight: 400;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 30px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #c2c2c2;
}

.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
    color: #ffffff !important;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
}

.m130 {
    margin-top: 130px;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills>li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills>li>a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4;
}


/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 21px;
    color: #ffffff;
    padding: 20px 0 12px;
    margin: 0;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #1f1f1f;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media {
    position: relative;
}

.post-media .img-responsive {
    width: 384px;
    height: 232px;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    color: #1f1f1f !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.jpg") no-repeat;
}

.slide {
    height: 375px;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.jpg") no-repeat;
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 300;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    /* display: table;
    width: 100%; */
    /* margin: 35px 0; */
    cursor: pointer;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 50%;
    font-size: 26px;
    background-color: #f2f3f5;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
}

.features-left i {
    float: right;
}

.fl-inner {
    text-align: right;
    margin-right: 90px;
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
}


/* 登录 */

.registered {
    top: 20% !important;
}

.mod-new-reg-content {
    position: absolute;
    right: 18.9%;
    width: 400px;
    /* height: 435px; */
    padding: 25px 25px 5px 25px;
    background-color: #fff;
    border-radius: 5px;
    top: 29%;
    /* margin: -15% 0 0 -25%; */
}

.zhizhu {
    position: absolute;
    left: 20%;
    top: 35%;
}

.logoIcon {
    position: absolute;
    left: 20.2%;
    top: 70%;
}

.mod-new-reg-tabs {
    text-align: center;
    cursor: pointer;
    /* display: none; */
    font-size: 14px;
    color: #595959;
}

.mod-new-reg-tabs :hover {
    color: #1890FF;
}

.mod-new-reg-tabs-active {
    color: #1890ff;
    font-weight: 500;
    border-bottom: 2px solid #1890ff;
}

.mod-new-reg-tabs .tabs {
    margin-right: 32px;
    padding: 12px 16px;
}

.mod-new-reg-account {
    margin-top: 20px;
    /* display: none; */
}

.mod-new-reg-account .mod-new-reg-input input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 11px 6px 30px;
    margin-bottom: 25px;
    color: #595959;
    outline: 0;
}

.mod-new-reg-account .icon {
    width: 18px;
    position: absolute;
    margin: 11px 0px 0px 6px;
}

.mod-new-reg-account .yzm {
    display: flex;
}

.mod-new-reg-account .yzm input {
    width: 70%;
}

.mod-new-reg-account .yzm .yzmIcon {
    width: 40%;
    margin-left: 10px;
    height: 41px;
}

.mod-new-reg-account .mod-new-reg-check {
    display: flex;
    justify-content: space-between;
}

.mod-new-reg-check .forgot {
    color: #1890ff;
    cursor: pointer;
}

.mod-new-reg-account .mod-new-reg-but {
    background-color: #1890ff;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.mod-new-reg {
    float: right;
    margin-top: 20px;
    cursor: pointer;
    color: #1890ff;
}

.mod-new-reg-mobile {
    margin-top: 20px;
    display: none;
}

.mod-new-reg-mobile .mod-new-reg-input input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 11px 6px 30px;
    color: #595959;
    margin-bottom: 25px;
    outline: 0;
}

.mod-new-reg-mobile .yzm {
    display: flex;
}

.mod-new-reg-mobile .yzm input {
    width: 70%;
}

.mod-new-reg-mobile .mod-new-reg-check {
    display: flex;
    justify-content: space-between;
}

.mod-new-reg-check .forgot {
    color: #1890ff;
    cursor: pointer;
}

.mod-new-reg-mobile .mod-new-reg-but {
    background-color: #1890ff;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.mod-new-reg {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    color: #1890ff;
}

.mod-new-reg-mobile .icon {
    width: 18px;
    position: absolute;
    margin: 11px 0px 0px 6px;
}

.mod-new-reg-mobile .hqyzm {
    width: 40%;
    background-color: #fff;
    outline: 0;
    margin-left: 10px;
    border-radius: 4px;
    color: #595959;
    height: 40px;
    border: 1px solid #d9d9d9;
}

.mod-new-reg-registered {
    display: block;
}

.mod-new-reg-registered h3 {
    margin-bottom: 20px;
}

.mod-new-reg-registered .mod-new-reg-input input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 11px;
    margin-bottom: 25px;
    color: #595959;
    outline: 0;
}

.mod-new-reg-registered .yzm {
    display: flex;
}

.mod-new-reg-registered .yzm input {
    width: 70%;
}

.mod-new-reg-registered .hqyzm {
    width: 40%;
    background-color: #fff;
    outline: 0;
    margin-left: 10px;
    border-radius: 4px;
    color: #595959;
    height: 40px;
    border: 1px solid #d9d9d9;
}

.mod-new-reg-registered .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.mod-new-reg-registered .mod-new-reg-but {
    background-color: #1890ff;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    width: 50%;
}

.mod-new-bot {
    cursor: pointer;
    margin-top: 20px;
    color: #1890ff;
}

.mod-new-reg-forgotPas {
    text-align: center;
    display: none;
}

.mod-new-reg-forgotPas .mod-new-reg-input input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 6px 11px;
    margin-bottom: 25px;
    color: #595959;
    outline: 0;
}

.mod-new-reg-forgotPas .title {
    color: #707070;
    margin-bottom: 20px
}

.mod-new-reg-forgotPas .mod-new-reg-but {
    background-color: #1890ff;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 20px auto;
    width: 50%;
    cursor: pointer;
}

.mod-new-reg-forgotPas .mod-new-reg-but2 {
    background-color: #1890ff;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 20px auto;
    width: 50%;
    cursor: pointer;
    display: none;
}

.mod-new-reg-forgotPas .mod-new-reg-cancel {
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
}

.mod-new-reg-content input::-webkit-input-placeholder {
    color: #999;
}

.mod-new-reg-content input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.mod-new-reg-content input:-ms-input-placeholder {
    color: #999;
}

.mod-new-reg-account p {
    position: absolute;
    color: #f56c6c;
    font-size: 14px;
}

.mod-new-reg-mobile p {
    position: absolute;
    color: #f56c6c;
    font-size: 14px;
}

.mod-new-reg-registered p {
    position: absolute;
    color: #f56c6c;
    font-size: 14px;
}

.zhm {
    top: 110px;
    display: none;
}

.mm {
    top: 176px;
    display: none;
}

.codeyzm {
    top: 243px;
    display: none;
}

.sjh {
    display: none;
    top: 110px;
}

.verification {
    top: 176px;
    display: none;
}

.yxdz {
    display: none;
    top: 118px;
}

.username {
    display: none;
    top: 184px;
}

.pass {
    display: none;
    top: 250px;
}

.pass2 {
    display: none;
    top: 316px;
}

.phone {
    display: none;
    top: 383px;
}

.zzCode {
    display: none;
    top: 450px;
}

.mod-new-reg-forgotPas p {
    position: absolute;
    color: #f56c6c;
    font-size: 14px;
}

.yxsjh {
    display: none;
    top: 118px;
}

.wjyzm {
    display: none;
    top: 184px;
}


/* .props {
    position: absolute;
    height: 50px;
    left: 45%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
    display: none;
    padding: 30px;
} */


/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}

.dropdown-menu>li>a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select>.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

#contact {
    background: url(images/bg.png) no-repeat center center #fff;
}


/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover a h3 {
    color: #fff !important;
}

.cac a h3 {
    color: #999;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    /* line-height: !important; */
}

.footer-text {
    padding: 90px 20%;
    padding-bottom: 50px;
    display: flex;
    color: #787985;
    font-size: 14px;
    justify-content: space-between;
}

.footer-text-left {
    display: flex;
    position: relative;
}

.m-l {
    margin-left: -40px;
}

.icon1 {
    width: 150px;
    height: 165px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    z-index: 100;
    display: none;
}

.icon1 p {
    margin-top: 10px;
}

.icon1 img {
    width: 108px;
    height: 110px;
}

.icon:hover .icon1 {
    display: block;
}

.bottom {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #787985;
}

.bottom>a {
    text-decoration: none;
    color: #787985;
}

.left-li {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.left-li1 {
    margin-bottom: 11px;
    cursor: pointer;
}

.left-li1 a {
    color: #787985;
    text-decoration: none;
}

.right-li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.right-icon {
    margin-right: 31px;
    margin-bottom: 19px;
    cursor: pointer;
}

.arrowLeft {
    position: absolute;
    left: 0px;
    background-color: #b8cadb;
    width: 32px;
    height: 56px;
}

.arrowLeft .left {
    width: 25px;
    margin-top: 16px;
}

.arrowRight {
    background-color: #b8cadb;
    position: absolute;
    right: 0px;
    width: 32px;
    height: 56px;
}

.arrowRight .right {
    margin-top: 13px;
}

.right-icon a img {
    width: 22px;
}

.right-icon .icon3 {
    width: 23px;
}

.footer {
    padding: 90px 0 80px !important;
    color: #999;
    background-color: #191B1F;
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #999;
}

.footer-links a:hover,
.footer a:hover {
    color: #f4f4f4 !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0 !important;
}

.twitter-widget li i {
    border-right: 0 !important;
    margin-right: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 50px 60px;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-left {
    float: left;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 0;
}

.footer-company-name a {
    color: #666;
}

.footer-company-name a:hover,
.footer-company-name a:focus {
    color: #fff;
}


/* Footer right */

.footer-distributed .footer-right {
    float: right;
}


/* The search form */

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}


/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #999;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999;
}


/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}


/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.hidden-left {
    display: block;
}

.hidden-top {
    display: none;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.icon_wrap {
    background-color: #1f1f1f;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    color: #999 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.stat-wrap p {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    padding: 4px 0 0;
    line-height: 1 !important;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    width: 270px;
    height: auto;
    background: center center no-repeat none;
    border-radius: 0;
}


/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.navbar-default .btn-light {
    padding: 0 20px;
    margin-left: 15px;
}

.btn {
    border: 0 !important;
}

.nav-pills,
.effect-1:after,
.nav-pills>li>a,
.global-radius,
.btn-brd {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: 20px;
}

.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    background-color: transparent;
}

.btn-light2 {
    padding: 11px 38px;
    font-size: 18px;
    border: 2px solid #5D5C73 !important;
    color: #ffffff;
    background-color: transparent;
    margin-left: 10px;
}

.btn-light2:hover {
    color: #ffffff !important;
}

.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}
#wrapper {
    width: 200px;
    height: 100px;
    border: 1px solid #000000;
    margin: 0 auto;
}
#wrapper .up {
	width:300px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
}
#wrapper  .content {
	width:0px;
	text-align:center;
	background:red;
}
.active {
	visibility:visible;
}
