@charset "UTF-8";
/*index-common*/
.tin{
    text-indent: 27px;
}
a {
    cursor:default
}
input:disabled{
    background-color:#f5f5f5;
}
.dashed{
    border: dashed 1px #dcdcdc;
}
.tc{
    text-align: center;
}
.ml10 {
    margin-left:10px;
}
.ml45 {
    margin-left:45px;
}
.mb20{
    margin-bottom: 20px;
}
.wrap{
    margin: 0px auto;
    width: 1104px;
    min-width: 1200px;
}
.mt40{
    margin-top: 40px;
}
.mt20{
    margin-top: 20px;
}
.jus {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.bdrs{
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.p20{
    padding: 10px 20px;
}
.w560{
    width: 560px;
}
.mt10{
    margin-top: 10px;
}
/*index-common-end*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f8f8f8;
}

span {
    display: inline-block;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 400;
}

ul, ol, button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

img, input, button {
    border: none;
    vertical-align: middle;
}

input, textarea, select {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

i, b, em {
    font-style: normal;
}

strong {
    color: #ff4e4e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

main,
.show {
    display: block;
}

.hide, [v-cloak] {
    display: none;
}

.w1200 {
    margin: 0 auto;
    width: 1104px;
    min-width: 1200px;
}

/* header start */

.header {
    width: 100%;
    /* height: 60px; */
}

.nav1200 {
    margin: 0 auto;
    width: 1104px;
    min-width: 1200px;
    padding-left: 54px;
}

header {
    width: 100%;
    min-width: 1200px;
    /* height: 60px; */
    border-bottom: 1px solid #eee;
    font-size: 16px;
    background-color: #fff;
}

header .w1200,
header .w1200 > div,
footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pad20{
    padding: 10px 0px 20px 0px;
}
header .w1200 {
    /*padding: 6px 10px;*/
    justify-content: space-between;
}

header .logo {
    width: 42px;
    height: 50px;
    background: url('../images/haiselect/mianmian.png') no-repeat;
}

header h1 {
    margin: 0 50px 0 6px;
    /*width: 244px;*/
}

header h1 span:first-child {
    display: block;
    font-size: 23.5px;
    text-align: center;
    color: #e80000;
    letter-spacing: 2px;
}

header h1 span:last-child {
    display: block;
    color: #893900;
    font-size: 15px;
    text-indent: 2px;
}

.top-nav a:not(:last-child) {
    margin-right: 25px;
}

header a {
    display: inline-block;
}

a {
    display: inline-block;
}

header nav a:hover, header .top-nav .current {
    color: #f00;
}

header nav {
    justify-content: space-between;
    width: 600px;
    height: 43px;
    line-height: 43px;
}

header .login-info {
    padding-top: 12px;
}

header .login-info span {
    margin: 0 10px;
}
.head-button {
    font-size: 14px;
    margin-left: -560px;
    padding-top: 31px;
    line-height: 20px;
    cursor: pointer;
}
.head-button:hover{
    color: #e80000;
}
.uploades {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 160px;
    text-align: center;
    text-indent: 30px;
    background: url(../images/haiselect/sc.png) no-repeat 49px 16px;
    cursor: pointer;
}
.uploades:hover{
    background-color: rgb(34, 138, 255);
}
.h1-url {
    margin-right: 50px;
    /*width: 250px;*/
}

.no-sign a:hover, .user-center:hover {
    color: #f00;
}

.signed img {
    margin-right: 4px;
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.down-triangle {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid #999;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    cursor: pointer;
}

.down-triangle:hover a {
    display: block;
    position: absolute;
    z-index: 1;
    right: -27px;
    padding: 10px 0 0 12px;
    width: 55px;
    height: 38px;
    color: #fff;
    background: url('../images/logout_icon.png') no-repeat;
}

/* header end */

.main-title {
    margin: 16px auto 6px;
    height: 64px;
    line-height: 64px;
    text-indent: 2em;
    font-weight: normal;
    color: #333;
    background: url('../images/h2_icon.png') no-repeat left;
}

/* footer start */

.footer {
    margin-top: 30px;
    width: 100%;
    min-width: 1200px;
    height: 180px;
    background-color: #ddd;
}

footer.w1200 {
    margin: 0 auto;
    padding: 1px 70px 0;
    min-width: 1200px;
    color: #666;
}

footer p {
    line-height: 1.6em;
}

footer p:first-child {
    margin: 30px 0 16px;
}

footer .footer-item {
    color: #666;
}

footer .left {
    width: 430px;
    margin-right: 32px;
}

footer .contact {
    width: 20%;
    margin: 0 20px 0 10px;
}

.qrcode-foot {
    margin-top: 20px;
    text-align: center;
}

.qrcode-foot img {
    width: 110px;
    height: 110px;
}

.qrcode-foot p {
    margin-top: 6px;
}

/* footer end */

.mask {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

/* 2017-08-31 */

header .hot {
    position: relative;
}

header .hot:after {
    position: absolute;
    top: -2px;
    right: -20px;
    width: 28px;
    height: 19px;
    background: url('../images/hot.png') no-repeat;
    content: '';
}

.posi {
    position: relative;
}

.w1200-all {
    margin: 10px auto;
    width: 1200px;
    min-width: 1200px;
    background: #fff;
}

.w1140 {
    margin: 0 auto;
    width: 1140px;
    min-width: 1140px;
}

.mask {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding-top: 80px;
    width: 82px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../images/loading.gif') no-repeat center;
}

.loading:after {
    content: '正在加载中...';
}
/*2018后加样式*/
.nav-bar {
    height: 50px;
    line-height: 50px;
    background: #4ec7ff;
}

.nav-bar a {
    color: #fff;
    cursor: pointer;
}
.nav-bar li:hover {
    background-color: rgb(34, 138, 255);
}

.nav-bar li {
    float: left;
    border-left: 1px solid #fff;
    width: 160px;
    text-align: center;
}

.nav-bar li:last-child {
    border-right: 1px solid #fff
}
/*后加样式*/
.nav-bar .blueactive{
    background: #228aff;
}
/*海选弹窗*/
.masked{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
#alertWarn .alert-window{
    width: 250px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0px 10px #949494;
    -webkit-box-shadow: 0 0px 10px #949494;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#alertWarn h2 {
    font-size: 16px;
    padding: 20px 0px;
    /* margin: 20px 20px; */
    text-align: center;
    font-weight: normal;
}

#alertWarn span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
}

#alertWarn.mask,#alerttext.mask {
    z-index: 10000;
}
.mr40{
    margin-right:40px;
}
/*知识产权弹窗*/
#alerttext .alert-window{
    width: 700px;
    padding: 10px 20px 40px 20px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0px 10px #949494;
    -webkit-box-shadow: 0 0px 10px #949494;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#alerttext h2 {
    font-size: 18px;
    padding: 12px 0px;
    /* margin: 20px 20px; */
    text-align: center;
    font-weight: normal;
    background: #e6e6e6;
    font-weight: bold;
    margin: 18px 0px;
}

#alerttext span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
}
#alerttext p{
    text-indent: 30px;
    font-size:14px;
    line-height: 27px;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}