﻿/*This is HARVEY`s habits in web translate publick style.*/
/*You can use the className straightly in your web translation.*/
/*No changing without author`s permission.*/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei','Adobe Heiti Std';
    color: #333;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb::after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

input[type=text] {
    padding: 0 4px;
    box-shadow: none;
    -webkit-appearance: none;
}

/*  if you need it,let it out.
        input[type=text]:focus {
        border: 1px solid #3470e9;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }*/

input[type=button] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=radio] {
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
}

select {
    cursor: pointer;
}

/*if you need it,let it out.
        select:focus {
        border: 1px solid #3470e9;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }*/

table {
    width: 100%;
    table-layout: fixed;
}

.cantchoose {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

header {
    width: 100%;
}

section {
    width: 100%;
}

footer {
    width: 100%;
}

.titleTriangle {
    width: 0px;
    height: 0px;
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
}

.mt_2 {
    margin-top: 20px;
}

.D_content {
    width: 1200px;
    margin: 0 auto;
}

    .D_content:after {
        display: block;
        content: '';
        clear: both;
        zoom: 1;
    }
/*===========The=whole=public=style===========*/
