﻿
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100%;*/
  background-color: #fff;
  font-family: 'Raleway';
}
/*电脑*/
@media screen and (min-width: 721px) {
    .layui-tab {
        width: 100%;
        position: relative;
        float: left;
        display: flex;
    }

    .layui_tab_title {
        position: relative;
        left: 0;
        height: 100%;
        /* height: 40px; */
        white-space: nowrap;
        font-size: 0;
        border-bottom-width: 1px;
        /* border-bottom-style: solid; */
        transition: all .2s;
        -webkit-transition: all .2s;
        width: 10%;
        display: flex;
        flex-direction: column;
        border-right: 2px solid;
        padding-right: 35px;
        border-bottom-width: 0;
        border-bottom-style: none;
        border-color: #D6D6D6;
        margin-top: 25px;
    }

    .layui-tab-content {
        width: 90%;
        display: flex;
    }

    .layui-tab-brief > .layui-tab-title .layui-this {
        color: #009688;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .layui_tab_title li {
        color: #B0B0B0;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }

    .layui-tab-brief > .layui-tab-title .layui-this {
        color: #000;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .layui-tab-brief > .layui-tab-title .layui-this:after {
            border: none;
            border-radius: 0;
            border-bottom: 2px solid #E74C3C;
        }

    .layui-tab-title li {
        line-height: 50px;
    }

    .layui-tab-title .layui-this:after {
        height: 46px;
    }

    .qy_graceUI {
        width: 100%;
        padding: 0 15px;
        color: #333;
        font-family: 'times new roman', times, serif;
    }

        .qy_graceUI h4 {
            font-size: 24px;
            text-align: center;
            margin-bottom: 20px;
        }

    .tab_box {
        width: 90%;
        border-top: 1px solid #F1F1F1;
    }

    .p_text {
        width: 100%;
        text-align: justify;
        width: 100%;
    }
    .qyGrace_img {
        text-align:center;
    }
    .qyGrace_img img{
        width:300px;
    }
    /*表格*/
    .tab_box {
        width:70%;
    }
    .grace_tbody {
        border-left: 1px solid #F1F1F1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .lineHei {
        line-height: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 10px;
    }
    .grace-td {
        width: 20%;
        display: block;
        border-bottom: 1px solid #F1F1F1;
        line-height: 18px;
        text-align: center;
        border-right: 1px solid #F1F1F1;
        font-size: 14px;
    }
        .grace_top_line {
        border-top: 1px solid #F1F1F1;
    }
}
@media screen and (max-width: 720px) {
      .p_text {
        width: 100%;
        text-align: justify;
        width: 100%;
    }
    .layui_tab_title {
        border-bottom-width: 0;
        border-bottom-style: none;
    }
     .layui_tab_title li {
         /*width:20%;*/
        color: #B0B0B0;

        font-size: 14px;
    }
    .qy_graceUI h4 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .layui-tab-title .layui-this:after {
        left: 12px;
        top: 0;
        content: '';
        width: 76%;

    }
        .qyGrace_img {
        text-align:center;
    }
    .qyGrace_img img{
        width:280px;
    }
    	.layui-tab-title {
		position: relative;
		left: 0;
		height: 100px;
		white-space:normal;
		font-size: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
            /*表格*/
    .tab_box {
        width:100%;
    }
    .grace_tbody {
        border-left: 1px solid #F1F1F1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .lineHei {
        line-height: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 10px;
    }
    .grace-td {
        width: 20%;
        display: block;
        border-bottom: 1px solid #F1F1F1;
        line-height: 18px;
        text-align: center;
        border-right: 1px solid #F1F1F1;
        font-size: 14px;
    }
    .grace_top_line {
        border-top: 1px solid #F1F1F1;
    }
}