div .exchange-type-title  h1{
    font-size: 23px;
    margin-bottom: 15px;
}

.item-wrap .item {
    max-width: 550px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fefcff;
    -webkit-box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    -moz-box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    padding-top: 12px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-wrap .title-row {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 39px;
    word-break: break-word;
}

.item-wrap .title-row h5 {
    margin: 0 0 5px;
    font-weight: 500;
    color: #4f4f4f;
    font-size: 26px;
    word-break: break-word;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
}


.item-wrap .button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px 15px;
}


.item-wrap .button-row .red-hover:hover {
    background-color: #ed1846;
    border-color: #ed1846;
    -webkit-box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    -moz-box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    color: #fff;
}


.item-wrap .button-row a {
    height: 45px;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: 180px;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
}

.dfcent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left .item-wrap .button-row .assign .img {
    width: 20px;
    height: 12px;
    margin-right: 10px;
    background-image: url(/images/icon-eye-g.png);
}

.right .item-wrap .button-row .assign .img {
    width: 20px;
    height: 12px;
    margin-right: 10px;
    background-image: url(/images/icon-eye-g.png);
}

.mbox .button-row a.create{
    height: 65px;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: 180px;
    font-size: 14px;
    font-weight: 400;
    color: #8f8f8f;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
    border-radius: 14px;
}

.mbox .button-row .assign .img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    background-image: url(/images/icon-plus-g.png);
}

.mbox .button-row .red-hover:hover {
    background-color: #ed1846;
    border-color: #ed1846;
    -webkit-box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    -moz-box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    box-shadow: 0 0 6px 2px rgba(237, 34, 70, 0.35);
    color: #fff;
}


