﻿@charset "UTF-8";

/* ------------------------初始化样式------------------------ */
* {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
}

body {
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    vertical-align: middle;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:visited, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

/* 清除浮动 */
.dm-cf {
    zoom: 1;
}

.dm-cf:after {
    content: '';
    clear: both;
    display: block;
}

.dm-fl {
    float: left !important;
}

.dm-fr {
    float: right !important;
}

/*-------------常用类----------*/
.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.ver-u {
    vertical-align: unset !important;
}

.ver-m {
    vertical-align: middle !important;
}

.ver-t {
    vertical-align: top !important;
}

.dis-ib {
    display: inline-block;
    vertical-align: middle;
}

/*-------------距离----------*/
.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.padl-15 {
    padding-left: 15px !important;
}

.padl-20 {
    padding-left: 20px !important;
}

.padl-30 {
    padding-left: 30px !important;
}

/*-------------上传图片----------*/
.up-img {
    position: relative;
    width: 110px;
    text-align: center;
    overflow: hidden;
}

.up-img img {
    width: 110px;
    height: 110px;
}

.up-img input {
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    width: 110px;
    height: 110px;
    cursor: pointer;
    position: absolute;
}

.up-img p {
    line-height: 30px;
}

/*-------------table类----------*/
input, textarea, select {
    height: 34px;
    resize: none;
    padding: 0 5px;
    border: 1px solid #dddddd;
}

textarea {
    height: 100px;
    line-height: 150%;
}

input::-webkit-input-placeholder, table textarea::-webkit-input-placeholder {
    color: #dddddd;
}

table td {
    padding: 10px 0;
}

/*--------------------风格颜色--------------------*/
/*鼠标经过颜色*/
a:hover {
    color: #ED7D31;
}

/*浏览器兼容性提示*/
.dmport {
    width: 100%;
    margin: auto;
    height: 100vh;
    position: fixed;
    min-width: 1200px;
    background-color: #2F3242;
}

.dmport-title {
    color: #fff;
    font-size: 30px;
    margin: 5% 0 2% 0;
    text-align: center;
}

.dmport-sub-title {
    color: #fff;
    font-size: 40px;
    margin: 0 0 5% 0;
    text-align: center;
}

.support-images {
    text-align: center;
}

.support-images img {
    margin: 3%;
    vertical-align: initial;
    text-shadow: 1px 1px 1px #01b446;
    box-shadow: 0 5px 5px rgba(60, 143, 230, .2);
}

.ban-down1 {
    width: 206px;
    height: 50px;
    margin-top: 5%;
    cursor: pointer;
    font-size: 22px;
    line-height: 50px;
    background: #0fd25a;
    display: inline-block;
    color: #fff !important;
    box-shadow: 0 5px 5px rgba(60, 143, 230, .2);
    text-shadow: 1px 1px 1px #01b446;
}

.dmport-btn {
    text-align: center;
}
