*{
    margin:0;
    padding:0;
    border:0;
    background: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
ul,ol,li{
    list-style: none;
}
p{
    margin:0;
}
textarea{
    resize: none !important;
}
a:hover{
    text-decoration: none;
}

/*全局主题色*/
.font-color-primary {
    color: #29abdd;
}

.background-color-primary {
    background-color: #29abdd;
}

.border-color-primary{
    border-color: #29abdd;
}

.icon-color-primary{
    color: #29abdd;
}

/*全局主题色*/

/*layui样式修改*/
.layui-btn-default{
    background-color: #29abdd;
}
.layui-btn-normal{
    background-color: #29abdd;
}
/*layui样式修改*/

.zhushi{font-size:12px; color:#aaa;}
.wd1000{
    width:1000px;
    margin:0 auto;
}
.wd-per-90{
    width:90%;
    margin:0 auto;
}
.wd-per-85{
    width:85%;
    margin:0 auto;
}
.wd-per-80{
    width:80%;
    margin:0 auto;
}
.wd-per-75{
    width:1000px;
    margin:0 auto;
}
.wd-per-70{
    width:70%;
    margin:0 auto;
}
.wd-per-60{
    width:60%;
    margin:0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/*头部*/
header {
    width:100%;
    z-index:9999;
    position: fixed;
    top:0;

    background: #fff;
    border-bottom: 1px solid #d2d2d2;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

header .logo {
    height:40px;
}
header .icon-play {
    display: flex;
    align-items: center;
}
.icon-play i {
    margin-right:10px;
    color: #29abdd;
}
.icon-play .iconfont {
    font-size: 20px;
}
.icon-play .play-content {
    /* position: absolute; */
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.icon-play a{
    display: inherit;
    text-decoration: none;
    color: #29abdd;
}
.icon-play a p {
    width:200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
header .nav {
    font-size: 14px;
}

header .nav a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 75px;
    line-height: 27px;
    height: 27px;
    background-color: transparent;
    color: #4D5961;
}
header .nav a:hover {
    color: #fff !important;
    background-color: #29ABDD;
    border-radius: 15px;
}

header .nav .active {
    color: #29ABDD;
}

header .opera button {
    color: #4D5961;
    margin-left: 30px;
    height: 26px;
    line-height: 26px;

    text-align: center;

    border-radius: 4px;
    border: none;
    background: none;
}

header .opera button:hover {
    cursor: pointer;
}

header .opera .login-btn {
    color: #29ABDD;
}

header .opera .create-btn {
    width: 76px;
}

header .opera .create-btn {
    color: #fff;
    background: #29ABDD;
}

.container-fluid{
    padding:0;
    margin:0;
}
.layui-nav{
 padding: 0;
}
.user-action{
    margin: 0;
}
.user-action li{
    float: left;
}
.user-action li button,
.user-action li .button{
    font-size: 14px;
    width: 85px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #29abdd;
    display: block;
    cursor: pointer;
    padding: 0 5px;
}
.user-action li button:hover,
.user-action li .button:hover{
    color: #fff;
    background: #29abdd;
}
.user-action li button:hover i,
.user-action li .button:hover i{
    color: #fff;
}
.user-action li .button:active{
    text-decoration: none;
}
/*头部*/

/*登录模态框*/
#loginModal .modal-content{
    width:75%;
    margin:0 auto;
    margin-top: 20%;
}
#loginModal .modal-title{
    text-align: center;
}
#loginModal .code-label{
    width: 60px;
    height: 30px;
    background: #000;
    margin:0;
    padding:0;
}
#loginModal button{
    padding-left: 10%;
    padding-right: 10%;
    margin-right: 10px;
}
/*登录模态框*/

/*注册模态框*/
#registerModal .modal-content{
    margin-top: 20%;
}
#registerModal .modal-title{
    text-align: center;
}
#registerModal .code-label{
    width: 60px;
    height: 30px;
    background: #ff0000;
    margin:0;
    padding:0;
}
#registerModal button{
    padding-left: 10%;
    padding-right: 10%;
    margin-right: 10px;
}

/*注册模态框*/

/*顶部导航*/
.header .user-name .name{
    display: block;
    height: 27px; 
    line-height: 27px;
    color: #29abdd ;
    max-width:100px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: right;
    margin-right: 8px;
    padding: 0 5px;
}
.header .user-name .name:hover {
    background-color: #29abdd;
    color: #fff;
    border-radius: 2px;
}
.user-btn{
    margin-right: 8px !important;
}
.header .user-center .layui-nav-more,.layui-nav-bar{
    display: none;
}
.header .user-center .layui-nav-child{
    top:200%;
    margin:0;
}
.header .user-center .layui-nav-child dd a{
    width:100%;
    display: table;
    padding-top: 1%;
    padding-bottom: 1%;
    height:30px;
    line-height: 30px;
}
.header .user-center .layui-nav-child dd a:hover{
    cursor: pointer;
}
/*顶部导航*/
fieldset legend{
    width:auto;
    border-bottom: none;
}
.fcolor{color:#FF5722;}
.main-back{background:#FFBC00;}
.nav-wrapper {
    background-image: url("http://www.51wyfl.com/upload/images/wrapper.png");
}
.layui-nav{
    /*background-color: #fff;*/
    background: none;
    /*background-color: none;*/
}
.user-action .layui-nav
