/*
* @Author: admin
* @Date:   2018-05-21 22:52:19
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2020-03-27 16:16:27
*/
.main {
    width: 1000px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: "MicrosoftYaHei";
    box-sizing: border-box;
}


body {
    background-color: #f5f5f5;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {

    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-size: 100%;
    font-weight: normal;
}

input {
    border: 0;
    outline: none;
}

img {
    vertical-align: middle;
}

.select-has-dow {
    /*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ ·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
    border: solid 1px #000;
    /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ ·å¼æ¸…é™¤*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
    /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
    padding-right: 14px;
    background: url(../images/down.png) no-repeat right center;
    background-size: 30px 20px;
}

/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ ·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
.select-has-dow::-ms-expand {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.w693 {
    width: 693px;
    margin: auto;
}

.section {
    width: 100%;
    min-width: 1300px;
    margin: auto;
    position: relative;
}

.section-web {
    width: 100%;
    min-width: 750px;
    margin: auto;
}

.i-block {
    display: inline-block;
    vertical-align: middle;
}

.block-tab {
    display: block;
}

.flex-tab {
    display: flex;
}

.flex-item-center {
    display: flex;
    align-items: center;
}


.lr {
    float: right;
}

.lf {
    float: left;
}

select {
    outline: none;
    /*åŽ»æŽ‰é»˜è®¤çš„ä¸‹æ‹‰ä¸‰è§’*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: vertical;
    font-family: inherit;
}

img {
    vertical-align: middle;
}