@font-face {
    font-family: 'iconfont';
    /* project id 2011726 */
    src: url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.eot');
    src: url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.woff2') format('woff2'), url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.woff') format('woff'), url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.ttf') format('truetype'), url('//at.alicdn.com/t/font_2011726_f2lpdem3fm.svg#iconfont') format('svg');
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
    font-size: 48px!important;
}
h2 {
    font-size: 36px!important;
}
h3 {
    font-size: 28px!important;
    margin: 10px 0;
}

h4 {
    font-size: 18px!important;
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
    /* color: #000000;  */
}

.form-control:focus {
    box-shadow: none !important;
    border: none;
}

.color-red {
    color: red;
}

td {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
label{
    margin:0;
}
:root {
    --main-color: #2f67b3;
    --minor-color1: #6f96c9;
    --minor-color2: #c9d7ea;
    --minor-color3: #e8eef6;
    --minor-color4: #f6f8fc;
}
.productTitleColor{
    color: #085eb9;
}


.haha {
    width: 100%;
    margin-left: 70%;
    /* display: flex; */
    /* float: right; */
}

.blog-left h2 {
    font-size: 20px;
    margin: 20px 0;
}

/* 不同级别 title */

.title1 {
    font-size: 30px;
    font-weight: bold;
}

.title2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.375em;
}

.title3 {
    font-size: 20px;
    font-weight: bold;
}

.title4 {
    font-size: 18px;
    font-weight: bold;
}


/* 修改bootstrap分页样式 */
.page-item:first-child .page-link{
    border-radius: 0;
}
.page-item{
    cursor: pointer;
}
/* phone */

@media only screen and (max-width: 768px) {
    html, body {
        font-size: 12px;
    }
    h4 {
        font-size: 12px;
    }
    /* 不同级别 title */
    .title1 {
        font-size: 23px;
        font-weight: bold;
    }
    .title2 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
    }
}

/* iPads  */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    html, body {
        font-size: 14px;
    }
    .title1 {
        font-size: 23px;
        font-weight: bold;
    }
    .title2 {
        font-size: 18px;
        font-weight: bold;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 32px!important;
    }
    h2 {
        font-size: 26px!important;
    }
    h3 {
        font-size: 22px!important;
    }
    h4 {
        font-size: 18px!important;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    h1 {
        font-size: 32px!important;
    }
    h2 {
        font-size: 26px!important;
    }
    h3 {
        font-size: 22px!important;
    }
    h4 {
        font-size: 18px!important;
    }
    .title2 {
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .SAM-detail2-text {
        /* width: 90%; */
        font-size: 18px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}