html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
    color: #ffffff;
    text-decoration: none;
}
a:hover,a:focus{
    color: #ffffff;
    text-decoration: none;
}
body,html {
    font-family: "Microsoft YaHei",'PingFangSC-Regular','PingFangSC-MEDIUM','HanHei SC','sans-serif';
}
body {
    overflow-x: hidden;
}
::-webkit-scrollbar{
    display:none;/*ChromeSafari*/
}
.display-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.common-title {
    font-size: 32px;
    /*font-weight: bold;*/
    text-align: center;
    color: #333333;
    line-height: 32px;
    font-family: "Microsoft YaHei",'PingFangSC-MEDIUM';
    padding-top: 60px;
}
.common-height {
    height: 40px;
}
#go-top {
    position: fixed;
    width: 10px;
    bottom: 100px;
    right: 140px;
    z-index: 9999;
    opacity: 0.2;
    display: none;
}
#go-top img {
    width: 60px;
}
#go-top:hover{
    opacity: 1;
}
/******************** 首页 导航 ***********************/
.header {
    width: 100%;
    height: 80px;
}
.header .nav-container {
    width: 1240px;
    margin: 0 auto;
    padding: 0 60px;
}
.header .navbar-brand {
    text-align: right;
    padding: 0;
    display: flex;
    align-items: center;
    height:80px;
}
.header .navbar-brand img {
    height: 62px;
    width: 220px;
}
.header .nav {
    height: 80px;
}

.header .nav-pills li {
    margin-left: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
}
.header .nav-pills li:first-child{
    /*width: 72px ;*/
}
.navbar-right {
    margin-right : 0;
}
.header .nav-pills a{
    color: #333333;
    /*width: 100px;*/
    height: 36px;
    padding: 0;
    line-height: 36px;
}
.header .navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    margin-bottom : 0;
    border-bottom: #efefef 1px solid;
}
.header .nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}
.header .nav-pills > li.active,
.header .nav-pills > li:hover
{
    font-weight:bold;
}
.header .nav-pills > li.active  a,
.header .nav-pills > li a:hover
{
    background-color: transparent;
    /*border-radius: 20px;*/
    font-weight:bold;
    color: #3c8cff;
}

.header .nav_child{
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #f7f9fa;
    background-clip: padding-box;
    font-weight: 500;
    display: none;
    top: 80px;
}
.header .nav_child .nav_child_content {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 0 60px;
}
.header .nav_child .nav_child_item {
    margin-left: 80px;
    float: right;
}
.header .nav_child  .nav_child_list{
    float: right;
    width: 556px;
}
.header .nav_child  a {
    color: #0f0f0f;
}
.header .nav_child  a:hover{
    color: #3c8cff;
    font-weight: bold;
    background-color: transparent;
}
/******************** 底部 ***********************/
.footer {
    background-color: #333333;
    min-height: 400px;
    width: 100%;
    clear: both;
}
.footer .footer-content {
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    padding: 0 60px;
}
.footer .footer-logo {
    float: left;
    padding: 50px 0;
}
.footer .list-group {
    float: left;
    margin-left: 120px;
    padding: 60px 0;
}
.footer .list-group .list-group-item:first-child{
    font-size: 18px;
    font-weight: bold;
}
.footer .list-group-item {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 32px;
}
.footer .copyright {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    clear: both;
    width: 1240px;
    padding: 0 0 20px 0;
    margin: 0 auto;
}
.footer .copyright p:last-child{
    font-size: 12px;
    /*opacity: 0.8;*/
}

.footer .copyright a,
.footer .copyright a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.swiper-pagination-bullet{
    width: 24px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background:transparent;
}
.swiper-button-next{
    background-image: url("http://static-cdn.99youxi.com.cn/img/next.png") !important;
    width: 52px;
    height: 52px;
    background-size: 100%;
    background-repeat: no-repeat;
    right:39px;
    opacity: 0.4;
}
.swiper-button-prev{
    background-image: url("http://static-cdn.99youxi.com.cn/img/prev.png") !important;
    width: 52px;
    height: 52px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 39px;
    opacity: 0.4;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    opacity: 1;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content:"";
}
.glyphicon-chevron-left:before {
    content: "" !important;
}
.glyphicon-chevron-right:before {
    content: "" !important;
}
.carousel-control.right {
    background-image: none !important;
}
.carousel-control.left {
    background-image: none !important;
}
.carousel-control {
    opacity:0.2;
}
.file-img {
    width: 16px;
    vertical-align: middle;
}

/**********************登录*******************/

.nav-container .login-btn {
    width: 64px;
    height: 32px;
    line-height: 32px;
    background: rgba(60,140,255,0);
    border-radius: 5px;
    border: 1px solid #3C8CFF;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #3C8CFF;
    cursor: pointer;
}

#loginModal .modal-body{
    display: flex;
    justify-content: center;
    padding: 0;
}
#loginModal  .modal-footer {
    padding: 0 0 32px 0;
}
#loginModal .modal-footer button {
    font-size: 16px;
    color: #ffffff;
    background: #3C8CFF;
    border-radius: 13px;
    width: 160px;
    height: 50px;
    text-align: center;
    display: inline-block;
    padding:0;
    border:none;
}

#loginModal .modal-dialog {
    width: 500px;
    height: 320px;
    margin-top: 200px;
}
#loginModal .modal-title {
    font-weight: 500;
    font-size: 18px;
}

#loginModal .modal-tips {
    display: inline;
    font-weight: 500;
    line-height: 50px;
    font-size: 14px;
    color: red;
}

#loginModal input {
    padding: 16px;
    width: 320px;
    height: 50px;
    margin-bottom: 32px;
    background: #F7F9FA;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
}

.dropzone .dz-preview {
    display: none !important;
}

/****************公共弹框***************/
.modal-header,
.modal-footer {
    border:transparent;
    text-align: center;
}
.modal-content {
    border-radius: 15px !important;
}
.close,.close:hover, .close:focus {
    opacity:1;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 99999;
}

[v-cloak] {
    display: none;
}
.user-menu {
    width: 150px;
    line-height: 40px;
    height: 80px;
    font-size: 14px;
    position: absolute;
    top: 60px;
    z-index: 9999999;
    background-color: #F7F9FA;
    cursor: pointer;
    font-weight: 400;
}
