 * {
        margin: 0;
        padding: 0;
    }
	a {
   text-decoration: none;
}
    div {
        box-sizing: border-box;
    }

    .el-button+.el-button {
        margin-left: 0;
    }
    .common-layout{
        min-width: 1440px;
    }
    .tooltip-base-box {
        width: 280px;
        height: 930px;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 0px 20px;
        position: absolute;
        top: 50px;
        right: 120px;
        background: #fff;
		box-shadow: 1px 1px 8px 0px #9b9999;
		
		transition: all 0.7s;
    }
	.tooltip-base-box>div>span{
		display: flex;
		justify-content: center;
		font-size: 14px;
		padding: 6.5px;
		cursor: pointer;
		align-items: center;
	}
    .tooltip-base-box .row {
        width: 235px;
        display: flex;
        flex-direction: column;
    }

    .tooltip-base-box .row>* {
        width: 100%;
        margin-bottom: 20px;

    }

   

    .tooltip-base-box>div>.t {
        margin-bottom: 25px;
		display: flex;
		flex-direction: column;
		font-size:14px;
    }
	.tooltip-base-box>div>.t b{
		cursor:pointer;
	}
    .tooltip-base-box>div>.b {
        margin-bottom: 35px;
    }
	
    .row .el-button>span {
        justify-content: space-between;
        display: flex;
        width: 100%;
		font-size: 15px;
    }

    .el-button {
        border-radius: 0 !important;
    }

    .el-popper {
        width: 588px;
        padding: 30px 0;
        margin-right: 20px;
        box-shadow: 1px 1px 1px #dfdfdf, -1px -1px 1px #dfdfdf;
    }
    .tooltip {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1px;
        height: 1px;
		
    }

    .tooltip>div {
        transform: translate(0%, -50%) !important;
        left: 0;
    }

    .el-main,
    .el-header,
    .el-footer {
        padding: 0;
        position: relative;
    }

    .header {
        height: 63px;
        width: 100%;
        background-color: #000000;
        display: flex;
        justify-content: space-between;
        padding-left: 85px;
        padding-right: 170px;
        align-items: center;

    }

    .company>span {
        color: #fff;
        font-size: 12px;
    }

    .top-main {
        background: url("../images/top-bg.png") no-repeat;
        height: 440px;
        width: 100%;
        background-size: 100% 100%;
        color: #fff;
        display: flex;
        padding-left: 150px;
        align-items: center;
    }

    .top-main>div>p:nth-of-type(1) {
        font-size: 32px;
        margin-bottom: 35px;
        text-indent: 2em;
    }

    .main {
        padding-top: 65px;
        padding-left: 168px;
        height: 560px;
    }

    .main>.ti {
        font-size: 34px;
        position: relative;
    }

    .main>.ti>span {
        position: absolute;
        left: -50px;
    }

    .main>a>.txt {
        width: 680px;
        margin-top: 50px;
        line-height: 35px;
        color: #3c3c3c;
    }
	.main>a>.txt>p{
		text-indent:2em;
		}
    .top-footer {
        height: 150px;
        width: 100%;
        background: #424242;
        padding-left: 158px;
        padding-right: 300px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer {
        background: #000000;
        padding-left: 90px;
        color: #999999;
        font-size: 14px;
        padding-right: 100px;
    }

    ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    li {
        list-style: none;
    }

    .f-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .f-item>div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .li-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
	.li-right>a{
		color:#999999;
	}
    .Information {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #4e4e4e;

    }

    .b-f {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
	.el-message-box {
      max-width: 670px;
      border: none;
    }
    .el-message-box {
      background-color: #eff9fe;
      padding-bottom: 0;
	  margin-right: 10%;
    }
    .el-message-box__header {
      background-color: #007db8;
      padding-bottom: 15px;
    }
    .el-message-box__title {
      color: #fff;
      font-size: 16px;
      font-weight: 900;
    }
	.el-message-box__title>span{
		padding-left: 2em;
	}
    .el-message-box__headerbtn .el-message-box__close,
    .el-message-box__headerbtn .el-message-box__close svg{
        color: #fff;
        font-size: 20px;
    }
    .el-message-box__headerbtn .el-message-box__close:hover{
        color: #fff;
    }
    #myBox {
      padding: 40px 40px;
      font-size: 14px;
    }
    #myBox p {
      line-height: 30px;
      text-indent: 2em;
    }
