﻿.wmkc-Label{display: flex;justify-content: space-between;padding: 50px 30px;background: #eee;}
.Label-size{width: 70%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.Label-size p{font-size: 16px;text-align: center;}
.Label-size span{display: block;width: 50px;height: 3px;background: var(--color);margin-top: 15px;}
.Label-btn{flex: 1;display: flex;justify-content: center;}
.Label-btn a{line-height: 1;padding: 15px 25px;background: var(--color);color: #fff !important;text-decoration: none !important;}
.Label-pos{position: relative;}
.Label-pos::after{position: absolute;content: '';width: 10px;height: 100%;top: 0;left: 0;background: var(--color);}
.modal{position: fixed;top: 50%;left: 50%;width: 100%;height: 100%;transform: translate(-50%,-50%);background: #000000b0;z-index: 999999;text-align: center;display: flex;align-items: center;justify-content: center;}
.modal .fd{display: flex;flex-direction: column;align-items: end;}
.modal .closes{font-size: 82px;color: #fff;line-height: 1;transform: translateX(100px);margin-bottom: 50px;cursor: pointer;}