@charset "UTF-8";
body, select {
    background: #fff
}
*, .step--entry>ol>li:before, select {
    box-sizing: border-box
}
.formList, .table {
    border-collapse: collapse
}
html {
    background: #f0f0f0
}
body {
    color: #555;
    font-size: 16px;
    font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
    margin: 0;
    word-break: break-all
}
a {
    color: #36c;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
a:hover {
    text-decoration: underline
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em
}
.fl{
    float: left;
}
.fr{
    float: right;
}
small {
    color: #999;
    font-size: 14px
}
input[type=email], input[type=tel], input[type=url], input[type=number], input[type=text], input[type=password], input[type=search], textarea {
    /*height: 44px;*/
	height: 30px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-width: 460px;
    margin-right: 8px
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    line-height: 30px;
    cursor: pointer;
    outline: 0;
    min-width: 12em;
    max-width: 460px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select {
    /* background: url(icon-selectArrow.png) right 10px center no-repeat #fff; */
    margin-top: 0;
    padding: 5px 32px 5px 6px
}
}
@-moz-document url-prefix() {
select {
    /* background:url(icon-selectArrow.png) right 10px center no-repeat #fff; */
    padding:8px 32px 8px 6px
}
}
label>input[type=radio], label>input[type=checkbox] {
    margin-right: 4px
}
label+label {
    margin-left: 8px
}
label.is-disabled {
    color: #ccc
}
.section, section {
    margin: 32px 0 64px
}
.prompt-box{
    margin:0 0 2rem 0;
    padding: 0.5em;
    background: #fff9c7;
    border: 1px solid #FFC107;
    color: #b5720e;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
}
.download-box{
    color: #cc0c39;
}
.download-box a{
    text-decoration: none;
}
@media screen and (max-width: 700px){
    .prompt-box{
        display: none;
    }
}
.h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 16px
}
.h2, .h3 {
    margin: 16px 0
}
.h2 {
    font-size: 24px;
    font-weight: 700
}
@media (max-width:600px) {
select {
    width: 100%
}
.h1 {
    font-size: 24px
}
.h2 {
    font-size: 20px
}
}
.h3 {
    font-size: 20px
}
.h4, .h5, .h6 {
    margin: 8px 0
}
.h4 {
    font-size: 16px
}
.h5 {
    font-size: 14px
}
.h6 {
    font-size: 12px
}
input[type=text].input--name {
    max-width: 12em;
    width: 45%
}
input[type=text].input--name:last-child {
    margin-right: 0
}
@media (max-width:600px) {
input[type=text].input--name {
    width: 8em
}
}
input.input--number, input[type=tel], input[type=number], input[type=password] {
    width: 12em
}
input.input--number::-webkit-inner-spin-button, input.input--number::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
@media (max-width:600px) {
input.input--number, input[type=tel], input[type=number], input[type=password] {
    width: 100%
}
}
input.input--number.input--year, input[type=number].input--year {
    width: 6em
}
input.input--number.input--day, input.input--number.input--month, input[type=number].input--day, input[type=number].input--month {
    width: 3em
}
.step--entry>ol, .table {
    table-layout: fixed;
    width: 100%
}
.button, .button--add, .button--back, .button--edit, .button--entry, .button--remove, .button--submit {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-bottom-width: 2px;
    border-radius: 4px;
    /*background: #cc0c39;*/
    color: #777;
    min-width: 120px;
    /*height: 44px;
    line-height: 44px;*/
	height: 30px;
    line-height: 30px;
    padding: 0 16px;
    cursor: pointer;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.button--add:hover, .button--back:hover, .button--edit:hover, .button--entry:hover, .button--remove:hover, .button--submit:hover, .button:hover {
    opacity: .6;
    text-decoration: none
}
.button--add:active, .button--back:active, .button--edit:active, .button--entry:active, .button--remove:active, .button--submit:active, .button:active, .is-active.button, .is-active.button--add, .is-active.button--back, .is-active.button--edit, .is-active.button--entry, .is-active.button--remove, .is-active.button--submit {
    background: #cc0c39;
    color: #777
}
.button--add:disabled, .button--back:disabled, .button--edit:disabled, .button--entry:disabled, .button--remove:disabled, .button--submit:disabled, .button:disabled, .is-disabled.button, .is-disabled.button--add, .is-disabled.button--back, .is-disabled.button--edit, .is-disabled.button--entry, .is-disabled.button--remove, .is-disabled.button--submit {
    background: #c2c2c2;
    border-color: #bbb;
    cursor: default
}
@media (max-width:600px) {
.button, .button--add, .button--back, .button--edit, .button--entry, .button--remove, .button--submit {
    min-width: auto
}
}
.button--entry, .button--submit {
    background-color: #cc0c39;
    border-color: #c30431;
    color: #fff;
    min-width: 120px
}
.button--entry {
    border-bottom-width: 3px;
    font-size: 20px;
    line-height: 72px;
    margin: 0 8px;
    padding: 0 32px;
    height: 72px
}
@media (max-width:600px) {
.button--entry {
    margin: 16px 0 0;
    padding: 0 16px;
    width: 100%
}
}
.tag, .tag--optional, .tag--required {
    background: #ccc;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    padding: 2px 4px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    top: -1px
}
.tag--required {
    background: #fc6356;
    color: #fff
}
.table dl dt, .table th {
    background: #f9f9f9
}
.tag--optional {
    color: #333
}
.table {
    border: 1px solid #e7e7e7;
    margin-bottom: 16px
}
.table td, .table th {
    border: 1px solid #e7e7e7;
    vertical-align: top
}
.table dl {
    font-size: 14px;
    margin: 0;
    padding: 0
}
.table dl dd, .table dl dt {
    padding: 8px;
    margin: 0
}
.table dl dt {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    text-align: center
}
.table ul {
    margin: 0;
    padding: 0 0 0 24px
}
@media (max-width:600px) {
.table {
    border-top: 0;
    display: block
}
.table tbody, .table td, .table th, .table thead, .table tr {
    display: block;
    border: 0
}
.table td {
    border-top: 1px solid #e7e7e7
}
}
.message, .message--error {
    border: 2px solid #fc6356;
    border-radius: 4px;
    padding: 16px
}
.message--error .message__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}
.message--error .message__body ul {
    font-size: 14px;
    margin: 8px 0 0;
    padding: 0 0 0 16px
}
.message--error {
    border-color: #fc6356
}
.message--error .message__body ul, .message--error .message__title {
    color: #fc6356
}
.step--entry {
    font-size: 0;
    max-width: 100%;
    margin: 32px auto
}
.step--entry>ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table
}
.step--entry>ol>li {
    font-size: 14px;
    line-height: 16px;
    color: #b4b4b4;
    display: table-cell;
    text-align: center;
    position: relative;
    padding-top: 30px
}
.step--entry>ol>li:after, .step--entry>ol>li:before {
    position: absolute;
    content: "";
    left: 50%
}
.step--entry>ol>li:before {
    top: 4px;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    z-index: 10;
    background: #b2b2b2;
    border-radius: 100%
}
.step--entry>ol>li:after {
    display: block;
    width: 100%;
    top: 9px;
    z-index: 5;
    border-bottom: 2px solid #b2b2b2
}
.step--entry>ol>li:last-child:after {
    content: none
}
.step--entry>ol>li.is-active {
    color: #555
}
.step--entry>ol>li.is-active strong {
    font-weight: 400
}
.step--entry>ol>li.is-active:before {
    top: 0;
    margin-left: -9px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #555
}
@media (max-width:600px) {
.step--entry {
    margin: 16px auto;
    max-width: 100%;
    width: 100%
}
.step--entry>ol>li span {
    display: none
}
.step--entry>ol>li strong {
    display: block;
    margin-left: -80px;
    text-align: center;
    white-space: nowrap;
    width: 160px;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 1
}
.step--entry>ol>li:first-child strong {
    margin-left: 0;
    text-align: left
}
.step--entry>ol>li:last-child strong {
    margin-left: -160px;
    text-align: right
}
}
.formBlock__action .button--submit, .formBlock__body input[type=password], .formList {
    width: 100%
}
.formBlock {
    background: #f0f0f0;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    margin: 32px auto;
    max-width: 640px;
    padding: 32px
}
.formBlock__action {
    margin-top: 16px;
    text-align: center
}
.formList {
    border-top: 1px solid #e7e7e7;
    display: table
}
.formList__item {
    border-bottom: 1px solid #e7e7e7;
    display: table-row
}
.formList__item.is-error {
    color: red
}
.formList__item__header {
    display: table-cell;
    margin: 0;
    padding: 16px 0;
    text-align: left;
    vertical-align: middle;
    width: 220px
}
.formList__item__header small {
    color: inherit
}
@media (max-width:600px) {
.formList__item__header {
    display: block;
    width: auto
}
}
.formList__item__body {
    display: table-cell;
    padding: 16px 0 16px 20px;
    vertical-align: top;
    text-align: left
}
@media (max-width:600px) {
.formList__item__body {
    display: block;
    padding: 0 0 16px
}
}
.action, .action--section {
    margin: 32px 0 0;
    text-align: right;
}
.action--section:after, .action:after {
    clear: both;
    content: "";
    display: block
}
.action__main {
    display: inline-block;
    /*float: right;*/
    margin: 0 0 0 16px
}
.action__sub {
    display: inline-block;
    float: right
}
.action--section {
    margin: 16px 0 0
}
.flow__item {
    background: url(bg-flow-arrow.png) 24px bottom no-repeat;
    background-size: 18px 909px;
    margin: 0 0 16px;
    padding: 0 0 16px 86px;
    position: relative
}
.flow__item__title {
    font-size: 24px;
    font-weight: 400
}
.flow__item__num1, .flow__item__num2, .flow__item__num3, .flow__item__num4 {
    background: url(icon-entry-flow1.png) no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px
}
.flow__item__num1 {
    background-image: url(icon-entry-flow1.png)
}
.flow__item__num2 {
    background-image:url(icon-entry-flow2.png);
}
.flow__item__num3 {
    background-image: url(icon-entry-flow3.png)
}
.flow__item__num4 {
    background-image: url(icon-entry-flow4.png)
}
@media (max-width:600px) {
.action__sub {
    float: left
}
.flow__item {
    background: 0 0;
    padding: 0;
    position: relative
}
.flow__item__title {
    font-size: 24px;
    font-weight: 400
}
.flow__item__num1, .flow__item__num2, .flow__item__num3, .flow__item__num4 {
    position: relative;
    margin-right: 8px;
    width: 44px;
    height: 44px;
    vertical-align: middle
}
}
.header--entry {
    background: #cc0c39
}
.header--entry .header__inner {
    margin: 0 auto;
    max-width: 992px;
    padding: 14px 16px
}
.header--entry .header__logo--entry {
    color: #fff
}
.header--entry .header__logo--entry>span {
    background: url(logo-mpa-entry.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 230px;
    height: 22px;
    text-indent: -9999px
}
.content {
    margin: 0 auto;
    max-width: 1000px;
}
.content .content__header{
    margin:0.6rem 0;
}

@media (max-width:600px) {
.content {
    padding: 12px
}
}
.footer--entry {
    background: #f0f0f0;
    margin: 64px 0 0
}
.footer__inner {
    margin: 0 auto;
    max-width: 992px;
    padding: 16px
}
.footer__copyright__logo--rls {
    margin: 0
}
.footer__copyright__logo--rls a {
    background: url(/asset/img/logo-footer_copyright.png) no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -200%;
    overflow: hidden;
    width: 298px;
    height: 27px;
    vertical-align: top
}
.footer__copyright__link {
    margin: 4px 0 0
}
.footer__copyright__link a {
    color: #435B67;
    text-decoration: underline;
    font-size: 10px;
    font-style: normal;
    font-family: Meiryo;
    font-weight: 700
}
#Input--annualSales {
    max-width: 12em
}
#Action--entryAbout {
    background: #f0f9fc;
    border-radius: 4px;
    margin-top: -32px;
    padding: 32px 16px;
    text-align: center
}
#Action--entryAbout .action__main {
    display: block;
    float: none;
    margin: 0;
    text-align: center
}
#Action--entryAbout p {
    font-size: 14px;
    margin: 0 0 16px
}
#StoreNum--1 {
    color: red
}
.inputNote--after, .inputNote--before {
    color: #777;
    font-size: 14px;
    margin: 0
}
.inputFormat, .inputNote--after {
    margin-top: 8px
}
.inputNote--before {
    margin-bottom: 8px
}
.inputFormat {
    color: #999;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap
}
@media (max-width:600px) {
#Action--entryAbout {
    padding: 16px
}
.inputFormat {
    display: block
}
}
.inputList--h {
    list-style: none;
    margin: 0;
    padding: 0
}
.inputList--h>li {
    display: inline;
    margin-right: 16px
}
.is-hidden {
    display: none!important
}
.errMsg {
    margin-left: 1em;
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: -.9em
}
.formError {
    padding-bottom: 13px;
    display: block
}
.fixed {
    padding-bottom: 0
}
.formError .formErrorClose {
    border: 2px solid #252525;
    border-radius: 9px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -webkit-box-shadow: 1px -1px 3px #888
}
.formError .formErrorClose:hover {
    background: #666
}
.fixed .formErrorClose {
    display: none
}
.formError .formErrorContent {
    background: #ffefec;
    border: 1px solid #ff7153;
    border-radius: 5px;
    color: #ff7153;
    font-size: 12px;
    line-height: 1.4;
    padding: 1px 6px;
    position: relative;
    left: 0px;
    top: 9px;
    white-space: nowrap
}
.formError .formErrorContent:after {
    content: '';
    position: absolute;
    background: #ffefec;
    border-color: #ff7153;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -4px;
    left: 20px;
    display: none\9
}
:root .formError .formErrorContent:after {
    display: block\9
}
.fixed .formErrorArrowBottom, .formErrorArrow {
    display: none
}
.fixed .formErrorContent {
    margin-top: .5em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #f60;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
.fadeOut {
    opacity: .2;
    filter: alpha(opacity=20)
}
.formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20px
}
.formError .formErrorArrowBottom {
    margin: -6px;
    top: 0
}
.formError .formErrorArrow div {
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #252525;
    line-height: 0;
    font-size: 0;
    box-shadow: 0 2px 3px #888;
    -moz-box-shadow: 0 2px 3px #888;
    -webkit-box-shadow: 0 2px 3px #888
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}
.formError .formErrorArrow .line10 {
    width: 19px
}
.formError .formErrorArrow .line9 {
    width: 17px
}
.formError .formErrorArrow .line8 {
    width: 15px
}
.formError .formErrorArrow .line7 {
    width: 13px
}
.formError .formErrorArrow .line6 {
    width: 11px
}
.formError .formErrorArrow .line5 {
    width: 9px
}
.formError .formErrorArrow .line4 {
    width: 7px
}
.formError .formErrorArrow .line3 {
    width: 5px
}
.formError .formErrorArrow .line2 {
    width: 3px
}
.formError .formErrorArrow .line1 {
    width: 1px
}
.formList__item__body #opt-content select{
    margin-right:10px;
}


/* 代理商下载 默认样式PC */
.secrets{
    display: none;
}
.explain-box{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #FFC107;
    color: #b5720e;
    line-height: 22px;
    padding: 0.5em;
    background: #fff9c7;
}
.content .content__header .expound{
    width: 12%;
    margin-top: 0.3rem;
}
.download-content{
    float: left;
    width: 100%;
}
.procedure{
   background-color: #f9f9f9;
}
.classify{
    font-size: 20px;
    padding: 20px 0 20px 40px;
}
.file-box{
    list-style: none;
    margin-top: 0;
    padding: 0 20px 0 30px;
}
.file-icon img{
    width: 70px;
}
.file-icon .file-title{
    display:none;
}
.file{
    overflow:hidden;
    text-align: left;
    padding: 20px 0;
    transition:.3s;
}
.content__body .download-content .file-box .file:hover{
    background-color: rgba(64, 64, 64, 0.1);
    cursor: pointer;
}
.file-icon{
    float: left;
    width: 12%;
}
.file-instruction{
    float: left;
    width: 65%;
}
.file-title{
    font-size: 16px;
    font-weight: bold;
}
.explain{
    font-size: 14px;
    margin-top: 0.1rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.update{
    font-size:14px;
    color:#0a0a0a;
}
.file-download{
    float: right;
    width: 150px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    border:2px solid #cc0c39;
    text-align: center;
    line-height: 38px;
    margin-top: 1rem;
    margin-right:1.5rem;
    transition:.3s;
}
.file-download a{
    text-decoration: none;
    color: #cc0c39;
    cursor: pointer;
    font-size: 18px;
}
.file-download:hover{
    background:#cc0c39;
}
.file-download:hover a{
    color:#fff;
}
.file-download .file-title{
    display:none;
}
.file-download .update{
    display: none;
}
.clearfix{
    clear:both;
}
.file-box h2{
    margin: 0 0.7rem;
    color: #bd3131;
    font-size: 18px;
}
.notice-box{
    width: 20%;
    float: left;
    margin-left: 1rem;
    background-color: #f9f9f9;
}
.notice-box .notice{
    color: #555;
    font-weight: bold;
    font-size: 16px;
    margin: 0.5rem 0;
}
.notice p{
    text-align: center;
    margin:0;
}
.notice-content{
    padding: 0 0.6rem;
    font-size: 12px;
    border-top: 1px solid #dfdfdf;
}
.notice-title{
    line-height: 1.2rem;
    margin: 0.5rem 0;
}
.notice-title a{
    color: #555;
    cursor: pointer;
}
.notice-title a:hover{
    color: #36c;
}
.notice span{
    margin-left: 1.9rem;
    font-size: 14px;
}
.agent-video{
    background-color: #f9f9f9;
    width: 100%;
    padding-bottom: 30px;
}
.agent-video .video-line{
    margin:1rem 0 0 2.5rem;
    overflow: hidden;
}
.agent-video .video-line .video-box{
    width: 50%;
}
.agent-video .video-line .download{
    text-decoration:none;
    color: #555;
    font-size:14px;
    font-weight: 600;
}
.agent-video .video-line .download:hover{
    color: #36c;
}

.video-line .video-title{
    font-size: 14px;
}
.video-line .video{
    margin:1rem 0;
    width:460px;
    height: 259px;
    position:relative;
/*     position:relative;
padding-bottom:56.25%;    需要用padding来维持16:9比例,也就是9除以16
height: 0; */
}
.video-line .video img{
    width:100%;
}
.video-line .video .paly-logo{
    display: none;
    width:50px;
    height: 50px;
    position:absolute;
    top: 105px;
    left: 205px;
}
.video-line .play-video:hover .video{
    background-color: rgba(64, 64, 64, 0.6);
}
.video-line .play-video:hover .paly-logo{
    display:block;
}
/* 弹窗样式 */
.dg-video{
    display:none;
    position:fixed;
    z-index:20180525;
    left:50%;
    top:50%;
    width:800px;
    height:450px;
    text-align:center;
    margin-left:-400px;
    margin-top:-225px;
    background:#fff;
}
.dg-video .dg-video-con{
    position:relative;
}
.dg-video .dg-video-con .dg-video-close{
    position:absolute;
    z-index:2018;
    top:-16px;
    right:-16px;
    font-size:22px;
    font-weight:700;
    background-color:#fff;
    border:1px solid #ccc;
    height:32px;
    width:32px;
    border-radius:16px;
    -webkit-border-radius:16px;
    cursor:pointer;
}
.dg-video video{
    width:80%;
    height:300px;
    vertical-align:middle;
}
#dplayer .dplayer-video-wrap{
    height:450px;
}
/* .video-line video{
    background-color: #000;
    position: absolute;
    top:0;
    left: 0;
    width: 95%;
    height: 100%
} */

/* 代理商文件下载页面 移动端--fengmengying */
@media screen and (max-width: 500px) {
    .content__body{
        margin-top: -0.5rem;
    }
    .download-content{
        width:100%;
    }
    .prompt-box{
        width: 100%;
        display: block;
        border:none;
        line-height: 1.5;
        border:1px solid #FFC107;
        font-size: 12px;
        margin-top: -1.4rem;
        font-weight: bold;
    }
    .procedure .classify{
        font-size:16px;
        padding:10px;
    }
    .secrets{
        display:inline-block;
        color: red;
    }
    .expound{
        display: none;
    }
    .file-box{
        list-style: none;
        padding: 0;
    }
    .file-box h2{
        margin: 0 0.2rem;
        color: #bd3131;
        font-size: 15px;
    }
    .file{
        overflow: hidden;
        padding:15px 0;
        height:100%;
        margin-left: -0.5rem;
    }

    .file .file-icon{
        float:none;
        overflow: hidden;
        width: 100%;
        margin-top: 0.5rem;
    }
    .file-icon img{
        margin-left: 0.5rem;
        display: block;
        float: left;
        width: 35px;
    }
    .file-icon .file-title{
        margin: 0.3rem 0 0 0.5rem;
        display:block;
        font-size: 14px;
        line-height:16px;
    }
    .file .file-instruction{
        float:none;
        margin-top:.2rem;
        overflow: hidden;
        width: 100%;
        padding: 0 1rem;
    }
    .file-instruction .file-title{
        display:none;
    }
    .file-instruction .update{
        display:none;
    }
    .file .file-download{
        float:none;
        overflow: hidden;
        width: 100%;
        height:100%;
        line-height: 100%;
        margin-top:0.3rem;
        padding: 0 1rem;
        border: none;
        background-color: #f9f9f9;
    }
    .file-download .update{
        margin-top:.3rem;
        display:block;
        float: left;
    }
    .file-download a{
        display: block;
        border:0.1rem solid #cc0c39;
        float: right;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        padding: 0.3rem 0.5rem;
    }
    .file-download:hover a{
        color:#cc0c39;
    }
    .notice-box{
        width: 100%;
        margin:0 auto;
        float: left;
        background-color: #f9f9f9;
    }
    .notice-box .notice{
        color: #555;
        font-weight: bold;
        font-size: 15px;
        margin: 0.5rem 0;
    }
    .notice p{
        text-align: center;
        margin:0;
    }
    .notice-content{
        padding: 0 0.3rem;
        font-size: 14px;
        border-top: 1px solid #dfdfdf;
        margin: 0 0.6rem;
    }
    .notice-title{
        line-height: 1rem;
        margin: 0.5rem 0;
        font-size: 12px;
    }
    .clearfix{
        clear:both;
    }
    .agent-video{
        background-color: #f9f9f9;
        width: 100%;
        margin-top: 1rem;
    }
    .agent-video .classify{
        font-size: 16px;
        padding: 0.4rem;
    }
    .agent-video .video-line{
        margin:0 0.4rem;
    }
    .agent-video .video-line .video-box{
        width: 100%;
    }
    .video-line .video{
        width:100%;
        height: 100%;
    }

    /* 弹窗样式 */
    .dg-video{
        display: none;
        position: fixed;
        z-index: 20180525;
        left: 50%;
        top: 147px;
        width: 340px;
        height: 180px;
        text-align: center;
        margin-left: -170px;
        margin-top: -90px;
        background: #fff;
    }
    .dg-video .dg-video-con{
        position:relative;
    }
    .dg-video .dg-video-con .dg-video-close{
        position:absolute;
        z-index:2018;
        top:-14px;
        right:-14px;
        font-size:19px;
        font-weight:700;
        background-color:#fff;
        border:1px solid #ccc;
        height:28px;
        width:28px;
        border-radius:16px;
        -webkit-border-radius:16px;
        cursor:pointer;
    }
    .dg-video video{
        width:80%;
        height:300px;
        vertical-align:middle;
    }
    #dplayer .dplayer-video-wrap{
        height:450px;
    }

}




